stskeeps
d2e87700c3
- Added back the commands check that didn't get added in conf3 (lamers
...
beware)
2002-12-05 19:51:25 +00:00
stskeeps
a5547b65f4
- Made config actually add listeners when rehashing (...) also you can now
...
change listener flags using /rehash
2002-11-28 17:34:19 +00:00
codemastr
736474aa5f
Finished module rehashing
2002-11-26 20:15:17 +00:00
stskeeps
e4bd382898
- /rehash for conf3 (that works) :)
2002-11-22 16:16:33 +00:00
stskeeps
613c78924d
conf3
2002-10-19 17:33:05 +00:00
codemastr
ff14d5d0bf
Compile warning cleanups
2002-09-01 18:33:47 +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
stskeeps
9251a76f63
Added some more debugging stuff, made check_pings a little more readable
2002-08-27 05:04:30 +00:00
codemastr
477ae217ab
Made it so the win32 version of Unreal can't be reinstalled/uninstalled while it is currently running
2002-08-24 01:01:30 +00:00
codemastr
9fbe091509
Made /die exit nicely in service mode
2002-08-23 22:40:36 +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
1aa70c7b77
Removed src/s_unreal.c
2002-08-09 18:21:59 +00:00
stskeeps
959c5b0188
Added some OpenSSL version showing
2002-08-03 13:47:23 +00:00
stskeeps
ff4bc60486
Fixed SSL linking, again..
2002-08-03 11:09:20 +00:00
stskeeps
13f23e478d
- Changed ./update to use update.unrealircd.com
2002-07-23 12:45: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
codemastr
ec47a030fb
Added WinNT Service Support
2002-07-19 17:31:51 +00:00
codemastr
ac1c9232bf
Fixed some /stats Z problems
2002-05-29 19:53:34 +00:00
stskeeps
d90d0f52f6
- Fixed a number of bugs in the upper patch.
2002-05-10 17:29:49 +00:00
stskeeps
f19f945836
mm
2002-05-10 16:09:26 +00:00
stskeeps
8833852342
:src/ircd.c
2002-05-10 16:02:25 +00:00
stskeeps
c343bf91f7
.
2002-05-10 15:59:06 +00:00
stskeeps
1ccd58d2a2
- Rewrote check_pings and the whole way banning people are handled. Do loop.do_banch
...
to provoke a bans check. This possibly fixes #00001702 , #0000137 and other
funny bugs.
2002-05-10 15:50:54 +00:00
stskeeps
491d6f70c2
First part of skyper's security audit patch
2002-04-15 20:17:36 +00:00
codemastr
65a2668ede
Added log {} syslog support
2002-03-18 23:26:12 +00:00
codemastr
fd925b3c28
Module Insanity v1
2002-03-13 20:42:40 +00:00
codemastr
03aa90bc43
...
2002-03-05 23:22:21 +00:00
griever
3debe8680a
-Wall -Wno-implicit
2002-02-16 21:31:51 +00:00
griever
1c9ee5c817
-Wparentheses
2002-02-16 20:54:51 +00:00
griever
e5d74b9ae0
-Wformat
2002-02-16 20:40:12 +00:00
stskeeps
0206d844e9
+- Added tainted variable. 3rd party modules must ++ this upon load,
...
+ -- upon unload. Will show a 3 in flags.
+- Added extras/m_rawto.c - 3rd party module. Fixed some documentation
2002-02-11 11:03:05 +00:00
codemastr
bd6729ad93
More -Wall cleanups
2002-02-03 17:15:37 +00:00
stskeeps
9daf3d0b73
- BEFORE you use event functions, LockEventSystem(), after,
...
UnlockEventSystem(). In EVENT() functions, the system _is_ locked.
This might fix the double recursion mutex problem we got.
2002-02-03 15:09:49 +00:00
codemastr
8be7cbab05
Made all functiosn use new-style parameter lists
2002-01-28 00:38:02 +00:00
codemastr
6b8c83ba85
Cleaned up a bunch of -Wall warnings
2002-01-27 20:28:41 +00:00
stskeeps
93f759f200
- Changed umode +I behavoiur to you have to be loading invisibility.so to ha
...
the +I functionality. Code is still in IRCd, but isn't used until module
is loaded. Loading of this will cause an R to be added to /version
flags. Hopefully this will satisify some people's thoughts about a so
called spy tool being enabled by default. Also added flag_add(char *)
and flag_del(char) for modules to add to flags string. -Sts
- Removed -win32 postfix for wircds, look in /version for W instead
- Removed ircnetwork part of /version
2002-01-27 18:07:20 +00:00
stskeeps
bebebf6cdf
+- Made support in *nix for encrypted SSL private keys,
...
+ "make encpem" to make an encrypted server key if you already have one
2002-01-01 16:25:29 +00:00
stskeeps
259b1a5eeb
+- Fixed .1081 problem, see bug #0000020 for more information about how
...
+ it REALLY should be fixed
2001-12-31 00:55:48 +00:00
codemastr
897a8cec60
Fixed a DEFAULT_PERMISSIONS bug
2001-12-24 22:34:02 +00:00
stskeeps
ea1e7b3f70
win32 fixes, again
2001-12-21 17:18:16 +00:00
codemastr
4291191149
Help system recode
2001-12-16 00:35:57 +00:00
codemastr
0171967e18
Moved the mkpasswd program into the ./unreal script
2001-12-10 22:02:47 +00:00
codemastr
e872aa28a9
Converted a bunch of structures to use ListStruct
2001-12-02 17:57:24 +00:00
codemastr
dcd9969537
Started some work on CIDR support (added some functions from hybrid7)
2001-11-26 15:40:43 +00:00
codemastr
5eea2a9daf
...
2001-11-26 15:39:13 +00:00
codemastr
ab9db56291
Added support for PS_STRINGS and pstat
2001-11-10 18:13:05 +00:00
stskeeps
be48165fb6
+- Added some setproctitle(.., me.name) for extra l33tness :P~
2001-11-05 21:30:23 +00:00
stskeeps
66d3c85d23
+- Added umodes.c, long val = get_umode('c');
2001-10-15 23:01:31 +00:00
stskeeps
0d1a1e42d0
..
2001-10-01 13:08:35 +00:00