Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-12 | Merge tag 'v2.0.25' into master. | Peter Powell | |
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-15 | Update wiki links to use HTTPS and point to the correct pages. | Peter Powell | |
When we release 3.0 these links will break as they will point to the pages for 3.0 rather than 2.0. | |||
2015-05-20 | Update example configuration to say the new style module names everywhere | Attila Molnar | |
2014-07-25 | Merge insp20 | Attila Molnar | |
2014-07-24 | Update example configuration files, fix typos and case | Attila Molnar | |
Mention m_regex_stdlib in the list of regex providers after m_filter | |||
2014-07-19 | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere | Attila Molnar | |
2014-06-14 | remove unneeded whitespace from the docs/examples | Tim Heckman | |
2014-04-11 | Redirect the reader to filters.conf.example for advanced filter configuration | Attila Molnar | |
2014-04-11 | m_filter Rename config key used in exemptfromfilter from "channel" to ↵ | Attila Molnar | |
"target", but keep compatibility | |||
2014-04-07 | Merge insp20 | Attila Molnar | |
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 | |||
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-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. | |||
2012-08-25 | Remove reference to m_ziplinks from modules.conf.unreal and ↵ | attilamolnar | |
modules.conf.charybdis Fixes #285 reported by @hoggeh | |||
2012-06-12 | Move all example configuration files to their own directory. | Peter Powell | |