aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 those...•••Update links.conf.example Gravatar attilamolnar2012-06-111-0/+2
* Merge pull request #173 from Robby-/insp20-moddesc•••[2.0] Module description updatesGravatar Robin Burchell2012-05-301-2/+2
|\
| * Module description updatesGravatar Robby-2012-05-301-2/+2
* | Add more documentation about logging, aswell as make text, tab and space corr...Gravatar Robby-2012-05-304-40/+60
|/
* docs/modules.conf: document availability of MLOCK module.Gravatar William Pitcock2012-05-041-0/+6
* Merge pull request #85 from Robby-/insp20-typosnstuff•••[2.0] Add conf/ to include paths and fix some typosGravatar Robin Burchell2012-04-191-9/+5
|\
| * Add conf/ to include paths and fix some typosGravatar Robby-2012-04-191-9/+5
* | Revert 05e6330fbd6e9a427c09cf90e2cada10656c48f7 and reference HELPOP instead ...Gravatar Robby-2012-04-192-16/+16
|/
* /STATS: updatesGravatar Robby-2012-04-182-7/+13
* Update Doxyfile.Gravatar Peter Powell2012-04-171-660/+1043
* Backported Shawn's NoSnoticeStack code from insp21Gravatar Robby-2012-04-151-1/+5
* Merge pull request #35 from pcarrier/insp20ldap•••extras/m_ldapauth: CIDR-based whitelistingGravatar Robin Burchell2012-04-141-0/+10
|\
| * extras/m_ldapauth: CIDR-based whitelisting•••Offer host-based whitelisting in the ldap module. Used to trust clients from internal networks, whilst requiring authentication from "outsiders". Gravatar Pierre Carrier2012-04-101-0/+10
* | Merge pull request #27 from DjSlash/maxconnwarn•••Add <connect:maxconnwarn> v2.0.6rc1Gravatar Robin Burchell2012-04-091-0/+3
|\ \
| * | Add <connect:maxconnwarn>•••Created the maxconnwarn variable in the connect block, so you can make connect blocks that only warns about max connections if you want to. This reduces noise from connecting clients that have low maxlocal and/or maxglobal. It is enabled by default. Gravatar Rutger2012-04-011-0/+3
* | | Replace [cC]olour with [cC]olor•••Making things consistent, the modules are named '...color', let's keep on using that instead of 'colour'. Gravatar Rutger2012-04-014-12/+12
|/ /
* / inspircd.com is no longer our dev blogGravatar Pogs McPoggerson2012-03-242-2/+0
|/
* Add note about hidewhois and idle timesGravatar Jackmcbarn2011-08-311-0/+2
* Updated helpop regarding SILENCE, example had syntax wrongGravatar DjSlash2011-03-301-1/+1
* Updated examples, removing ziplinksGravatar DjSlash2011-03-282-10/+7
* Fix for bug 80Gravatar DjSlash2011-03-181-2/+2
* Deleted m_invisible from modules.conf.example since that module isn't•••supported nor delivered in main package Gravatar DjSlash2011-03-181-10/+0
* Fix the <database> example tagsGravatar Daniel De Graaf2010-08-191-3/+3
* Document <options:cyclehostsfromuser>Gravatar Daniel De Graaf2010-08-131-0/+5
* Update a number of docs issuesGravatar Daniel De Graaf2010-08-031-83/+23
* Clarify the m_custom prefix message a bitGravatar Daniel De Graaf2010-08-031-2/+2
* Removing example for m_spy which doesn't exist in insp20Gravatar PhilSliderS2010-04-291-6/+0
* Helpop: Add snomask +v (requires override module)Gravatar Philouuu2010-04-292-0/+2
* Change <security:operspywhois> to a tristate•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12653 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-221-4/+5
* Change lockserv emergency unlock procedure, and add one for jumpserver [jackm...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12630 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-131-1/+3
* Implement OnUnloadModule for postgres•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12627 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-131-4/+4
* Log invalid S2S commands a bit better•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12579 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-03-021-1/+1