summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2004-04-18Changes of RemoveServer to char* to const char*brain
2004-04-18Fixes to recoverybrain
2004-04-18Forgot to save some stuffbrain
2004-04-17Added calls to sched_yield() to cut down processor usage - won't work in *bsdbrain
2004-04-17Added new documentation to cover ircd_connectorbrain
2004-04-17Updated comments herebrain
2004-04-16Fixed some SQUIT stuffbrain
2004-04-16Mesh cookie linking fixes (was giving remote port to servers and not local port)brain
2004-04-16SQUIT and routing of messages fixes during periods of downtimebrain
2004-04-16Fixes to only send SQUIT tokens to servers that are still alive to avoid rout...brain
2004-04-16Added ability to update routing table on the fly if a connection is lostbrain
2004-04-16Added various routing tokens (such as 'R' redirect message)brain
2004-04-15/MAP and /LINKS added back (do not use - needs testing)brain
2004-04-15Mesh tweaks (wasnt sending the ip in the + packet)brain
2004-04-15Mesh linking stuffbrain
2004-04-15Fixes for nonblocking socket issuesbrain
2004-04-15Tons of linking tweaksbrain
2004-04-14Buffering fixesbrain
2004-04-14More fixes to connection buffer handlingbrain
2004-04-14Changed server to server links from UDP to TCP due to data loss problemsbrain
2004-04-12Added 'a' amd 'b' server link tokens (change gecos, change host)brain
2004-04-12Added '@' (WALLOPS) link tokenbrain
2004-04-11Packet bufferingbrain
2004-04-11race condition fixesbrain
2004-04-11Attempted fixes for UDP race conditionsbrain
2004-04-11Added better checking to packet sending (MUST receive an ack)brain
2004-04-11Added 'i' and 't' type link datagramsbrain
2004-04-10Added J, P and Q type datagramsbrain
2004-04-10Added experimental 'P' token (privmsg)brain
2004-04-10Added /map and /linksbrain
2004-04-10Added server to server 'J' tokenbrain
2004-04-09Added security function that removes paths from filenamesbrain
2004-04-09Added flood= value to connect allow classes, added checking for floodingbrain
2004-04-08Added ConfigReader::EnumValues() (requested by Craig)brain
2004-04-08Tons of buffering fixes and optimisations for user connectionsbrain
2004-04-07added documentation to FileReader::Exists()brain
2004-04-07Added Server::CountUsers functionbrain
2004-04-07Added preliminary support for ConfigReader::Verify at request of the slug :pbrain
2004-04-07Added servernotice back to the user, informing thembrain
2004-04-07Modified to support wildcard matching of glob patternsbrain
2004-04-07Fixed config reader to cache its files instead of re-reading them for each ac...brain
2004-04-06indentation fixesbrain
2004-04-06Updated docsbrain
2004-04-06OnUserPre* api fixesbrain
2004-04-06Added OnUserPreMessage and OnUserPreNotice events (not tested yet)brain
2004-04-06Added support for SVS-style Server class methods for modulesbrain
2004-04-05Added support for OnWhois, OnOper, OnInfo and SendToModeMask in the APIbrain
2004-04-05Fix for bug ID #5 (PING, PONG And other matters)brain
2004-04-05Fix for bug ID #6 (excessively long commands)brain
2004-04-05Modified the Module::OnExtendedMode() method to use a void* as its target whi...brain