summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-01-09Fix to naming schemebrain
2006-01-09Missing classnamebrain
2006-01-09Fixed compile issuebrain
2006-01-09Added Priority method to move this module to end of queuebrain
2006-01-09Untested priority system for modules to move themselves to the start or end o...brain
2006-01-09Moved to RC2+KingArthurbrain
2006-01-09Added 'a' flag to STATS c which indicates autoconnect statebrain
2006-01-09Silly brain left off a printf specifierbrain
2006-01-09Fixed warning about missing return valuebrain
2006-01-09Only perform check if OperOnlyStats is definedbrain
2006-01-09Changed %s to %c for statscharbrain
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-01Fixes to typos and change to return by reference on GetClassbrain
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-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