Bram Matthys
669cf6e189
- Fixed an issue where chanmode +f was often set by the server again
...
in a netjoin when there was no need to (nothing to synch).
- Added spamfilter::except which allows you to specify targets
(eg: channels) where spamfilter should not take action. Requested by Fury
(#0001586 ). Ex: set { spamfilter { except "#spamreport,#help"; }; };
2004-02-25 20:49:00 +00:00
Bram Matthys
e52cf2119a
- [internal] cleaned up snomask removal after deoper, now remove_oper_snomasks() is
...
called which might look a bit ugly, but is better than before (scattered on 3 places).
- Added snomasks 'N' which allows you to see nick changes of clients on other servers,
requested by several people (#0001323 ).
2004-02-05 19:47:37 +00:00
Bram Matthys
105dd3c092
- Added set::static-part: similar to static-quit, default 'no' (static-part disabled).
...
If set to 'yes' or '1' it will strip all part comments,
if set to something else it will use that as a part comment.
- Partial cleanup of m_part (hopefully I didn't destroy anything).
- Minor stats compile warning fixed
2003-12-11 21:27:33 +00:00
Bram Matthys
b537553d2e
- example.conf: added +i in modes-on-connect.
...
- Temporarely added fdlist debugcode, please report any bugreports it gives,
it would especially be helpful if you know _what_ triggered the error :).
2003-11-30 23:17:33 +00:00
Bram Matthys
3897fa417b
- Made OperOverride work for chanmode +Q ( #0001370 ).
...
- A few example.conf changes.
2003-11-20 17:28:40 +00:00
cknight
b1338a1b41
Very Very small change to doc/example.conf
2003-09-21 16:46:25 +00:00
Bram Matthys
7f9841b01d
Internal code cleanups, changed away flood configthing, added nickflood protection
...
===
- Internal code cleanups: EOS var rename, got rid of old UnknownUser structs, moved
anti away flood to new flood struct.
- Changed away flood configuration to set::anti-flood::away-flood <count>:<period>.
- Added nickflood protection, can be set in set::anti-flood::away-flood <count>:<period>
to allow max 'count' nickchanges per 'period' seconds. The default is 3 per 60s.
As usual, the nickchange limiting does not apply to ircops.
2003-08-16 22:49:51 +00:00
Bram Matthys
57f337a738
*just commit da crap*
2003-08-16 15:56:50 +00:00
Bram Matthys
1681fce504
multiple changes...
...
- Updated example.conf with a more strict default oper-only-stats.
- Made '/stats S' and '/stats Z' oper only again (always).
- Hopefully fixed incoming/outgoing rate in /stats T. Only the stats of the first
listener was counted instead of the total. This also explains why on some (many?)
ircd configurations it always showed 0.00 kb/s and why HTM (high traffic mode)
was never kicking in.
2003-08-10 20:53:09 +00:00
codemastr
550ec43931
Documentation updates
2003-07-15 19:08:44 +00:00
Bram Matthys
7a82d28b19
- Updated docs a bit (how-to-get-support/FAQ link style).
2003-06-22 21:49:04 +00:00
Bram Matthys
2dc82a43cc
- Probably fixed server-notices bug (duplicates, to non-opers) caused by a few SVS* cmds, reported by _loco_ ( #0000991 ).
2003-05-20 17:57:25 +00:00
Bram Matthys
374a7d5950
Added set::ident::connect-timeout and set::ident::read-timeout, updated example.conf: added throttle block.
2003-05-11 21:08:13 +00:00
Bram Matthys
f46494f02f
/WHO code cleanup + partial recode + bugfixes /// Updated example.conf about U-lines since many people set them wrong.
2003-05-09 20:02:20 +00:00
Bram Matthys
54f35ce6a5
added include "help.conf" to example.conf, not worht mentioning in Changes ;p
2003-05-08 02:12:04 +00:00
Bram Matthys
9f4d4e674e
docs, module hook, blablabla.
2003-05-01 19:23:00 +00:00
codemastr
318cd17c06
example.conf typo
2003-04-08 23:15:06 +00:00
Bram Matthys
76fd66d27f
- Documentation updates (unreal32docs.html, example.conf).
...
Againnnnnn
2003-02-21 19:22:59 +00:00
codemastr
4606d94e27
+I stuff removed, and other stuff
2003-02-15 20:20:35 +00:00
Bram Matthys
efc2c8f326
Updated docs.
2003-02-07 23:08:01 +00:00
Bram Matthys
24f36c846c
Documentation updates for nodnscache.
2003-02-04 02:13:35 +00:00
Bram Matthys
6f9060ce4e
Minor doc updates (mainly example.conf)
2003-02-03 20:27:33 +00:00
Bram Matthys
0c74c5cd11
Fixed example.conf set::dns::retries, 2s -> 2
2003-01-19 20:05:57 +00:00
codemastr
6c167e3590
Documentation updates and misc. fixes
2002-12-01 17:50:08 +00:00
codemastr
84fe71337e
Docs fixes
2002-11-27 20:45:42 +00:00
cknight
de97efbd21
- example.conf - Corrected incorrect set::services-services statment in alias block - reported by mcskaf ( #0000401 )
...
- Documentation - Corrected Spelling mistake in HTM mode - Reported by CoNfOuNd (#0000387 )
- Documentation - Added coadmin to table of oper types - Reported by FrostByghte (#0000359 )
2002-10-17 10:45:57 +00:00
stskeeps
e1b478909e
- Made set::static-quit - check doc/example.conf for documentation - but
...
this allows the admin to decide a standard custom quit for users. so they
won't be able to make their own quits. This affects set::prefix-quit and
ANTI_SPAM_QUIT_TIME - it simply replaces it with the message if enabled
2002-08-25 04:26:45 +00:00
stskeeps
275d304475
- Added set::ssl::certificate and set::ssl::key to point to where we got the certificat
...
PEM and the private key PEM
2002-08-21 17:10:46 +00:00
codemastr
cc5258fe8a
Added EGD support
2002-08-18 20:28:33 +00:00
stskeeps
7bef381cc6
- Added set::scan::bind-ip, set::scan::message, on request of RaYmAn, documented
...
in example.conf
2002-06-21 10:23:16 +00:00
codemastr
b2ec3ec1a7
Fixed a typo in doc/example.conf (and a few cleanups)
2002-05-29 16:26:21 +00:00
stskeeps
f18eb925c4
- Documentation bug #0000152 reported by Tony at sexnet.org fixed regarding
...
example.conf being wrong about set::socks
2002-04-15 07:31:37 +00:00
codemastr
3a4c06ffd3
Fixed a typo in the docs
2002-02-15 23:00:05 +00:00
stskeeps
a3a04d9797
- Added link::cipher for #define USE_SSL, use this to select
...
ciphers, read example.conf for more. Closes #000016 . Suggested by narf
2002-01-25 22:22:11 +00:00
griever
0dd1483fc3
example.conf and m_oper fixes
2002-01-13 22:00:27 +00:00
codemastr
3bdee011e9
Fixed a typo in example.conf
2001-12-31 16:29:09 +00:00
griever
6e67d9dea0
added set::modes-on-oper (modes all opers get when they op up)
...
made Aa oflags include O
modified docs to reflect such
2001-12-17 00:43:51 +00:00
griever
37f6ff3a10
Reflects m_oper recode and tkl oflags
2001-12-11 03:39:56 +00:00
griever
9fdf9cd9e9
Typo fixes &stuff
2001-11-22 05:47:26 +00:00
stskeeps
614e22400a
+- Made except socks become except scan, and made it actually WORK, and some
...
+ bugreport fixes
2001-09-01 13:27:17 +00:00
codemastr
aa98a583be
Added the ability to add aliases like /identify
2001-08-29 19:28:52 +00:00
codemastr
d5b5fa710c
Moved SHOWCONNECTINFO define to set::options::show-connect-info
2001-08-21 18:23:43 +00:00
codemastr
9417c9af8e
Added alias {} to doc/example.conf
2001-08-19 21:30:27 +00:00
codemastr
21d6293f4c
Updated documentation
2001-08-05 17:37:28 +00:00
stskeeps
decae969ee
+- Fixed a codemastr-on-crack /version bug, and fixed some IPv6 stuff in
...
+ scan*
2001-08-04 13:52:04 +00:00
stskeeps
9a089dd8bf
.
2001-08-03 06:09:11 +00:00
stskeeps
3b4fe7b347
.
2001-08-03 06:06:53 +00:00
stskeeps
a4c2faf453
+- Fixed Osiris's broken example.conf
2001-08-03 06:06:16 +00:00
stskeeps
e102ce8603
+- Added in Ossie's example.conf v2
2001-07-18 07:57:33 +00:00
stskeeps
8de27cef2a
+- Documentation (example.conf from Osiris)
2001-07-13 19:32:28 +00:00