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 | Some more text fixes and improvements (#1618). | Robby |
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 |
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 |
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 |
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-07-27 | m_namesx, m_uhnames Don't convert the command name to irc::string in OnPreCom... | 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-17 | Remove dummy API_VERSION from Version constructor | danieldg |
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 | Conversion complete, distclean compiles cleanly again. (If everything works i... | peavey |
2008-04-19 | Eventlist one item too short, makes this module not publish its 005 feature | brain |
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 |
2008-03-21 | Convert to new api | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-04 | Remove Implements() method from every module. booya. | brain |
2007-11-04 | Convert all to new Attach() system. The Implements() method needs removing fr... | brain |
2007-11-04 | More craq | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-28 | Move everything module-related out of InspIRCd and into ModuleManager, there ... | om |