summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2005-04-08Added customizable pingfreqbrain
2005-04-07Started work on /UNLOADMODULE, resource tracking and flags in Version classbrain
2005-04-07Added /LOADMODULE (tested and working)brain
2005-04-07Added VF_ module flags as discussed with Craigbrain
2005-04-05Fix to bug #33 (weird /map)brain
2005-04-04Added the module method OnUserPostNick for capturing a nickchange AFTER it ha...brain
2005-04-04Added E:Lines, a form of ban exception that can prevent opers, netadmins etc ...brain
2005-04-04Added new <banlist> tags, allows dynamic banlist sizes on a per channel basisbrain
2005-04-02Added DNS class to documentationbrain
2005-04-02Added pid file support, and documentation for itbrain
2005-04-01Attempts to fix some random crashesbrain
2005-04-01DNS timeout fixes!brain
2005-04-01Added nonblocking dnsbrain
2005-03-27Made config parsing code a bit more lenientbrain
2005-03-25Fixed gentoo (mainly) compatibility -- missing strlcat in this implementation:brain
2005-03-25Fixed inspstring strlcpy and strlcatbrain
2005-03-25Added implementation of strlcpy and strlcat for systems that dont have itbrain
2005-03-25Added a lot of config error checkingbrain
2005-03-24Fixed a ton of MODE crap 'avec le' services :pbrain
2005-03-21Changed ordering of sys/socket.h and sys/types.h to fix compile error on gcc ...brain
2004-09-11Security audit based on RATS outputbrain
2004-05-28Test change to verify security settings on brainbox allow me to commit to cvsbrain
2004-05-22Added support for changing of text within OnUserPreNotice and OnUserPreMessag...brain
2004-05-22Added remainder of OnUserPreInvite stuffbrain
2004-05-22Added OnUserPreInvite method for use with +V etcbrain