aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* Move configuration examples to docs, remove automatic overwrite on make installGravatar danieldg2010-02-0617-5529/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12383 e03df62e-2008-0410-955e-edbf42e46eb7
* Config updates from jdhoreGravatar danieldg2010-02-042-0/+60
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12375 e03df62e-2008-0410-955e-edbf42e46eb7
* Clarify fingerprint comments in example oper blockGravatar danieldg2010-02-041-16/+16
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12373 e03df62e-2008-0410-955e-edbf42e46eb7
* Add requiresasl to connect block checksGravatar danieldg2010-02-021-11/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12356 e03df62e-2008-0410-955e-edbf42e46eb7
* Add requireident/requiressl to connect blocksGravatar danieldg2010-02-021-1/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12353 e03df62e-2008-0410-955e-edbf42e46eb7
* Added ircdriven at request of zomgGravatar brain2009-11-121-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12112 e03df62e-2008-0410-955e-edbf42e46eb7
* Add fine-grained command flood controlsGravatar danieldg2009-11-111-4/+22
| | | | | | | This reintrouces "Excess Flood" quits for those that prefer it to fakelag, and allows the maximum command rate to be set in the connect block. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12093 e03df62e-2008-0410-955e-edbf42e46eb7
* Add example modules.conf files that match Unreal and Charybdis feature sets ↵Gravatar danieldg2009-11-063-0/+762
| | | | | | [jdhore] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12037 e03df62e-2008-0410-955e-edbf42e46eb7
* Add <config:format> to avoid breaking existing configuration files with XML ↵Gravatar danieldg2009-10-252-1/+8
| | | | | | entity changes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11974 e03df62e-2008-0410-955e-edbf42e46eb7
* Change to <type:vhost> and <oper:vhost> because <oper:host> is taken.Gravatar danieldg2009-10-231-9/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11957 e03df62e-2008-0410-955e-edbf42e46eb7
* Kill ListenSocketBase, use OnAcceptConnection for all new connectionsGravatar danieldg2009-10-211-9/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11950 e03df62e-2008-0410-955e-edbf42e46eb7
* Update documentation and remove unused classes/functionsGravatar danieldg2009-10-211-27/+30
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11938 e03df62e-2008-0410-955e-edbf42e46eb7
* Add a setting to <connect> allowing the threshold for activation of the ↵Gravatar peavey2009-10-191-0/+5
| | | | | | penalty system to be set in the configuration, or be disabled by setting it to 0. [jackmcbarn] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11922 e03df62e-2008-0410-955e-edbf42e46eb7
* Add <define> configuration tagGravatar danieldg2009-10-182-11/+20
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11907 e03df62e-2008-0410-955e-edbf42e46eb7
* Update documentation for cloakingGravatar danieldg2009-10-131-27/+28
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11869 e03df62e-2008-0410-955e-edbf42e46eb7
* Change to new execution directory structureGravatar danieldg2009-10-131-7/+7
| | | | | | | | Don't change CWD into bin/ Remove path-resolution hacks from configuration Store pidfile and xline DBs in data, logs in logs. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11866 e03df62e-2008-0410-955e-edbf42e46eb7
* m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel settingGravatar danieldg2009-10-122-4/+15
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11855 e03df62e-2008-0410-955e-edbf42e46eb7
* Update example configs for SSL changes [dKingston]Gravatar danieldg2009-10-093-9/+14
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11815 e03df62e-2008-0410-955e-edbf42e46eb7
* Change SWHOIS to OPTCOMMON, remove m_operinvexGravatar danieldg2009-10-013-11/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11789 e03df62e-2008-0410-955e-edbf42e46eb7
* SendQ bugfixesGravatar danieldg2009-09-271-0/+6
| | | | | | | | Fix DoWrite running on errored sockets Add testnet module for sendq and shutdown testing Prevent DoWrite from trying to write when writes are blocking git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11768 e03df62e-2008-0410-955e-edbf42e46eb7
* Compile fixes and message updatesGravatar danieldg2009-09-261-21/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11767 e03df62e-2008-0410-955e-edbf42e46eb7
* Flexible SendQGravatar danieldg2009-09-261-16/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11766 e03df62e-2008-0410-955e-edbf42e46eb7
* Configuration update from jdhoreGravatar danieldg2009-09-172-0/+18
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11742 e03df62e-2008-0410-955e-edbf42e46eb7
* Document <permchanneldb> tag.Gravatar w00t2009-09-051-0/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11680 e03df62e-2008-0410-955e-edbf42e46eb7
* Example config updatesGravatar danieldg2009-09-041-15/+14
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11673 e03df62e-2008-0410-955e-edbf42e46eb7
* Updated helpop files from Namegduf. Also thanks to Taros and Kazuma for ↵Gravatar w00t2009-08-282-289/+894
| | | | | | their help. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11543 e03df62e-2008-0410-955e-edbf42e46eb7
* Small example config changes; patch by jdhoreGravatar special2009-08-243-9/+25
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11538 e03df62e-2008-0410-955e-edbf42e46eb7
* Config patch from jdhore: identify modules in example config that are not ↵Gravatar danieldg2009-08-211-3/+18
| | | | | | suitable for most networks git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11537 e03df62e-2008-0410-955e-edbf42e46eb7
* Point out that the dns server must be an ip, not a hostGravatar brain2009-08-121-0/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11509 e03df62e-2008-0410-955e-edbf42e46eb7
* Comment out <dns:server> by default, and explain why.Gravatar w00t2009-08-121-1/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11507 e03df62e-2008-0410-955e-edbf42e46eb7
* Change default connect timeouts to 10. There's really no need to have ↵Gravatar w00t2009-08-031-2/+2
| | | | | | anything higher than this by default (except for developers, but surely they're capable of changing a default.) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11470 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove m_ssl_oper_cert and clarify how to use it in m_sslinfo. Patch by jdhore.Gravatar peavey2009-07-041-10/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11440 e03df62e-2008-0410-955e-edbf42e46eb7
* Updates to example configuration [by jdhore]Gravatar danieldg2009-07-023-13/+23
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11432 e03df62e-2008-0410-955e-edbf42e46eb7
* Add BS/BotServ to default atheme aliases.Gravatar w00t2009-06-301-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11420 e03df62e-2008-0410-955e-edbf42e46eb7
* Revert some files accidentally committed in r11371. I'm apparently doing a ↵Gravatar special2009-05-131-7/+4
| | | | | | very bad job of multitasking. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11372 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix an issue in r11370 spotted by danieldgGravatar special2009-05-131-4/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11371 e03df62e-2008-0410-955e-edbf42e46eb7
* Readd documentation that just managed to vanish into thin air...Gravatar w00t2009-04-091-0/+14
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11296 e03df62e-2008-0410-955e-edbf42e46eb7
* Example configuration updates from jdhoreGravatar danieldg2009-04-082-17/+41
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11293 e03df62e-2008-0410-955e-edbf42e46eb7
* m_timedbans was incorrectly listed as oper-only in the example config. Found ↵Gravatar special2009-04-011-3/+1
| | | | | | by Taros. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11279 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix incorrect double-negative in help textGravatar danieldg2009-04-011-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11273 e03df62e-2008-0410-955e-edbf42e46eb7
* Apply ankit's patch for bug #780 with a minor tweak, re-introduce the ↵Gravatar brain2009-03-221-0/+4
| | | | | | 4-param 404 numeric, this should not affect any clients but should make scripts and bots lives easier. Thanks ankit. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11244 e03df62e-2008-0410-955e-edbf42e46eb7
* Update the list of <options:exemptchanops> supported modes. Fixes bug #798 ↵Gravatar dz2009-03-211-1/+1
| | | | | | reported by Taros, patch by jdhore -- thanks! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11242 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix links to wiki, noticed by AnkitGravatar peavey2009-03-142-16/+16
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11215 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove out-of-date test.conf and empty dirsGravatar danieldg2009-03-121-2579/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11210 e03df62e-2008-0410-955e-edbf42e46eb7
* More docs corrections.Gravatar w00t2009-03-112-10/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11208 e03df62e-2008-0410-955e-edbf42e46eb7
* Minor doc corrections.Gravatar w00t2009-03-112-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11207 e03df62e-2008-0410-955e-edbf42e46eb7
* Final configuration comment update [jdhore]Gravatar danieldg2009-03-053-36/+32
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11173 e03df62e-2008-0410-955e-edbf42e46eb7
* Add missing .example to modules.conf <include>Gravatar danieldg2009-03-041-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11170 e03df62e-2008-0410-955e-edbf42e46eb7
* Grammar/whitespace fixupGravatar danieldg2009-03-041-44/+44
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11167 e03df62e-2008-0410-955e-edbf42e46eb7
* More documentation to example configs [jdhore]Gravatar danieldg2009-03-042-6/+29
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11166 e03df62e-2008-0410-955e-edbf42e46eb7