aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update example configuration files, fix typos and caseGravatar Attila Molnar2014-07-244-38/+48
| | | | Mention m_regex_stdlib in the list of regex providers after m_filter
* Update aliases/anope.conf.exampleGravatar Adam2014-07-231-11/+4
|
* remove unneeded whitespace from the docs/examplesGravatar Tim Heckman2014-06-146-16/+16
|
* Some more helpop config updates.Gravatar Robby-2014-04-122-242/+277
|
* Fix typo in helpop-full that prevented it from loading and other minor ↵Gravatar Attila Molnar2014-04-062-3/+4
| | | | helpop issues
* Major example configuration and helpop updateGravatar Attila Molnar2014-04-049-527/+489
| | | | Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this
* 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 configsGravatar Mantas Mikulėnas2014-01-203-13/+13
| | | | | | | | | | | | `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
* Improve error reporting for <security:runas{user,group}>.Gravatar Peter Powell2013-09-261-4/+6
|
* Update COPYING file with new FSF address.Gravatar Christopher 'm4z' Holm2013-08-281-20/+20
| | | | | | 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
* m_permchannels Add the ability to save listmodesGravatar attilamolnar2013-08-271-1/+3
|
* Update example configs, README.md and moreGravatar attilamolnar2013-08-2712-121/+90
| | | | | | | - 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
* Add config option to disable somaxconn range() checkGravatar attilamolnar2013-04-231-0/+6
|
* m_kicknorejoin Limit time to 30m by defaultGravatar attilamolnar2013-04-161-0/+2
| | | | | | | | 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)
* Minor update to example configsGravatar attilamolnar2013-03-312-13/+11
|
* Update doc and fix the description of m_allowinviteGravatar attilamolnar2013-03-292-18/+13
|
* Update Doxyfile for the latest version of Doxygen.Gravatar Peter Powell2013-03-081-33/+110
|
* Reorganise configuration files:Gravatar Peter Powell2013-03-0212-15/+56
| | | | | | | - 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.
* cmd_invite Send invite announcements to halfops and higher when ↵Gravatar attilamolnar2013-02-111-7/+7
| | | | | | | | <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
* m_dnsbl Add usednsbl option to connect classesGravatar attilamolnar2012-11-291-0/+4
| | | | Don't touch users in classes where it's off
* ldapauth: Allow setting virtual hosts on identification with m_ldapauth.Gravatar Robin Burchell2012-11-291-3/+12
| | | | | <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.
* Remove TAXONOMY from opers.conf.example, it doesn't exist in 2.0Gravatar attilamolnar2012-11-231-1/+1
| | | | Fixes #369 reported by @DjGolia
* m_opermotd Add support for replacing \u \b etc. with color codesGravatar attilamolnar2012-10-291-3/+7
| | | | Fixes #322 reported by @MistrX
* m_operlog Add tosnomask config option, to log all oper actions to snomask 'r'Gravatar attilamolnar2012-10-281-1/+5
| | | | | 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-
* m_ldapauth Allow filtering on arbitrary LDAP attributesGravatar Adrien Bustany2012-10-191-0/+8
| | | | | This commit implements filtering on LDAP attributes, in a similar way to what Apache Httpd does with "Require ldap-attribute".
* Fix for #268.Gravatar Peter Powell2012-10-191-0/+1
| | | | | - Move color stripping code to helperfuncs. - Strip color codes before matching filters.
* Update modules.conf.example with m_ircv3Gravatar attilamolnar2012-10-081-0/+16
|
* Allows to use user->ident string instead of user->nick for NickServ.Gravatar Boleslaw Tokarski2012-10-081-0/+1
|
* Update modules.conf.example with m_topiclockGravatar attilamolnar2012-10-071-0/+5
|
* Replace hardcoded paths with configurable onesGravatar ChrisTX2012-10-041-0/+3
| | | | | | | | | | 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.
* Merge pull request #308 from SaberUK/insp20-fingerprintGravatar Attila Molnar2012-09-222-7/+2
|\ | | | | [2.0] Remove references to removed FINGERPRINT command.
| * Remove references to removed FINGERPRINT command.Gravatar Peter Powell2012-09-222-7/+2
| |
* | Instruct users to verify that std::regex is supported on their setup before ↵Gravatar attilamolnar2012-09-221-0/+3
| | | | | | | | using m_regex_stdlib
* | m_regex_stdlib: A regex provider for the C++11 container std::regexGravatar ChrisTX2012-09-221-0/+11
| | | | | | | | | | | | For it to work you need a standards compliant implementation as for instance Visual C++ 2010 and 2012 deliver. GCC's libstdc++ does not implement this class yet.
* | m_knock Add support for sending a 710 numeric when a KNOCK succeeds, add a ↵Gravatar attilamolnar2012-09-131-0/+8
|/ | | | | | config option to choose between behaviors Fixes #287 reported by @ElementalAlchemist
* Add a config option to enable/disable the welcome notice sent to clients ↵Gravatar attilamolnar2012-08-251-1/+6
| | | | | | after successful registration Fixes #284 reported by @hoggeh
* Remove reference to m_ziplinks from modules.conf.unreal and ↵Gravatar attilamolnar2012-08-252-28/+0
| | | | | | modules.conf.charybdis Fixes #285 reported by @hoggeh
* Change "allowmismatched" to "allowmismatch" in example configGravatar attilamolnar2012-08-201-2/+2
| | | | Fixes issue #279 reported by @lethality
* Merge pull request #251 from Shawn-Smith/insp20+extbanUGravatar Robin Burchell2012-08-133-1/+6
|\ | | | | [2.0] Add ExtBan U to match only unregistered users
| * Added ExtBan U to match only Unregistered usersGravatar Shawn Smith2012-07-073-1/+6
| | | | | | | | Enhancement requested in Issue #247
* | Update example configsGravatar attilamolnar2012-07-262-2/+8
|/ | | | | | Document m_chanhistory settings Note that m_censor adds usermode +G as well Add geoip /STATS G to helpop
* Backported usermode +L from insp21. Stops forced redirection given by cmode +LGravatar Shawn Smith2012-07-061-1/+10
|
* Added color codes to /rules, moved the parsing to ServerConfig and cleaned ↵Gravatar Justin Crawford2012-07-061-0/+8
| | | | the code up a bit
* Update Doxyfile for the latest Doxygen.Gravatar Peter Powell2012-07-041-23/+19
|
* Move all example configuration files to their own directory.Gravatar Peter Powell2012-06-1217-0/+0
|
* README changes.Gravatar Peter Powell2012-06-121-10/+0
|
* m_spanningtree Disallow server passwords which contain a space char and ↵Gravatar attilamolnar2012-06-111-0/+2
| | | | | | those which begin with a colon Update links.conf.example
* Merge pull request #173 from Robby-/insp20-moddescGravatar Robin Burchell2012-05-301-2/+2
|\ | | | | [2.0] Module description updates