Age | Commit message (Expand) | Author |
2019-04-28 | Some more text fixes and improvements (#1618). | Robby |
2019-04-18 | Remove CXX11_OVERRIDE from some non-overrides. | Peter Powell |
2019-04-16 | Update trivially-modifiable modules to handle tag messages. | Peter Powell |
2019-01-28 | Read the muteban config in ReadConfig(). | Peter Powell |
2018-08-15 | Fix aliases that resolve to messages echoing with echo-message. | Peter Powell |
2018-04-20 | Optionally do not notify users if their messages are blocked by certain modul... | Robby |
2018-01-06 | Rework message handling. | Peter Powell |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-05-20 | Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On... | attilamolnar |
2013-05-15 | Tidy up keywords on module methods. | 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-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-01-19 | Extbans can be VF_OPTCOMMON as they do not desync on module add/remove | 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-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Allow voice or higher users to speak even when a matching muteban exists | danieldg |
2009-03-22 | Apply ankit's patch for bug #780 with a minor tweak, re-introduce the 4-param... | brain |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-14 | Extban rework: allow exceptions to override bans on join | danieldg |
2009-02-25 | Add VF_COMMON to all modules that provide an extban | 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-07-16 | Applied patch by psychon to make AddExtBanChar correctly take a single char | special |
2008-07-14 | Rename quietban to muteban, change character to +b m:, this way it fits with ... | w00t |