summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2014-04-11m_filter Allow exemption of messages sent to nicks specified in ↵Attila Molnar
<exemptfromfilter> tags Issue #655
2014-04-11Redirect the reader to filters.conf.example for advanced filter configurationAttila Molnar
2014-04-11m_filter Rename config key used in exemptfromfilter from "channel" to ↵Attila Molnar
"target", but keep compatibility
2014-04-07Merge insp20Attila Molnar
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-03-08Make the maximum hostname length configurable in the config.Peter Powell
2014-03-07Fix m_permchannels not prepending the path when reading the config.Peter Powell
2014-02-27Give m_connectban a configurable ban messageGoogolplexed
2014-02-26Simplify /SAJOIN syntax and add permission for joining other users.Daniel Vassdal
2014-02-25m_svshold Hide server notices by defaultAttila Molnar
Issue #742
2014-02-23Moving CGIIRC to a new snomask (w)Googolplexed
2014-02-07m_ldapauth.cpp: Allow multiple patterns for users to bypass LDAP authThiago Crepaldi
2014-01-30Document new delayed join feature of m_conn_joinAttila Molnar
2014-01-26Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ↵Attila Molnar
QUIT messages
2014-01-21Merge insp20Attila Molnar
2014-01-21Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ↵Adam
both openssl and gnutls
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-12-19m_showwhois Update settings on rehashAttila Molnar
2013-12-19Add m_ldap, and convert m_ldapoper and m_ldapauth to use it.Adam
2013-12-18Add m_showfile, remove cmd_rulesAttila Molnar
2013-12-18Add a Flash Policy Daemon moduleDaniel Vassdal
2013-12-15Purge docs/rfc from the repository.Peter Powell
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.
2013-11-21Fix a few issuesattilamolnar
- 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
2013-11-21Allow multiple allowmasks in link blocks, #679Adam
2013-09-26Improve error reporting for <security:runas{user,group}>.Peter Powell
2013-09-11Convert cmd_modenotice into an optional moduleattilamolnar
2013-08-30Merge insp20attilamolnar
2013-08-28Update COPYING file with new FSF address.Christopher 'm4z' Holm
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
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-08-24Option to select if chanhistory is on for botsDaniel Vassdal
2013-08-12Add ConfigTag::getDuration() with optional bounds checkingattilamolnar
2013-08-12Add <path> keys for all of the compile-time paths.Peter Powell
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.
2013-08-10Require privs given on initial join to be in <options:defaultmodes>.Peter Powell
2013-08-10Rename <options:moronbanner> to <options:xlinemessage>.Peter Powell
This name is more descriptive of what is actually is used for.
2013-08-10Change the default for <security:customversion> to an empty string.Peter Powell
RFC 1459 says this field is for comments about the version. If the operator has no comments then we should not show any.
2013-08-10Rename <connect:nouserdns> to <connect:resolvehostnames>.Peter Powell
This name is more descriptive and avoids a double negative which could make the name of this setting unclear to non-native speakers.
2013-08-09Move host cycle logic into m_hostcycleattilamolnar
2013-07-02Allow for skipping clone checking before DNS is complete.Daniel Vassdal
2013-06-18Remove limitsomaxconn and remains of m_halfop/allowhalfopattilamolnar
2013-06-16Add RE2 regex module.Peter Powell
2013-06-10Added m_repeat - Allows for blocking of similiar messagesDaniel Vassdal
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
2013-06-03Added option for using TCP_DEFER_ACCEPT. Prevents the connection from being ↵Daniel Vassdal
handed over to the daemon before data is ready from the client.
2013-04-28Merge insp20attilamolnar
2013-04-27Added RMODE command per suggestion #479Daniel Vassdal
2013-04-27Move <performance:nouserdns> to <connect:nouserdns>.Peter Powell