summaryrefslogtreecommitdiff
path: root/src/modules.cpp
AgeCommit message (Expand)Author
2006-03-11Fixesbrain
2006-03-11Forceuy close fixbrain
2006-03-11Missed some stuffbrain
2006-03-11const std::string &brain
2006-03-11Start of conversion to const refs for std::strings in module api - A LOT OF S...brain
2006-03-09Convert more by-values to const references, optimise ConfigReader a bitom
2006-03-09Fixed to correctly use iteratorbrain
2006-03-08Removed deprecated Server::IsOnChannel (was a C++-ish wrapper to the C-ish ha...brain
2006-03-08Got rid of all that ugly char* cast crap (todo: change docs to reflect change)brain
2006-03-07*TEST* Server::DumpText - Dump a *stringstream* to a user with a std::string ...brain
2006-03-07Fixed wtf-ery of Modules::SendTo - did i write this before WriteServ???brain
2006-03-04Old stuff left behindbrain
2006-03-04Tidyup of m_filterbrain
2006-03-02Changed definition of CallHandler and CallCommandHandler for the ability to r...brain
2006-02-23Use ::AddTimer not AddTimer, or it calls this->AddTimer and loopsbrain
2006-02-23Fixed to workbrain
2006-02-23Incorporating InspTimer into safelist as a testbrain
2006-02-22Changed triggering time of OnBackgroundTimer to 5 secs (from 8)brain
2006-02-22Added m_safelist helper functions GetChannelCount and GetChannelIndexbrain
2006-02-19Server::AddExtendedMode and Server::AddCommand will now throw exceptions when...brain
2006-02-07Experimental improved string handling in server linksbrain
2006-02-05Propogation of away messages across network (we dont bounce the numeric back ...brain
2006-02-04Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT...brain
2006-02-03Typo fixes #2brain
2006-02-03This probably wont compile atm - add support for prefixed messagesbrain
2006-01-30Remainder of TYPE_OTHER metadatabrain
2006-01-29Moved Write() call so that it can send the NICK message properly and force th...brain
2006-01-29Created OnPostOper that can be gauranteed to be called *after* opering (by AL...brain
2006-01-25Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp fo...brain
2006-01-22Fixes to make server kicks workbrain
2006-01-22Added facility for servers to send KICK message (ew, i hate this crap)brain
2006-01-22Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ...brain
2006-01-17Added support for part messages in the module API (and therefore between serv...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-14Added RemoveSocket as a test fix for merwins bugbrain
2006-01-12Changed channel user lists from vector to mapbrain
2006-01-11Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORSbrain
2006-01-09Fix to naming schemebrain
2006-01-09Missing classnamebrain
2006-01-09Untested priority system for modules to move themselves to the start or end o...brain
2006-01-09Fixed warning about missing return valuebrain
2006-01-09*TEST* Oper-Only-Stats (not yet tested)brain
2006-01-09Sync fixes for m_park et albrain
2006-01-09Double checking to make sure that non-local users dont end up in the local us...brain
2006-01-09More usertopseudo fixesbrain
2006-01-09m_park.cpp fixes (and anything else using UserToPseudo and PesudoToUser)brain
2005-12-30Optimized out some more redundant va_args voodoobrain
2005-12-29More removal of formatting where its not neccessary x("%s",str) == bad!brain
2005-12-26Fixed support for implementation hooksbrain
2005-12-26Adding hook type checking to event calls to speed them upbrain