drbin
ea41e25761
fixed "if (sptr->passwd[0])" causing win32 fault
2000-09-02 15:50:07 +00:00
stskeeps
f564867259
.
2000-09-02 11:34:35 +00:00
stskeeps
23438196eb
Fixed a NOTICE bug
2000-09-02 07:52:18 +00:00
stskeeps
55a0b03f03
.
2000-09-02 07:48:52 +00:00
codemastr
e68c66b260
...
2000-09-01 21:09:21 +00:00
codemastr
7cbbef2e36
Made aClient->passwd dynamically allocated
2000-09-01 20:52:00 +00:00
codemastr
ecdce7061b
Made cached MOTDs dynamically allocated
2000-09-01 20:13:55 +00:00
codemastr
87ca77c48e
made some updates to ./update
2000-09-01 15:49:31 +00:00
codemastr
cca7cffb93
Fixed some morew -Wall warnings
2000-09-01 14:28:17 +00:00
codemastr
bb4f0e3393
fixed some -Wall warnings, and removed all unused vars
2000-08-31 22:05:34 +00:00
stskeeps
d83fb7d37f
+ - Added WHOIS command (working) to IRCbot-
...
+- Fixed a fun doublechar token problem (the AA unknown command)
2000-08-26 19:26:02 +00:00
stskeeps
c07a9207ca
+- Added IRCd bot (raw commands) and the IRC bot, webtv.c
2000-08-26 19:05:09 +00:00
stskeeps
7cde16eac1
+- Added IRCd bot (raw commands) and the IRC bot, webtv.c
2000-08-26 15:52:44 +00:00
stskeeps
e03c9bdf42
+- Fixed another SJOIN problem, but not the exact one i was looking for
2000-08-26 14:24:22 +00:00
stskeeps
582e6b9f30
+- Removed SUMMON totally
2000-08-25 19:39:54 +00:00
stskeeps
ad8a1bf785
+- More memory cleanups, changed aClient->refcnt to a signed char,
...
+ aClient->hopcount to unsigned char
+- Changed aChannel->mode.msgs & .per to unsigned short, and changed
+ .kmode to unsigned char
+- Changed aChannel->users to unsigned short (max 65536 users per channel)
+ and FloodOpt->nmsg to an unsigned short
2000-08-25 19:30:41 +00:00
codemastr
3e6f1fce93
more memory cleanups
2000-08-25 19:20:54 +00:00
codemastr
18dde16b11
memory cleanups
2000-08-25 18:40:09 +00:00
stskeeps
d3cfcdc6b0
- Removed the ERR_NOTONCHANNEL message in numeric.c =P
2000-08-25 17:52:44 +00:00
stskeeps
cccda143b1
Last part of fix
2000-08-25 17:32:24 +00:00
stskeeps
649b5d812e
-
...
+- Fixed the G:line bugs, i hope - moved tkl_sweep into a loopstruct
2000-08-25 17:29:24 +00:00
stskeeps
e3339d4003
eek
2000-08-25 16:20:41 +00:00
stskeeps
1786f8f03b
same as above
2000-08-25 16:18:57 +00:00
stskeeps
c28527ade3
.
2000-08-25 16:18:11 +00:00
stskeeps
90f0809b44
.
2000-08-25 15:41:37 +00:00
stskeeps
dc5f3390bc
.
2000-08-22 15:40:28 +00:00
stskeeps
25760a38f1
.
2000-08-22 15:40:27 +00:00
stskeeps
18c669cf47
..
2000-08-22 15:30:56 +00:00
cvs2hg
ae21e16beb
fixup commit for tag 'unreal3_1_plus'
2000-08-20 11:58:24 +00:00
stskeeps
623f6a44a0
.
2000-08-20 11:58:23 +00:00
stskeeps
4981573f80
+- Fixed /server so it doesnt support SERVER name :info anymore..
2000-08-20 08:21:46 +00:00
stskeeps
cb5de25f7e
.
2000-08-20 08:04:39 +00:00
stskeeps
ae1a133435
+- Made /kick for opers only be possible for netadmin/techadmin
2000-08-20 08:03:13 +00:00
stskeeps
fc1a6c313b
+- Fixed ban merging/similar bug in SJOIN
2000-08-19 17:48:58 +00:00
stskeeps
601d97dd93
+- Fixed some problems/typos/notlookingsogood (TM) bugs, in the tkl code
2000-08-19 17:44:44 +00:00
codemastr
b69361e947
fixed a typo in /vhost
2000-08-19 17:25:38 +00:00
stskeeps
c064f9d5e9
+- Removed INV_TRACK
2000-08-19 15:09:38 +00:00
stskeeps
fe866e500b
.
2000-08-19 15:06:57 +00:00
stskeeps
0bb293925d
+- Made vhost strip too long vhosts
2000-08-19 14:40:42 +00:00
stskeeps
fe95cb9a1f
+ and dynconf, chrestrict
2000-08-19 14:28:23 +00:00
stskeeps
cd277778a3
.
2000-08-19 13:59:45 +00:00
stskeeps
7bc10582c5
+- Added some portability stuff
2000-08-19 13:49:35 +00:00
stskeeps
b93a3e9e93
Checkmate
2000-08-19 13:36:02 +00:00
stskeeps
06a6b4c07f
Index: Changes
...
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.201
diff -u -r1.1.1.1.2.1.2.1.2.201 Changes
--- Changes 2000/08/18 19:04:02 1.1.1.1.2.1.2.1.2.201
+++ Changes 2000/08/19 10:08:57
@@ -560,3 +560,4 @@
- Added IRIX support (does it work?)
- Fixed crypter so it actually functions (Makefile now sets mode 700) and
it encrypts X and N lines too.
+- Fixed empty mode sends in register_user, reported by Bagge
2000-08-19 10:08:58 +00:00
angel11
34b46855a2
Fixed crypter
2000-08-18 19:04:02 +00:00
codemastr
65393c21ca
*** empty log message ***
2000-08-18 16:44:35 +00:00
codemastr
0c9fd1139c
added IRIX support (does it work?)
2000-08-18 16:44:06 +00:00
codemastr
d5da9ddb9e
fixed a +h bug
2000-08-18 16:14:24 +00:00
stskeeps
70873bcf00
Index: Changes
...
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.197
diff -u -r1.1.1.1.2.1.2.1.2.197 Changes
--- Changes 2000/08/17 19:27:59 1.1.1.1.2.1.2.1.2.197
+++ Changes 2000/08/18 16:02:24
@@ -555,3 +555,4 @@
badwords :P, does not work in channels
- Removed the old GLINE system, TKL is now standard.
- Added INV_TRACK define, we want people testing this.
+- Fixed the -1 usercount bug, found by codemastr, fixed by Stskeeps
2000-08-18 16:02:25 +00:00
stskeeps
a3ec5a5fb8
+- Removed the old GLINE system, TKL is now standard.
...
+- Added INV_TRACK define, we want people testing this.
2000-08-17 19:28:00 +00:00