summaryrefslogtreecommitdiff
path: root/include/modules.h
AgeCommit message (Expand)Author
2006-07-30REMOTE STATS! WOOO AND YAY!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-10Add FileReader::ContentSize and FileReader::Contentsbrain
2006-07-10Try to make this serve some static contentbrain
2006-07-10Inherit tons of stuff from classbase that should always have beenbrain
2006-07-10Made a load more stuff Extensible which might be of use to someonebrain
2006-07-10Add interface to AddModeWatcher and DelModeWatcher into class Serverbrain
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-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-30Tweak to IS_LOCAL macro to exclude invalid fd's that are > MAX_DESCRIPTORSbrain
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-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-04All new shiny config parser, there's probably some bugs there somewhere but h...om
2006-03-12Commented a lot of stuff that hasnt been commented since 1.0.2brain
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-08Removed deprecated Server::IsOnChannel (was a C++-ish wrapper to the C-ish ha...brain
2006-03-07*TEST* Server::DumpText - Dump a *stringstream* to a user with a std::string ...brain
2006-03-02Changed definition of CallHandler and CallCommandHandler for the ability to r...brain
2006-02-23Fixed to workbrain
2006-02-23Incorporating InspTimer into safelist as a testbrain
2006-02-22Added m_safelist helper functions GetChannelCount and GetChannelIndexbrain
2006-02-19Removed unneeded {}'sbrain
2006-02-19Testing \exception doxygen tag that *should* workbrain
2006-02-19Forgot to commit this?brain
2006-02-19Apparently to catch descendent classes we need to catch a reference to the pa...brain
2006-02-19Made a booboobrain
2006-02-19Added exception handling for module loadingbrain
2006-02-05Propogation of away messages across network (we dont bounce the numeric back ...brain
2006-02-05Commented on new return value of OnUserPreKick for explicitly allowing kicksbrain
2006-02-04Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT...brain
2006-02-03This probably wont compile atm - add support for prefixed messagesbrain
2006-01-30Remainder of TYPE_OTHER metadatabrain
2006-01-30Added support for TYPE_OTHER metadata, where void* target will be NULL, e.g. ...brain
2006-01-29Created OnPostOper that can be gauranteed to be called *after* opering (by AL...brain
2006-01-28Fixed uninitialized ExtMode::listbrain
2006-01-25Documented some functions that were missing commentsbrain
2006-01-25Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp fo...brain
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