Age | Commit message (Expand) | Author |
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 |
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-07 | Added VF_ module flags as discussed with Craig | brain |
2005-04-05 | Fix to bug #33 (weird /map) | brain |
2005-04-04 | Added the module method OnUserPostNick for capturing a nickchange AFTER it ha... | brain |
2005-04-04 | Added E:Lines, a form of ban exception that can prevent opers, netadmins etc ... | brain |
2005-04-04 | Added new <banlist> tags, allows dynamic banlist sizes on a per channel basis | brain |
2005-04-02 | Added DNS class to documentation | brain |
2005-04-02 | Added pid file support, and documentation for it | brain |
2005-04-01 | Attempts to fix some random crashes | brain |
2005-04-01 | DNS timeout fixes! | brain |
2005-04-01 | Added nonblocking dns | brain |
2005-03-27 | Made config parsing code a bit more lenient | brain |
2005-03-25 | Fixed gentoo (mainly) compatibility -- missing strlcat in this implementation: | brain |
2005-03-25 | Fixed inspstring strlcpy and strlcat | brain |
2005-03-25 | Added implementation of strlcpy and strlcat for systems that dont have it | brain |
2005-03-25 | Added a lot of config error checking | brain |
2005-03-24 | Fixed a ton of MODE crap 'avec le' services :p | brain |
2005-03-21 | Changed ordering of sys/socket.h and sys/types.h to fix compile error on gcc ... | brain |
2004-09-11 | Security audit based on RATS output | brain |
2004-05-28 | Test change to verify security settings on brainbox allow me to commit to cvs | brain |
2004-05-22 | Added support for changing of text within OnUserPreNotice and OnUserPreMessag... | brain |
2004-05-22 | Added remainder of OnUserPreInvite stuff | brain |