Age | Commit message (Expand) | Author |
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 |
2004-04-19 | Moved all command handler functions into commands.cpp/commands.h | brain |
2004-04-19 | added mode.h/mode.cpp and seperated mode functions into it | brain |
2004-04-19 | Moving yet more stuff into message.cpp | brain |
2004-04-19 | Started seperating out functions | brain |
2004-04-18 | Changes of RemoveServer to char* to const char* | brain |
2004-04-18 | Fixes to recovery | brain |
2004-04-18 | Forgot to save some stuff | brain |
2004-04-16 | Fixed some SQUIT stuff | brain |
2004-04-16 | SQUIT and routing of messages fixes during periods of downtime | brain |
2004-04-16 | Fixes to only send SQUIT tokens to servers that are still alive to avoid rout... | brain |
2004-04-16 | Added ability to update routing table on the fly if a connection is lost | brain |
2004-04-15 | Fixes for nonblocking socket issues | brain |
2004-04-15 | Tons of linking tweaks | brain |
2004-04-12 | Added 'a' amd 'b' server link tokens (change gecos, change host) | brain |
2004-04-12 | Added '@' (WALLOPS) link token | brain |
2004-04-11 | Added 'i' and 't' type link datagrams | brain |
2004-04-10 | Added J, P and Q type datagrams | brain |
2004-04-10 | Added server to server 'J' token | brain |
2004-04-07 | Added Server::CountUsers function | brain |
2004-04-06 | Added OnUserPreMessage and OnUserPreNotice events (not tested yet) | brain |
2004-04-06 | Added support for SVS-style Server class methods for modules | brain |
2004-04-05 | Added support for OnWhois, OnOper, OnInfo and SendToModeMask in the API | brain |
2004-04-04 | Completed support for module-handled umodes | brain |
2004-04-03 | Tons more sanity checks and length checks | brain |
2004-04-03 | Added support for module-defined chanmodes with no parameters | brain |
2003-07-22 | STL namespace fixes | randomdan |