451 Commits

Author SHA1 Message Date
psychon
b6dbd6caab Update all wiki links to point to the new wiki. This was done automatically with the following command, only .Makefile.inc got some indent fixups by hand.
for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
2009-03-15 12:42:35 +00:00
w00t
a280824d6f Add doxygen configuration, in case someone wants to generate doxygen docs.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11198 e03df62e-2008-0410-955e-edbf42e46eb7
2009-03-10 21:30:09 +00:00
w00t
5ba37c89f6 Move example conf to conf/ directory, it makes more sense given all the others are here.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9969 e03df62e-2008-0410-955e-edbf42e46eb7
2008-07-12 10:19:56 +00:00
peavey
281947948d oh forgot, thanks psychon for noticing the PATH_MAX and limits problem :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9943 e03df62e-2008-0410-955e-edbf42e46eb7
2008-07-01 18:48:22 +00:00
brain
46235defb1 Document hidekills, bug #561
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9906 e03df62e-2008-0410-955e-edbf42e46eb7
2008-06-14 23:58:53 +00:00
brain
3d506cfd7d Add patch for bug #549, conf file update from jackmcbarn
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9852 e03df62e-2008-0410-955e-edbf42e46eb7
2008-06-06 17:52:47 +00:00
brain
d019781945 Add parsing of <limits> tag and finish documenting it, make all the values match sensibly by starting them all 'max' rather than some starting with it, some ending with it...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9808 e03df62e-2008-0410-955e-edbf42e46eb7
2008-05-25 18:00:55 +00:00
brain
a21b0c77e7 Example conf now with <limits> tag
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9807 e03df62e-2008-0410-955e-edbf42e46eb7
2008-05-25 17:50:44 +00:00
aquanight
a15f95e586 Implement Bug #533, Oper type-specific autojoins for m_operjoin via <type:autojoin>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9789 e03df62e-2008-0410-955e-edbf42e46eb7
2008-05-21 23:15:40 +00:00
brain
0aa899ee2f Add HTTP auth
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9713 e03df62e-2008-0410-955e-edbf42e46eb7
2008-05-12 20:34:52 +00:00
brain
d520798751 Add example config
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9712 e03df62e-2008-0410-955e-edbf42e46eb7
2008-05-12 19:42:36 +00:00
w00t
c3e5246590 Rename to m_connectban
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9664 e03df62e-2008-0410-955e-edbf42e46eb7
2008-05-08 16:54:16 +00:00
peavey
dfaa7b4e52 Remove extra documented moduledir (reported by smartys). And move quietbursts documentaion from <option> section to <performance> section.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9627 e03df62e-2008-0410-955e-edbf42e46eb7
2008-05-05 01:10:16 +00:00
brain
eb08ac1224 Move options vlaues netbuffersize, maxwho, maxconn, softlimit, quietbursts, nouserdns into performance tag
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9505 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-14 20:14:56 +00:00
brain
f8b8a643c0 TRUNK CONFIG BREAKAGE WARNING: Move a bunch of options tag values into a new tag called 'security'. See example conf
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9504 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-14 19:57:11 +00:00
peavey
7162e5b2ea yay 9500 is MINE
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9500 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-13 22:18:36 +00:00
peavey
c1ca268121 nuke loglevel from <options> description, and tidy some indenting.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9459 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-11 23:12:57 +00:00
brain
02481be9a9 Patch from voidzero, bug #517
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9458 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-11 20:54:15 +00:00
w00t
52f102fc86 More missing docs.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9374 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-06 12:11:16 +00:00
w00t
f590209bd0 Some documentation fixes (misnamed module, missing modules, etc). Fixes bug #508 - thanks Casey
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9371 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-06 11:46:50 +00:00
brain
a87b8e1e76 Document more stuff, correct some out of date text,
tidy up formatting of logging section


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9347 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-05 02:39:26 +00:00
w00t
18d36bfaf8 Add m_nickban and documentation. Implements +b n:, which stops any users matching from changing their nick.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9345 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-04 23:02:50 +00:00
w00t
2029b53b52 m_quietban: implements snomask +b q:
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9340 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-04 22:26:47 +00:00
w00t
fc8fb6b916 Document new logging and m_chanlog
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9328 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-04 16:26:09 +00:00
w00t
e728d9abdf Match on nick change option for RLine, document m_rline & this option.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9300 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-04 12:55:51 +00:00
w00t
1f9ef40812 Configurable prefixes for chanmodes +qa: prefixes can be turned on or off individually and seperately, per server as well as per mode, and prefixes are no longer limited to ~&. *** SERVICES AUTHORS *** This involves a protocol change. FJOIN now sends the userlist with format modes,nick instead of prefixes,nick.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9241 e03df62e-2008-0410-955e-edbf42e46eb7
2008-04-01 13:53:27 +00:00
w00t
a0e4983cee Remove extended silence doc
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9234 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-30 23:51:19 +00:00
peavey
07b73575c5 document override in operjoin.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9220 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-30 10:51:39 +00:00
brain
9ee32de0a2 Document
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9212 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-29 18:33:08 +00:00
brain
029e804945 Document aquanight's new stuff :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9178 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-23 21:04:01 +00:00
peavey
7758a679fa Add m_mssql.so to example conf.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9111 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16 22:11:46 +00:00
brain
8eb7261c8e Document m_geoip.so
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9104 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-16 20:28:29 +00:00
brain
ffdaddfa95 Remove note about need to do anonymous bind
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9098 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-15 15:52:56 +00:00
brain
5a13fa5bfc Document binddn and bindauth
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9096 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-15 13:37:10 +00:00
brain
81a5b40fc5 Warning about allowing anonymous queries
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9086 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-14 19:53:20 +00:00
brain
2ab95b5a9b Document!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9085 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-14 19:50:57 +00:00
brain
e7a66a6d90 Describe server name, description and network name. hopefully this will mean less ninnies defining silly servernames without a dot.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9064 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-02 21:59:08 +00:00
brain
951ffdd1ab Newer more valid description of the server id (letters in the second and third character are now allowed)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9063 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-02 21:54:31 +00:00
w00t
db184666f2 Update doc too
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9062 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-02 16:48:03 +00:00
w00t
9da7179508 Not supposed to be here by default, and wouldn't work anyway..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9061 e03df62e-2008-0410-955e-edbf42e46eb7
2008-03-02 16:46:39 +00:00
bricker
e9fd79b385 minor markup
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9049 e03df62e-2008-0410-955e-edbf42e46eb7
2008-02-29 20:12:13 +00:00
w00t
29b51086b9 Nuke TIMESYNC from orbit \o/
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8998 e03df62e-2008-0410-955e-edbf42e46eb7
2008-02-22 16:40:02 +00:00
w00t
177f5c59c4 Patch by dz avoiding <badchan:redirect> loops, and tidying up on-rehash checks.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8947 e03df62e-2008-0410-955e-edbf42e46eb7
2008-02-16 13:29:56 +00:00
w00t
5d09cbf634 Add <badchan:redirect>: redirects users attempting to join a bad channel to a second channel. Contributed by dz. (thanks)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8881 e03df62e-2008-0410-955e-edbf42e46eb7
2008-02-10 18:23:03 +00:00
w00t
da6d1d696a Add <auditorium:operoverride> setting, based on patch contributed by Sm0ke0ut
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8841 e03df62e-2008-0410-955e-edbf42e46eb7
2008-02-06 15:13:47 +00:00
bricker
c8dd9bd836 capitalization is key! more to come!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8782 e03df62e-2008-0410-955e-edbf42e46eb7
2008-02-01 21:09:21 +00:00
fez
4400fce649 changed m_oper_hash to proper m_password_hash
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8778 e03df62e-2008-0410-955e-edbf42e46eb7
2008-02-01 05:42:43 +00:00
bricker
4e00e7e030 Fix some minor grammar mistakes...more to come
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8777 e03df62e-2008-0410-955e-edbf42e46eb7
2008-02-01 03:47:41 +00:00
brain
3cddc21bae What crackmonkey thought we had server:networkemail???
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8766 e03df62e-2008-0410-955e-edbf42e46eb7
2008-01-29 16:09:53 +00:00
aquanight
f40c98ecab Fix a typo in an m_callerid error message, and add m_callerid and m_filter <exemptfromfilter> to example conf.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8748 e03df62e-2008-0410-955e-edbf42e46eb7
2008-01-25 19:59:07 +00:00