Age | Commit message (Expand) | Author |
2005-12-29 | Cached ISUPPORT | brain |
2005-12-29 | Changed to MAX_DESCRIPTORS | brain |
2005-12-29 | Added counters for MAX_DESCRIPTORS etc which allows the socket engine to refu... | brain |
2005-12-29 | Fixed an extremely n00bish mistake involving referencing a global copy of Ser... | brain |
2005-12-29 | Optimizing to not use so much cpu with high user loads | brain |
2005-12-28 | Signal handlers were not being set when -nofork was enabled | brain |
2005-12-26 | Fixed and implemented /modules debug <glob> | brain |
2005-12-26 | Fixed typo | 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-19 | SSL is a fucking mess. | 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 | Added 'this' to LoadAllModules | brain |
2005-12-16 | Moved serverstats* stats to InspIRCd class | brain |
2005-12-16 | Moved LoadAllModules out of constructor, because value of 'this' isnt assigne... | brain |
2005-12-16 | Moved ModeGrok and Parser into InspIRCd class | brain |
2005-12-16 | Moved mode stuff into modeparser | brain |
2005-12-16 | Fixed, no longer need to call SetupCommandHandler, constructor of CommandPars... | brain |
2005-12-16 | Changed to use CommandParser for RemoveCommands | 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 | Renamed removecommands to remove_commands | brain |
2005-12-16 | Moved command parsing crap into command_parse.cpp | brain |
2005-12-16 | Moved BoundPortCount into serverstats | brain |
2005-12-16 | Changed I/O reading stuff for modules to be much faster (and exclusive :() | brain |
2005-12-15 | Added 'local users' vector | brain |
2005-12-15 | Full removal of inspircd_util.h | brain |
2005-12-15 | Moved rehashnick and force_nickchange to users.cpp | brain |
2005-12-15 | Fixed old use of userrec::HasPermission | brain |
2005-12-15 | Tidied up call_handler to use strings | brain |
2005-12-15 | Moved a ton of user related functions from inspircd.cpp to users.cpp | brain |
2005-12-14 | Added more stuff to InspIRCd class | brain |
2005-12-14 | Reverted module_sockets back to global scope | 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 | Shuffling stuff about | brain |
2005-12-14 | Moved a bunch of stuff into class InspIRCd | brain |
2005-12-14 | Fixed some craq++ | brain |
2005-12-14 | Fixed vars | brain |
2005-12-14 | Fixups | brain |
2005-12-14 | Fixed to use MAXSOCKS | brain |
2005-12-14 | Moved BindPorts out of main file into inspircd_io.cpp | brain |
2005-12-14 | TittyBiscuits! | brain |
2005-12-14 | Made inspircd itself a class, and called its instance TittyBiscuits, just bec... | brain |
2005-12-14 | Moved add_channel, del_channel, kick_channel to channels.cpp | brain |
2005-12-14 | Tidied up inspircd.h | brain |
2005-12-14 | Moved some other stuff into ServerConfig | brain |