]> jfr.im git - irc/quakenet/newserv.git/history - trusts
Jupe: update module for registercontrolhelpcmd
[irc/quakenet/newserv.git] / trusts /
2013-07-27  Gunnar BeutnerRemove obsolete cleanup rules.
2013-07-27  Gunnar BeutnerBuild .d files in a separate directory.
2013-07-25  Gunnar Beutnerbuild: Keep track of #include dependencies.
2013-07-22  Chris PorterMerge.
2013-07-22  Chris Porterrework of build stage 2:
2013-06-11  Chris PorterFix timing attacks in HMAC functions.
2012-06-07  Chris PorterMerge.
2012-06-07  Chris Porterfixes for clang
2012-02-19  Chris PorterMerge.
2012-02-19  Chris PorterMerge.
2012-02-19  Chris PorterMerge.
2011-09-02  Chris PorterMerge.
2011-09-02  Chris PorterMerge.
2011-09-02  Chris PorterTRUSTS: various bug fixes I can't remember
2009-06-07  Chris PorterMerge.
2009-05-05  splidgeMerge.
2009-03-18  splidgeMerge.
2009-03-07  Chris PorterMerge.
2009-03-07  Chris PorterJOINFLOOD: add support for glining of ident for trusted...
2009-01-18  Chris PorterMerge.
2008-10-13  Chris PorterShould probably say which user is violating the ident...
2008-10-13  Chris PorterMissing bang.
2008-10-13  Chris PorterAttempt #2 at clever struct thingies.
2008-10-13  Chris PorterAdd expiries to TODO.
2008-10-13  Chris PorterWrong way round in match.
2008-10-13  Chris PorterAdd new trustlist command which can match >1 group.
2008-10-13  Chris PorterAdd TODO for trusts.
2008-10-13  Chris PorterMore policy stuff.
2008-10-13  Chris PorterMerge.
2008-10-13  Chris Portermaxperuser -> maxperident, NICKLEN -> CREATEDBYLEN...
2008-10-13  Chris PorterAdd controlwalls to trusts.
2008-10-13  Chris PorterAdd trustmodify, trustdel, trustgroupdel commands and...
2008-10-13  Chris PorterO has stupid #'s.
2008-10-13  Chris PorterMerge.
2008-10-13  Chris PorterVarious bug fixes.
2008-10-13  Chris PorterMerge.
2008-10-13  Chris PorterMerge.
2008-10-13  Chris PorterMerge.
2008-10-13  Chris PorterFix duplicate error messages, add master server checks.
2008-10-13  Chris PorterMerge.
2008-10-13  Chris PorterMerge.
2008-10-13  Chris PorterMerge.
2008-10-12  Chris PorterMerge.
2008-10-12  Chris PorterMerge.
2008-10-12  Chris Porter*/*.o doesn't match *.o for me, same for Makefile/autob...
2008-10-12  Chris PorterMerge.
2008-10-12  Chris PorterPut mflags into build.mk.in.
2008-10-11  Chris PorterRefactoring trusts_slave.
2008-10-05  Chris Porter64-bit warning fix.
2008-10-05  Chris PorterMerge.
2008-10-05  Chris PorterOkay, HUGE commit.
2008-10-04  Chris PorterSilly bug fixes.
2008-10-04  Chris PorterStart work on replication, refactor management commands...
2008-10-04  Chris PorterAdd IP checking, now HOOK_TRUSTS_{NEW,LOST}NICK can...
2008-10-04  Chris PorterSeperate out db from main module.
2008-10-04  Chris PorterMerge.
2008-10-04  Chris PorterAdd better trustlist command, now groups common subtrees.
2008-10-03  Chris PorterAdd trust{group,host} markers.
2008-10-03  Chris PorterLink parents and children into a tree!
2008-10-03  Chris PorterMerge.
2008-10-03  Chris PorterMove migration out of _commands.
2008-10-03  Chris PorterAdd subset/set checking into trustadd, now handles...
2008-10-03  Chris PorterFix up trustlist for lastseen/expires in.
2008-10-03  Chris PorterI was mistaken about strtoul's return value.
2008-10-03  Chris PorterAdd trustadd and trustgroupadd.
2008-10-02  Chris PorterMerge.
2008-10-02  Chris PorterSelect the shortest prefix BGP style when looking for...
2008-10-02  Chris PorterMerge.
2008-10-02  Chris PorterAdd trusts_newsearch.
2008-10-02  Chris PorterMerge.
2008-10-02  Chris PorterMerge.
2008-10-02  Chris PorterRedundant merge.
2008-10-02  Chris PorterMerge.
2008-10-02  Chris PorterNo reason we can't reload on the fly now.
2008-10-02  Chris PorterRadically simplify the reloading of the database on...
2008-10-02  Chris PorterFix memory leak discovered by nsmalloc.
2008-10-02  Chris PorterConvert trusts to nsmalloc.
2008-10-02  Chris PorterAdd trust group extensions and example.
2008-10-02  Chris PorterSchedule the DB load triggerhook immediately after...
2008-10-02  Chris PorterFix bug in db flushing.
2008-10-02  Chris PorterWe guarantee all sstrings are non NULL.
2008-10-02  Chris PorterAdd example policy module.
2008-10-02  Chris PorterMake trustmigrate +d only.
2008-10-02  Chris PorterInclude the count handler in the main event handlers...
2008-10-01  Chris PorterTrusts now stores an id for each trusthost, doing updat...
2008-10-01  Chris PorterAdd database flushing, rename max/maxuse both to maxusa...
2008-10-01  Chris PorterNo longer allow db reloading on the fly.
2008-10-01  Chris PorterConnect nick pointers and trusthosts.
2008-10-01  Chris PorterMove formatting functions to formats.c
2008-10-01  Chris PorterStore hosts as integers rather than sstrings.
2008-10-01  Chris PorterRefactor data storage into data.c
2008-09-30  Chris PorterAdd trustlist and a status function.
2008-09-30  Chris PorterFix up migration to use transactions, also start a...
2008-09-30  Chris PorterMerge.
2008-09-30  Chris PorterMajor reorganisation.