codemastr
8f883d65b7
Fixed a win32 ssl installer problem
2002-08-14 17:42:51 +00:00
stskeeps
68794a3ffc
- Fixed problem where the parameters of the RAKILL aliasing to TKL were switched,
...
and a missing return for normal users.
2002-08-13 17:41:00 +00:00
codemastr
1fa5ed84e6
Fixed invite
2002-08-12 18:16:01 +00:00
codemastr
efb54b62f3
Fixed a bug where MAXCONNECTIONS is shown as 0 when it is too high
2002-08-12 17:51:49 +00:00
stskeeps
6901d27508
- Module load fix for a minor fuckup in SQLINE/UNSQLINE
2002-08-12 17:03:03 +00:00
stskeeps
7f3096ee6b
- Allowed SQLINE/UNSQLINE to come from a U:lined client as well
2002-08-12 15:45:46 +00:00
stskeeps
6b51c2d53b
.. Fixed a problem with normal unix source compiling as codemastr had
...
#ifdef _WIN32 'ed find_match_server, causing me to believe it was gone.
2002-08-12 15:18:32 +00:00
codemastr
43e470f898
make install fix
2002-08-11 00:38:03 +00:00
stskeeps
9eede48af4
- Added note about Linux and FD_SETSIZE > 1024 in release notes
...
- Made IRCd bitch properly when MAXCONNECTIONS>FD_SETSIZE
2002-08-10 17:49:52 +00:00
stskeeps
07eb941a58
arg
2002-08-10 16:51:44 +00:00
stskeeps
f8f829840d
FD_SETSIZE crap
2002-08-10 15:40:08 +00:00
codemastr
bb95bdfa7c
Removed some useless code and added more modules
2002-08-09 20:26:04 +00:00
codemastr
1aa70c7b77
Removed src/s_unreal.c
2002-08-09 18:21:59 +00:00
stskeeps
7af962ecf7
SSL fixes
2002-08-07 21:10:49 +00:00
stskeeps
133ba46362
Operoverride_verify stuff.
2002-08-07 20:52:51 +00:00
stskeeps
1db6a86254
- Cleaned out Credits (i'll fix the web part of it later), made doug lea malloc default
...
+ on Linux FSU Pthread installs. (When we got a better way, we will have full doug lea malloc..)
2002-08-07 17:23:52 +00:00
codemastr
6b44a0d643
.RELEASE.NOTES change
2002-08-06 01:26:51 +00:00
codemastr
80d837fa8b
Removed support for SSLv2
2002-08-05 17:54:52 +00:00
stskeeps
31d2224b2c
- Made +x send out a SETHOST to VHP servers, requested by PreZ@DarkerNet
2002-08-04 08:41:55 +00:00
stskeeps
b4f0d0fc9d
- Compile error fix regarding version.h
2002-08-03 20:20:14 +00:00
stskeeps
8236faeaf6
Removed doc/Etiquette
2002-08-03 20:13:37 +00:00
stskeeps
bf1ccab9a9
+- Removed doc/features.txt, doc/unrealircd.conf.txt, include/relinfo.h,
...
+ include/stamp.h, src/buildm4, src/chkconf.c, src/conftool.c
2002-08-03 20:12:35 +00:00
stskeeps
c2b48d3ce4
- Fixed SSL compile error wrt to /trace
2002-08-03 19:01:26 +00:00
codemastr
ba26cc59a9
updated .RELEASE.NOTES
2002-08-03 18:45:51 +00:00
codemastr
6e076ba67b
installer fixes and version number change
2002-08-03 18:31:11 +00:00
stskeeps
f99d6689ca
RELEASENOTES stuff
2002-08-03 18:24:29 +00:00
stskeeps
66eb6fa848
SSL stuff
2002-08-03 16:10:25 +00:00
stskeeps
959c5b0188
Added some OpenSSL version showing
2002-08-03 13:47:23 +00:00
stskeeps
385d9f3ada
- SSL compile error fix in s_bsd.c
2002-08-03 11:25:40 +00:00
stskeeps
ff4bc60486
Fixed SSL linking, again..
2002-08-03 11:09:20 +00:00
ejb
7bb73b5e6f
- send +f and +L correctly in CHANMODES 005.
2002-08-03 08:53:41 +00:00
codemastr
4897441259
Added some technical documentation
2002-08-02 22:35:20 +00:00
codemastr
dc27e6470d
Fixed some SJ3 bugs that could cause desync
2002-08-02 20:40:09 +00:00
stskeeps
4d410f5982
- Seemingily we can't do SSLv3 only for ctx_server?
2002-08-02 11:54:03 +00:00
stskeeps
c9be3fbac8
+- Fixed some SSL errors. read() returns -1 on error, so ircd_SSL_write and
...
+ ircd_SSL_read must emulate the same. codemastr: could you check what the
+ win32 equiviant of EIO is? I don't think my WSAEIO or whatever I called it
+ in sys.h is correct.
2002-08-02 11:45:31 +00:00
stskeeps
51539ee85b
- Fixed some compile errors found by Zerwas and fixed some implementation problems of
...
the not able to set +z when there's non +z users (ULines not counted) in channel
2002-08-02 09:22:58 +00:00
luke
f45917c16c
New operoverride system...hope it works
2002-08-01 19:53:30 +00:00
stskeeps
9e205fe3d5
- Made the win32 installer have the option of installing as a service under NT and fixed a
...
+ shortcut bug
+- Fixed sptr->user->realhost becoming lowercase upon a +x
+- Fixed +bbbbb lots of crap desynch bug
+- Fixed OperOverride snotice bugs with halfop
+- Standardized OperOverride notices
2002-08-01 16:39:05 +00:00
stskeeps
ba60adb833
fixed no nssl compile error
2002-07-25 18:35:48 +00:00
codemastr
54ed370fb3
Fixed a /who hop count bug
2002-07-24 17:49:39 +00:00
codemastr
5b32996538
Some config changes and documentation updates
2002-07-24 17:00:37 +00:00
stskeeps
4e84c85ceb
- Added ircd/safe_SSL_read/write from bahamut+inet6/azzuranet. This can be done much nic
...
when newio is done.
2002-07-23 19:04:18 +00:00
stskeeps
775f3fe272
Fixed some ./configure errors
2002-07-23 17:55:02 +00:00
stskeeps
8aabac59e9
Credits changes
2002-07-23 16:12:16 +00:00
stskeeps
4f1345c350
Removed mutex.c
2002-07-23 15:35:39 +00:00
stskeeps
f69335e62b
- Made ./configure check if it has parameters, and error if it don't.
2002-07-23 13:11:52 +00:00
stskeeps
13f23e478d
- Changed ./update to use update.unrealircd.com
2002-07-23 12:45:58 +00:00
stskeeps
c4908cb4fd
Added some release notes with regards to scanners
2002-07-23 12:33:44 +00:00
stskeeps
f19ebceee6
Fixed a silly bug with regards to matching against compressed IPs in link {} checking
2002-07-22 20:39:58 +00:00
stskeeps
f0564193ba
- Added a #ifdef _WIN32 for extern BOOL IsService; in ircd.c that made compile break
...
on non WIN32 systems
- Depricated AKILL/RAKILL and made them alias to TKL G +/- - for normal users they
just reply that the commands are depricated. Server compatiblity is maintained.
Eventually it will just be removed. Thank god for modules.
2002-07-22 20:33:49 +00:00