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
9d43770bd0
doc shit
2002-09-27 18:51:12 +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
9f4f72d2af
Now using unsigned chars
2002-09-02 15:30:03 +00:00
codemastr
13b2ebc773
...
2002-09-01 18:55:19 +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
6aa5b7a341
- Made the IRC_UID stuff more proper..
2002-09-01 14:39:41 +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
709d9b87dd
- Added a newline in dynconf.h
2002-08-26 10:16:44 +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
codemastr
cebae72da4
Fixed a win32 password encryption bug in NT service mode
2002-08-25 16:35:17 +00:00
codemastr
1f2e1a8bcf
Added vhost::swhois
2002-08-25 16:10:09 +00:00
cvs2hg
a44e23dcfe
fixup commit for tag 'unreal3_2_beta12_fixes'
2002-08-25 14:09:01 +00:00
stskeeps
065b111e22
- Compile fix regarding above fix
2002-08-25 14:09:00 +00:00
stskeeps
f62b8718aa
Fixed problem where SSL handshakes weren't unknown--'ed on remove reported
...
by Alzirr
2002-08-25 12:57:45 +00:00
cknight
f363332faa
- Updated docs to include ripemd-160 encryption option
2002-08-25 11:48:04 +00:00
cknight
30efe19cbd
- Added set::static-quit to unreal32docs.html
2002-08-25 11:38:27 +00:00
stskeeps
63ece5f2bc
- Made so every join is a SJOIN to prevent TS0 problems. Read config.h to disable this if it causes problems
2002-08-25 05:04:58 +00:00
stskeeps
154860ee3a
TOPIC_NICK_IS_NUHOST
2002-08-25 04:49:37 +00:00
stskeeps
5785860f71
- Make makecert.bat and encpem.bat show their use in titlebar when run
2002-08-25 04:33:16 +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
21d8c88e2c
- Made standard-threads default, and made a Config option if to use FSU
...
pthreads or not
2002-08-25 03:03:11 +00:00
stskeeps
a6776a30a2
- Removed ssl.rnd as it was not supposed to be provided by CVS
2002-08-25 02:08:13 +00:00
cknight
9074722d4b
- Corrected release date in doc/unreal32docs.html
2002-08-24 19:21:56 +00:00
cknight
96f0f8274a
*** empty log message ***
2002-08-24 18:31:59 +00:00
cknight
b4ef73ca7c
*** empty log message ***
2002-08-24 16:25:53 +00:00
cknight
afc784ddb4
- - Reformated unreal32docs.html in something other than MS Word. 93k now!
2002-08-24 16:20:09 +00:00
luke
f851f61b15
+O/+A ban implementation
2002-08-24 15:54:37 +00:00
cknight
751e14cbe2
- Made minor changes to help.conf
2002-08-24 15:48:52 +00:00
stskeeps
5fafec8555
.k
...
CVS
: ----------------------------------------------------------------------
2002-08-24 14:40:42 +00:00