summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-08Aligned % fields in mapbrain
2006-01-08Changed printf specifiers in map to right-align digitsbrain
2006-01-08Added User Counts to /mapfrostycoolslug
2006-01-04Renumber the implement lists after a module is unloadedbrain
2006-01-04Added a TODObrain
2006-01-04Nicer mode character loopbrain
2006-01-04Revise some serious craq++ in AddBanw00t
2006-01-03Fixed to not crash on /PARK (still more to test)brain
2006-01-03Added CASEMAPPING and CHARSET to ISUPPORT (005)brain
2006-01-02GCC 4.1 is more strict about extra qualification on membersbrain
2006-01-02Updated example configuration filebrain
2006-01-01Fixes to typos and change to return by reference on GetClassbrain
2006-01-01Class lookup adjustmentbrain
2006-01-01Changes to how classes are looked up (connects slightly faster) and fix for c...brain
2005-12-31Removed cvsignores, set svn:ignore property using -F .cvsignorebrain
2005-12-31Testbrain
2005-12-31Testbrain
2005-12-31Added specific errors relating to invalid link tags (requested by Strike)brain
2005-12-31Tidyup of K&R style indenting, comments in silly places, and pointless curly ...brain
2005-12-31Changed to QueryType rather than short int for query typesbrain
2005-12-31Removed crappy linked list stuff and replaced with faster std::mapbrain
2005-12-31Improving niceness of DNS code, i WILL make this readable!brain
2005-12-31Minor cosmetic fault pointed out by Trystanw00t
2005-12-31Blockcolor now blocks reverse and other mirc silliesbrain
2005-12-30Ommitting \r and \n from debug display of outbound linesbrain
2005-12-30Now uses two AES contexts, an 'in' context and an 'out' contextbrain
2005-12-30TEST CODE: CBC encryption type in AES rather than ECBbrain
2005-12-30Changed background stuff to occur more oftenbrain
2005-12-30Made socket.cpp flush its write buffer more often (fixes odd lag on server to...brain
2005-12-30Fixed broken checks to allow overridingbrain
2005-12-30Optimized out some more redundant va_args voodoobrain
2005-12-29Double copies due to bad chop()brain
2005-12-29More removal of formatting where its not neccessary x("%s",str) == bad!brain
2005-12-29Attempt to cut out unneccessary printf() va_args voodoo (ugleh)brain
2005-12-29Cached ISUPPORTbrain
2005-12-29Added output of error if file descriptor given to AddFd is > MAX_DESCRIPTORSbrain
2005-12-29Changed to MAX_DESCRIPTORSbrain
2005-12-29Changed 65535 to MAX_DESCRIPTORS calculated at configure-timebrain
2005-12-29*FIX* 'No more connections allowed' was comparing against the network-wide li...brain
2005-12-29Added extra checking to socketengine to refuse connections after we reach the...brain
2005-12-29Added counters for MAX_DESCRIPTORS etc which allows the socket engine to refu...brain
2005-12-29Initial revision of /devoice.w00t
2005-12-29Removed an unused OnUserConnect() methodw00t
2005-12-29Changed some little bits and bobs herebrain
2005-12-29Fixed an extremely n00bish mistake involving referencing a global copy of Ser...brain
2005-12-29Optimizing to not use so much cpu with high user loadsbrain
2005-12-28Made 'fake direction' less loud, removed 'invalid source'brain
2005-12-28Added SetSignals()brain
2005-12-28Signal handlers were not being set when -nofork was enabledbrain
2005-12-28Changed some other stuff that used the old vector/deque style commandlistbrain