summaryrefslogtreecommitdiff
path: root/docs/conf
AgeCommit message (Collapse)Author
2017-04-11Merge pull request #1316 from SaberUK/master+sslmodesAdam
[2.0] Clarify that m_sslmodes depends on m_sslinfo.
2017-04-11Clarify that m_sslmodes depends on m_sslinfo.Peter Powell
2017-04-07Update securelist exception list.Peter Powell
- Add an exception for IRC-Source. - Remove an exception for SearchIRC. - Remove an old exception for netsplit.
2017-03-20modules.conf.example: document useusername in ldapauthAdam
2016-11-16Add a bigger warning about deprecated things being removed.Peter Powell
2016-02-25Don't show snotices for kills from ulined clientsAdam
2016-02-12m_dccallow Add config option to control max entries on a listAttila Molnar
Default to 20
2015-10-12Fix a few documentation problemsAttila Molnar
Fixes issues #1003, #1045 and #1085
2015-06-14Fix various issues with the nationalchars module.Peter Powell
- Strip the directory name in the default casemapping value. - Error out if the casemapping value contains a space. - Error out if the locale file failed to load. - Fix relative file path when building on Windows. - Install nationalchars files on Windows.
2015-05-10Fix not being able to message ulines when m_restrictmsg is loaded.Peter Powell
2015-03-17Remove non-existant extban M: from docsRenegade334
extban M: has not existed since 2d732f4d in 2009...
2015-02-09Remove outdated ircservices and neostats config examplesAttila Molnar
Issue #991
2014-11-29Fix a couple of helpop issuesAttila Molnar
Fixes issue #949 reported by @webczat
2014-11-09Make some config strings a bit more professional and use RFC reserved TLD's ↵JD Horelick
everywhere
2014-11-09Add missing oper-only commands to oper class blocksJD Horelick
2014-10-23m_delaymsg Add option to disallow NOTICEs tooAttila Molnar
2014-10-20Update <nationalchars> tag documentationAttila Molnar
2014-07-24Update example configuration files, fix typos and caseAttila Molnar
Mention m_regex_stdlib in the list of regex providers after m_filter
2014-07-23Update aliases/anope.conf.exampleAdam
2014-06-14remove unneeded whitespace from the docs/examplesTim Heckman
2014-04-12Some more helpop config updates.Robby-
2014-04-06Fix typo in helpop-full that prevented it from loading and other minor ↵Attila Molnar
helpop issues
2014-04-04Major example configuration and helpop updateAttila Molnar
Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this
2014-01-20m_svshold Add config option to hide snoticesAttila Molnar
2014-01-20m_httpd Add timeout option; remove timed out connectionsAttila Molnar
2014-01-20Update example configs/helpopAttila Molnar
2014-01-20Use standard example addresses in configsMantas Mikulėnas
`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
2013-09-26Improve error reporting for <security:runas{user,group}>.Peter Powell
2013-08-27m_permchannels Add the ability to save listmodesattilamolnar
2013-08-27Update example configs, README.md and moreattilamolnar
- Fix typos, remove misleading information, rephrase a few sentences - Add info about hmac-<hash> hash types - Remove <performance:maxwho> (the code which used this was removed in 96e4434 - @SaberUK) - Change inspircd.github.org to inspircd.org
2013-04-23Add config option to disable somaxconn range() checkattilamolnar
2013-04-16m_kicknorejoin Limit time to 30m by defaultattilamolnar
In the current implementation we only expire entries when someone joins, without a limit it was possible to make us practically never remove entries and consume (a tiny amount of) memory for each entry until the mode was removed/parameter was changed The default limit of 30m is chosen to not surprise people when they upgrade. If you need to prevent rejoins for more than a minute then you should set a (timed)ban instead Config option is available to change the limit (2.0 only)
2013-03-31Minor update to example configsattilamolnar
2013-03-29Update doc and fix the description of m_allowinviteattilamolnar
2013-03-02Reorganise configuration files:Peter Powell
- Example config files now end with .conf.example. - Example text files now end with .txt.example. - Removed 'inspircd' from the name of multiple example files. - Added missing oper motd example file.
2013-02-11cmd_invite Send invite announcements to halfops and higher when ↵attilamolnar
<security:announceinvites> is 'dynamic' regardless of the channel being +i or not Clarify what the various options mean in the doc Fixes #418 reported by @RawrDragon
2012-11-29m_dnsbl Add usednsbl option to connect classesattilamolnar
Don't touch users in classes where it's off
2012-11-29ldapauth: Allow setting virtual hosts on identification with m_ldapauth.Robin Burchell
<ldapauth:host>, when set, will be applied to users identifying with ldapauth. The host can also take formatters from fields set on the DN of the user.
2012-11-23Remove TAXONOMY from opers.conf.example, it doesn't exist in 2.0attilamolnar
Fixes #369 reported by @DjGolia
2012-10-29m_opermotd Add support for replacing \u \b etc. with color codesattilamolnar
Fixes #322 reported by @MistrX
2012-10-28m_operlog Add tosnomask config option, to log all oper actions to snomask 'r'attilamolnar
If enabled, the commands can be logged to channels with m_chanlog and also other +s +r opers can see them Fixes #325 reported by @SeLEct-
2012-10-19m_ldapauth Allow filtering on arbitrary LDAP attributesAdrien Bustany
This commit implements filtering on LDAP attributes, in a similar way to what Apache Httpd does with "Require ldap-attribute".
2012-10-19Fix for #268.Peter Powell
- Move color stripping code to helperfuncs. - Strip color codes before matching filters.
2012-10-08Update modules.conf.example with m_ircv3attilamolnar
2012-10-08Allows to use user->ident string instead of user->nick for NickServ.Boleslaw Tokarski
2012-10-07Update modules.conf.example with m_topiclockattilamolnar
2012-10-04Replace hardcoded paths with configurable onesChrisTX
This patchset aims to ease the packaging of InspIRCd for a system-wide installation scenario. Changes in detail: configure: Add the options --log-path and --data-path m_ssl_gnutls, openssl: Change the hardcoded "conf/" to the existent CONFIG_PATH macro m_xline_db: Make the location of xline.db configurable. It will use --data-path as default value, but this can be changed using the configuration files.
2012-09-22Merge pull request #308 from SaberUK/insp20-fingerprintAttila Molnar
[2.0] Remove references to removed FINGERPRINT command.
2012-09-22Remove references to removed FINGERPRINT command.Peter Powell
2012-09-22Instruct users to verify that std::regex is supported on their setup before ↵attilamolnar
using m_regex_stdlib