summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-09*TEST* Oper-Only-Stats (not yet tested)brain
2006-01-09Added chmodes-with-paramsbrain
2006-01-09Unneccessary colonbrain
2006-01-09Updated mode lists in 004 to more accurately reflect inspircd's mode featuresbrain
2006-01-09Added 005 stuff after VERSIONbrain
2006-01-09Sync fixes for m_park et albrain
2006-01-09Double checking to make sure that non-local users dont end up in the local us...brain
2006-01-09More usertopseudo fixesbrain
2006-01-09m_park.cpp fixes (and anything else using UserToPseudo and PesudoToUser)brain
2006-01-08Used mkstemp trick similar to anope and unreal which copies the .so's to temp...brain
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