Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-12 | Undocument <power> and set the default to the server name. | Peter Powell | |
2016-02-22 | Merge insp20 | Attila Molnar | |
2015-10-12 | Fix a few documentation problems | Attila Molnar | |
Fixes issues #1003, #1045 and #1085 | |||
2015-06-26 | Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typo | Attila Molnar | |
m_repeat: fix typo (similiar->similar) | |||
2015-06-12 | m_repeat: fix typo (similiar->similar) | James Lu | |
Also update docs/ accordingly | |||
2015-05-20 | Update example configuration to say the new style module names everywhere | Attila Molnar | |
2015-04-20 | Merge insp20 | Attila Molnar | |
2015-03-17 | Remove non-existant extban M: from docs | Renegade334 | |
extban M: has not existed since 2d732f4d in 2009... | |||
2014-11-29 | Fix a couple of helpop issues | Attila Molnar | |
Fixes issue #949 reported by @webczat | |||
2014-07-25 | Merge insp20 | Attila Molnar | |
2014-07-19 | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere | Attila Molnar | |
2014-06-09 | m_remove Recognize /REMOVE <chan> <nick> | Attila Molnar | |
The old syntax is now deprecated Fixes issue #860 reported by @Shawn-Smith | |||
2014-04-14 | m_sajoin, m_sapart Support a comma separated list of channels | Attila Molnar | |
Issue #818 | |||
2014-04-12 | Some more helpop config updates. | Robby- | |
2014-04-07 | Merge insp20 | Attila Molnar | |
2014-04-06 | Fix typo in helpop-full that prevented it from loading and other minor ↵ | Attila Molnar | |
helpop issues | |||
2014-04-04 | Major example configuration and helpop update | Attila Molnar | |
Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this | |||
2014-01-26 | Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ↵ | Attila Molnar | |
QUIT messages | |||
2014-01-21 | Merge insp20 | Attila Molnar | |
2014-01-20 | Update example configs/helpop | Attila Molnar | |
2013-12-18 | Add m_showfile, remove cmd_rules | Attila Molnar | |
2013-08-30 | Merge insp20 | attilamolnar | |
2013-08-27 | Update example configs, README.md and more | attilamolnar | |
- Fix typos, remove misleading information, rephrase a few sentences - Add info about hmac-<hash> hash types - Remove <performance:maxwho> (the code which used this was removed in 96e4434 - @SaberUK) - Change inspircd.github.org to inspircd.org | |||
2013-06-10 | Added m_repeat - Allows for blocking of similiar messages | Daniel Vassdal | |
Changes to the original module: - Parse settings using a sepstream, accept remote mode changes regardless of our config - Refuse to link when config settings differ - Style changes All ideas and features are the brainchild and work of Daniel Vassdal | |||
2013-04-27 | Added RMODE command per suggestion #479 | Daniel Vassdal | |
2013-04-01 | Purge the deprecated chanprotect module. | Peter Powell | |
2013-03-02 | Reorganise configuration files: | Peter Powell | |
- Example config files now end with .conf.example. - Example text files now end with .txt.example. - Removed 'inspircd' from the name of multiple example files. - Added missing oper motd example file. |