Age | Commit message (Expand) | Author |
2006-02-03 | This probably wont compile atm - add support for prefixed messages | brain |
2006-01-30 | Remainder of TYPE_OTHER metadata | brain |
2006-01-29 | Moved Write() call so that it can send the NICK message properly and force th... | brain |
2006-01-29 | Created OnPostOper that can be gauranteed to be called *after* opering (by AL... | brain |
2006-01-25 | Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp fo... | brain |
2006-01-22 | Fixes to make server kicks work | 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 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-14 | Added RemoveSocket as a test fix for merwins bug | brain |
2006-01-12 | Changed channel user lists from vector to map | brain |
2006-01-11 | Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORS | brain |
2006-01-09 | Fix to naming scheme | brain |
2006-01-09 | Missing classname | brain |
2006-01-09 | Untested priority system for modules to move themselves to the start or end o... | brain |
2006-01-09 | Fixed warning about missing return value | brain |
2006-01-09 | *TEST* Oper-Only-Stats (not yet tested) | 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 |
2005-12-30 | Optimized out some more redundant va_args voodoo | brain |
2005-12-29 | More removal of formatting where its not neccessary x("%s",str) == bad! | 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-21 | Improved m_alias to only capture complete commands and rewrite them (bug #92 ... | brain |
2005-12-18 | Added IOHookModule stuff to allow for different modules to hook different ports | brain |
2005-12-16 | Split all commands into seperate files and redid command system to take class... | brain |
2005-12-16 | Moved SocketEngine* SE into InspIRCd class | brain |
2005-12-16 | Moved ModeGrok and Parser into InspIRCd class | brain |
2005-12-16 | GROK! | brain |
2005-12-16 | Changed to Parser->CreateCommand() | brain |
2005-12-16 | Fixed command parser | brain |
2005-12-16 | Moved command_parse functions into class CommandParser | brain |
2005-12-16 | Fixed dodgy makefile generation | brain |
2005-12-16 | Changed I/O reading stuff for modules to be much faster (and exclusive :() | brain |
2005-12-16 | Moving to faster way of hooking i/o | brain |
2005-12-15 | Full removal of inspircd_util.h | brain |
2005-12-15 | Tidied up call_handler to use strings | brain |
2005-12-14 | Added Server::GetVersion() | brain |
2005-12-14 | Sucky stuff | brain |
2005-12-14 | Grrrrrr | brain |
2005-12-14 | Moving module_sockets into main class | brain |
2005-12-14 | Code tidying | brain |
2005-12-14 | Tidied up inspircd.h | brain |
2005-12-14 | Added way to retrieve a pointer to the ServerConfig object | brain |
2005-12-14 | module_names -> Config->module_names | brain |
2005-12-14 | Fixed to use new methods of ServerConfig | brain |
2005-12-14 | Moved include stack stuff to be private to ServerConfig | brain |