]> jfr.im git - irc/quakenet/newserv.git/history - trusts
LUA: port luadb to dbapi2 to drop postgres dependency
[irc/quakenet/newserv.git] / trusts /
2013-06-27  Gunnar BeutnerChange text for trustlist.
2013-06-27  Gunnar BeutnerTrusts policy socket: Ignore VERSION command.
2013-06-26  Gunnar BeutnerPolicy sockets: Send walls for lost connections.
2013-06-26  Gunnar BeutnerFix trust socket list.
2013-06-26  Gunnar BeutnerFix some issues paul found.
2013-06-26  Gunnar BeutnerUse https for links.
2013-06-26  Gunnar BeutnerFixed bug while unlinking sockets from tslist.
2013-06-26  Gunnar BeutnerCleaned up the trust socket code a bit.
2013-06-26  Gunnar BeutnerAnother fix for the trustgroupadd parameters.
2013-06-26  Gunnar BeutnerFix policy enforcement message for TGs exceeding their...
2013-06-26  Gunnar BeutnerFixed parameters for trustgroupadd.
2013-06-26  Gunnar BeutnerAdd missing module version info.
2013-06-26  Gunnar BeutnerAdd usercountadjustment where it was still missing.
2013-06-26  Gunnar BeutnerMake the superset/subset warnings less threatening.
2013-06-26  Gunnar BeutnerUse the canonicalized IP address to look up the TH.
2013-06-26  Gunnar BeutnerSplit trustpolicy command into two commands (for IRC...
2013-06-26  Gunnar BeutnerMake list of trust server accounts rehashable.
2013-06-26  Gunnar BeutnerDon't enforce policy until the DB is fully loaded.
2013-06-25  Gunnar Beutnertrustadd: Make sure the CIDR mask is normalized.
2013-06-25  Gunnar BeutnerAdded missing colons.
2013-06-25  Gunnar BeutnerAdd module information to each gline.
2013-06-25  Gunnar Beutnertrustgroupadd: Remove expires parameter.
2013-06-25  Gunnar BeutnerImplement -v parameter for trustlist and don't show...
2013-06-25  Gunnar BeutnerBugfixes for the trust sockets code.
2013-06-24  Gunnar BeutnerMention the policy enforcement type in controlwall...
2013-06-24  Gunnar BeutnerUse default trust port if not specified.
2013-06-24  Gunnar BeutnerRemoved obsolete code in trustdotimeout().
2013-06-24  Gunnar BeutnerFix: Add usercountadjustment to the clone/ident counts.
2013-06-24  Gunnar BeutnerImplement support for the TRUST query protocol.
2013-06-23  Gunnar Beutnertrusts: Fix duration for policy enforcement glines.
2013-06-23  Gunnar BeutnerClean up GLINE_SIMULATE.
2013-06-23  Gunnar BeutnerChange how we print the protected field in trustlist.
2013-06-23  Gunnar BeutnerChange attribute description in trustlist.
2013-06-23  Gunnar BeutnerAdd missing error message for modifycleanup().
2013-06-23  Gunnar BeutnerImplement protected trust groups and limit access to...
2013-06-22  Gunnar BeutnerFix duplicate policy enforcement warnings (when client...
2013-06-22  Gunnar BeutnerMerge default.
2013-06-22  Gunnar BeutnerFix gline mask for "identd required" glines.
2013-06-22  Gunnar BeutnerFix crash in trusthostmodify.
2013-06-22  Gunnar BeutnerSet default values for THs we get from O.
2013-06-22  Gunnar BeutnerDisable glinesetmask/glineunsetmask.
2013-06-22  Gunnar BeutnerTrust policy walls: Tell users whether we're enforcing...
2013-06-21  Gunnar BeutnerImplement GLINE_SIMULATE.
2013-06-21  Gunnar BeutnerImplement nocleanup attribute for TGs.
2013-06-21  Gunnar BeutnerBugfix: Make sure to properly walk upwards in the tree.
2013-06-21  Gunnar BeutnerUpdate default expiry for THs to 60 days (to match...
2013-06-21  Gunnar BeutnerUpdate message for expired trusts.
2013-06-21  Gunnar BeutnerMake TG names case-insensitive.
2013-06-21  Gunnar BeutnerMerge default.
2013-06-21  Gunnar BeutnerMerge defaults into shroudtrusts.
2013-06-19  Gunnar BeutnerBuild fix for lua / play.
2013-06-18  Gunnar BeutnerFix node user count calculation.
2013-06-18  Gunnar BeutnerUse GLINE_IGNORE_TRUSTS when calling glineby* from...
2013-06-18  Gunnar BeutnerIntegrate glinebynick/glinebyhost into other modules.
2013-06-18  Gunnar BeutnerImplement trustpolicy command.
2013-06-18  Gunnar BeutnerClean up trustspew a bit.
2013-06-18  Gunnar BeutnerClean up trusts_cidr2str().
2013-06-18  Gunnar BeutnerImplement policy enforcement.
2013-06-18  Gunnar Beutnertrusts_policy: Fix per-node user count.
2013-06-18  Gunnar BeutnerProperly mask off bits in trusts_cidr2str().
2013-06-18  Gunnar Beutnerth_updatechildren: Fix bug when iterating over empty...
2013-06-18  Gunnar BeutnerUse getnettime() where appropriate.
2013-06-18  Gunnar BeutnerImplement trustspew.
2013-06-18  Gunnar BeutnerAllow developers to override limits for trustgroupadd.
2013-06-18  Gunnar BeutnerRemove ipnode moving functionality.
2013-06-18  Gunnar BeutnerMake cleanup message more friendly.
2013-06-17  Gunnar BeutnerAllow developers to override some of the TG/TH limits.
2013-06-17  Gunnar BeutnerRename trustlogspew to trustlog.
2013-06-17  Gunnar BeutnerDon't allow nodebits to be smaller than TH's mask.
2013-06-17  Gunnar BeutnerFixed indentation for trustlist.
2013-06-17  Gunnar BeutnerFix validation for maxpernode in trusthostmodify.
2013-06-17  Gunnar BeutnerImplement replication for trusthost updates.
2013-06-17  Gunnar BeutnerMove ipnode when nodeperbits changes for a TH.
2013-06-17  Gunnar BeutnerFix log message for trusthostmodify.
2013-06-17  Gunnar BeutnerMap Teredo addresses to IPv4 addresses.
2013-06-17  Gunnar BeutnerFix incorrect user count when removing THs.
2013-06-17  Gunnar BeutnerFixed maxpernode policy enforcement.
2013-06-17  Gunnar BeutnerImplement trusthostmodify command.
2013-06-17  Gunnar BeutnerMake sure we only print a TH once in trustlist.
2013-06-17  Gunnar BeutnerFix crash in th_delete().
2013-06-17  Gunnar BeutnerFix TH replication.
2013-06-17  Gunnar BeutnerIPv6 support for trusts.
2013-06-17  Gunnar BeutnerImplement pernodemax/nodebits for THs.
2013-06-17  Gunnar BeutnerFix incorrect parameters for th_adjusthosts().
2013-06-17  Gunnar BeutnerFix crash with empty TGs.
2013-06-17  Gunnar BeutnerUndo 2044:0116b2bbbb39.
2013-06-17  Gunnar BeutnerTreat 6to4 clients as if they're connecting via IPv4.
2013-06-17  Gunnar BeutnerTrustlog bugfixes.
2013-06-16  Gunnar BeutnerAnother query fix.
2013-06-16  Gunnar BeutnerAdd missing field when inserting new THs.
2013-06-16  Gunnar BeutnerAnother replication fix for THs.
2013-06-16  Gunnar BeutnerRemove code that deals with nested THs.
2013-06-16  Gunnar BeutnerImplement trustcleanup command.
2013-06-16  Gunnar BeutnerAdd TG name in the trust log.
2013-06-16  Gunnar BeutnerFix replication for TH removals.
2013-06-16  Gunnar BeutnerRefactor trustgline code and implement glinebyhost...
2013-06-15  Gunnar BeutnerImplement non-expiring trustgroups.
2013-06-15  Gunnar BeutnerImplement trustgline/trustungline.
2013-06-14  Gunnar BeutnerFix help texts.
2013-06-14  Gunnar BeutnerAdd missing controlwall() call for trustcomment.
next