Age | Commit message (Expand) | Author |
2020-04-24 | Update copyright headers. | InspIRCd Robot |
2020-04-10 | Update the module descriptions using mkversion. | Sadie Powell |
2020-02-18 | Add enum constants for list mode numerics. | Sadie Powell |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-06-12 | Show the mode syntax in ERR_INVALIDMODEPARAM. | Peter Powell |
2019-04-28 | Some more text fixes and improvements (#1618). | Robby |
2018-12-19 | Add the <maxlist> tag and switch ListModeBase to always use it. | Peter Powell |
2017-12-29 | Don't hardcode mode characters which are sent in 005 tokens. | Peter Powell |
2017-12-11 | Merge branch 'insp20' into master. | Peter Powell |
2017-11-28 | Add length checking to GetExtBanStatus and m_banexception. | Peter Powell |
2014-01-09 | Stop null checking pointers that are always valid | Attila Molnar |
2013-09-12 | Send ListModeBase modes implicitly on channel sync | attilamolnar |
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-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-08 | Migrate u_listmode.h into the core, change +b to use it | attilamolnar |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
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-11-19 | Remove calls to ListModeBase::OnCleanup (deprecated, empty function) | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-01-15 | Remove VF_COMMON from mode-provider modules (no longer needed due to better C... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-16 | Clean up crash on destruction of statics at exit | danieldg |
2009-10-08 | Add names for all modes (part 1 of named channel mode list) | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-05 | Run DelMode and DelModeWatcher in RemoveModule | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-13 | Change match direction of extbans to allow stacking | 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 | 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-03-14 | Extban rework: allow exceptions to override bans on join | danieldg |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-09-06 | Newer extban-supporting listmode api | brain |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-22 | Revert automated conversion by Special, as it (unfortunately) neglects some d... | w00t |
2008-08-22 | Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any... | special |
2008-07-13 | Fix order of arguments, this means that ban exceptions for extbans actually w... | w00t |
2008-07-12 | Add support for ban exceptions on non-user extbans (e.g, +be r:*lol* r:lol?is... | w00t |