Age | Commit message (Expand) | Author |
2014-02-08 | Change SocketEngine functions that do not require an instance to be static | Attila Molnar |
2014-01-31 | Remove a few unnecessary .c_str() calls | Attila Molnar |
2014-01-25 | Add Channel* parameter to OnSendWhoLine | Attila Molnar |
2014-01-25 | Omit the server name internally when building a /STATS reply and prepend it l... | Attila Molnar |
2014-01-25 | Convert InspIRCd::PassCompare to return bool instead of int. | Peter Powell |
2014-01-24 | cmd_invite Fix incorrect parameter being passed to InspIRCd::Duration() | Attila Molnar |
2014-01-24 | Convert UserChanList to an intrusively linked list | Attila Molnar |
2014-01-21 | Merge insp20 | Attila Molnar |
2014-01-21 | Increase the penalty for a few core commands | Attila Molnar |
2014-01-08 | Read uline state in spanningtree; remove ConfigReader::ulines | Attila Molnar |
2014-01-06 | Automatically register and unregister mode watchers | Attila Molnar |
2014-01-05 | Move server description field from TreeServer into Server; remove OnGetServer... | Attila Molnar |
2014-01-05 | Introduce Server class | Attila Molnar |
2014-01-05 | Improve UserManager::QuitUser() and related code | Attila Molnar |
2013-12-18 | Add m_showfile, remove cmd_rules | Attila Molnar |
2013-12-18 | Clean up CoreException | Attila Molnar |
2013-12-15 | Make various self contained methods static. | Peter Powell |
2013-12-15 | Move stuff around a bit: | Peter Powell |
2013-11-21 | Fix a few issues | attilamolnar |
2013-11-21 | Disallow remote /MODULES for non-opers. | Daniel Vassdal |
2013-11-12 | Fix remote /MODULES bug | Daniel Vassdal |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-09-11 | Convert cmd_modenotice into an optional module | attilamolnar |
2013-09-11 | Move prefix mode specific fields and getters into PrefixMode | attilamolnar |
2013-09-08 | Remove InspIRCd::HandleRehash functor | attilamolnar |
2013-09-08 | Automatically register ServiceProviders created by modules | 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-28 | m_spanningtree Propagate topic changes via FTOPIC in order to prevent desync ... | attilamolnar |
2013-08-27 | Fix crash caused by passing a large integer to ctime() | attilamolnar |
2013-08-25 | Clean up the protocol interface | attilamolnar |
2013-08-19 | Remove cmd_map from the core | attilamolnar |
2013-08-13 | Store oper types and opers in separate containers | attilamolnar |
2013-08-12 | cmd_whowas Major cleanup, fix inefficiencies | attilamolnar |
2013-08-12 | Add ConfigTag::getDuration() with optional bounds checking | attilamolnar |
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-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-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-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 | 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 |