summaryrefslogtreecommitdiff
path: root/docs/inspircd.conf.example
Commit message (Expand)AuthorAgeFilesLines
* Fix typo reported by pippijn•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5362 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-011-1/+1
* Document the ability to have multiple <http> tags•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5332 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-251-0/+4
* Documentation of the new m_alias•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5275 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-171-6/+26
* Add m_conn_umodes.so which allows setting of modes on users when they connect•••Remove automatic +x from m_cloaking now that conn_umodes can do this Document in example conf. Syntax is <connect:modes> and a mode string in any valid connect:allow tag git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5236 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-131-0/+7
* Remove m_park from example configuration•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5196 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-101-9/+0
* failover connections are now added, thanks for the idea Lauren (happy now? lo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5141 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-041-0/+19
* Update example conf with all the new stuff and more detailed comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5140 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-041-58/+87
* Document <oper:fingerprint>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5136 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-031-11/+26
* Document the two new modules•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5131 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-031-0/+17
* Add support for NAMESX•••Tidy up m_alias blank lines Add m_namesx.so to example conf (no extra config tags required for it, it "just works") git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5039 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-281-0/+5
* Add <options:cyclehosts> which allows a user to appear to have quit when thei...•••It is recommended this option always be on. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5017 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-251-0/+8
* Added leachim's +qa prefix patch•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5016 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-251-1/+7
* Add m_tline, tests how many users a gline, zline etc would match. Can use thi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4763 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-071-0/+5
* Update to reflect allowing CIDR in new places•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4745 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-061-1/+4
* Update docs to indicate ident@mask/bits is allowed in <oper>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4740 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-061-3/+2
* Update docs to reflect where CIDR is allowed•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4738 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-061-3/+9
* Add docs for m_httpd and m_http_stats•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4737 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-061-0/+22
* Add documentation of <link:allowmask>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4736 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-061-0/+9
* Change to using userrec::ip as a sockaddr to store port, ip and address famil...•••This allows us to handle remote ipv6 users on an ipv4 server, and vice versa. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4694 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-041-2/+29
* Remove documentation of m_operwho from here•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4583 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-281-4/+0
* Document <options:syntaxhints> and <options:nouserdns>•••Change syntaxhints to seperate RPL_TEXT (prefix SYNTAX) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4578 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-281-0/+12
* Added m_mysql.so and m_pgsql.so to docs, remove m_sql.so, RETAIN ALPHA ORDER.•••*ALL OTHER DEVS* please add your modules to this config file when you have time, thanks ;p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4516 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-221-13/+26
* Update docs to indicate _ to space•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4256 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-091-0/+3
* Fix syntax example•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4140 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-071-1/+1
* Added docs for conflood•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4114 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-07-031-0/+17
* More stuff for allowing hostnames in <bind> and <link> again - note there is ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4076 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-281-7/+1
* Add m_services_account•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4072 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-06-271-0/+9
* Put <options:operspywhois> in the example config, off by default•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3792 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-03-301-5/+11
* Undo this test commit too..•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3773 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-03-271-1/+0
* Test commit with new trunk/branches•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3770 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-03-271-0/+1
* It prevents bear.txt, the module though happens to be a .so - thanks Lauren•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3745 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-03-211-1/+1
* who left out m_ssl_dummy?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3739 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-191-0/+7
* Document m_antibear, m_safelist•••YES OM, ALPHABETICAL ORDER! :D git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3730 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-181-0/+10
* Update docs to indicate hostname can be used in <bind> tag•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3622 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-4/+9
* Put it in alphabetical order and hope nobody noticed•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3469 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-03-051-4/+4
* Add m_blockcaps to example config•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3468 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-03-051-0/+4
* Documented cloak keys and prefix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3390 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-281-0/+18
* Tested (works) and documented HideBans•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3386 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-281-0/+7
* Added example conf•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3337 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-0/+4
* Spelig errorz•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3323 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-251-1/+1
* Added m_safelist (yes om, i kept alpha order)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3319 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-241-0/+5
* <dns:server> is now optional•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3258 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-191-3/+5
* This was there for a reason after all.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3215 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-151-0/+1183
* - Moved example configuration from docs/ to conf/.. Why did we have two examp...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3213 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-02-151-1183/+0
* gogo, 10 commits in 10..•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3195 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-02-131-1/+4
* Add m_blockamsg to example config•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3181 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-02-131-0/+17
* Inspire -> InspIRCd•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3176 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-121-2/+2
* Config file example is wrong•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3169 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-121-2/+2
* Added comment about the craqness of ServerConfig::Read()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3145 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-091-6/+8
* Documented <options:tempdir>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3108 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-061-0/+4