Commit graph

  • 23438196eb Fixed a NOTICE bug stskeeps 2000-09-02 07:52:18 +0000
  • 55a0b03f03 . stskeeps 2000-09-02 07:48:52 +0000
  • e68c66b260 ... codemastr 2000-09-01 21:09:21 +0000
  • 7cbbef2e36 Made aClient->passwd dynamically allocated codemastr 2000-09-01 20:52:00 +0000
  • ecdce7061b Made cached MOTDs dynamically allocated codemastr 2000-09-01 20:13:55 +0000
  • 87ca77c48e made some updates to ./update codemastr 2000-09-01 15:49:31 +0000
  • cca7cffb93 Fixed some morew -Wall warnings codemastr 2000-09-01 14:28:17 +0000
  • bb4f0e3393 fixed some -Wall warnings, and removed all unused vars codemastr 2000-08-31 22:05:34 +0000
  • d83fb7d37f + - Added WHOIS command (working) to IRCbot- +- Fixed a fun doublechar token problem (the AA unknown command) stskeeps 2000-08-26 19:26:02 +0000
  • c07a9207ca +- Added IRCd bot (raw commands) and the IRC bot, webtv.c stskeeps 2000-08-26 19:05:09 +0000
  • 7cde16eac1 +- Added IRCd bot (raw commands) and the IRC bot, webtv.c stskeeps 2000-08-26 15:52:44 +0000
  • e03c9bdf42 +- Fixed another SJOIN problem, but not the exact one i was looking for stskeeps 2000-08-26 14:24:22 +0000
  • 582e6b9f30 +- Removed SUMMON totally stskeeps 2000-08-25 19:39:54 +0000
  • 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 stskeeps 2000-08-25 19:30:41 +0000
  • 3e6f1fce93 more memory cleanups codemastr 2000-08-25 19:20:54 +0000
  • 18dde16b11 memory cleanups codemastr 2000-08-25 18:40:09 +0000
  • d3cfcdc6b0 - Removed the ERR_NOTONCHANNEL message in numeric.c =P stskeeps 2000-08-25 17:52:44 +0000
  • cccda143b1 Last part of fix stskeeps 2000-08-25 17:32:24 +0000
  • 649b5d812e - +- Fixed the G:line bugs, i hope - moved tkl_sweep into a loopstruct stskeeps 2000-08-25 17:29:24 +0000
  • e3339d4003 eek stskeeps 2000-08-25 16:20:41 +0000
  • 1786f8f03b same as above stskeeps 2000-08-25 16:18:57 +0000
  • c28527ade3 . stskeeps 2000-08-25 16:18:11 +0000
  • 90f0809b44 . stskeeps 2000-08-25 15:41:37 +0000
  • dc5f3390bc . stskeeps 2000-08-22 15:40:28 +0000
  • 25760a38f1 . stskeeps 2000-08-22 15:40:27 +0000
  • 18c669cf47 .. stskeeps 2000-08-22 15:30:56 +0000
  • ae21e16beb fixup commit for tag 'unreal3_1_plus' cvs2hg 2000-08-20 11:58:24 +0000
  • 623f6a44a0 . stskeeps 2000-08-20 11:58:23 +0000
  • 4981573f80 +- Fixed /server so it doesnt support SERVER name :info anymore.. stskeeps 2000-08-20 08:21:46 +0000
  • cb5de25f7e . stskeeps 2000-08-20 08:04:39 +0000
  • ae1a133435 +- Made /kick for opers only be possible for netadmin/techadmin stskeeps 2000-08-20 08:03:13 +0000
  • fc1a6c313b +- Fixed ban merging/similar bug in SJOIN stskeeps 2000-08-19 17:48:58 +0000
  • 601d97dd93 +- Fixed some problems/typos/notlookingsogood (TM) bugs, in the tkl code stskeeps 2000-08-19 17:44:44 +0000
  • b69361e947 fixed a typo in /vhost codemastr 2000-08-19 17:25:38 +0000
  • c064f9d5e9 +- Removed INV_TRACK stskeeps 2000-08-19 15:09:38 +0000
  • fe866e500b . stskeeps 2000-08-19 15:06:57 +0000
  • 0bb293925d +- Made vhost strip too long vhosts stskeeps 2000-08-19 14:40:42 +0000
  • fe95cb9a1f + and dynconf, chrestrict stskeeps 2000-08-19 14:28:23 +0000
  • cd277778a3 . stskeeps 2000-08-19 13:59:45 +0000
  • 7bc10582c5 +- Added some portability stuff stskeeps 2000-08-19 13:49:35 +0000
  • b93a3e9e93 Checkmate stskeeps 2000-08-19 13:36:02 +0000
  • 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 stskeeps 2000-08-19 10:08:58 +0000
  • 34b46855a2 Fixed crypter angel11 2000-08-18 19:04:02 +0000
  • 65393c21ca *** empty log message *** codemastr 2000-08-18 16:44:35 +0000
  • 0c9fd1139c added IRIX support (does it work?) codemastr 2000-08-18 16:44:06 +0000
  • d5da9ddb9e fixed a +h bug codemastr 2000-08-18 16:14:24 +0000
  • 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 stskeeps 2000-08-18 16:02:25 +0000
  • a3ec5a5fb8 +- Removed the old GLINE system, TKL is now standard. +- Added INV_TRACK define, we want people testing this. stskeeps 2000-08-17 19:28:00 +0000
  • c0f596fbb7 + badwords :P, does not work in channels +- Removed the old GLINE system, TKL is now standard. \ No newline at end of file stskeeps 2000-08-16 16:51:55 +0000
  • 4ae6cd2bf4 Index: Changes =================================================================== RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v retrieving revision 1.1.1.1.2.1.2.1.2.194 diff -u -r1.1.1.1.2.1.2.1.2.194 Changes --- Changes 2000/08/13 19:03:33 1.1.1.1.2.1.2.1.2.194 +++ Changes 2000/08/15 19:42:31 @@ -550,3 +550,6 @@ - Fixed a bug with mkpasswd on OpenBSD - Added desynch +e warning, and updated ./update enough ... - Updated update to work better, and that you can use lynx instead of wget +- Added #undef SHUN_NOTICES, to add notices for users who are shunned +- Fixed bug with U:Lines should be able to privmsg/notice and recieve + badwords :P, does not work in channels \ No newline at end of file stskeeps 2000-08-15 19:42:32 +0000
  • 242d9ab45d ... codemastr 2000-08-14 18:47:12 +0000
  • a4d4b20b2c Index: Changes =================================================================== RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v retrieving revision 1.1.1.1.2.1.2.1.2.193 diff -u -r1.1.1.1.2.1.2.1.2.193 Changes --- Changes 2000/08/13 17:28:30 1.1.1.1.2.1.2.1.2.193 +++ Changes 2000/08/13 19:03:33 @@ -548,4 +548,5 @@ problem - Hopefully fixed the +x problem - Fixed a bug with mkpasswd on OpenBSD -- Added desynch +e warning, and updated ./update enough ... \ No newline at end of file +- Added desynch +e warning, and updated ./update enough ... +- Updated update to work better, and that you can use lynx instead of wget stskeeps 2000-08-13 19:03:33 +0000
  • d42135097a . stskeeps 2000-08-13 18:34:04 +0000
  • 9c4d0c511a . stskeeps 2000-08-13 17:28:30 +0000
  • 85790c8442 Index: Changes =================================================================== RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v retrieving revision 1.1.1.1.2.1.2.1.2.191 diff -u -r1.1.1.1.2.1.2.1.2.191 Changes --- Changes 2000/08/13 16:09:57 1.1.1.1.2.1.2.1.2.191 +++ Changes 2000/08/13 17:24:47 @@ -548,3 +548,4 @@ problem - Hopefully fixed the +x problem - Fixed a bug with mkpasswd on OpenBSD +- Added desynch +e warning, and updated ./update enough .. \ No newline at end of file stskeeps 2000-08-13 17:24:48 +0000
  • c0c478112f Fixed a bug with mkpasswd on OpenBSD codemastr 2000-08-13 16:09:58 +0000
  • 5406e9fa99 fixup commit for tag 'unreal3_1_fixpack1' cvs2hg 2000-08-13 15:29:15 +0000
  • 030b9c8291 cvs diff -u Changes stskeeps 2000-08-13 15:29:14 +0000
  • 4493453545 . stskeeps 2000-08-13 15:03:06 +0000
  • df0a433709 Index: Changes =================================================================== RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v retrieving revision 1.1.1.1.2.1.2.1.2.187 diff -u -r1.1.1.1.2.1.2.1.2.187 Changes --- Changes 2000/08/11 19:31:50 1.1.1.1.2.1.2.1.2.187 +++ Changes 2000/08/13 14:39:47 @@ -543,3 +543,4 @@ - Added Dianora's /userhost - Recoded /links using NS - Recoded /map a bit using NS, and added usercounts to Server struct +- Some crazy time_t -> TS stuff, will save us some time in 2038 stskeeps 2000-08-13 14:39:49 +0000
  • 6c3bbf0009 *** empty log message *** stskeeps 2000-08-11 19:34:45 +0000
  • bf7a3d3133 +- Recoded /map a bit using NS, and added usercounts to Server struct stskeeps 2000-08-11 19:31:51 +0000
  • fb602a74e4 Index: Changes =================================================================== RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v retrieving revision 1.1.1.1.2.1.2.1.2.185 diff -u -r1.1.1.1.2.1.2.1.2.185 Changes --- Changes 2000/08/11 18:01:14 1.1.1.1.2.1.2.1.2.185 +++ Changes 2000/08/11 18:34:57 @@ -541,3 +541,4 @@ - Fixed a STRIPBADWORDS bug - Fixed a BotMOTD bug - Added Dianora's /userhost +- Recoded /links using NS stskeeps 2000-08-11 18:34:58 +0000
  • 040d480e99 Index: Changes =================================================================== RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v retrieving revision 1.1.1.1.2.1.2.1.2.184 diff -u -r1.1.1.1.2.1.2.1.2.184 Changes --- Changes 2000/08/08 22:29:15 1.1.1.1.2.1.2.1.2.184 +++ Changes 2000/08/11 18:01:13 @@ -540,3 +540,4 @@ - Fixed a PART bug - Fixed a STRIPBADWORDS bug - Fixed a BotMOTD bug +- Added Dianora's /userhost stskeeps 2000-08-11 18:01:15 +0000
  • c90d13174d fixed a botmotd bug codemastr 2000-08-08 22:29:16 +0000
  • 97e41a7e42 various fixes codemastr 2000-08-08 17:22:36 +0000
  • 7b6582bdcc . stskeeps 2000-08-08 04:48:46 +0000
  • 5fde2907f5 *** empty log message *** stskeeps 2000-08-07 17:48:06 +0000
  • 71ce47a71b fixup commit for tag 'unreal3_1_final' cvs2hg 2000-08-07 17:21:49 +0000
  • 98b483ee88 fixup commit for tag 'unreal3_1' cvs2hg 2000-08-07 17:21:48 +0000
  • 4ee74b07e3 *** empty log message *** stskeeps 2000-08-07 17:21:47 +0000
  • d33f4a8120 Index: Changes =================================================================== RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v retrieving revision 1.1.1.1.2.1.2.1.2.179 diff -u -r1.1.1.1.2.1.2.1.2.179 Changes --- Changes 2000/08/07 16:16:14 1.1.1.1.2.1.2.1.2.179 +++ Changes 2000/08/07 16:56:17 @@ -530,3 +530,4 @@ Config, and all the things we want them to read/do to compile the IRCd - Updated PREFIX Client Protoctl - Added ^MrMike^'s command list, this one will be updated +- Removed ID_CVS, hopefully fixing some bastard stuff stskeeps 2000-08-07 16:56:31 +0000
  • b7920658e4 *** empty log message *** stskeeps 2000-08-07 16:16:58 +0000
  • 135b4d9d87 Index: Changes =================================================================== RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v retrieving revision 1.1.1.1.2.1.2.1.2.178 diff -u -r1.1.1.1.2.1.2.1.2.178 Changes --- Changes 2000/08/07 16:08:24 1.1.1.1.2.1.2.1.2.178 +++ Changes 2000/08/07 16:16:14 @@ -529,3 +529,4 @@ - Added script ./Setup which makes the user forced through Unreal.nfo, FAQ, Config, and all the things we want them to read/do to compile the IRCd - Updated PREFIX Client Protoctl +- Added ^MrMike^'s command list, this one will be updated stskeeps 2000-08-07 16:16:15 +0000
  • 8af8d17d52 fixed PREFIX= codemastr 2000-08-07 16:08:24 +0000
  • d11a065d37 *** empty log message *** stskeeps 2000-08-07 16:05:37 +0000
  • 771dee3a5f *** empty log message *** stskeeps 2000-08-07 15:50:44 +0000
  • ea519e2a6d . stskeeps 2000-08-07 15:12:10 +0000
  • 9ddffa08ea *** empty log message *** stskeeps 2000-08-07 15:11:11 +0000
  • 1e7c36aac0 +- Added script ./Setup which makes the user forced through Unreal.nfo, FAQ, + Config, and all the things we want them to read/do to compile the IRCd stskeeps 2000-08-07 15:09:06 +0000
  • 3de653cbf2 . stskeeps 2000-08-07 15:03:10 +0000
  • 4a08c9ba70 *** empty log message *** stskeeps 2000-08-07 14:52:24 +0000
  • b750382333 . stskeeps 2000-08-07 12:49:22 +0000
  • 98eb86460b . stskeeps 2000-08-06 15:22:44 +0000
  • 3026350806 +- Made find_server_quick a prototype, and made some work more quicker as + well stskeeps 2000-08-06 13:29:46 +0000
  • da3100e642 +- Changed some find_server(name, NULL) to find_server_quick to speed up + lookup of servers stskeeps 2000-08-06 13:21:52 +0000
  • 6c1cefed98 Index: Changes =================================================================== RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v retrieving revision 1.1.1.1.2.1.2.1.2.171 diff -u -r1.1.1.1.2.1.2.1.2.171 Changes --- Changes 2000/08/06 08:25:18 1.1.1.1.2.1.2.1.2.171 +++ Changes 2000/08/06 13:01:54 @@ -518,3 +518,5 @@ - Updated ./ircd to also say to look at ircd.log - Fixed a SQLINE synch bug - Added command line option -F to prevent the ircd to fork out +- Fixed the f*cken TKL bug +- Fixed a netsplit bug stskeeps 2000-08-06 13:01:56 +0000
  • 6f7b608fac Index: Changes =================================================================== RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v retrieving revision 1.1.1.1.2.1.2.1.2.170 diff -u -r1.1.1.1.2.1.2.1.2.170 Changes --- Changes 2000/08/06 08:06:36 1.1.1.1.2.1.2.1.2.170 +++ Changes 2000/08/06 08:24:08 @@ -517,3 +517,4 @@ the ircd logs it to ircd.log and dies - Updated ./ircd to also say to look at ircd.log - Fixed a SQLINE synch bug +- Added command line option -F to prevent the ircd to fork out stskeeps 2000-08-06 08:25:18 +0000
  • 081d14d3e9 +- Fixed a SQLINE synch bug stskeeps 2000-08-06 08:06:37 +0000
  • 1b47753c0f made a check to see if the server name has a . in it if not, die codemastr 2000-08-04 20:16:12 +0000
  • 1ebe25c025 made /knock without a reason work and some /knock clean ups codemastr 2000-08-04 19:32:00 +0000
  • 13790b01e3 *** empty log message *** stskeeps 2000-08-04 12:14:24 +0000
  • 004f9222a1 *** empty log message *** stskeeps 2000-08-03 11:07:46 +0000
  • c3e053033c +- Fixed a SJ3 bug with ban syncing to SJ2 servers stskeeps 2000-08-03 10:56:02 +0000
  • 5561c155de Opers now see +s channels in /whois angel11 2000-08-02 20:32:07 +0000
  • 33c6e5c93b /chghost bug fix codemastr 2000-08-02 18:52:10 +0000
  • b7ee74ec97 +- Disabled anything with time in /list options temporary, causes bugs stskeeps 2000-08-02 17:45:14 +0000
  • 58f7ef9ca8 fixed a little typo in umode codemastr 2000-08-02 17:37:32 +0000
  • 7f96ccb01e more +u fixes codemastr 2000-08-02 17:27:09 +0000
  • 7666ceab87 fixed the ulimit core size failed bug codemastr 2000-08-02 17:11:39 +0000