Age | Commit message (Expand) | Author |
2006-01-09 | Added Priority method to move this module to end of queue | brain |
2006-01-09 | Untested priority system for modules to move themselves to the start or end o... | brain |
2006-01-09 | Moved to RC2+KingArthur | brain |
2006-01-09 | Added 'a' flag to STATS c which indicates autoconnect state | brain |
2006-01-09 | Silly brain left off a printf specifier | brain |
2006-01-09 | Fixed warning about missing return value | brain |
2006-01-09 | Only perform check if OperOnlyStats is defined | brain |
2006-01-09 | Changed %s to %c for statschar | brain |
2006-01-09 | *TEST* Oper-Only-Stats (not yet tested) | brain |
2006-01-09 | Added chmodes-with-params | brain |
2006-01-09 | Unneccessary colon | brain |
2006-01-09 | Updated mode lists in 004 to more accurately reflect inspircd's mode features | brain |
2006-01-09 | Added 005 stuff after VERSION | brain |
2006-01-09 | Sync fixes for m_park et al | brain |
2006-01-09 | Double checking to make sure that non-local users dont end up in the local us... | brain |
2006-01-09 | More usertopseudo fixes | brain |
2006-01-09 | m_park.cpp fixes (and anything else using UserToPseudo and PesudoToUser) | brain |
2006-01-08 | Used mkstemp trick similar to anope and unreal which copies the .so's to temp... | brain |
2006-01-08 | Aligned % fields in map | brain |
2006-01-08 | Changed printf specifiers in map to right-align digits | brain |
2006-01-08 | Added User Counts to /map | frostycoolslug |
2006-01-04 | Renumber the implement lists after a module is unloaded | brain |
2006-01-04 | Added a TODO | brain |
2006-01-04 | Nicer mode character loop | brain |
2006-01-04 | Revise some serious craq++ in AddBan | w00t |
2006-01-03 | Fixed to not crash on /PARK (still more to test) | brain |
2006-01-03 | Added CASEMAPPING and CHARSET to ISUPPORT (005) | brain |
2006-01-01 | Fixes to typos and change to return by reference on GetClass | brain |
2006-01-01 | Changes to how classes are looked up (connects slightly faster) and fix for c... | brain |
2005-12-31 | Removed cvsignores, set svn:ignore property using -F .cvsignore | brain |
2005-12-31 | Added specific errors relating to invalid link tags (requested by Strike) | brain |
2005-12-31 | Tidyup of K&R style indenting, comments in silly places, and pointless curly ... | brain |
2005-12-31 | Changed to QueryType rather than short int for query types | brain |
2005-12-31 | Removed crappy linked list stuff and replaced with faster std::map | brain |
2005-12-31 | Improving niceness of DNS code, i WILL make this readable! | brain |
2005-12-31 | Minor cosmetic fault pointed out by Trystan | w00t |
2005-12-31 | Blockcolor now blocks reverse and other mirc sillies | brain |
2005-12-30 | Ommitting \r and \n from debug display of outbound lines | brain |
2005-12-30 | Now uses two AES contexts, an 'in' context and an 'out' context | brain |
2005-12-30 | TEST CODE: CBC encryption type in AES rather than ECB | brain |
2005-12-30 | Changed background stuff to occur more often | brain |
2005-12-30 | Made socket.cpp flush its write buffer more often (fixes odd lag on server to... | brain |
2005-12-30 | Fixed broken checks to allow overriding | brain |
2005-12-30 | Optimized out some more redundant va_args voodoo | brain |
2005-12-29 | Double copies due to bad chop() | brain |
2005-12-29 | More removal of formatting where its not neccessary x("%s",str) == bad! | brain |
2005-12-29 | Attempt to cut out unneccessary printf() va_args voodoo (ugleh) | brain |
2005-12-29 | Cached ISUPPORT | brain |
2005-12-29 | Added output of error if file descriptor given to AddFd is > MAX_DESCRIPTORS | brain |
2005-12-29 | Changed to MAX_DESCRIPTORS | brain |