summaryrefslogtreecommitdiff
path: root/src/modules.cpp
AgeCommit message (Expand)Author
2005-04-23Added global oper monitoring through modules and global connect monitoring th...brain
2005-04-22Added OnOperCompare function to override strcmp in password check for /operbrain
2005-04-20Added module message passing architecturebrain
2005-04-20Added OnUserDisconnect method to modules.* to fix fd leak in m_ident.cppbrain
2005-04-18Fixed strange join behavior reported by w00t (mirc requesting MODE immediatel...brain
2005-04-18Fixed strhashcompbrain
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-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-09Changed parameters of OnPacketTransmit and OnPacketReceive to be much more us...brain
2005-04-07/LOADMODULE and /UNLOADMODULE all successfully working!brain
2005-04-07Started work on /UNLOADMODULE, resource tracking and flags in Version classbrain
2005-04-05Major optimizations!brain
2005-04-04Added the module method OnUserPostNick for capturing a nickchange AFTER it ha...brain
2005-03-27Made config parsing code a bit more lenientbrain
2005-03-25Added implementation of strlcpy and strlcat for systems that dont have itbrain
2005-03-25Fixes for GCC3.4 and namespaces (must rerun configure!)brain
2005-03-25Changed occurances of vector to std::vectorbrain
2005-03-25Added a lot of config error checkingbrain
2004-09-11Security audit based on RATS outputbrain
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
2004-05-16Updated header commentsbrain
2004-05-09Added support for /RESTART (currently has a bug, do not use)brain
2004-05-08Removed some debug stuffbrain
2004-05-01Added documentation of new ConfigReader methods suggested by Azhrarn for sanitybrain
2004-05-01Provided modules with the ability to sync data on a netjoinbrain
2004-05-01Added Module::OnAccessCheckbrain
2004-04-27Added m_alias module which provides command aliases.brain
2004-04-23Fixed typo in this filebrain
2004-04-23a|KK|y bitchingbrain
2004-04-22Added more services stuffbrain
2004-04-22Added tons of services/uline stuff. DO NOT USE YET! services data isnt replic...brain
2004-04-20ConfigReader fixes to cope with tab characters (why didnt we notice this befo...brain
2004-04-19added mode.h/mode.cpp and seperated mode functions into itbrain
2004-04-17Added calls to sched_yield() to cut down processor usage - won't work in *bsdbrain
2004-04-12Added 'a' amd 'b' server link tokens (change gecos, change host)brain
2004-04-12Added '@' (WALLOPS) link tokenbrain
2004-04-11Added 'i' and 't' type link datagramsbrain
2004-04-10Added J, P and Q type datagramsbrain
2004-04-10Added server to server 'J' tokenbrain