Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-07 | Add user mode +z for ssl-only private messages. | Shawn Smith | |
Closes #468. | |||
2017-11-06 | Enable using m_customprefix to alter core prefix modes. | Peter Powell | |
This replaces the devoice module which has now been removed. If you want users to be able to devoice themselves then you can load the customprefix module add the following config tag: <customprefix name="voice" depriv="yes"> If you wish to keep identical behaviour rather than allowing users to use "MODE #YourChannel -v TheirNick" then you can load the alias module and add the following config tag: <alias text="DEVOICE" format="#*" replace="MODE $2 -v $nick"> | |||
2017-10-21 | Helpop: Move extban 'U' from acting to matching | genius3000 | |
2017-10-21 | Helpop: Add extban 'n' - connect class ban | genius3000 | |
Commit a54497e added m_classban, this updates the helpop files. | |||
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-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-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. |