codemastr
b4e8b60973
release preparations
2003-04-27 21:40:22 +00:00
Bram Matthys
ebc9d6242f
- Preparing beta16: release notes ready, version updated in docs/text (except version.h).
2003-04-27 18:57:04 +00:00
Bram Matthys
9f1c81541d
- Usermode +q can now be set by services admins, as stated in docs ( #0000923 ).
2003-04-27 15:00:27 +00:00
codemastr
d35810e819
Fixed a bug with ban version {}
2003-04-26 23:31:56 +00:00
codemastr
a6f56a6121
...
2003-04-26 18:52:29 +00:00
codemastr
69ac5a529b
Allow Ulines to use a TS in the past for topics
2003-04-26 18:49:54 +00:00
codemastr
a25630a958
module umode changes
2003-04-26 16:37:14 +00:00
Bram Matthys
eed1a83d78
- Some documentation improvements regarding link::hostname.
2003-04-24 14:20:42 +00:00
Bram Matthys
9a56a16ee2
- Added link::options::nohostcheck which makes Unreal not to validate the incomming host/IP against the link::host field, usefull for dynamic DNS hosts.
2003-04-24 14:09:38 +00:00
Bram Matthys
8aefa6cdce
- Fixed minor badwords /rehash memleak.
2003-04-24 02:13:28 +00:00
Bram Matthys
d202cc0868
- Some code cleanups (s_conf.c, now has a config_setdefaultsettings()).
2003-04-24 01:42:16 +00:00
Bram Matthys
2d0abfa787
- Enabled throttling support by default, you need to have a (correct) set::throttle block to make it work, otherwise it's just turned off.
2003-04-24 01:21:52 +00:00
Bram Matthys
4a679b34c4
- Fixed usermode +S: was accidently a local usermode ( #0000909 )
2003-04-20 20:22:33 +00:00
Bram Matthys
01c8f8bdc7
- Added IP bans like *!*@194.109.* ( #0000474 ).
2003-04-19 20:48:52 +00:00
Bram Matthys
4b066b3347
- Fixed far connect (+s +F): connects from U-lined servers are now hidden again.
2003-04-19 20:25:29 +00:00
Bram Matthys
3c5e7ff5e7
- Fixed a PRIVMSG channelprefix bug reported by aragon ( #0000902 )
2003-04-18 15:30:35 +00:00
Bram Matthys
9691748a7e
- Added some temporarely SQLINE debugging/trace code
2003-04-17 16:58:38 +00:00
Bram Matthys
f13b9b539e
- Fixed a compile error with openssl enabled at redhat 9.
2003-04-16 22:28:19 +00:00
codemastr
d7f20fb507
Docs update
2003-04-16 19:28:39 +00:00
codemastr
8409ff6234
Fixed a bug where /nsg and /notice didn't use tokens for nick@server forms
2003-04-16 18:49:00 +00:00
codemastr
f866ce40df
Fixed a bug with reporting invalid set::dns directives
2003-04-16 18:12:32 +00:00
Bram Matthys
6ebcf46459
- Minor error msg improvements
...
- Fixed a bug with wrong hub/leaf settings ("non-hub introduced leaf") causing a crash (#0000732 ).
2003-04-16 17:05:00 +00:00
codemastr
dd1364321a
Fixed a ban version {} bug, added an aliases/anope.conf, and updated some docs
2003-04-15 21:56:24 +00:00
codemastr
c2a4509d9c
Made the channel be hidden from /who if you are +p
2003-04-13 23:46:04 +00:00
Bram Matthys
3c6ecbcbb2
- Fix for set::restrict-channelmodes (eating parameters).
2003-04-13 20:05:54 +00:00
codemastr
bf0b2a98cd
Docs update
2003-04-13 19:10:42 +00:00
Bram Matthys
3618b2a2fa
- badword::action::block should now be ok
2003-04-13 19:04:46 +00:00
codemastr
8732330e38
Cleanups and /chgident fix
2003-04-13 18:10:56 +00:00
codemastr
c8477ddb6a
Made except ban override ban ip
2003-04-13 17:42:23 +00:00
codemastr
7000658c42
Fixed some /stats b stuff and added badword::action
2003-04-13 16:51:08 +00:00
Bram Matthys
e7672e9027
- Updated channelmode +f "algoritm", much better now. Reported by JimmyZ, Rocko, and others.
2003-04-13 16:39:40 +00:00
codemastr
87d89c721c
Throttling fixes and changes
2003-04-13 00:43:04 +00:00
Bram Matthys
3ef30832cf
Improved throttle hashing (both IPv4 and IPv6)... prime numbers are fun ;)
2003-04-12 21:46:58 +00:00
Bram Matthys
fa19910694
blah
2003-04-12 20:30:51 +00:00
Bram Matthys
f473314312
- Improved IPv6 throttle hashing
2003-04-12 20:21:38 +00:00
codemastr
2c53187cad
Fixed another throttling bug
2003-04-12 19:50:09 +00:00
Bram Matthys
406ba755d6
- code cleanup / misc minor bugfixes (MyMalloc, oper msgs)
2003-04-12 15:56:25 +00:00
codemastr
3a368be7e5
Fixed an SQLINE bug
2003-04-11 23:57:15 +00:00
codemastr
705c24399c
docs update
2003-04-11 21:08:15 +00:00
Bram Matthys
3b56433320
- Added allow::options::ssl and allow::options::nopasscont, requested by iguy and Scytale.
2003-04-11 18:26:20 +00:00
Bram Matthys
498d82f5fe
Added set::restrict-channelmodes and very minor speedup in restrict-usermodes handling.
2003-04-11 16:05:02 +00:00
Bram Matthys
e21d4aceba
- Fixed cloaking bug reported by Rocko ( #0000869 )
2003-04-11 14:29:35 +00:00
Bram Matthys
6f5683242a
- Added tld::options::ssl so you can have different motd/rules files if the user is using SSL.
...
Also there's tld::options::remote but that's currently not used :P.
2003-04-11 02:19:29 +00:00
Bram Matthys
f4c5418326
Let's be nice and give some thanks ;P.
2003-04-11 00:19:35 +00:00
Bram Matthys
8a4856fa8b
Fixed MAJOR "messages are lost" caused by BUFFERPOOL being to low and bad return checking of dbuf_put.
...
If BUFFERPOOL dbuf_put would return -1, but at some places !dbuf_put was used,
I've changed it so it will return 0 (so use !dbuf_put now, don't use dbuf_put(...) < 0 :P).
I also added some nice warning thing. I couldn't send from the send routine because that's risky ;).
And...... I also doubled the default BUFFERPOOL, so if you leave everything the default then
BUFFERPOOL is now 52Mb instead of 26Mb, which should be ok for now.
2003-04-11 00:09:46 +00:00
codemastr
d41d26a163
SQLINE/UNSQLINE and SVSNLINE fixes
2003-04-10 21:13:36 +00:00
Bram Matthys
7c9ba1feda
- Added SSL quit error messages
2003-04-10 19:58:30 +00:00
Bram Matthys
49aa8d9921
- Changed throttling errormsg so mIRC recognizes it and waits a while.
2003-04-10 18:48:38 +00:00
Bram Matthys
152be25b08
- Fixed opermode bug which could cause the ircd to crash a while later ( #0000823 ).
2003-04-10 17:59:17 +00:00
codemastr
27928952dd
Possibly fixed an SSL crash
2003-04-08 23:49:01 +00:00