summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add xchat :IDENTIFY workaround to example confGravatar brain2007-03-041-0/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6623 e03df62e-2008-0410-955e-edbf42e46eb7
* Add cgi:irc to the example conf, it was omitted for some reasonGravatar brain2007-03-031-0/+24
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6621 e03df62e-2008-0410-955e-edbf42e46eb7
* Add svshold to example conf.Gravatar peavey2007-02-251-0/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6614 e03df62e-2008-0410-955e-edbf42e46eb7
* Improve wording on ircumsgprefix.Gravatar peavey2007-02-251-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6613 e03df62e-2008-0410-955e-edbf42e46eb7
* Addition of feature request outlined in bug #195, suggested by BrickerGravatar brain2007-02-191-0/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6602 e03df62e-2008-0410-955e-edbf42e46eb7
* Add m_conn_join, allows force join of a user to one or more channels on ↵Gravatar brain2007-02-111-0/+12
| | | | | | | | | connect (ick). Tidy up m_operjoin a little. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6575 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow for nick!user@host in TOPIC information.Gravatar brain2007-02-111-1/+6
| | | | | | | Note that this adds another <options> tag value, 'hostintopic'. (defaults to yes) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6572 e03df62e-2008-0410-955e-edbf42e46eb7
* Make some stuff configurable that hasnt been and should be.Gravatar brain2007-02-101-2/+17
| | | | | | | | <securelist waittime="n">: number of seconds a user must wait before LIST <safelist throttle="n">: Number of seconds a user must wait between each LIST command git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6563 e03df62e-2008-0410-955e-edbf42e46eb7
* Document bind valueGravatar brain2007-02-071-0/+15
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6536 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove ::ffff: 4in6 craq from documentation. Show that its still usable, but ↵Gravatar brain2007-02-061-19/+32
| | | | | | not neccessary. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6529 e03df62e-2008-0410-955e-edbf42e46eb7
* Update the date here, remove the 'updated by' list, use SVN for that + ↵Gravatar w00t2007-02-031-6/+3
| | | | | | there's a lot of people now :P git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6483 e03df62e-2008-0410-955e-edbf42e46eb7
* Fingerprint really shouldn't be in the example oper block by default; most ↵Gravatar special2007-02-031-1/+0
| | | | | | people don't use it, and quite a few seem to leave it in git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6482 e03df62e-2008-0410-955e-edbf42e46eb7
* Grr, searchirc uses .org nowGravatar brain2007-02-011-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6476 e03df62e-2008-0410-955e-edbf42e46eb7
* Add <securelist:exception> to allow certain masks to get around securelist.Gravatar brain2007-02-011-7/+15
| | | | | | | | By default add two lines to the config which allow searchirc and netsplit.de. (bwahaha) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6475 e03df62e-2008-0410-955e-edbf42e46eb7
* Add m_banredirect to example configGravatar om2007-01-241-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6436 e03df62e-2008-0410-955e-edbf42e46eb7
* Note that we dont allow upgrades to version 3 of GPL, just to re-iterate.Gravatar brain2007-01-211-1/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6418 e03df62e-2008-0410-955e-edbf42e46eb7
* Add SQLite3 module to example config.Gravatar peavey2007-01-141-0/+14
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6338 e03df62e-2008-0410-955e-edbf42e46eb7
* Made the real name value for /admin optional (line isn't displayed if not ↵Gravatar special2007-01-091-2/+2
| | | | | | specified) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6281 e03df62e-2008-0410-955e-edbf42e46eb7
* Update cloak keys example to use hex definition of the right lengthGravatar brain2007-01-021-5/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6210 e03df62e-2008-0410-955e-edbf42e46eb7
* microly minorly typo.Gravatar peavey2006-12-281-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6142 e03df62e-2008-0410-955e-edbf42e46eb7
* Add m_lockserv to example conf.Gravatar peavey2006-12-281-0/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6140 e03df62e-2008-0410-955e-edbf42e46eb7
* Add m_dnsbl to example conf.Gravatar peavey2006-12-281-0/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6135 e03df62e-2008-0410-955e-edbf42e46eb7
* Just a little tweak so trigger values makes more sense.Gravatar peavey2006-12-261-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6123 e03df62e-2008-0410-955e-edbf42e46eb7
* Document new blockcaps options in example conf.Gravatar peavey2006-12-261-0/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6122 e03df62e-2008-0410-955e-edbf42e46eb7
* Even more typos from Tyler...Gravatar peavey2006-12-261-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6118 e03df62e-2008-0410-955e-edbf42e46eb7
* Another minor typo discovered by Tyler.Gravatar peavey2006-12-261-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6117 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix small typo found by Tyler.Gravatar peavey2006-12-261-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6115 e03df62e-2008-0410-955e-edbf42e46eb7
* Finally document <insane> tag, we've had this since like 1.0 beta 6, but we ↵Gravatar brain2006-12-171-0/+24
| | | | | | never documented it in the example config (oops) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6020 e03df62e-2008-0410-955e-edbf42e46eb7
* Add format="" value, at request of Emeric.Gravatar brain2006-12-161-4/+30
| | | | | | | See: http://www.inspircd.org/forum/index.php/topic,245.0.html git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6019 e03df62e-2008-0410-955e-edbf42e46eb7
* Config option added for prefixed channel NOTICEs and PRIVMSGs to turn on/off ↵Gravatar peavey2006-12-161-0/+6
| | | | | | IRCU style of adding prefix to outgoing text. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6018 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove doc/supported, it's obsoleted by the wiki. Happy 6000 commits, ↵Gravatar w00t2006-12-151-75/+0
| | | | | | everyone. :D git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6000 e03df62e-2008-0410-955e-edbf42e46eb7
* Make the world not end when special commits (this will probably break)Gravatar brain2006-12-121-0/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5964 e03df62e-2008-0410-955e-edbf42e46eb7
* Add m_ziplink.so to example confGravatar brain2006-12-101-17/+31
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5913 e03df62e-2008-0410-955e-edbf42e46eb7
* add a comment to the example config reminding users that gnutls and openssl ↵Gravatar brain2006-12-091-2/+7
| | | | | | are interchangable and compatible, and you dont have to use the same one at both ends of the link for it to work. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5903 e03df62e-2008-0410-955e-edbf42e46eb7
* Update docs to reflect new stuff (OOO SHINEY SPANGLEY SPARKLEY NEW STUFF)Gravatar brain2006-12-091-6/+44
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5901 e03df62e-2008-0410-955e-edbf42e46eb7
* Update example conf to new way of using oper password hashingGravatar brain2006-12-051-5/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5881 e03df62e-2008-0410-955e-edbf42e46eb7
* Update example confGravatar brain2006-12-051-11/+14
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5861 e03df62e-2008-0410-955e-edbf42e46eb7
* Add m_sha256 to hereGravatar brain2006-12-051-2/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5859 e03df62e-2008-0410-955e-edbf42e46eb7
* Add m_md5.so to example conf.Gravatar brain2006-12-041-1/+16
| | | | | | | | | HEY OM WE BROKE YOUR ALPHABETICAL ORDER AGAIN! (this is pointless unless its placed before the two modules that rely on it) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5856 e03df62e-2008-0410-955e-edbf42e46eb7
* add m_deaf.so to example.confGravatar peavey2006-11-261-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5815 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix really minor typoGravatar brain2006-11-261-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5813 e03df62e-2008-0410-955e-edbf42e46eb7
* Add m_silence_ext.so to the example confGravatar brain2006-11-261-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5804 e03df62e-2008-0410-955e-edbf42e46eb7
* Removed <options:tempdir> - this hasn't been used since modules were updated ↵Gravatar special2006-11-221-4/+0
| | | | | | to not copy before load (quite awhile ago) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5785 e03df62e-2008-0410-955e-edbf42e46eb7
* Make opermotd and randquote paths relativeGravatar brain2006-11-191-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5775 e03df62e-2008-0410-955e-edbf42e46eb7
* Document how to disable whowasGravatar peavey2006-11-131-2/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5735 e03df62e-2008-0410-955e-edbf42e46eb7
* add <whowas> config option to control whowas behaviour. *may break*Gravatar peavey2006-11-131-0/+26
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5731 e03df62e-2008-0410-955e-edbf42e46eb7
* Add m_restrictbanned to example conf.Gravatar w00t2006-11-121-0/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5702 e03df62e-2008-0410-955e-edbf42e46eb7
* Document port range stuffGravatar brain2006-11-111-4/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5688 e03df62e-2008-0410-955e-edbf42e46eb7
* Document changes to m_filter and m_filter_pcre a little.Gravatar brain2006-11-101-1/+3
| | | | | | | Actually add the metadata stuff to Implements() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5670 e03df62e-2008-0410-955e-edbf42e46eb7
* Added <options:notimesync> to the example configGravatar special2006-11-051-5/+14
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5652 e03df62e-2008-0410-955e-edbf42e46eb7