Age | Commit message (Expand) | Author |
2019-04-19 | Remove the 'noisy' mode for HasPrivPermission. | Peter Powell |
2019-02-18 | Various text improvements: consistency, syntax, help and doc updates/fixes. | Robby |
2019-01-28 | Fix the prioritisation of OnRawMode in m_samode. | Peter Powell |
2019-01-24 | Move the <disabled> tag out of the core to a new module. | Peter Powell |
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell |
2018-07-26 | Replace irc::stringjoiner with a generic stdalgo::string::join. | Peter Powell |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-07-12 | Add CXX11_OVERRIDE to overridden members that lack it. | Peter Powell |
2016-12-30 | Penalize commands that had 0 penalty | Attila Molnar |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar |
2016-02-24 | Fix some numerics | Attila Molnar |
2015-02-15 | Convert mods calling the old compat wrapper of ModuleManager::SetPriority() t... | Attila Molnar |
2014-09-05 | m_samode Simplify command handler logic | Attila Molnar |
2014-09-04 | Migrate code from ModeParser into cmd_mode (core_user) | Attila Molnar |
2014-09-04 | Pass Modes::ChangeList references to the OnPreMode hook, make it modifiable | Attila Molnar |
2014-09-04 | Call the MODE command handler in several modules instead of the old ModeParse... | Attila Molnar |
2014-04-07 | Merge insp20 | Attila Molnar |
2014-04-04 | Add REG_ALL checks to treat unregistered users as nonexistent in more cases | Attila Molnar |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-04 | Call ModeParser::Process() directly instead of going through the CommandParser | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-27 | Prevent /mode from being incredible näive after failed attempt to samode a u... | Daniel Vassdal |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2013-04-01 | m_samode Require an oper privilege to change the user modes of other users | attilamolnar |
2012-12-15 | Add a flag to Command that controls whether an empty last parameter is allowe... | attilamolnar |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar |
2012-12-02 | Attach to events and register services in init() | attilamolnar |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-07-06 | Updated the version lines on several modules. | Shawn Smith |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Replace OnAccessCheck with OnPreMode to remove a number of redundant checks | danieldg |
2009-09-03 | Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands | danieldg |
2009-09-02 | Change SAMODE to source from the acting user, not the server | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-06-14 | These commands do not need to be VF_COMMON | danieldg |
2009-04-16 | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'... | w00t |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-07 | Include explicit parameter list in ProtocolInterface::SendMode | danieldg |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |