codemastr
85598d17ce
Conf3 cleanups
2002-11-01 20:31:08 +00:00
codemastr
b28ad5f76c
Changed config flag parsers to use a binary search
2002-11-01 20:11:36 +00:00
codemastr
6dae920358
Made the main conf3 searching routine use a binary search
2002-10-27 20:31:02 +00:00
codemastr
9a280f3e14
Possible win32 resolver fix, conf3 fixes
2002-10-27 17:32:33 +00:00
stskeeps
402f031da1
bug
2002-10-26 21:42:36 +00:00
stskeeps
09bacf360e
- Made CLIENT_FLOOD more customizable
...
- Fixed some conf3 compile errors and block-modded _*_tld
2002-10-26 19:55:24 +00:00
codemastr
6d77b60387
Added some additional NT Service options to the win32 installer
2002-10-26 19:20:52 +00:00
codemastr
1e23915986
Merged unrealinstssl.iss into unrealinst.iss
2002-10-25 17:37:53 +00:00
griever
391098a197
kline has been replaced with tkline
2002-10-24 15:58:44 +00:00
stskeeps
553c66eae6
.
2002-10-20 20:33:29 +00:00
stskeeps
34287cb733
f
2002-10-19 17:40:23 +00:00
stskeeps
6ad5b43fb5
- Fixed conf3 bug with _conf_except tkl
2002-10-19 17:37:52 +00:00
stskeeps
613c78924d
conf3
2002-10-19 17:33:05 +00:00
codemastr
806701ac23
Scanner win32 fixes
2002-10-13 21:47:57 +00:00
codemastr
0a1a2e217f
Fixed an htm bug with reporting no such server
2002-10-13 17:56:19 +00:00
codemastr
8d87ef6194
Added /lusers server.name support
2002-10-13 17:39:18 +00:00
codemastr
612751abde
Fixed an samode bug
2002-10-13 17:15:29 +00:00
codemastr
1977439e27
Fixed another tkl bug
2002-10-05 00:27:22 +00:00
stskeeps
1c81b72a4f
- Fixed crash bug in m_tkl_line
2002-10-04 18:35:40 +00:00
stskeeps
62b7acc6be
dd
2002-09-28 14:28:14 +00:00
stskeeps
1d3c41ef75
Removed some IPv6 resolver specifics that seemed illogical (reference to Jollino's IPv6 crashes)
2002-09-28 12:47:59 +00:00
stskeeps
bb6711691b
- Fixed bug #0000342 reported by James LiGate about tokens leaking through from clients
2002-09-28 12:32:18 +00:00
stskeeps
379a8ccc3b
Fixed bug with all TKL commands not accepting nicks anymore ( #0000370 reported by Ravage)
2002-09-28 12:16:10 +00:00
stskeeps
979f96ca3a
Fixed bug #0000371 reported by havlaz about an extra \n slipped in with the TKL notice
2002-09-28 11:59:01 +00:00
stskeeps
8f7455d423
- Fixed bug #0000377 reported by MorPheus where IPs of servers were shown in nick collision notices
2002-09-28 11:48:25 +00:00
stskeeps
ce0ae3a46d
- Fixed bug #0000372 reported by MorPheus where Killed (<everything-but-the-first-char-in-killer-letter-got-shown> (reason))
2002-09-28 11:40:10 +00:00
stskeeps
4bc07b8789
+- Added set::ssl::options, with three options:
...
+ fail-if-no-clientcert - If SSL client connects and doesn't provide a client certificate, abort connection immediately
+ verify-certificate - Check the certificate's validity using X509 methods, check if we trust CA's, etc.
+ It however does slip self signed certificates through UNLESS
+ no-self-signed - Don't allow self-signed certificates through (requires verify-certificate)
+- Made conf parser mention if we make a link->options with CONNECT_SSL if we don't support SSL (and remove the CONNECT_SSL flag)
+- Made conf parser mention if we make a SSL listener and we don't support SSL
+- Added set::ssl::trusted-ca-file, if enabled, it will point the SSL stuff to use that file as trusted CA's (for verify-certificate)
+- Made conf _not_ bitch that it doesn't know set::ssl
+- Removed some leftover client certificate stuff
2002-09-28 11:02:05 +00:00
stskeeps
282cc51768
- Changed auth method sslpubkey into sslclientcert, which means it will check the X509 certificate of the
...
user using X509_cmp. Also needing is some policy/conf setting to adjust if to reject invalid client certificates or whatever..
2002-09-27 16:08:03 +00:00
codemastr
519b491c1b
Fixed a bug with /who -h
2002-09-20 20:06:33 +00:00
stskeeps
c8c316c56d
- Made channel keys be case sensitive
2002-09-07 09:26:45 +00:00
stskeeps
6926cca1bb
- Added Syzop's various zero-terminate patches and fixes for crashes when
...
you send commands like JOIN from a server directly
2002-09-07 01:32:00 +00:00
codemastr
ff14d5d0bf
Compile warning cleanups
2002-09-01 18:33:47 +00:00
codemastr
227563a13d
removed some old win32 debugger debug code
2002-09-01 14:41:12 +00:00
stskeeps
9d35460488
bah
2002-09-01 09:27:23 +00:00
stskeeps
e1872e1231
- Added Nugget's setuid patch
2002-08-31 16:30:29 +00:00
codemastr
b5827fd1de
Fixed some /who bugs
2002-08-31 15:33:05 +00:00
codemastr
528238f541
Fixed a bug in TKL that would allow *@* bans
2002-08-31 12:49:28 +00:00
codemastr
3ce3b10e04
Fixed a win32 editor bug with chars > 128
2002-08-28 20:50:09 +00:00
codemastr
478970ed36
Made alias {} use tokens where available
2002-08-28 17:40:17 +00:00
codemastr
b89c6a8cd1
Added oper login to the 'is now an operator' notice
2002-08-28 12:12:21 +00:00
codemastr
12264cfa1b
Fixed a bug with installed Unreal as a service under WinNT4
2002-08-28 12:06:23 +00:00
stskeeps
a1e5a746e3
- A minor fix in SSL_is_inited stuff in s_bsd
2002-08-27 13:16:15 +00:00
stskeeps
4aff4a0376
- More SSL debugging stuff..
2002-08-27 12:34:43 +00:00
stskeeps
9251a76f63
Added some more debugging stuff, made check_pings a little more readable
2002-08-27 05:04:30 +00:00
stskeeps
a5809bba80
bah
2002-08-26 15:13:43 +00:00
stskeeps
9b597033ef
bah
2002-08-26 15:10:19 +00:00
stskeeps
a15ce8eb54
bah
2002-08-26 14:55:14 +00:00
stskeeps
012bad26c7
SSL debuggin stuff
2002-08-26 14:53:12 +00:00
stskeeps
36e88f1364
- Fixed a problem with set::ssl::certificate and set::ssl::key that used
...
+ ->ce_varname instead of ->ce_vardata. Found by badSol
2002-08-26 01:02:29 +00:00
codemastr
e1c7eead30
...
2002-08-25 16:54:00 +00:00