summaryrefslogtreecommitdiff
path: root/include/modules.h
AgeCommit message (Expand)Author
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-10Relocate timer stuff into TimerManager classbrain
2006-08-09userrec and chanrec now have their own independent pointer back to their 'cre...brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09Tidy up loglevel enum (remove some C-ish defines)brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-09Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do...brain
2006-08-09common_channels -> userrec::SharesChannelWith()brain
2006-08-08Improve Write functions, and change some stuff from char* to const char*brain
2006-08-08WriteWallops() -> userrec::WriteWallops() (originates from a user, so belongs...brain
2006-08-08WriteCommon() and WriteCommonExcept() -> userrec::WriteCommon(), userrec::Wri...brain
2006-08-08WHEEEEE!!!!!brain
2006-08-08userrec::UpdateNickHash(), userrec::ForceNickChange(), userrec::FullConnect()brain
2006-08-08kill_link() and Server::QuitUser() -> userrec::QuitUser() (static member) - t...brain
2006-08-08WriteChannel* functions and ChanExceptSender* functions are now methods of ch...brain
2006-08-08add_channel -> chanrec::JoinUser()brain
2006-08-08Change to chanrec::PartUser. As with KickUser and ServerKickUser, returns the...brain
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