Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-28 | Add SERVLIST to the example helpop. | Matt Schatz | |
2020-04-21 | Fixes by misspell-fixer | InspIRCd Robot | |
2020-04-17 | Update the <securelist> documentation. | Sadie Powell | |
2020-04-14 | Minor cleanup and documentation improvements. | Matt Schatz | |
- 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 | Update user-facing text and comments of SSL to TLS. | Matt Schatz | |
2020-04-11 | Add support for limiting what opers can subscribe to snomasks. | Sadie Powell | |
2020-04-10 | Note that bind:permissions does not change on rehash. | Matt Schatz | |
2020-03-30 | Make showing the channel modes in /LIST configurable. | Sadie Powell | |
2020-03-29 | Add support for the servers/ignore-shun privilege. | Sadie Powell | |
2020-03-29 | Include ADMIN and OPER in the default for <shun:enabledcmds>. | Sadie Powell | |
2020-03-28 | Correct a typo in the example config. | Matt Schatz | |
2020-03-24 | Correct a module name typo. | Matt Schatz | |
2020-02-21 | Use "yes" instead of "true" in the example configs. | Sadie Powell | |
2020-02-21 | Add support for requiring users to use SSL in order to use SASL. | Sadie Powell | |
2020-02-21 | Improve the documentation of <sasl:server>. | Sadie Powell | |
2020-02-19 | Lower <sts:duration> to 5m to prevent misconfigs denying access. | Sadie Powell | |
2020-02-13 | Update modules.conf.example to use the new --enable-extras syntax. | Sadie Powell | |
2020-02-03 | Clean special chars from module conf example | Wade Cline | |
2020-01-28 | Implement support for the IRCv3 labeled-response specification. | Sadie Powell | |
2020-01-22 | Tweak the default motd/opermotd slightly. | Sadie Powell | |
Also, remove the - at the start of the MOTD field. This is cargo culted from irc2 and theres no real reason to actually do this. | |||
2020-01-15 | Add support for setting the help topic in helpop. | Sadie Powell | |
2020-01-13 | Various improvements for the helpop module. | Sadie Powell | |
- Ensure that the config is actually valid. This found an invalid entry in the default helpop configs. - Columize the index page and build it whilst reading the config instead of at request time. | |||
2020-01-07 | Add a replacement for the nationalchars module. | Sadie Powell | |
2020-01-03 | Rename <chanhistory:notice> to <chanhistory:prefixmsg>. | Sadie Powell | |
This name is a lot lessambiguous. | |||
2019-11-29 | Change the default for <waitpong:sendsnotice> to false. | Peter Powell | |
This message exists for an incredibly rare issue and just confuses the vast majority of people. | |||
2019-11-29 | WebSocket: replace the behindproxy switch with a proxy IP list. | Peter Powell | |
2019-11-28 | Implement support for websocket connections via a proxy like nginx. | Peter Powell | |
2019-10-24 | Exempt the KiwiIRC.com servers from X-lines. | Peter Powell | |
2019-10-24 | Fix a typo in the KiwiIRC.com server IPs. | Peter Powell | |
2019-10-24 | Raise <connflood:bootwait> from 10 seconds to 2 minutes. | Peter Powell | |
Many clients don't reconnect automatically and it can take a while for them to reconnect. | |||
2019-10-24 | Disable DNS/DNSBL/ident lookups for unregistered KiwiIRC.com users. | Peter Powell | |
2019-10-07 | Add repeat to the list of possible restriction types to exempt in ↵ | Robby | |
helpop.conf.example. Fixes #1714. | |||
2019-09-16 | Fix the example tag for changing the voice ranks. | Peter Powell | |
2019-09-16 | Fix cloaking not ignoring the case of a user's hostname. | Peter Powell | |
This new mode is recommended but disabled by default for compat reasons. Closes #480. Closes #1419. Co-Authored-By: B00mX0r <b00mx0r@aureus.pw> | |||
2019-09-14 | Document <alias:stripcolor> | linuxdaemon | |
2019-08-23 | Upgrade the Doxygen config file with "doxygen -u". | Peter Powell | |
2019-06-25 | Switch permchannels and xline_db from OnBackgroundTimer to a Timer. | Peter Powell | |
2019-06-17 | Fix a typo in inspircd.conf.example. | Peter Powell | |
2019-06-17 | Add more info and a IPv6 class to the IRCCloud example config. | Peter Powell | |
2019-06-17 | Add example connect classes for KiwiIRC.com and IRCCloud. | Peter Powell | |
2019-06-17 | Document <connect:deny> better. | Peter Powell | |
2019-06-14 | fix example config for m_connflood | Ben Harris | |
2019-06-10 | Add support for including directories containing .conf files. | Peter Powell | |
2019-06-07 | Add an option to the filter module to ignore self messages. | Peter Powell | |
2019-06-07 | Replace all abstract usages of his/he/her with they/their/it. | Peter Powell | |
2019-06-06 | Make messageflood weights configurable. | Peter Powell | |
Also, default TAGMSG to being worth 0.2 NOTICE/PRIVMSG. This should prevent flood kicks from typing notifications. Closes #1649. | |||
2019-05-30 | Various improvements to UNIX socket support. | Peter Powell | |
- Allow replacing dead UNIX sockets on startup. - Allow setting the permissions of the UNIX socket. - Expand the UNIX socket path relative to the data directory. | |||
2019-05-20 | m_filter: Minor cosmetic changes (#1645). | Robby | |
2019-05-20 | Add an option to the filter module to exclude registered users from a filter. | Filippo Cortigiani | |
2019-05-15 | Comment out all of the includes in the inspircd example configs. | Peter Powell | |
This allows users to use the example config without any special configuration. |