summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-07-11Add single parameter versions of Extensible::Extend and Extensible::GetExt fo...om
2006-07-11Move openSockfd[] into ServerConfigbrain
2006-07-10ContentSize speedupsbrain
2006-07-10Add FileReader::ContentSize and FileReader::Contentsbrain
2006-07-10Try to make this serve some static contentbrain
2006-07-10Update docs to indicate new templated GetExt and Extend, remove references to...brain
2006-07-10Take out broken idbrain
2006-07-10Aaaand, fix the typobrain
2006-07-10Added refcount to classbase, static classbase::idbrain
2006-07-10I made a Boo Boo :pbrain
2006-07-10Deps weedingbrain
2006-07-10Inherit just about everything from classbasebrain
2006-07-10Inherit tons of stuff from classbase that should always have beenbrain
2006-07-10Sort deps of base.hbrain
2006-07-10Sort include dependencies of dns.hbrain
2006-07-10Made a load more stuff Extensible which might be of use to someonebrain
2006-07-10Properly set the resulting pointer to NULL when the object isnt foundbrain
2006-07-10If you ask me, it looks a hell of a lot tidier without forcing the cast.brain
2006-07-10- userrec::ProcessNoticeMasks - provide a way to set or unset masks.w00t
2006-07-10- Add usermode +n for notice masks - our implementation of snomasks. We're no...w00t
2006-07-10-Clone mode methods into notice mask methods for userrec.w00t
2006-07-10Add empty snomasks.cpp (still got to add headers here so the build doesnt bar...brain
2006-07-10Add interface to AddModeWatcher and DelModeWatcher into class Serverbrain
2006-07-10Added ModeParser::AddModeWatcher() and ModeParser::DelModeWatcher()brain
2006-07-09Finally finished documenting new mode parser. Lots of comments.brain
2006-07-09Fix whoopsiesbrain
2006-07-09Added Server::GetModuleName(), Module* to filenamebrain
2006-07-09Reorder to avoid warning.brain
2006-07-09Altered u_listmode to have a constructor arg 'autotidy' which if set to true ...brain
2006-07-09Alter SetModeParam to take const char* to save on casts, notice a load of mod...brain
2006-07-09Okay..updates to u_listmode, general cleanups and add some virtual methods wh...om
2006-07-09Add a parameter to set what config tag to parse (defaults to what was previou...om
2006-07-08Did some renaming so that the methods for modes in chanrec and userrec are id...brain
2006-07-08Port m_blockcaps to new api, remove OnExtendedMode and OnDisplayList events e...brain
2006-07-08Convert u_listmode and m_banexception to new apibrain
2006-07-08Remove Server::AddExtendedMode and Server::AddExtendedListMode, replace with ...brain
2006-07-08Implement DisplayList virtual method calls, and implement it in cmode_bbrain
2006-07-08Add usermode +o, with special checking so that an oper may only remove the mo...brain
2006-07-08Added DisplayCurrentModes which will display the modes of a channel or nickbrain
2006-07-08Add userrec::HasMode, fix some typos.brain
2006-07-08Change channelmodes -> usermodes (typo)brain
2006-07-08Convert new +isw modes to new mode formatbrain
2006-07-08Refactored user modes to work like the channel modes - core and module data n...brain
2006-07-08Added usermodes +swi.brain
2006-07-08Add cmode +v - that's all the RFC channel modes done nowbrain
2006-07-08Add support for cmode +hbrain
2006-07-08Add cmode +o (op/deop) and in the process change a lot of char* to const char...brain
2006-07-08Add channelmode +lbrain
2006-07-08Add chmode +k, cut down includes in use in mode.cppbrain
2006-07-08ModeHandler documentedbrain