Age | Commit message (Expand) | Author |
2013-09-08 | Remove ModuleManager::ModCount and GetCount() | attilamolnar |
2013-09-08 | Fix module loading in PURE_STATIC builds | attilamolnar |
2013-08-30 | Remove ModuleManager::GetAllModuleNames(), use GetModules() instead | attilamolnar |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-30 | Merge insp20 | attilamolnar |
2013-08-30 | Don't CoreExport reference, fixes m_dnsbl on Windows | attilamolnar |
2013-08-27 | Fix Windows build and a few more problems | attilamolnar |
2013-08-27 | Fix various small issues. | Peter Powell |
2013-08-27 | Make all regex modules throw the same exception on error. | Peter Powell |
2013-08-25 | Clean up the protocol interface | attilamolnar |
2013-08-18 | Create the CommandBase class from Command | attilamolnar |
2013-08-18 | m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUIT | attilamolnar |
2013-08-13 | Store oper types and opers in separate containers | attilamolnar |
2013-08-12 | Clean up a few constructors | attilamolnar |
2013-08-12 | cmd_whowas Major cleanup, fix inefficiencies | attilamolnar |
2013-08-12 | Add ConfigTag::getDuration() with optional bounds checking | attilamolnar |
2013-08-12 | Clean up wildcard code. | Peter Powell |
2013-08-12 | Add <path> keys for all of the compile-time paths. | Peter Powell |
2013-08-10 | Rename <options:moronbanner> to <options:xlinemessage>. | Peter Powell |
2013-08-10 | Replace range() with min and max arguments on getInt(). | Peter Powell |
2013-08-10 | Rename <connect:nouserdns> to <connect:resolvehostnames>. | Peter Powell |
2013-08-09 | Remove virtual User::GetClass() (but keep LocalUser::GetClass()) | attilamolnar |
2013-08-09 | Accept std::string as parameter in User::ChangeHost(), ChangeIdent() and Chan... | attilamolnar |
2013-08-09 | Move host cycle logic into m_hostcycle | attilamolnar |
2013-08-08 | Fix a couple of issues | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-08-04 | Change the syntax of FOREACH macros to be less dumb. | Adam |
2013-07-24 | umode_s Rewrite ProcessNoticeMasks() and remove a few related useless functions | attilamolnar |
2013-07-24 | Rewrite SnomaskManager::SendMessage() and Flush(), split code into functions | attilamolnar |
2013-07-19 | Get rid of enum UserModes and mark User::modes as private | attilamolnar |
2013-07-19 | Replace hardcoded mode letters, part 3 | attilamolnar |
2013-07-19 | Move SetNoticeMask(), FormatNoticeMasks() and ProcessNoticeMasks() from the U... | attilamolnar |
2013-07-19 | Replace hardcoded mode letters, part 2 | attilamolnar |
2013-07-19 | Seperate ModeReference into ChanModeReference and UserModeReference | attilamolnar |
2013-07-19 | Move dynamic_reference and related classes to dynref.h | attilamolnar |
2013-07-16 | Fix some warnings which are causing debug builds to fail. | Peter Powell |
2013-07-14 | Use the correct socket related error messages on Windows | Adam |
2013-07-02 | Allow for skipping clone checking before DNS is complete. | Daniel Vassdal |
2013-07-01 | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w... | attilamolnar |
2013-06-21 | Fix Doxygen comments. | Peter Powell |
2013-06-18 | Remove dead code from the InspIRCd and CommandParser classes and typedefs.h | attilamolnar |
2013-06-18 | Minor changes to the startup and shutdown code | attilamolnar |
2013-06-18 | Remove unused exit codes | attilamolnar |
2013-06-16 | Always set the topic in Channel::SetTopic(), move access checks into cmd_topic | attilamolnar |
2013-06-13 | Remove TR_END, remove TRANSLATEx() from commands that do not need it | attilamolnar |
2013-06-13 | Rewrite CommandParser::TranslateUIDs() | attilamolnar |
2013-06-13 | Replace void* dest and target_type parameters of OnMode with a User* and a Ch... | attilamolnar |
2013-06-13 | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat... | attilamolnar |
2013-06-12 | Get rid of the OnRemoteKill hook, make use of GetRouting() and TR_CUSTOM to r... | attilamolnar |
2013-06-12 | Run the OnPostCommand hook from LoopCall() | attilamolnar |