]> jfr.im git - irc/quakenet/newserv.git/shortlog
irc/quakenet/newserv.git
2008-10-13  Chris PorterFix duplicate error messages, add master server checks.
2008-10-13  Chris PorterMerge.
2008-10-13  Chris PorterDouble whoops.
2008-10-13  Chris PorterMerge.
2008-10-13  Chris PorterWhoops.
2008-10-13  Chris PorterMerge.
2008-10-12  Chris PorterAdd server markers.
2008-10-12  Chris PorterMerge.
2008-10-12  Chris PorterAdd NOC99 define, use in GeoIP.
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 PorterAdd new GeoIP library, now LGPL'ed.
2008-10-12  Chris PorterAllow subdirectory making without dumping settings...
2008-10-12  Chris PorterMerge.
2008-10-12  Chris PorterPut mflags into build.mk.in.
2008-10-12  Chris PorterBSD make fixes.
2008-10-12  Chris PorterForce make clean if settings.mk changes.
2008-10-12  Chris PorterUnify settings into defaults.mk and settings.mk.
2008-10-12  Chris PorterUnify sstring.h files into one.
2008-10-11  Chris PorterRefactor sstringcompare, this will break makefiles...
2008-10-11  Chris PorterNo code changes to sstring, replace the sstring-old...
2008-10-11  Chris PorterImprove makefiles a bit.
2008-10-11  Chris PorterFix bug in old parser.
2008-10-11  Chris PorterRefactoring trusts_slave.
2008-10-11  Chris PorterMake newsearch compile without lex/yacc.
2008-10-11  Chris PorterChanserv newsearch commands now use argtoconststr.
2008-10-11  Chris PorterMerge.
2008-10-11  Chris PorterAnother attempt to try and get rid of the lexer warnings.
2008-10-11  Paulfix indentation
2008-10-11  Chris Porterlastauth was being updated before all user checks were...
2008-10-05  Paultrusts block changes
2008-10-05  Paultrustscommands as seperate module
2008-10-05  Chris Porter64-bit warning fix.
2008-10-05  Chris PorterStupid off by one bug.
2008-10-05  Chris PorterMerge.
2008-10-05  Chris PorterOkay, HUGE commit.
2008-10-05  Chris PorterWhoops, left some printf statements in there :(.
2008-10-05  Chris PorterThis should be defined in settings.mk.
2008-10-05  Chris PorterFix race condition in nterfacer_sendline.
2008-10-04  Paulident comparision should use strcmp
2008-10-04  Chris PorterSilly bug fixes.
2008-10-04  Pauladd my version of trusts, trusts_newsearch, trusts_sear...
2008-10-04  Paulmove some more data/log paths missed before
2008-10-28  Paul|# HG changeset patch
2008-10-28  Paulattempt to tidy P a little:
2008-10-28  PaulAdd a variant of WALK trie to use when clearing nodes...
2008-10-26  Paulonly define __USE_BSD if not defined
2008-10-26  PaulRemove valgrind suppressions file
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 PorterAllow *'s in non-quoted newsearch.
2008-10-02  Chris PorterMerge.
2008-10-02  Chris PorterAdd trusts_newsearch.
2008-10-02  Chris PorterFix up phony targets for newsearch, chanserv and geoip.
2008-10-02  Chris PorterMerge.
2008-10-02  Chris Porternewsearches makefile was missing the distclean target.
2008-10-02  Chris PorterMerge.
2008-10-02  Chris PorterOkay, it wasn't quite as simple as that, it was a compl...
2008-10-02  Chris PorterRedundant merge.
2008-10-02  Chris PorterBump MAXNICKEXTs.
2008-10-02  Chris PorterMerge.
2008-10-02  Chris PorterFix a bug in sqlite table loader.
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 PorterBump MAXNICKEXTS.
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 Porterdbapi loadtable function should mutate the table name...
2008-09-30  Chris PorterMajor reorganisation.
2008-09-30  Chris PorterThis should be defined in the build.mk file.
next