summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-07Add TTL stuff to dns system (pass it to inherited objects)brain
2007-01-07Rename all the classes in m_httpd to be HttpServer etc,brain
2007-01-07Make this use the newer format of class Request (this module was still using ...brain
2007-01-07Make this compile.peavey
2007-01-07Added m_http_client - this is incomplete and won't work at all, don't try to ...special
2007-01-07Adding CIDR support to m_check: as easy as adding a 'true' to match()brain
2007-01-07add internal cmdhandler that will make it easy to move stuff out of core and ...peavey
2007-01-06Whoopsbrain
2007-01-06Dont try and show idle time of remote opers in STATS Pbrain
2007-01-06Fix remote opers not being added to all_opers.peavey
2007-01-06Fix modecount on remote NICKw00t
2007-01-06Fix SVSJOIN desync (nothing too severe, don't panic) noticed on CS, found by ...w00t
2007-01-06Extra check so that we dont get -O-s when doing:brain
2007-01-06Fix for bug #186 reported by peaveybrain
2007-01-06Fix minor NICK / modes issue that goes against our public spec, and crashes d...w00t
2007-01-06Fix desync with halfop and voice when opped (this happens because we were ORi...brain
2007-01-06*slaps self* for not test compilingbrain
2007-01-06Fix crash when unloading ssl module on shutdown -- there are no port objects ...brain
2007-01-06Try this AnMasterbrain
2007-01-06Fix oper count, we cant decrement ModeCount('o') from the userrec destructor ...brain
2007-01-06Repeat after me class, deleting values that arent newed isnt good for your he...brain
2007-01-04Run ./configure -modupdate to fix "make install" error. INSTMODE doesnt seem ...brain
2007-01-04Merge buildsystem tweaks from darix:brain
2007-01-04And fix this bit toobrain
2007-01-04Massive speedups for applying and checking perm xlines - matches_*line() now ...brain
2007-01-03Beta 9 RELEASE .... *cough* just kidding, i mean beta 9 SVN track :pbrain
2007-01-031.1.0+B8-Hamster!brain
2007-01-03Fix lusers breakage introduced by latest set of optimizationsbrain
2007-01-03SirOlli gets credit for this fix, because he was the only one willing to work...brain
2007-01-02Fix for crash in desync of whowas lists on rehash. Also less mem leakage on a...peavey
2007-01-02Remove a TODO comment. Also added support for <database:port> option since r6...peavey
2007-01-02m_mysql can now do REHASH proper. Detects any changes made to config and load...peavey
2007-01-02Fix: If sql user and pass matched, but not operclass or host, conf based comm...peavey
2007-01-02Also use SQLhost for host config.peavey
2007-01-02Use SQLhost from m_sqlv2.h and tidyup some code. Plus throw less module excep...peavey
2007-01-02Add class SQLhost that represents a <database> config line.peavey
2007-01-02Update cloak keys example to use hex definition of the right lengthbrain
2007-01-02Add support for suffixes K, M, G (kilo, mega, gigabyte) and prefix 0x (hex)brain
2007-01-01Made 'make modclean' and 'make distclean' clean out the default lib/ install ...special
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2007-01-01Make sure that if an oper opers up and has an swhois in their opertype or ope...brain
2007-01-01This should fix it on two fronts: missing Implements() value, and OnWhois doe...brain
2007-01-01This is it, i thinkbrain
2007-01-01Blahbrain
2007-01-01Debug stuff, pay it no attentionbrain
2007-01-01Whoops, forgot to put something back that i took out during testing!brain
2007-01-01Again, dont use this yetbrain
2007-01-01Do not use these tweaks yetbrain
2007-01-01Fix odd desync in FJOIN (this was some hax we put in, and forgot to take out)brain
2007-01-01Fix this so it works properly, and removes the descriptions on unload (when t...brain