Age | Commit message (Expand) | Author |
2020-04-10 | Update the module descriptions using mkversion. | Sadie Powell |
2020-01-31 | Update copyright headers. | InspIRCd Robot |
2020-01-17 | Use irc::equals instead of strcasecmp where appropriate. | Sadie Powell |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-06-26 | Only show UHNAMES and NAMESX in 005 if the cap module is loaded. | Peter Powell |
2019-04-28 | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby |
2019-04-19 | Remove the OnNamesListItem event out of the core. | Peter Powell |
2019-03-12 | Rename GetFlagIndex -> GetFieldIndex | linuxdaemon |
2019-03-12 | Add Who::Request::GetFlagIndex to get field index | linuxdaemon |
2018-11-15 | Fix the OnSendWhoLine event being completely broken with WHOX. | Peter Powell |
2018-08-10 | Remove the original line parameter of On{Pre,Post}Command. | Peter Powell |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2016-02-26 | Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje... | Attila Molnar |
2016-02-26 | Return ModResult from the OnSendWhoLine hook | Attila Molnar |
2015-12-05 | Add rewritten m_cap module | Attila Molnar |
2015-02-11 | Convert the CAP event to use the new cross-module event system | Attila Molnar |
2014-04-20 | Change the OnNamesListItem() hook to return ModResult | Attila Molnar |
2014-02-14 | Move GetAllPrefixChars() from Channel to Membership | Attila Molnar |
2014-02-14 | Return a Membership* from get_first_visible_channel() in cmd_who and pass tha... | Attila Molnar |
2014-01-25 | Add Channel* parameter to OnSendWhoLine | Attila Molnar |
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-12 | Tidy up source files: | Peter Powell |
2013-04-11 | Convert ISUPPORT to use a map instead of a string. | Peter Powell |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | 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-11-24 | m_check, m_namesx, m_timedbans Minor cleanup | attilamolnar |
2012-07-27 | m_namesx, m_uhnames Don't convert the command name to irc::string in OnPreCom... | attilamolnar |
2012-07-21 | m_namesx Handle colons in channel names properly | attilamolnar |
2012-06-12 | m_namesx Add support for altering /WHO replies to be compliant with the speci... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-01-18 | PreCommand/PostCommand are local-only hooks | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-13 | Module API changes to use Membership* where sensible | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | MetaData rework | 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 |
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-06-06 | Allow changing of command string and parameter vector within OnPreCommand, al... | brain |
2008-05-05 | Convert more | peavey |
2008-03-24 | And more of them | brain |
2008-03-21 | Add support for CAP in uhnames, it has the token 'userhost-in-names'. Comment... | brain |