Age | Commit message (Expand) | Author |
2006-07-12 | Make it work: | brain |
2006-07-12 | Test framework in m_testcommand, add interface | brain |
2006-07-12 | Added class Resolver (needs testing) | brain |
2006-07-11 | Add single parameter versions of Extensible::Extend and Extensible::GetExt fo... | om |
2006-07-11 | Move openSockfd[] into ServerConfig | brain |
2006-07-10 | ContentSize speedups | brain |
2006-07-10 | Add FileReader::ContentSize and FileReader::Contents | brain |
2006-07-10 | Try to make this serve some static content | brain |
2006-07-10 | Update docs to indicate new templated GetExt and Extend, remove references to... | brain |
2006-07-10 | Take out broken id | brain |
2006-07-10 | Aaaand, fix the typo | brain |
2006-07-10 | Added refcount to classbase, static classbase::id | brain |
2006-07-10 | I made a Boo Boo :p | brain |
2006-07-10 | Deps weeding | brain |
2006-07-10 | Inherit just about everything from classbase | brain |
2006-07-10 | Inherit tons of stuff from classbase that should always have been | brain |
2006-07-10 | Sort deps of base.h | brain |
2006-07-10 | Sort include dependencies of dns.h | brain |
2006-07-10 | Made a load more stuff Extensible which might be of use to someone | brain |
2006-07-10 | Properly set the resulting pointer to NULL when the object isnt found | brain |
2006-07-10 | If 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-10 | Add empty snomasks.cpp (still got to add headers here so the build doesnt bar... | brain |
2006-07-10 | Add interface to AddModeWatcher and DelModeWatcher into class Server | brain |
2006-07-10 | Added ModeParser::AddModeWatcher() and ModeParser::DelModeWatcher() | brain |
2006-07-09 | Finally finished documenting new mode parser. Lots of comments. | brain |
2006-07-09 | Fix whoopsies | brain |
2006-07-09 | Added Server::GetModuleName(), Module* to filename | brain |
2006-07-09 | Reorder to avoid warning. | brain |
2006-07-09 | Altered u_listmode to have a constructor arg 'autotidy' which if set to true ... | brain |
2006-07-09 | Alter SetModeParam to take const char* to save on casts, notice a load of mod... | brain |
2006-07-09 | Okay..updates to u_listmode, general cleanups and add some virtual methods wh... | om |
2006-07-09 | Add a parameter to set what config tag to parse (defaults to what was previou... | om |
2006-07-08 | Did some renaming so that the methods for modes in chanrec and userrec are id... | brain |
2006-07-08 | Port m_blockcaps to new api, remove OnExtendedMode and OnDisplayList events e... | brain |
2006-07-08 | Convert u_listmode and m_banexception to new api | brain |
2006-07-08 | Remove Server::AddExtendedMode and Server::AddExtendedListMode, replace with ... | brain |
2006-07-08 | Implement DisplayList virtual method calls, and implement it in cmode_b | brain |
2006-07-08 | Add usermode +o, with special checking so that an oper may only remove the mo... | brain |
2006-07-08 | Added DisplayCurrentModes which will display the modes of a channel or nick | brain |
2006-07-08 | Add userrec::HasMode, fix some typos. | brain |
2006-07-08 | Change channelmodes -> usermodes (typo) | brain |
2006-07-08 | Convert new +isw modes to new mode format | brain |
2006-07-08 | Refactored user modes to work like the channel modes - core and module data n... | brain |
2006-07-08 | Added usermodes +swi. | brain |
2006-07-08 | Add cmode +v - that's all the RFC channel modes done now | brain |
2006-07-08 | Add support for cmode +h | brain |
2006-07-08 | Add cmode +o (op/deop) and in the process change a lot of char* to const char... | brain |