summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2005-05-13Added Server::GetServerDescription() at request of Craigbrain
2005-05-12Optimized some static structsbrain
2005-05-12Changed the type of struct whowas records are stored in (no need to waste a b...brain
2005-05-12Structure optimizations, changed a lot of bools into binary bitmasksbrain
2005-05-12Documented new recvq and sendq stuffbrain
2005-05-12Customizable by-byte-size recvq stuffbrain
2005-05-11added sendq stuff, see example configbrain
2005-05-11Added basic sendq stuff - WARNING, there is no configuration yet, this CVS al...brain
2005-05-08Changed the final bunch of udp_* vars to server_*/tcp_*brain
2005-05-05Fixes to:brain
2005-05-03Fixed to always look for the ircd.log within the bin/ dirbrain
2005-05-01Added FindDescriptorbrain
2005-05-01Added and tested fd crossreference table - improves speed a lot, and fixes on...brain
2005-04-30Tried a new way of doing remote versionsbrain
2005-04-30Added OnAddBan and OnDelBan module api calls, and fixed glitch which required...brain
2005-04-29Fixed some flood checkingbrain
2005-04-29A few anti-flood featuresbrain
2005-04-29Updated buffering, faster and more sensible (old code sucks)brain
2005-04-28Added remote versioningbrain
2005-04-28Changed some commentsbrain
2005-04-27Added a Server:: method to send server notices to channelsbrain
2005-04-27Added explicit oper tracking in a vector of userrec* pointers, optimizes send...brain
2005-04-26Commented new functionsbrain
2005-04-26Major *MAJOR* optimizations by double-referencing channels to usersbrain
2005-04-26Added channel 'counter', increases speed of quits, parts, kicksbrain
2005-04-26Fixed dicky buffer (due to cleanup the wrong variable was being used)brain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-23Added global oper monitoring through modules and global connect monitoring th...brain
2005-04-23Services speedups for stupid buffered i/o uplinksbrain
2005-04-22Added server input buffers (for systems that decide buffering is fun)brain
2005-04-22Added OnOperCompare function to override strcmp in password check for /operbrain
2005-04-21Added password fieldbrain
2005-04-20Added extra commentbrain
2005-04-20Added module message passing architecturebrain
2005-04-20Added OnUserDisconnect method to modules.* to fix fd leak in m_ident.cppbrain
2005-04-16Added:brain
2005-04-16Added a chanrec to OnRawMode, om pointed out i hadnt given him it :Dbrain
2005-04-15Added new API methods:brain
2005-04-15Removed deprecated class 'packet'brain
2005-04-14Added ability for modules to hold users in a 'holding pattern' while they do ...brain
2005-04-14Added OnUserKick and OnUserPreKickbrain
2005-04-14Added (untested!) OnCheckReady and OnUserRegister (gonna write an ident looku...brain
2005-04-14Added OnPreCommandbrain
2005-04-13Added IsValidHostMaskbrain
2005-04-13Added Module::OnSendListbrain
2005-04-13Added Server::AddGLinebrain
2005-04-12Added OnBackgroundTimer method, ticks every 5 seconds approximatelybrain
2005-04-12Added Server::PseudoToUser and Server::UserToPseudobrain
2005-04-11Dns free() errors fixedbrain
2005-04-09Changed parameters of OnPacketTransmit and OnPacketReceive to be much more us...brain