nenolod
d8d7b7d6e7
the multithreaded DNS engine was removed a while ago
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5397 e03df62e-2008-0410-955e-edbf42e46eb7
2006-10-02 13:20:59 +00:00
brain
3163a3beec
Fix typo reported by pippijn
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5362 e03df62e-2008-0410-955e-edbf42e46eb7
2006-10-01 01:17:11 +00:00
brain
807af44602
Document the ability to have multiple <http> tags
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5332 e03df62e-2008-0410-955e-edbf42e46eb7
2006-09-25 20:31:45 +00:00
brain
a18f1e1716
Update changelog
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5285 e03df62e-2008-0410-955e-edbf42e46eb7
2006-09-19 08:41:26 +00:00
brain
72bdd84265
Documentation of the new m_alias
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5275 e03df62e-2008-0410-955e-edbf42e46eb7
2006-09-17 16:20:49 +00:00
brain
87eb20d663
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
2006-09-13 21:12:31 +00:00
brain
5401a6e5a6
Remove m_park from example configuration
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5196 e03df62e-2008-0410-955e-edbf42e46eb7
2006-09-10 13:31:59 +00:00
brain
9d5ac7988d
failover connections are now added, thanks for the idea Lauren (happy now? lol) :)
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5141 e03df62e-2008-0410-955e-edbf42e46eb7
2006-09-04 23:25:28 +00:00
brain
69f5465be5
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
2006-09-04 03:06:00 +00:00
brain
09d557c6e0
Document <oper:fingerprint>
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5136 e03df62e-2008-0410-955e-edbf42e46eb7
2006-09-03 22:33:48 +00:00
brain
db7cd348e2
Document the two new modules
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5131 e03df62e-2008-0410-955e-edbf42e46eb7
2006-09-03 21:47:03 +00:00
brain
fe3799248f
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
2006-08-28 01:02:41 +00:00
brain
a93e436b03
Add <options:cyclehosts> which allows a user to appear to have quit when their host changes, so that clients/bots can stay synched properly.
...
It is recommended this option always be on.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5017 e03df62e-2008-0410-955e-edbf42e46eb7
2006-08-25 13:42:19 +00:00
brain
550c076c9a
Added leachim's +qa prefix patch
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5016 e03df62e-2008-0410-955e-edbf42e46eb7
2006-08-25 12:04:32 +00:00
brain
266ed4236f
Add m_tline, tests how many users a gline, zline etc would match. Can use this before adding one if youre not sure, or youre just curious
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4763 e03df62e-2008-0410-955e-edbf42e46eb7
2006-08-07 11:55:40 +00:00
brain
4b09978268
Update to reflect allowing CIDR in new places
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4745 e03df62e-2008-0410-955e-edbf42e46eb7
2006-08-06 19:45:42 +00:00
brain
66a643121d
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
2006-08-06 18:35:40 +00:00
brain
662253ef6e
Update docs to reflect where CIDR is allowed
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4738 e03df62e-2008-0410-955e-edbf42e46eb7
2006-08-06 18:06:21 +00:00
brain
85daa08f86
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
2006-08-06 17:11:50 +00:00
brain
f75fd54a73
Add documentation of <link:allowmask>
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4736 e03df62e-2008-0410-955e-edbf42e46eb7
2006-08-06 16:55:02 +00:00
brain
f25755bbe7
Change to using userrec::ip as a sockaddr to store port, ip and address family, rather than userrec::ip4 and userrec::port.
...
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
2006-08-04 01:59:41 +00:00
brain
58a5cf7e39
Remove documentation of m_operwho from here
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4583 e03df62e-2008-0410-955e-edbf42e46eb7
2006-07-28 20:46:24 +00:00
brain
28cfa7d8ae
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
2006-07-28 16:54:42 +00:00
brain
0f4fa12f1e
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
2006-07-22 16:11:28 +00:00
brain
879cd60ebf
Update docs to indicate _ to space
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4256 e03df62e-2008-0410-955e-edbf42e46eb7
2006-07-09 22:18:42 +00:00
brain
9e014442c5
Fix syntax example
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4140 e03df62e-2008-0410-955e-edbf42e46eb7
2006-07-07 19:21:52 +00:00
brain
0a6acf08c6
Added docs for conflood
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4114 e03df62e-2008-0410-955e-edbf42e46eb7
2006-07-03 20:39:12 +00:00
brain
b254d3d034
More stuff for allowing hostnames in <bind> and <link> again - note there is a FIXME here.
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4076 e03df62e-2008-0410-955e-edbf42e46eb7
2006-06-28 10:59:47 +00:00
brain
a5d5953824
Add m_services_account
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4072 e03df62e-2008-0410-955e-edbf42e46eb7
2006-06-27 23:12:30 +00:00
brain
594036b9bd
Tweaks
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4013 e03df62e-2008-0410-955e-edbf42e46eb7
2006-06-15 18:21:29 +00:00
om
e444a218a2
Remove reference to secret ChatSpike CC # detection features
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4000 e03df62e-2008-0410-955e-edbf42e46eb7
2006-06-13 14:16:56 +00:00
nenolod
42a1a1845f
- Documentation fix: SELinux is not a distribution, but a patchset. Clarify.
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3960 e03df62e-2008-0410-955e-edbf42e46eb7
2006-05-14 17:23:42 +00:00
om
0a6ee7c4af
Add amd64/linux to list of OS'es tested, but mainly CIA test :P
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3796 e03df62e-2008-0410-955e-edbf42e46eb7
2006-04-02 18:13:21 +00:00
om
239196ce7d
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
2006-03-30 22:21:45 +00:00
om
ead8ef62eb
Undo this test commit too..
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3773 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-27 08:25:31 +00:00
om
608d87cf63
Test commit with new trunk/branches
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3770 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-27 08:18:48 +00:00
w00t
b2fad82ee3
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
2006-03-21 04:42:18 +00:00
brain
cf5ee19bca
who left out m_ssl_dummy?
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3739 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-19 20:56:45 +00:00
brain
21b698e39f
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
2006-03-18 16:31:08 +00:00
brain
edcb293a5b
ChangeLogs 1.0.3 -> 1.0.1
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3713 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-14 12:24:50 +00:00
brain
5100f9183c
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
2006-03-10 11:53:01 +00:00
om
b78f4284d5
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
2006-03-05 17:57:32 +00:00
om
0233ce308b
Add m_blockcaps to example config
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3468 e03df62e-2008-0410-955e-edbf42e46eb7
2006-03-05 17:57:05 +00:00
brain
084bf5b982
Documented cloak keys and prefix
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3390 e03df62e-2008-0410-955e-edbf42e46eb7
2006-02-28 21:21:04 +00:00
brain
1496445985
Tested (works) and documented HideBans
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3386 e03df62e-2008-0410-955e-edbf42e46eb7
2006-02-28 20:04:08 +00:00
brain
cd24c03c34
Added example conf
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3337 e03df62e-2008-0410-955e-edbf42e46eb7
2006-02-26 12:39:29 +00:00
brain
a4018b0b1e
Spelig errorz
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3323 e03df62e-2008-0410-955e-edbf42e46eb7
2006-02-25 12:29:47 +00:00
brain
5b5f6f678c
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
2006-02-24 20:09:37 +00:00
brain
4bab84f93b
<dns:server> is now optional
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3258 e03df62e-2008-0410-955e-edbf42e46eb7
2006-02-19 21:34:32 +00:00
om
65b7bc5f00
Update mode lists, fix mode lists, and alphabeticalise mode lists (:/!)
...
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3236 e03df62e-2008-0410-955e-edbf42e46eb7
2006-02-16 19:50:22 +00:00