Age | Commit message (Expand) | Author |
2006-01-25 | Add InsertMode function to helperfuncs.(cpp|h) for easily adding modes to the... | om |
2006-01-25 | Documented some functions that were missing comments | brain |
2006-01-25 | Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp fo... | brain |
2006-01-25 | Oh noes, a typoed comment :x | om |
2006-01-25 | remove redundant variable and fix log output | om |
2006-01-25 | Adding the +e and +I modules m_banexception and m_inviteexception, also addin... | om |
2006-01-22 | Allowed for configuration of maxtargets in <options:maxtargets> | brain |
2006-01-22 | Added MakeWildHost to userrec (*!*@dhost) | brain |
2006-01-22 | Added facility for servers to send KICK message (ew, i hate this crap) | brain |
2006-01-22 | Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ... | brain |
2006-01-17 | Added support for part messages in the module API (and therefore between serv... | brain |
2006-01-15 | Changed lots of icky #define's to enums | brain |
2006-01-15 | CleanFilename movage | brain |
2006-01-15 | Fixes to make this actually WORK. | brain |
2006-01-15 | Added checks to forbid declaring certain config tags twice (ones which should... | brain |
2006-01-15 | Added support for <options customversion> to customize the second part of VER... | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-15 | Made inspircd close and reopen its log on rehash | brain |
2006-01-14 | Added RemoveSocket as a test fix for merwins bug | brain |
2006-01-12 | Replaced sprintf's with some char* voodoo | brain |
2006-01-12 | Changed channel user lists from vector to map | brain |
2006-01-12 | <Bender> Who put this in here? O_o | brain |
2006-01-09 | Untested priority system for modules to move themselves to the start or end o... | brain |
2006-01-09 | *TEST* Oper-Only-Stats (not yet tested) | brain |
2006-01-02 | GCC 4.1 is more strict about extra qualification on members | brain |
2006-01-01 | Fixes to typos and change to return by reference on GetClass | brain |
2006-01-01 | Class lookup adjustment | brain |
2005-12-31 | Removed cvsignores, set svn:ignore property using -F .cvsignore | brain |
2005-12-29 | More removal of formatting where its not neccessary x("%s",str) == bad! | brain |
2005-12-29 | Cached ISUPPORT | brain |
2005-12-29 | Changed 65535 to MAX_DESCRIPTORS calculated at configure-time | brain |
2005-12-29 | Added extra checking to socketengine to refuse connections after we reach the... | brain |
2005-12-29 | Added counters for MAX_DESCRIPTORS etc which allows the socket engine to refu... | brain |
2005-12-29 | Optimizing to not use so much cpu with high user loads | brain |
2005-12-28 | Added SetSignals() | brain |
2005-12-28 | Changed from std::map to hash_map | brain |
2005-12-28 | EXPERIMENTAL: Command search function now uses std::map, should be faster (i ... | brain |
2005-12-28 | New system for client exits using CullList seems stable, needs testing | brain |
2005-12-26 | Added global_implementation array, bypasses calls which *NO* modules are curr... | brain |
2005-12-26 | Fixed support for implementation hooks | brain |
2005-12-26 | Adding hook type checking to event calls to speed them up | brain |
2005-12-22 | Changed two fields in ConnectClass to strings, moved constructor stuff to ini... | brain |
2005-12-21 | Improved m_alias to only capture complete commands and rewrite them (bug #92 ... | brain |
2005-12-19 | Added comments | brain |
2005-12-19 | Adding AES encryption to spanningtree links | brain |
2005-12-19 | Added AES stuff | brain |
2005-12-18 | Added IOHookModule stuff to allow for different modules to hook different ports | brain |
2005-12-18 | Added requirement for at least one parameter | brain |
2005-12-16 | Commented why this is seriously fucked-up-looking :p | brain |
2005-12-16 | Split all commands into seperate files and redid command system to take class... | brain |