Age | Commit message (Expand) | Author |
2006-03-11 | Checks and stuff :p | brain |
2006-03-11 | Re-enterant safety | brain |
2006-03-10 | Commented all the new config stuff | brain |
2006-03-09 | Speedups | brain |
2006-03-09 | Tidyup to pass some stuff by reference (much faster, no copy involved) | brain |
2006-03-08 | Made this readable, removed spacing, etc. | w00t |
2006-03-08 | Remove some tabbing, remove a typo, use Exit() rather than exit() | w00t |
2006-03-02 | Changed output on startup | brain |
2006-03-01 | Removed old >512 check | brain |
2006-02-26 | And fixes for typos | brain |
2006-02-26 | Added ability to provide -logfile parameter on commandline | brain |
2006-02-19 | Apparently to catch descendent classes we need to catch a reference to the pa... | brain |
2006-02-19 | Added exception handling for module loading | brain |
2006-02-08 | Increased how often socket timeout checks occur which will mean flushing writ... | brain |
2006-02-02 | Removed bool return of DoBackgroundUserStuff() | brain |
2006-01-27 | Improved IP handling. Now uses in_addr to store client ip, not char[16]! | brain |
2006-01-22 | Tweaks for openssl compatibility | brain |
2006-01-22 | Stopped lines longer than 512b from being killed, instead, warning sent and d... | frostycoolslug |
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-11 | Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORS | brain |
2006-01-03 | Fixed to not crash on /PARK (still more to test) | brain |
2005-12-28 | Tidyups to mainloop, why were we using isnick() to check if a user was regist... | brain |
2005-12-28 | New system for client exits using CullList seems stable, needs testing | brain |
2005-12-28 | Changes to the way clients are exited during mainloop - MAY BE UNSTABLE USE W... | 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 | Moved serverstats stuff out | 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 | Changing stuff to using CommandParser class | brain |
2005-12-16 | Moved command_parse functions into class CommandParser | brain |
2005-12-16 | Moved command parsing crap into command_parse.cpp | 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-14 | Fixed ModuleError() | brain |
2005-12-14 | Sucky stuff | brain |
2005-12-14 | Grrrrrr | brain |
2005-12-14 | Tidy tidy | brain |
2005-12-14 | Removed externs for module_sockets | brain |
2005-12-14 | Code tidying | brain |
2005-12-14 | More config tidyups | brain |
2005-12-14 | Moved include stack stuff to be private to ServerConfig | brain |
2005-12-14 | Added config_f to serverconfig, UNTESTED | brain |
2005-12-14 | Tidied up modules.h added some typedefs to typedefs.h | brain |
2005-12-14 | moved declarations of typedefs for user_hash and chan_hash etc to typedefs.h | brain |
2005-12-14 | Started moving of data into ServerConfig class | brain |
2005-12-14 | Half way through updating to move a ton of extern confs into class ServerConfig | brain |
2005-12-14 | Added parameter to apply_lines to indicate what we want to apply | brain |