summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-07-22Allow disabling the timedbans set/unset notices (#1789).iwalkalone
2020-05-25Fix watch example configlinuxdaemon
2020-05-05Allow enabling the message-tags cap without client-only tags.Sadie Powell
2020-04-28Add SERVLIST to the example helpop.Matt Schatz
2020-04-21Fixes by misspell-fixerInspIRCd Robot
2020-04-17Update the <securelist> documentation.Sadie Powell
2020-04-14Minor 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-14Update user-facing text and comments of SSL to TLS.Matt Schatz
2020-04-11Add support for limiting what opers can subscribe to snomasks.Sadie Powell
2020-04-10Note that bind:permissions does not change on rehash.Matt Schatz
2020-03-30Make showing the channel modes in /LIST configurable.Sadie Powell
2020-03-29Add support for the servers/ignore-shun privilege.Sadie Powell
2020-03-29Include ADMIN and OPER in the default for <shun:enabledcmds>.Sadie Powell
2020-03-28Correct a typo in the example config.Matt Schatz
2020-03-24Correct a module name typo.Matt Schatz
2020-02-21Use "yes" instead of "true" in the example configs.Sadie Powell
2020-02-21Add support for requiring users to use SSL in order to use SASL.Sadie Powell
2020-02-21Improve the documentation of <sasl:server>.Sadie Powell
2020-02-19Lower <sts:duration> to 5m to prevent misconfigs denying access.Sadie Powell
2020-02-13Update modules.conf.example to use the new --enable-extras syntax.Sadie Powell
2020-02-03Clean special chars from module conf exampleWade Cline
2020-01-28Implement support for the IRCv3 labeled-response specification.Sadie Powell
2020-01-22Tweak 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-15Add support for setting the help topic in helpop.Sadie Powell
2020-01-13Various 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-07Add a replacement for the nationalchars module.Sadie Powell
2020-01-03Rename <chanhistory:notice> to <chanhistory:prefixmsg>.Sadie Powell
This name is a lot lessambiguous.
2019-11-29Change 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-29WebSocket: replace the behindproxy switch with a proxy IP list.Peter Powell
2019-11-28Implement support for websocket connections via a proxy like nginx.Peter Powell
2019-10-24Exempt the KiwiIRC.com servers from X-lines.Peter Powell
2019-10-24Fix a typo in the KiwiIRC.com server IPs.Peter Powell
2019-10-24Raise <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-24Disable DNS/DNSBL/ident lookups for unregistered KiwiIRC.com users.Peter Powell
2019-10-07Add repeat to the list of possible restriction types to exempt in ↵Robby
helpop.conf.example. Fixes #1714.
2019-09-16Fix the example tag for changing the voice ranks.Peter Powell
2019-09-16Fix 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-14Document <alias:stripcolor>linuxdaemon
2019-08-23Upgrade the Doxygen config file with "doxygen -u".Peter Powell
2019-06-25Switch permchannels and xline_db from OnBackgroundTimer to a Timer.Peter Powell
2019-06-17Fix a typo in inspircd.conf.example.Peter Powell
2019-06-17Add more info and a IPv6 class to the IRCCloud example config.Peter Powell
2019-06-17Add example connect classes for KiwiIRC.com and IRCCloud.Peter Powell
2019-06-17Document <connect:deny> better.Peter Powell
2019-06-14fix example config for m_connfloodBen Harris
2019-06-10Add support for including directories containing .conf files.Peter Powell
2019-06-07Add an option to the filter module to ignore self messages.Peter Powell
2019-06-07Replace all abstract usages of his/he/her with they/their/it.Peter Powell
2019-06-06Make 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-30Various 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.