aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf/modules.conf.example
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
* Merge pull request #251 from Shawn-Smith/insp20+extbanUGravatar Robin Burchell2012-08-131-1/+2
|\ | | | | [2.0] Add ExtBan U to match only unregistered users
| * Added ExtBan U to match only Unregistered usersGravatar Shawn Smith2012-07-071-1/+2
| | | | | | | | Enhancement requested in Issue #247
* | Update example configsGravatar attilamolnar2012-07-261-2/+7
|/ | | | | | 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
|
* Move all example configuration files to their own directory.Gravatar Peter Powell2012-06-121-0/+1809