Age | Commit message (Expand) | Author |
2005-12-14 | Made LoadModule and UnloadModule public | brain |
2005-12-14 | Tidy tidy | brain |
2005-12-14 | Removed externs for module_sockets | brain |
2005-12-14 | Shuffling stuff about | brain |
2005-12-14 | Moved a bunch of stuff into class InspIRCd | brain |
2005-12-14 | TittyBiscuits! | brain |
2005-12-14 | Shitty include loops | brain |
2005-12-14 | Tidied up typos | brain |
2005-12-14 | Made inspircd itself a class, and called its instance TittyBiscuits, just bec... | brain |
2005-12-14 | Comment tidy | 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 | Finished moving main config items into class ServerConfig | 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-13 | #define IS_LOCAL(x) (x->fd > -1) | brain |
2005-12-13 | Forward declared ForceChan | brain |
2005-12-13 | Set up externs to allow moving loads of crap out of inspircd.cpp | brain |
2005-12-04 | Added notice-to-servermask | brain |
2005-12-01 | Multithreaded DNS -- not tested!!!! | brain |
2005-12-01 | Added clever code to propogate module's special commands (SAJOIN, KNOCK etc) ... | brain |
2005-11-30 | Added opaque protocol functions | brain |
2005-11-25 | Re-added required parts of connection.h | brain |
2005-11-25 | Removal of mesh stuff (lots of) | brain |
2005-06-01 | Missing vars | brain |
2005-05-29 | Highly optimized userrec saving 1.5k per user | brain |
2005-05-29 | A lot more of the core consts are now configurable at compile time | brain |
2005-05-28 | Fixed fd_Setsize in cygwin | brain |
2005-05-22 | Changed revision id's to std::string | brain |
2005-05-15 | sorted hashcomp etc | brain |
2005-05-15 | Moved a ton of functions into helperfuncs.h to speed up recompiles | brain |
2005-05-14 | Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco... | brain |
2005-05-03 | Fixed to always look for the ircd.log within the bin/ dir | brain |
2005-04-30 | Tried a new way of doing remote versions | brain |
2005-04-29 | Fixed some flood checking | brain |
2005-04-27 | Added a Server:: method to send server notices to channels | brain |
2005-04-27 | Added explicit oper tracking in a vector of userrec* pointers, optimizes send... | brain |
2005-04-26 | Added channel 'counter', increases speed of quits, parts, kicks | brain |
2005-04-16 | Added: | brain |
2005-04-14 | Added ability for modules to hold users in a 'holding pattern' while they do ... | brain |
2005-04-07 | Started work on /UNLOADMODULE, resource tracking and flags in Version class | brain |
2005-04-07 | Added /LOADMODULE (tested and working) | brain |
2005-04-05 | Fix to bug #33 (weird /map) | brain |
2005-04-04 | Added new <banlist> tags, allows dynamic banlist sizes on a per channel basis | brain |
2005-03-25 | Added a lot of config error checking | brain |
2004-05-16 | Updated header comments | brain |
2004-05-01 | Added Module::OnAccessCheck | brain |
2004-04-24 | Fixed quit-bouncing issue when a user is g-lined | brain |
2004-04-19 | Fixes to typos and function exporting between source files | brain |
2004-04-19 | Changed occurances of udp_host to tcp_host for readability | brain |