summaryrefslogtreecommitdiff
path: root/conf/inspircd.conf.example
Commit message (Expand)AuthorAgeFilesLines
* Small example config changes; patch by jdhore•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11538 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2009-08-241-8/+19
* Point out that the dns server must be an ip, not a host•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11509 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-08-121-0/+3
* Comment out <dns:server> by default, and explain why.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11507 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-08-121-1/+4
* Change default connect timeouts to 10. There's really no need to have anythin...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11470 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-08-031-2/+2
* Readd documentation that just managed to vanish into thin air...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11296 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-04-091-0/+14
* Example configuration updates from jdhore•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11293 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-04-081-15/+39
* Update the list of <options:exemptchanops> supported modes. Fixes bug #798 re...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11242 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar dz2009-03-211-1/+1
* Final configuration comment update [jdhore]•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11173 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-03-051-26/+22
* Add missing .example to modules.conf <include>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11170 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-03-041-1/+1
* Grammar/whitespace fixup•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11167 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-03-041-44/+44
* More documentation to example configs [jdhore]•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11166 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-03-041-0/+23
* Add more documentation to example configs [jdhore]•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11165 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-03-041-3/+19
* Add security:genericoper as requested by Strawberry and TwinShadow.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11098 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-02-131-0/+6
* Document <connect deny> before <connect allow>, as tags are read top-down. Al...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11032 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2009-02-041-5/+11
* Fix a few typos spotted by dav7, thanks.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11024 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-02-031-3/+3
* Fix old typo.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10936 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-01-031-1/+1
* Remove flood/threshold from example config.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10840 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-12-011-8/+0
* Tweak the example conf a bit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10800 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar dz2008-11-081-42/+44
* Fix typo. Thanks Sm0ke0ut.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10795 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-11-041-1/+1
* Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. t...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10785 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-011-0/+5
* Move chanprotect settings from <options> to <chanprotect>.•••(why were they not there in the first place?) Document <chanprotect:setprivsonothers>. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10739 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-281-22/+0
* Implement <security:runasuser> and <security:runasgroup> - allows for set(g|u...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10682 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-201-0/+10
* I changed my mind, i uncommented•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10648 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-10-161-1/+1
* Patches for updated config from jdhore, thanks! :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10639 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-10-121-6/+7
* Make wget syntax correct for executable includes example•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10638 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-10-101-1/+1
* Latest config file tweaks from jdhore, thanks! :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10637 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-10-101-560/+352
* Remove this, we're not going to keep the .old, makes it twice as much work to...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10628 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-10-071-4/+1
* Add jdhore's nicer config files with better readable comments, thanks tons! :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10627 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-10-071-353/+36
* Friendly up the modules.conf comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10378 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-021-1/+3
* Add <disabled:fakenonexistant> - ircd will pretend that a disabled command ju...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10327 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-271-6/+10
* Update doc on m_chanlog•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10231 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-231-12/+0
* Implement <options:invitebypassmodes>, optionally circumvent +blk if invited ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10120 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-071-5/+10
* Add reference to wiki CIDR tutorial in <cidr> docs.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10022 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2008-07-141-1/+3
* Add <cidr> block, and documentation in example config.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9980 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-07-121-0/+32
* Split example conf into example conf and modules conf, include modules conf f...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9970 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-07-121-1439/+14
* 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-0/+2673
* Somehow, the examples had gotten into the conf/ dir, they belong in docs/•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2604 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-211-744/+0
* Updated m_alias to fix bug #92, updated configs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2603 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-211-5/+5
* Fixed case-change nicks not being propogated•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2583 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-201-25/+12
* Added extra key length checks, documented encryption in example conf•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2576 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-191-12/+25
* Added IOHookModule stuff to allow for different modules to hook different ports•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2564 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-181-40/+17
* Fixed spanningtree to not allow malformed conf tags (missing/empty values)•••Added m_spanningtree, m_swhois and some clarifications to example conf git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2563 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-181-17/+40
* Added examples, these vanished?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2557 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-171-0/+744