Age | Commit message (Expand) | Author |
2020-04-10 | Update the module descriptions using mkversion. | Sadie Powell |
2020-04-09 | Set the minimum length to 1 for most config items with a default. | Sadie Powell |
2020-03-09 | Fix unnecessary inlining in command handler constructors. | Sadie Powell |
2020-01-31 | Update copyright headers. | InspIRCd Robot |
2020-01-24 | Remove the preceding - in messages sent by opermotd and showfile. | Sadie Powell |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-04-28 | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby |
2019-04-27 | Fix hiding ERR_NOOPERMOTD response when an operator logs in. | Peter Powell |
2019-04-26 | Fix the numerics used by the opermotd module. | Peter Powell |
2019-01-28 | Fix not checking for server names case insensitively. | Peter Powell |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2018-04-22 | Always process MOTD formatting escape codes. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-09-06 | Convert uncontroversial anonymous numerics to use constants. | Peter Powell |
2016-03-29 | Ensure server names passed to some commands are really server names | Attila Molnar |
2016-02-25 | Add User::WriteRemoteNumeric() and switch code using SendText() to send numer... | Attila Molnar |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | 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-27 | Clean up the FileReader class and all of the modules that use it. | Peter Powell |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-12-02 | Attach to events and register services in init() | attilamolnar |
2012-10-29 | m_opermotd Add support for replacing \u \b etc. with color codes | attilamolnar |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-07-26 | m_opermotd Add support for viewing opermotd on a remote server (as advertised) | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-02-02 | Allow opermotd to specify its file in <files> without also requiring an <oper... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
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-03 | Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2009-01-02 | Fix typo opermoth -> opermotd. Thanks Ankit. | peavey |
2009-01-02 | Make it optional to show opermotd on /OPER, defaults to showing the motd if n... | peavey |
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 |
2008-05-05 | Conversions | aquanight |
2008-05-05 | Convert m_spanningtree | aquanight |
2008-03-24 | And more of them | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |