aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* | m_filter Rename config key used in exemptfromfilter from "channel" to "target...Gravatar Attila Molnar2014-04-113-3/+3
* | Merge insp20Gravatar Attila Molnar2014-04-079-515/+483
|\|
| * Fix typo in helpop-full that prevented it from loading and other minor helpop...Gravatar Attila Molnar2014-04-062-3/+4
| * Major example configuration and helpop update•••Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this Gravatar Attila Molnar2014-04-049-527/+489
* | Make the maximum hostname length configurable in the config.Gravatar Peter Powell2014-03-081-0/+3
* | Fix m_permchannels not prepending the path when reading the config.Gravatar Peter Powell2014-03-071-2/+2
* | Give m_connectban a configurable ban messageGravatar Googolplexed2014-02-271-1/+5
* | Simplify /SAJOIN syntax and add permission for joining other users.Gravatar Daniel Vassdal2014-02-261-0/+2
* | m_svshold Hide server notices by default•••Issue #742 Gravatar Attila Molnar2014-02-251-1/+2
* | Moving CGIIRC to a new snomask (w)Gravatar Googolplexed2014-02-231-0/+1
* | m_ldapauth.cpp: Allow multiple patterns for users to bypass LDAP authGravatar Thiago Crepaldi2014-02-071-4/+5
* | Document new delayed join feature of m_conn_joinGravatar Attila Molnar2014-01-301-4/+5
* | Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ...Gravatar Attila Molnar2014-01-264-3/+18
* | Merge insp20Gravatar Attila Molnar2014-01-216-25/+33
|\|
| * m_svshold Add config option to hide snoticesGravatar Attila Molnar2014-01-201-0/+2
| * m_httpd Add timeout option; remove timed out connectionsGravatar Attila Molnar2014-01-201-0/+3
| * Update example configs/helpopGravatar Attila Molnar2014-01-203-8/+9
| * Use standard example addresses in configs•••`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 Gravatar Mantas Mikulėnas2014-01-203-13/+13
| * Improve error reporting for <security:runas{user,group}>.Gravatar Peter Powell2013-09-261-4/+6
* | Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ...Gravatar Adam2014-01-211-0/+6
* | m_showwhois Update settings on rehashGravatar Attila Molnar2013-12-191-3/+1
* | Add m_ldap, and convert m_ldapoper and m_ldapauth to use it.Gravatar Adam2013-12-191-31/+26
* | Add m_showfile, remove cmd_rulesGravatar Attila Molnar2013-12-185-13/+41
* | Add a Flash Policy Daemon moduleGravatar Daniel Vassdal2013-12-181-0/+8
* | Purge docs/rfc from the repository.•••These are of no use to 99% of users and anyone who actually wants to read them should be capable of using Google to find them. Gravatar Peter Powell2013-12-153-7171/+0
* | Fix a few issues•••- Rehash notices - Modes in CAPAB - GetTargetAndAction() not being static in m_callerid - Loading custom configuration files using --config. (@SaberUK) - ServerConfig::Read not using std::endl. (@SaberUK) - Out of date comments in opers.conf.example, issue #624 Gravatar attilamolnar2013-11-211-2/+0
* | Allow multiple allowmasks in link blocks, #679Gravatar Adam2013-11-211-1/+1
* | Convert cmd_modenotice into an optional moduleGravatar attilamolnar2013-09-111-0/+5
* | Merge insp20Gravatar attilamolnar2013-08-3013-140/+112
|\|
| * Update COPYING file with new FSF address.•••This should make rpmlint stop complaining about the incorrect FSF address. All changes taken from: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt Gravatar Christopher 'm4z' Holm2013-08-281-20/+20
| * m_permchannels Add the ability to save listmodesGravatar attilamolnar2013-08-271-1/+3
| * Update example configs, README.md and more•••- 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 Gravatar attilamolnar2013-08-2712-121/+90
* | Option to select if chanhistory is on for botsGravatar Daniel Vassdal2013-08-241-1/+2
* | Add ConfigTag::getDuration() with optional bounds checkingGravatar attilamolnar2013-08-121-1/+1
* | Add <path> keys for all of the compile-time paths.•••Also, make all paths in the config relative to their associated directory. This reverts a change in 2.0 which turned out to be a terrible idea, especially for system-wide installations. Gravatar Peter Powell2013-08-122-10/+18
* | Require privs given on initial join to be in <options:defaultmodes>.Gravatar Peter Powell2013-08-101-1/+1
* | Rename <options:moronbanner> to <options:xlinemessage>.•••This name is more descriptive of what is actually is used for. Gravatar Peter Powell2013-08-101-2/+2
* | Change the default for <security:customversion> to an empty string.•••RFC 1459 says this field is for comments about the version. If the operator has no comments then we should not show any. Gravatar Peter Powell2013-08-101-2/+2
* | Rename <connect:nouserdns> to <connect:resolvehostnames>.•••This name is more descriptive and avoids a double negative which could make the name of this setting unclear to non-native speakers. Gravatar Peter Powell2013-08-101-4/+4
* | Move host cycle logic into m_hostcycleGravatar attilamolnar2013-08-092-5/+5
* | Allow for skipping clone checking before DNS is complete.Gravatar Daniel Vassdal2013-07-021-0/+9
* | Remove limitsomaxconn and remains of m_halfop/allowhalfopGravatar attilamolnar2013-06-181-6/+2
* | Add RE2 regex module.Gravatar Peter Powell2013-06-161-0/+6
* | Added m_repeat - Allows for blocking of similiar messages•••Changes to the original module: - Parse settings using a sepstream, accept remote mode changes regardless of our config - Refuse to link when config settings differ - Style changes All ideas and features are the brainchild and work of Daniel Vassdal Gravatar Daniel Vassdal2013-06-103-0/+26
* | Added option for using TCP_DEFER_ACCEPT. Prevents the connection from being h...Gravatar Daniel Vassdal2013-06-031-0/+11
* | Merge insp20Gravatar attilamolnar2013-04-281-0/+6
|\|
| * Add config option to disable somaxconn range() checkGravatar attilamolnar2013-04-231-0/+6
| * m_kicknorejoin Limit time to 30m by default•••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) Gravatar attilamolnar2013-04-161-0/+2
* | Added RMODE command per suggestion #479Gravatar Daniel Vassdal2013-04-272-0/+12
* | Move <performance:nouserdns> to <connect:nouserdns>.Gravatar Peter Powell2013-04-271-5/+9