summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2020-01-07Add a replacement for the nationalchars module.Sadie Powell
2020-01-03Rename <chanhistory:notice> to <chanhistory:prefixmsg>.Sadie Powell
2019-11-29Change the default for <waitpong:sendsnotice> to false.Peter Powell
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
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 helpop.conf...Robby
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
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
2019-05-30Various improvements to UNIX socket support.Peter Powell
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
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
2019-05-09Add umode O (override) to helpop.Robby
2019-05-06Update the exemptchanops module section in modules.conf.example with missing ...Robby
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
2019-05-05cmd_names: Fix the syntax.Robby
2019-05-03Clarify the require* connect block options and document the sslinfo module op...Robby
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
2019-04-26Update documentation links.Peter Powell
2019-04-18Add the new implementation of the silence module.Peter Powell
2019-04-18Remove m_silence pending a complete rewrite.Peter Powell
2019-04-15Replace the geoip module with geo_maxmind, geoban, and geoclass.Peter Powell
2019-04-04Use a consistent naming scheme for operator privileges.Peter Powell
2019-04-04Fix various typos.Peter Powell
2019-04-04Use SQUERY instead of PRIVMSG in alias/passforward config.Peter Powell
2019-04-03Merge extras/m_privdeaf into m_deaf and update documentation.Matt Schatz