aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Module description updatesGravatar Robby-2012-05-301-2/+2
| |
* | Add more documentation about logging, aswell as make text, tab and space ↵Gravatar Robby-2012-05-304-40/+60
|/ | | | corrections to the configs
* docs/modules.conf: document availability of MLOCK module.Gravatar William Pitcock2012-05-041-0/+6
|
* Merge pull request #85 from Robby-/insp20-typosnstuffGravatar Robin Burchell2012-04-191-9/+5
|\ | | | | [2.0] Add conf/ to include paths and fix some typos
| * 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
|/ | | | (afterall, the module is called helpop and references itself as that in the code/output too, and most clients override /help), also make the alias work the other way around
* /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/insp20ldapGravatar Robin Burchell2012-04-141-0/+10
|\ | | | | extras/m_ldapauth: CIDR-based whitelisting
| * extras/m_ldapauth: CIDR-based whitelistingGravatar Pierre Carrier2012-04-101-0/+10
| | | | | | | | | | | | | | Offer host-based whitelisting in the ldap module. Used to trust clients from internal networks, whilst requiring authentication from "outsiders".
* | Merge pull request #27 from DjSlash/maxconnwarn v2.0.6rc1Gravatar Robin Burchell2012-04-091-0/+3
|\ \ | | | | | | Add <connect:maxconnwarn>
| * | Add <connect:maxconnwarn>Gravatar Rutger2012-04-011-0/+3
| | | | | | | | | | | | | | | | | | | | | 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.
* | | Replace [cC]olour with [cC]olorGravatar Rutger2012-04-014-12/+12
|/ / | | | | | | | | Making things consistent, the modules are named '...color', let's keep on using that instead of 'colour'.
* / 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'tGravatar DjSlash2011-03-181-10/+0
| | | | supported nor delivered in main package
* 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 tristateGravatar danieldg2010-03-221-4/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12653 e03df62e-2008-0410-955e-edbf42e46eb7
* Change lockserv emergency unlock procedure, and add one for jumpserver ↵Gravatar danieldg2010-03-131-1/+3
| | | | | | [jackmcbarn] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12630 e03df62e-2008-0410-955e-edbf42e46eb7
* Implement OnUnloadModule for postgresGravatar danieldg2010-03-131-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12627 e03df62e-2008-0410-955e-edbf42e46eb7
* Log invalid S2S commands a bit betterGravatar danieldg2010-03-021-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12579 e03df62e-2008-0410-955e-edbf42e46eb7
* Documentation for <auditorium> tagGravatar danieldg2010-02-261-11/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12570 e03df62e-2008-0410-955e-edbf42e46eb7
* Add documentation of OJOIN [Namegduf]Gravatar danieldg2010-02-241-1/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12557 e03df62e-2008-0410-955e-edbf42e46eb7
* Update mode list, remove taxonomy command [namegduf]Gravatar danieldg2010-02-241-10/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12556 e03df62e-2008-0410-955e-edbf42e46eb7
* Document changes to /CHECK, invite timers (missed in 1.2), and fixGravatar danieldg2010-02-241-11/+20
| | | | | | | SETNAME's documentation as it is not restricted to opers. Patch by namegduf. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12555 e03df62e-2008-0410-955e-edbf42e46eb7
* Update extban documentation to the new way extbans work. [namegduf]Gravatar danieldg2010-02-241-33/+45
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12554 e03df62e-2008-0410-955e-edbf42e46eb7
* Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ↵Gravatar danieldg2010-02-231-4/+9
| | | | | | specified git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12550 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow invex to bypass keyGravatar danieldg2010-02-201-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12505 e03df62e-2008-0410-955e-edbf42e46eb7
* Replace m_halfvoice with m_customprefixGravatar danieldg2010-02-201-4/+17
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12503 e03df62e-2008-0410-955e-edbf42e46eb7
* Restore <options:exemptchanops> with long namesGravatar danieldg2010-02-202-9/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12502 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow autoop to use long namesGravatar danieldg2010-02-192-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12499 e03df62e-2008-0410-955e-edbf42e46eb7
* Documentation updates by DukePyrolatorGravatar danieldg2010-02-182-38/+51
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12489 e03df62e-2008-0410-955e-edbf42e46eb7
* Change /HELPOP to /HELP in documentation, add alias for HELPOPGravatar danieldg2010-02-162-14/+16
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12478 e03df62e-2008-0410-955e-edbf42e46eb7
* Document <oper:autologin>Gravatar danieldg2010-02-161-0/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12476 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow a reason to be specified for <connect:deny>Gravatar danieldg2010-02-151-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12468 e03df62e-2008-0410-955e-edbf42e46eb7
* Switch the order of arguments in the +X mode, thanks aquanight for the ↵Gravatar danieldg2010-02-141-3/+3
| | | | | | suggestion git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12456 e03df62e-2008-0410-955e-edbf42e46eb7
* Change GeoIP to be a connect block matcherGravatar danieldg2010-02-131-13/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12450 e03df62e-2008-0410-955e-edbf42e46eb7