aboutsummaryrefslogtreecommitdiff
path: root/docs/conf
Commit message (Expand)AuthorAgeFilesLines
* Update doc and fix the description of m_allowinviteGravatar attilamolnar2013-03-292-18/+13
* Reorganise configuration files:•••- 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. Gravatar Peter Powell2013-03-0212-15/+56
* cmd_invite Send invite announcements to halfops and higher when <security:ann...•••Clarify what the various options mean in the doc Fixes #418 reported by @RawrDragon Gravatar attilamolnar2013-02-111-7/+7
* m_dnsbl Add usednsbl option to connect classes•••Don't touch users in classes where it's off Gravatar attilamolnar2012-11-291-0/+4
* ldapauth: Allow setting virtual hosts on identification with m_ldapauth.•••<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. Gravatar Robin Burchell2012-11-291-3/+12
* Remove TAXONOMY from opers.conf.example, it doesn't exist in 2.0•••Fixes #369 reported by @DjGolia Gravatar attilamolnar2012-11-231-1/+1
* m_opermotd Add support for replacing \u \b etc. with color codes•••Fixes #322 reported by @MistrX Gravatar attilamolnar2012-10-291-3/+7
* m_operlog Add tosnomask config option, to log all oper actions to snomask 'r'•••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- Gravatar attilamolnar2012-10-281-1/+5
* m_ldapauth Allow filtering on arbitrary LDAP attributes•••This commit implements filtering on LDAP attributes, in a similar way to what Apache Httpd does with "Require ldap-attribute". Gravatar Adrien Bustany2012-10-191-0/+8
* Fix for #268.•••- Move color stripping code to helperfuncs. - Strip color codes before matching filters. Gravatar Peter Powell2012-10-191-0/+1
* 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 ones•••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. Gravatar ChrisTX2012-10-041-0/+3
* Merge pull request #308 from SaberUK/insp20-fingerprint•••[2.0] Remove references to removed FINGERPRINT command.Gravatar Attila Molnar2012-09-222-7/+2
|\
| * 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 u...Gravatar attilamolnar2012-09-221-0/+3
* | m_regex_stdlib: A regex provider for the C++11 container std::regex•••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. Gravatar ChrisTX2012-09-221-0/+11
* | m_knock Add support for sending a 710 numeric when a KNOCK succeeds, add a co...•••Fixes #287 reported by @ElementalAlchemist Gravatar attilamolnar2012-09-131-0/+8
|/
* Add a config option to enable/disable the welcome notice sent to clients afte...•••Fixes #284 reported by @hoggeh Gravatar attilamolnar2012-08-251-1/+6
* Remove reference to m_ziplinks from modules.conf.unreal and modules.conf.char...•••Fixes #285 reported by @hoggeh Gravatar attilamolnar2012-08-252-28/+0
* Change "allowmismatched" to "allowmismatch" in example config•••Fixes issue #279 reported by @lethality Gravatar attilamolnar2012-08-201-2/+2
* Merge pull request #251 from Shawn-Smith/insp20+extbanU•••[2.0] Add ExtBan U to match only unregistered usersGravatar Robin Burchell2012-08-133-1/+6
|\
| * Added ExtBan U to match only Unregistered users•••Enhancement requested in Issue #247 Gravatar Shawn Smith2012-07-073-1/+6
* | Update example configs•••Document m_chanhistory settings Note that m_censor adds usermode +G as well Add geoip /STATS G to helpop Gravatar attilamolnar2012-07-262-2/+8
|/
* 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 th...Gravatar Justin Crawford2012-07-061-0/+8
* Move all example configuration files to their own directory.Gravatar Peter Powell2012-06-1217-0/+5603