summaryrefslogtreecommitdiff
path: root/conf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove m_operflood, add privs: users/flood/no-throttle & users/flood/increase...•••This also saves another sizeof(bool) per user. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10837 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-12-012-7/+7
* Add missing docs, thanks KT.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10824 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-241-1/+4
* Add m_operprefix, more simplified version of module written by Phoenix (thank...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10822 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-241-0/+6
* Add alias for ALIS, closes bug #632.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10805 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-101-0/+2
* Some doc updates.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10803 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-11-101-4/+2
* Add a few modules to the example conf that were missing.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10801 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar dz2008-11-091-0/+37
* 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-012-6/+5
* Rename to test•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10767 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-10-311-0/+0
* Rename to test.conf•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10766 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-10-311-0/+0
* Redo removal of m_services crap.. temp/ dir readded per jdhore..•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10764 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-311-15/+6
* Revert "Remove m_services and documentation relating to it. Also remove conf/...•••This reverts commit 500fec7ed0c02df7f4086f1827eaae1167a9ecd9. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10763 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-312-6/+2595
* Remove m_services and documentation relating to it. Also remove conf/temp/ (??)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10762 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-312-2595/+6
* Revert docs on setting too.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10753 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-301-5/+1
* 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-282-22/+26
* Move spanningtree to the bottom of the module configuration file. Thanks MacG...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10737 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-281-12/+35
* Add <showwhois:showfromopers> setting, requested by MacGyver. Can be useful i...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10696 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-231-1/+5
* Make this un-rehashable due to complications/ugliness involved with keeping i...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10694 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-231-1/+3
* Add <showwhois:opersonly>, allows server admins to unlock umode +W use for re...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10693 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-231-0/+4
* Add/document channels/set-permanent priv, and tie setting of +P to it.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10692 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-231-1/+2
* 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
* Some documentation corrections, thanks jdhore.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10677 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-181-2/+2
* Add priv channels/high-join-limit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10670 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-181-5/+8
* Document users/auspex priv, also clarify documentation a tiny bit to make the...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10668 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-181-2/+3
* Document servers/auspex priv.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10667 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-181-0/+1
* Document channels/auspex permission: allows opers with this priv to see more ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10665 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-181-1/+2
* Document priv users/mass-message.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10664 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-181-1/+2
* Working privs implementation, and example usage in NOTICE for mass messaging.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10662 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-181-0/+3
* Fixes and improvements from jdhore, thanks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10650 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-10-162-2/+42
* Temporary usable quick conf by jdhore, thanks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10649 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-10-161-0/+2579
* 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
* Add <hidechans:affectsopers>, allows networks to hide channels of a +I user e...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10644 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-151-0/+5
* hidechans is not oper only.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10642 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-10-151-1/+0
* 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-122-7/+9
* 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
* Fix the description of the m_operinvex module in the example config.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10634 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar psychon2008-10-091-1/+1
* 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-074-356/+349
* Update config to remove m_filter_pcre and document new tags•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10587 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-09-211-10/+24
* Make regex providers load correctly. Move m_rline to use the regex providers,...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10573 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-09-211-1/+44
* lol•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10562 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-09-191-1/+2
* Remove proxyscan, it doesn't exist now.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10526 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-111-4/+0
* Move XMLSocket to be modulemanager-provided, flash now has real socket suppor...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10495 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-101-9/+0
* Document m_operinvex•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10417 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-061-0/+10
* 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
* Fix missing >, thanks Kein•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10377 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-021-1/+1
* Add <connect:useident> as part of m_ident, original suggestion from various p...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10357 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-311-0/+3