summaryrefslogtreecommitdiff
path: root/src/modules.cpp
AgeCommit message (Expand)Author
2006-07-27* Fix Server::SendMode to actually work again.brain
2006-07-23In the constructor which doesnt set Request::id, we set Request::id explicitl...brain
2006-07-23Add an ID field to Request and a GetId() method, takes const char* and return...om
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-12Test framework in m_testcommand, add interfacebrain
2006-07-10ContentSize speedupsbrain
2006-07-10Fugly code band-aid^H^H^H^H^Hfixbrain
2006-07-10Add FileReader::ContentSize and FileReader::Contentsbrain
2006-07-10Add interface to AddModeWatcher and DelModeWatcher into class Serverbrain
2006-07-10Fix for compiler warningbrain
2006-07-09Fix whoopsiesbrain
2006-07-09Added Server::GetModuleName(), Module* to filenamebrain
2006-07-08Port m_blockcaps to new api, remove OnExtendedMode and OnDisplayList events e...brain
2006-07-08Remove Server::AddExtendedMode and Server::AddExtendedListMode, replace with ...brain
2006-07-08Forward port of fix for Add*Line to apply automaticallyspecial
2006-07-07Mode parser WORKS! (for simple non-parameterized channel modes)brain
2006-07-07change std::string's to const std::string references for *Feature() funcsom
2006-07-07modules.*: Put some void* back to char*, sorry if they were only like that be...om
2006-06-28Added missing return in Server::UnpublishFeature()special
2006-06-21Added Server::PublishFeature(),brain
2006-06-20Class Request and class Event now take a void* in their constructor to save o...brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-04-04All new shiny config parser, there's probably some bugs there somewhere but h...om
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