Age | Commit message (Expand) | Author |
2005-05-12 | Optimized some static structs | brain |
2005-05-12 | Changed the type of struct whowas records are stored in (no need to waste a b... | brain |
2005-05-12 | Structure optimizations, changed a lot of bools into binary bitmasks | brain |
2005-05-12 | Documented new recvq and sendq stuff | brain |
2005-05-12 | Customizable by-byte-size recvq stuff | brain |
2005-05-11 | added sendq stuff, see example config | brain |
2005-05-11 | Added basic sendq stuff - WARNING, there is no configuration yet, this CVS al... | brain |
2005-05-08 | Changed the final bunch of udp_* vars to server_*/tcp_* | brain |
2005-05-05 | Fixes to: | brain |
2005-05-03 | Fixed to always look for the ircd.log within the bin/ dir | brain |
2005-05-01 | Added FindDescriptor | brain |
2005-05-01 | Added and tested fd crossreference table - improves speed a lot, and fixes on... | brain |
2005-04-30 | Tried a new way of doing remote versions | brain |
2005-04-30 | Added OnAddBan and OnDelBan module api calls, and fixed glitch which required... | brain |
2005-04-29 | Fixed some flood checking | brain |
2005-04-29 | A few anti-flood features | brain |
2005-04-29 | Updated buffering, faster and more sensible (old code sucks) | brain |
2005-04-28 | Added remote versioning | brain |
2005-04-28 | Changed some comments | 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 | Commented new functions | brain |
2005-04-26 | Major *MAJOR* optimizations by double-referencing channels to users | brain |
2005-04-26 | Added channel 'counter', increases speed of quits, parts, kicks | brain |
2005-04-26 | Fixed dicky buffer (due to cleanup the wrong variable was being used) | brain |
2005-04-26 | Major code tidyup (-W) - expect a few belches | brain |
2005-04-23 | Added global oper monitoring through modules and global connect monitoring th... | brain |
2005-04-23 | Services speedups for stupid buffered i/o uplinks | brain |
2005-04-22 | Added server input buffers (for systems that decide buffering is fun) | brain |
2005-04-22 | Added OnOperCompare function to override strcmp in password check for /oper | brain |
2005-04-21 | Added password field | brain |
2005-04-20 | Added extra comment | brain |
2005-04-20 | Added module message passing architecture | brain |
2005-04-20 | Added OnUserDisconnect method to modules.* to fix fd leak in m_ident.cpp | brain |
2005-04-16 | Added: | brain |
2005-04-16 | Added a chanrec to OnRawMode, om pointed out i hadnt given him it :D | brain |
2005-04-15 | Added new API methods: | brain |
2005-04-15 | Removed deprecated class 'packet' | brain |
2005-04-14 | Added ability for modules to hold users in a 'holding pattern' while they do ... | brain |
2005-04-14 | Added OnUserKick and OnUserPreKick | brain |
2005-04-14 | Added (untested!) OnCheckReady and OnUserRegister (gonna write an ident looku... | brain |
2005-04-14 | Added OnPreCommand | brain |
2005-04-13 | Added IsValidHostMask | brain |
2005-04-13 | Added Module::OnSendList | brain |
2005-04-13 | Added Server::AddGLine | brain |
2005-04-12 | Added OnBackgroundTimer method, ticks every 5 seconds approximately | brain |
2005-04-12 | Added Server::PseudoToUser and Server::UserToPseudo | brain |
2005-04-11 | Dns free() errors fixed | brain |
2005-04-09 | Changed parameters of OnPacketTransmit and OnPacketReceive to be much more us... | brain |
2005-04-08 | Added customizable pingfreq | brain |