summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
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-04-13Add <security:allowcoreunload>.Peter Powell
When enabled (the default) this setting prevents the unloading of core modules such as cmd_privmsg.
2013-04-06Default to the XML config format.Peter Powell
2013-04-01Purge the deprecated chanprotect module.Peter Powell
2013-04-01m_samode Require an oper privilege to change the user modes of other usersattilamolnar
Issue #417
2013-04-01Change the default value of <options:cyclehosts> to noattilamolnar
Issue #402
2013-04-01Remove legacy code, mostly related to 1.2 compatibilityattilamolnar
2013-03-31Minor update to example configsattilamolnar
2013-03-29Update doc and fix the description of m_allowinviteattilamolnar
2013-03-08Update Doxyfile for the latest version of Doxygen.Peter Powell
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
2012-09-22m_regex_stdlib: A regex provider for the C++11 container std::regexChrisTX
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.
2012-09-13m_knock Add support for sending a 710 numeric when a KNOCK succeeds, add a ↵attilamolnar
config option to choose between behaviors Fixes #287 reported by @ElementalAlchemist
2012-08-25Add a config option to enable/disable the welcome notice sent to clients ↵attilamolnar
after successful registration Fixes #284 reported by @hoggeh
2012-08-25Remove reference to m_ziplinks from modules.conf.unreal and ↵attilamolnar
modules.conf.charybdis Fixes #285 reported by @hoggeh
2012-08-20Change "allowmismatched" to "allowmismatch" in example configattilamolnar
Fixes issue #279 reported by @lethality
2012-08-13Merge pull request #251 from Shawn-Smith/insp20+extbanURobin Burchell
[2.0] Add ExtBan U to match only unregistered users
2012-07-26Update example configsattilamolnar
Document m_chanhistory settings Note that m_censor adds usermode +G as well Add geoip /STATS G to helpop
2012-07-07Added ExtBan U to match only Unregistered usersShawn Smith
Enhancement requested in Issue #247