Age | Commit message (Expand) | Author |
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 |
2005-12-16 | Missing semicolon | brain |
2005-12-16 | Moved serverstats stuff out | brain |
2005-12-16 | Moved serverstats* stats to InspIRCd class | brain |
2005-12-16 | Moved SocketEngine* SE into InspIRCd class | brain |
2005-12-16 | More defines moved | brain |
2005-12-16 | Moved a ton of defined to modules.h that belong there | brain |
2005-12-16 | So many inclusion loops it makes your head spin - forward declaring tons of c... | brain |
2005-12-16 | Moved ModeGrok and Parser into InspIRCd class | brain |
2005-12-16 | GROK! | brain |
2005-12-16 | Moved mode stuff into modeparser | brain |
2005-12-16 | Moved more command parsing stuff to CommandParser | brain |
2005-12-16 | Moved command_parse functions into class CommandParser | brain |
2005-12-16 | Made remove_commands public | brain |
2005-12-16 | Moved command parsing crap into command_parse.cpp | brain |
2005-12-16 | Moved BoundPortCount into serverstats | brain |
2005-12-15 | Bigger read buffers on ibuf | brain |
2005-12-15 | Added Buffer member | brain |
2005-12-15 | Added FlushWriteBuffer | brain |
2005-12-15 | Full removal of inspircd_util.h | brain |
2005-12-15 | Removed inspircd_util.cpp, this was NEVER really used! | brain |
2005-12-15 | Optimized helperfuncs | brain |
2005-12-15 | Moved rehashnick and force_nickchange to users.cpp | brain |
2005-12-15 | Tidied up call_handler to use strings | brain |
2005-12-15 | Major tidyups are fun for all :p | brain |
2005-12-15 | Fixes | brain |
2005-12-15 | Moved a ton of user related functions from inspircd.cpp to users.cpp | brain |
2005-12-15 | Added comments | brain |
2005-12-15 | Fixed to allow remote users to be put on a cull list | brain |