summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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.
2019-05-20m_filter: Minor cosmetic changes (#1645).Robby
2019-05-20Add an option to the filter module to exclude registered users from a filter.Filippo Cortigiani
2019-05-15Comment out all of the includes in the inspircd example configs.Peter Powell
This allows users to use the example config without any special configuration.
2019-05-15Add support for the IRCv3 message id specification.Peter Powell
2019-05-11Allow disabling a STS policy for users in specific connect classes.Peter Powell
Fixes #1634.
2019-05-09Add umode O (override) to helpop.Robby
2019-05-06Update the exemptchanops module section in modules.conf.example with missing ↵Robby
exemptions.
2019-05-06Document the anticaps exemption.Robby
2019-05-05Fix the <wsorigin> example.Peter Powell
2019-05-05Raise the connection timeout in the example configs to 20s.Peter Powell
This should give more time for clients on slow connections that want to do a lot of things (request caps, do SASL auth, etc) on connect. Reported by @ensra.
2019-05-05cmd_names: Fix the syntax.Robby
2019-05-03Clarify the require* connect block options and document the sslinfo module ↵Robby
operonly option.
2019-05-02Merge branch 'insp20' into insp3.Peter Powell
2019-04-28Some more text fixes and improvements (#1618).Robby
2019-04-28Fixed a missing quotation mark in the repeat module config.Vitor Luis
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2019-04-28Fix compatibility issues between sqloper and postgresB00mX0r