summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Clarify the m_custom prefix message a bitGravatar Daniel De Graaf2010-08-031-1/+1
* Removing example for m_spy which doesn't exist in insp20Gravatar PhilSliderS2010-08-031-6/+0
* Helpop: Add snomask +v (requires override module)Gravatar Philouuu2010-08-032-0/+2
* Test commitGravatar Craig Edwards2010-08-031-1/+1
* Change <security:operspywhois> to a tristateGravatar Daniel De Graaf2010-08-031-4/+5
* Add RAWIO log level which is more verbose than DEBUGGravatar danieldg2010-08-031-1/+1
* Allow m_sqlauth to set connect classGravatar Daniel De Graaf2010-08-032-44/+11
* SQL API v3Gravatar danieldg2010-08-031-4/+4
* Change lockserv emergency unlock procedure, and add one for jumpserverGravatar Jackmcbarn2010-08-031-1/+3
* Log invalid S2S commands a bit betterGravatar Daniel De Graaf2010-08-031-1/+1
* Documentation for <auditorium> tagGravatar Daniel De Graaf2010-08-031-11/+10
* Add documentation of OJOIN.Gravatar J Beshir2010-08-031-1/+8
* Update mode list, remove taxonomy command.Gravatar J Beshir2010-08-031-10/+12
* Document changes to /CHECK, invite timers (missed in 1.2), and fix•••SETNAME's documentation as it is not restricted to opers. Gravatar J Beshir2010-08-031-11/+20
* Update extban documentation to the new way extbans work.Gravatar J Beshir2010-08-031-33/+45
* Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ...Gravatar Daniel De Graaf2010-08-031-4/+9
* Force granted prefixes like +o to be specified in <options:defaultmodes>Gravatar Daniel De Graaf2010-08-031-3/+2
* Allow invex to bypass keyGravatar Daniel De Graaf2010-08-031-0/+2
* Add m_customprefix, deprecates m_halfvoiceGravatar Daniel De Graaf2010-08-031-4/+17
* Restore <options:exemptchanops> with long namesGravatar Daniel De Graaf2010-08-032-9/+3
* Add <options:nameonlymodes>Gravatar Daniel De Graaf2010-08-031-0/+7
* Change chanprotect settings so it is possible to permit +q to grant +q withou...Gravatar Daniel De Graaf2010-08-032-16/+6
* Allow autoop to use long namesGravatar danieldg2010-08-032-2/+2
* Documentation for <modeletters>Gravatar Daniel De Graaf2010-08-031-0/+18
* Documentation updates by DukePyrolator•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12489 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-182-38/+51
* Change /HELPOP to /HELP in documentation, add alias for HELPOP•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12478 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-162-14/+16
* Document <oper:autologin>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12476 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-161-0/+6
* Allow a reason to be specified for <connect:deny>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12468 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-151-1/+2
* Switch the order of arguments in the +X mode, thanks aquanight for the sugges...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12456 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-141-3/+3
* Change GeoIP to be a connect block matcher•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12450 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-131-13/+12
* Update m_exemptchanops to allow users to specify the status required for the ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12412 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-091-5/+6
* Clean up documentation of connect blocks a bit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12410 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-091-3/+13
* Change <connect:requiresasl> to <connect:requireaccount>, which is more accurate•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12408 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-091-3/+7
* half-voice is a better name than status prefix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12406 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-091-4/+4
* Update example config for passforward and RPC module changes [jdhore]•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12395 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-071-8/+20
* Add mode +V, status prefix. Because we haven't used up enough channel mode le...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12385 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-061-1/+5
* Move configuration examples to docs, remove automatic overwrite on make install•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12383 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-0617-0/+5529
* Update all wiki links to point to the new wiki. This was done automatically w...•••for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar psychon2009-03-151-1/+1
* Add doxygen configuration, in case someone wants to generate doxygen docs.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11198 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-03-101-0/+1417
* Move example conf to conf/ directory, it makes more sense given all the other...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9969 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-07-121-2673/+0
* oh forgot, thanks psychon for noticing the PATH_MAX and limits problem :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9943 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-07-011-1/+1
* Document hidekills, bug #561•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9906 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-141-0/+4
* Add patch for bug #549, conf file update from jackmcbarn•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9852 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-061-7/+63
* Add parsing of <limits> tag and finish documenting it, make all the values ma...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9808 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-251-8/+8
* Example conf now with <limits> tag•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9807 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-251-0/+45
* Implement Bug #533, Oper type-specific autojoins for m_operjoin via <type:aut...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9789 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-05-211-0/+5
* Add HTTP auth•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9713 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-121-1/+1
* Add example config•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9712 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-121-0/+20
* Rename to m_connectban•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9664 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-05-081-13/+13
* Remove extra documented moduledir (reported by smartys). And move quietbursts...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9627 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-051-14/+9