Age | Commit message (Expand) | Author |
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 |
2008-03-21 | Convert to new api | brain |
2008-03-21 | Add support for OnNamesListItem, discussed with w00t a few days ago. This mak... | brain |
2008-03-18 | Crash fixes from nenolod | brain |
2008-03-18 | Add support for CAP to this via multi-prefix. NOTE, the OnNamesList for this ... | 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-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-28 | From RFC 2812, the funny = that i could never identify in NAMES reply: = mean... | brain |
2007-08-27 | Remove unnecessary header traffic | w00t |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |