| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2022-12-25 | 1 | -0/+1 | |
| |\ | |||||
| | * | Add an oper priv for exempting opers from blockamsg.•••Closes #2007. | 2022-12-19 | 1 | -0/+1 | |
| * | | Move <oper:autologin> from m_sslinfo to core_oper and rework.•••- Promote autologin to a core concept with visibility in events. - Replace the binary yes/no value with strict/relaxed/never. This intentionally breaks v3 oper block autologin as admins will need to review them for the security implications of the new behaviour. | 2022-12-11 | 1 | -4/+12 | |
| * | | Allow restricting an oper account based on services account. | 2022-12-10 | 1 | -1/+5 | |
| * | | Add support for per-oper/opertype operator MOTDs. | 2022-12-09 | 1 | -0/+11 | |
| * | | Replace <showwhois:showfromopers> with an operator privilege. | 2022-07-21 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-04-01 | 1 | -0/+1 | |
| |\| | |||||
| | * | Add the channels/ignore-chanfilter priv to the chanfilter module.•••Closes #1971. | 2022-03-28 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-03-11 | 1 | -0/+1 | |
| |\| | |||||
| | * | Change delaymsg to use exemptchanops and have an oper priv (#1959). | 2022-02-13 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-09-23 | 1 | -0/+1 | |
| |\| | |||||
| | * | Add the channels/ignore-repeat priv to exempt opers from +E. | 2021-09-21 | 1 | -0/+1 | |
| * | | Always respect the host field when automatically logging in opers. | 2021-08-26 | 1 | -5/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -3/+5 | |
| |\| | |||||
| | * | Update example configuration for 'if-host-match' oper autologin option. | 2021-06-21 | 1 | -3/+5 | |
| | * | Minor cleanup and documentation improvements.•••- Only show a generic failure message to the user upon oper failure due to not having a secure connection or matching cert. fingerprint. - Update the comment about oper:fingerprint as it can be a space separated list of fingerprints and not just one. - Improve a few code comments and formatting. | 2020-04-14 | 1 | -3/+3 | |
| | * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -5/+5 | |
| * | | Import a greatly refactored version of the opmoderated module.•••Co-authored-by: Daniel De Graaf <danieldg@inspircd.org>. | 2021-06-17 | 1 | -0/+1 | |
| * | | Demote the lockserv module to inspircd-contrib. | 2021-06-01 | 1 | -1/+1 | |
| * | | Demote the clones module to inspircd-contrib. | 2021-06-01 | 1 | -1/+1 | |
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -5/+5 | |
| * | | Refactor the securelist module.•••- General clean up of the module source to comply with our coding style. - Allow <securehost> tags to contain a user@ip mask as well as a user@host mask. - Default <securelist:exemptregistered> to on. | 2021-04-01 | 1 | -0/+1 | |
| * | | Minor cleanup and documentation improvements.•••- Only show a generic failure message to the user upon oper failure due to not having a secure connection or matching cert. fingerprint. - Update the comment about oper:fingerprint as it can be a space separated list of fingerprints and not just one. - Improve a few code comments and formatting. | 2020-04-14 | 1 | -3/+3 | |
| * | | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -5/+5 | |
| |/ | |||||
| * | Add support for limiting what opers can subscribe to snomasks. | 2020-04-11 | 1 | -4/+7 | |
| * | Add support for the servers/ignore-shun privilege. | 2020-03-29 | 1 | -0/+1 | |
| * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -2/+2 | |
| * | Use a consistent naming scheme for operator privileges.•••- users/callerid-override is now users/ignore-callerid. - users/privdeaf-override is now users/ignore-privdeaf. | 2019-04-04 | 1 | -3/+3 | |
| * | Merge extras/m_privdeaf into m_deaf and update documentation.•••- Merge the 2.0 extras module m_privdeaf (usermode +D for deaf to user messages and notices) as they have a similar purpose. - Improve the channel deaf logic where a known case of bypassing still looped the channel userlist building an empty exemption list. - Improve the comments within the code. - Update the documentation with the previously undocumented configuration to deaf and the new privdeaf configuration. | 2019-04-03 | 1 | -0/+1 | |
| * | m_commonchans: Replace IsOper() with HasPrivPermission() instead. | 2019-04-02 | 1 | -2/+3 | |
| * | Add oper privs to allow overriding noctcp. | 2019-03-14 | 1 | -0/+2 | |
| * | Various text improvements: consistency, syntax, help and doc updates/fixes. | 2019-02-18 | 1 | -21/+25 | |
| * | Move the close and jumpserver modules to inspircd-extras.•••- The close module is borderline useless. - The jumpserver numeric is supported by barely any clients and has various security problems. | 2019-02-15 | 1 | -2/+2 | |
| * | Remove deprecated config checker and make <die> actually useful.•••- Remove the deprecated config tag checker. This checker is neither exhaustive nor is it particularly accurate. Instead the new docs site will contain a page detailing the breaking changes between releases. - Remove the insulting <die> tags in inspircd.conf.example and add some descriptive ones in files that it is critical for the user to edit correctly. - Show the message from the <die> tag so the user actually knows what they did wrong. | 2018-10-27 | 1 | -0/+4 | |
| * | Remove the ripemd160 module.•••The library code used by this module is licensed under a non-free license which is incompatible with the GPLv2. Combined with the fact that it has been superceded by better algorithms like bcrypt I have decided to remove it. An alternate implementation of this algorithm is provided by the m_hash_gnutls module if people *really* need to use it. | 2018-09-06 | 1 | -3/+3 | |
| * | Use an oper priv instead of a config flag for overriding nonicks. | 2018-04-16 | 1 | -0/+1 | |
| * | Use an oper priv instead of a config flag for overriding callerid. | 2018-04-16 | 1 | -0/+1 | |
| * | Separate secret and private channels on whois for non-opers (#1447)•••Separate secret and private channels on WHOIS for all users. - Move the config parsing from the core to core_whois. - Replace <security:operspywhois> with an oper privilege. - Introduce <options:splitwhois> to split WHOIS channel lists. Closes #969. | 2018-03-25 | 1 | -0/+1 | |
| * | Update documentation for password hashing.•••- Follow best current practises by using bcrypt almost everywhere in the example configuration files. - Document the existence of new hashing modules in master. | 2016-09-12 | 1 | -6/+7 | |
| * | Update example configuration to say the new style module names everywhere | 2015-05-20 | 1 | -10/+9 | |
| * | Merge insp20 | 2015-04-20 | 1 | -5/+5 | |
| |\ | |||||
| | * | Make some config strings a bit more professional and use RFC reserved TLD's e... | 2014-11-09 | 1 | -2/+2 | |
| | * | Add missing oper-only commands to oper class blocks | 2014-11-09 | 1 | -3/+3 | |
| * | | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere | 2014-07-19 | 1 | -4/+4 | |
| * | | Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.•••Remove channels/high-join-limit privilege | 2014-04-11 | 1 | -2/+4 | |
| * | | Merge insp20 | 2014-04-07 | 1 | -53/+55 | |
| |\| | |||||
| | * | Major example configuration and helpop update•••Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this | 2014-04-04 | 1 | -53/+55 | |
| * | | Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ... | 2014-01-26 | 1 | -1/+1 | |
| * | | Merge insp20 | 2014-01-21 | 1 | -3/+3 | |
| |\| | |||||
| | * | Use standard example addresses in configs•••`2001:db8::/32` is the [standard][1] IPv6 example address range, using it also makes it clear when the user has just copy-pasted the example config and didn't actually whitelist 6BONE for some strange reason. Similarly, there are example addresses for [IPv4][2] and [DNS][3]. [1]: http://tools.ietf.org/html/rfc3849 [2]: http://tools.ietf.org/html/rfc5737 [3]: http://tools.ietf.org/html/rfc2606 | 2014-01-20 | 1 | -3/+3 | |
