Commit graph

  • bba7e664b6 +- Added so /gline and /shun accepts time periods in 1d2h3s etc. a recode of + some potvin stuff +- Added so blocking is only effective when SSL_connect()'ing stskeeps 2000-11-22 12:25:28 +0000
  • 108639b960 +- Fixed cutoff server infos in synch stskeeps 2000-11-22 07:14:03 +0000
  • 7a3d7c8b7f +- Added OPT target OPT_SJB64 and OPT_NOT_SJB64 +- Made SSL server<->server work, using __blocking__ sockets (this is only + in connect moment thou) -stskeeps +- Removed 1.0 msg/s when not in HTM stskeeps 2000-11-21 21:46:19 +0000
  • 32f0e3f871 *** empty log message *** stskeeps 2000-11-21 19:39:54 +0000
  • 678ac0f7cf +- Added SJOIN (SJ3 only) instead of JOIN/MODE in /join and discovered a bug in + SJOIN code, that if the line doesnt have a " " appeneded, it wont take the + last users or first for that sake. Hopefully patched SJ3 code for it +- Added OPT target OPT_SJB64 and OPT_NOT_SJB64 stskeeps 2000-11-21 18:42:45 +0000
  • f6a0415148 +- Fixed-fixed-fixed the U:line branching thing made by codemastr +- Fixed a G: line-turn-into Z:line problem, reported by eYe-Man stskeeps 2000-11-21 16:33:58 +0000
  • 0505a1ff50 +- Removed remapping fds, and did a severe select() speedup, suggested by + Demiurgus. Should speed CPU a lot stskeeps 2000-11-19 22:22:43 +0000
  • 5b515b86b4 updated some messages codemastr 2000-11-19 20:37:50 +0000
  • af8b08775d +- Fixed-fixed-fixed the \r\n bug and removed some useless cpu wasting code stskeeps 2000-11-19 20:29:43 +0000
  • ae3936aca5 +- Fixed \r\n bug, hopefully +- made SSL use same cert client/server +- Fixed help.c bug reported by Curt|s +- Different fixes, unreal.tspre.org -> unrealircd.com stskeeps 2000-11-19 19:45:02 +0000
  • 3a5e5ee45a +- Fixed the masskill bug, hopefully. Was a delimiter/number array bug in + find_server_b64_or_real, causing negative base64 to be accepted (bad). + value 1-256 will never be able to be in two letters (a server name) stskeeps 2000-11-19 18:26:20 +0000
  • e6b2159245 +- Fixed the "Bad file descriptor" bug in SSL. This bugfix may be a bit risky + as it is manipulating BIO fds. The reason openssl freaked at this, was + that when a fd is closed, we change fds from 4 to 3 etc, in other words, + we renumber fds. SSL didn't know this and if you would call SSL_set_fd it + would close the connection/crash. Added SSL_change_fd() to change the FD + directly through BIO_set_fd. stskeeps 2000-11-19 18:05:03 +0000
  • 4639a2b229 Replaced +I with +V in an error message codemastr 2000-11-17 00:18:16 +0000
  • 648677c637 +- Fixed +d (deaf) so it works again +- Fixed a SJOIN3<->services problem stskeeps 2000-11-16 09:02:54 +0000
  • 0c9f2aa846 Removed some leftovers from the &channel code (which fixed a minor bug as well) codemastr 2000-11-15 23:33:14 +0000
  • ef3397baf6 TODO updated codemastr 2000-11-12 22:15:16 +0000
  • 293125eb84 +- #define STATSWRITING will make ircd write ircd.stats every 4 seconds, + idea/sortof by WaveRide + Format of ircd.stats: + <global users> + <global invisible users> + <global servers> + <irc operators> + <unknown connections> + <local clients> + <local servers> + <local max clients> + <global max clients> stskeeps 2000-11-12 17:57:05 +0000
  • 7e8ecc7dac +- Fixed NO_OPEROVERRIDE bug reported by otherguy stskeeps 2000-11-12 15:04:33 +0000
  • 7debfeb86a . stskeeps 2000-11-10 21:05:54 +0000
  • 02582580dd +- Added /botserv /bs command, patch by ATHnet.de stskeeps 2000-11-10 21:01:11 +0000
  • 50d67017fc removing accidental commit drbin 2000-11-10 20:37:22 +0000
  • 5b6dbb1e54 fixes stskeeps 2000-11-10 14:34:34 +0000
  • 98c6c668ae . stskeeps 2000-11-07 14:47:50 +0000
  • 9dfc0828f9 . stskeeps 2000-11-07 14:41:38 +0000
  • 5a93d1a5e9 +- Fixed the masskill bug with replacing "Server Exists" code.. i removed it + accidentialy last time stskeeps 2000-11-07 05:51:14 +0000
  • f97882d2bb fixed some bugs codemastr 2000-11-05 20:29:54 +0000
  • 41e02c72a0 +- Fixed compile error with SSL stskeeps 2000-11-05 19:36:11 +0000
  • e64c18860f . stskeeps 2000-11-05 18:15:55 +0000
  • 6510adeb23 memory clean ups codemastr 2000-11-04 19:02:24 +0000
  • f954969f7d +- Possible fixed a internal server list bug stskeeps 2000-11-02 17:14:47 +0000
  • fea8930bb2 +- Autodetects /usr/sbin/openssl now, thanks trinity +- Fixes a missing : in SJOIN stskeeps 2000-11-01 06:13:54 +0000
  • d51af6f8b5 tokenized PING and PONG codemastr 2000-10-30 21:47:54 +0000
  • 6d9e619b26 +- Possible fixed some b64 bugs stskeeps 2000-10-30 15:46:44 +0000
  • 2fd3104391 . stskeeps 2000-10-29 18:48:15 +0000
  • bea668a89f +- Probably fixed the hash bug, again. stskeeps 2000-10-29 18:19:44 +0000
  • c2de53cf85 Fixed the /list showing only 64 channels bug codemastr 2000-10-29 18:02:59 +0000
  • d0404fd0e8 +- Added TS2ts (supporting the SJB64 stuff), and fixed the !0 timestamp bug stskeeps 2000-10-29 17:25:08 +0000
  • 4fb309fbde -- Fixed a wierd channel message bug +- Fixed a wierd channel message bug || +- Fixed a bug where non-NS servers would crash when linking stskeeps 2000-10-29 16:08:20 +0000
  • e50d397e93 . stskeeps 2000-10-29 12:22:19 +0000
  • 8735a0f6bf . stskeeps 2000-10-29 12:17:49 +0000
  • b6e61e1302 +- Fixed bug where duplicate numerics could occur +- Fixed the hashing bug (thank you ROXnet ...) stskeeps 2000-10-29 10:57:18 +0000
  • 2353bd2011 . stskeeps 2000-10-29 10:40:31 +0000
  • 56dc3a3e1d . stskeeps 2000-10-29 09:17:19 +0000
  • 856282da07 +- Fixed a linking bug (where did that come from) stskeeps 2000-10-29 08:14:43 +0000
  • cdea0263ac +- Fixed the /list bug, reported by many people stskeeps 2000-10-28 22:40:28 +0000
  • 4400b32055 +- Added some fixes on the SJB64 crashing bug, and added tokenization in + channel messsages (yahooooo!) stskeeps 2000-10-28 20:57:24 +0000
  • 714c97b006 Added chmode +N - no nick changes codemastr 2000-10-28 19:04:09 +0000
  • 2c5abc8c2d removed sendto_helpops codemastr 2000-10-28 17:07:51 +0000
  • 00b464154b +- Fixed the SJB64 bugs that misplaced users stskeeps 2000-10-28 15:42:27 +0000
  • e534e67628 made use of ircsprintf in more places codemastr 2000-10-27 22:28:41 +0000
  • 10bc9a408b made IsULine take 1 param codemastr 2000-10-27 20:50:58 +0000
  • 8a95221fae various fixes codemastr 2000-10-26 22:12:47 +0000
  • 71bdc5c08d +- Added protoctl SJB64, which adds B64-9 timestamps to many timestamping + operations +- Added ircsprintf %B (base64-9^10) with ! as prefix, and %b (no prefix) stskeeps 2000-10-26 17:09:35 +0000
  • 857b3c3a84 +[Unreal3.1.1-Darkshades] +- Fixed a warning in CENSOR_QUIT +- Fixed the G:Line user wrongly matching (ip-alike addys didnt check user) stskeeps 2000-10-26 16:01:32 +0000
  • 7eb9d0e71a +- Made find_server_b64_or_real be a little faster, possible fixing bug +- Made /stats s checking check for sanity or insanity (ignore them for 0 + numerics) +- Fixed SJOIN (mp2parv) bug, that caused insane desynchs +- Changed Cannot find server message to be to sendto_realops +- Fixed a warning in CENSOR_QUIT stskeeps 2000-10-26 13:50:44 +0000
  • f4fde73489 . stskeeps 2000-10-25 18:32:45 +0000
  • 14bb1968ba Index: Changes =================================================================== RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v retrieving revision 1.1.1.1.2.1.2.1.2.258 diff -u -r1.1.1.1.2.1.2.1.2.258 Changes --- Changes 2000/10/22 17:51:31 1.1.1.1.2.1.2.1.2.258 +++ Changes 2000/10/25 18:26:37 @@ -638,3 +638,5 @@ - Merged in changes from TEMPcvs branch - Fixed a /UNSQLINE para problem, found by Joe - #define SHOW_SECRET now allows all ircops to see +s channels in /whois. If not defined, only net/tech admins can. +- Added #define CENSOR_QUIT, for WaveRide +- Fixed hashing bug that caused the server to crash on exit stskeeps 2000-10-25 18:26:40 +0000
  • ee31dd9fa0 Changed the way +s channels show up in /whois angel11 2000-10-22 17:51:31 +0000
  • 30be1fa550 +- Fixed a /UNSQLINE para problem, found by Joe stskeeps 2000-10-22 06:35:50 +0000
  • aa0ac19e18 +- Changed ./Config to detect SSL better, and generate certificates properly +- Removed some annoying logging in ssl.c +- Merged in changes from TEMPcvs branch stskeeps 2000-10-21 06:56:22 +0000
  • 8c481239de +- Made SHOWCONNECTNOTICES work properly again, also with SSL stskeeps 2000-10-07 18:51:36 +0000
  • 8297e30cd4 .. codemastr 2000-10-07 18:28:19 +0000
  • 0983f82c08 Added some P:line flags codemastr 2000-10-07 18:08:08 +0000
  • 554f1a0c15 +- Added SSL connections, open ports with P:ip:s:*:port to make them SSL + ports, made after hq.alert.sk's implementation stskeeps 2000-10-07 06:34:33 +0000
  • e94bf80328 SSL support for UnrealIRCD! stskeeps 2000-10-07 06:33:42 +0000
  • 5b3b13772b *** empty log message *** stskeeps 2000-10-04 18:22:07 +0000
  • 32122c7018 .. stskeeps 2000-09-17 15:24:01 +0000
  • a1b617b6d0 *** empty log message *** drbin 2000-09-17 15:19:54 +0000
  • a46f14412d Fixed Bug in Win32 New DNS system ... bloody pointers and locking drbin 2000-09-17 15:18:05 +0000
  • 0f2dd2ef18 NewDNS System drbin 2000-09-17 11:43:36 +0000
  • bfb98ee28f fixup commit for tag 'unreal3_1_sf' cvs2hg 2000-09-17 10:11:43 +0000
  • b0c04f4b43 . stskeeps 2000-09-17 10:11:42 +0000
  • 362ec0b08d +- Fixed the passwd NICK problem stskeeps 2000-09-16 19:39:33 +0000
  • b3fc0f5d6b +- FIXED "BUG" caused by NEWDNS *shrug* stskeeps 2000-09-16 18:21:29 +0000
  • 40075204f0 NewDNS drbin 2000-09-15 20:42:06 +0000
  • 9de62da6f3 NewDNS syetem drbin 2000-09-15 20:32:19 +0000
  • 98047de919 New DNS UPDATE drbin 2000-09-15 20:16:11 +0000
  • 29b4c9c983 +- Possible fixed the SJOIN kick bug (mode +Q), servers can now always kick stskeeps 2000-09-10 18:08:39 +0000
  • 5392dd8acf +- Fixed /mode # + bug reported by PhatNet/Mind stskeeps 2000-09-09 20:34:16 +0000
  • 8f561e9337 added LIST_SHOW_MODES to list chmodes in /list codemastr 2000-09-09 19:21:47 +0000
  • 6a356f7e2d fixed -Wall warnings codemastr 2000-09-08 21:58:11 +0000
  • 978dd4071e Major changes to the way +I works codemastr 2000-09-07 21:10:40 +0000
  • 72cd2b5e99 Fixed two files that got screwed up in commit (my bad) angel11 2000-09-04 20:18:25 +0000
  • 0fdef4f961 Away msgs no longer in whowas angel11 2000-09-04 20:06:12 +0000
  • 73e45d7537 fixed some +K bugs codemastr 2000-09-04 19:39:19 +0000
  • 493ba9981f +- Modified and fixed the NOTICE bug totally, with some waste of the nospoof + system stskeeps 2000-09-03 18:16:25 +0000
  • cd4349598d +- Fixed a wierd NOTICE bug stskeeps 2000-09-03 16:54:16 +0000
  • 537a91666e +- Fixed some REAL dumb find_server_quick bugs stskeeps 2000-09-03 16:35:30 +0000
  • b6dee3fd9d *** empty log message *** drbin 2000-09-02 21:48:28 +0000
  • 6cbcc627cf *** empty log message *** drbin 2000-09-02 21:32:59 +0000
  • 2bb36dd76c *** empty log message *** drbin 2000-09-02 20:58:40 +0000
  • e486efb289 *** empty log message *** drbin 2000-09-02 20:48:41 +0000
  • 5c0151f976 Simple Usage Docs for wircd drbin 2000-09-02 20:39:30 +0000
  • c5b7e0c1e7 *** empty log message *** drbin 2000-09-02 20:24:33 +0000
  • 88c77ce89e *** empty log message *** drbin 2000-09-02 20:16:31 +0000
  • e85a37b814 removed /users and all utmp calls codemastr 2000-09-02 17:37:35 +0000
  • a7ee96c3ce fixed a bug when running the ircd with -h codemastr 2000-09-02 16:32:28 +0000
  • 377d9554d3 Fixed previous thing again drbin 2000-09-02 16:03:15 +0000
  • ea41e25761 fixed "if (sptr->passwd[0])" causing win32 fault drbin 2000-09-02 15:50:07 +0000
  • f564867259 . stskeeps 2000-09-02 11:34:35 +0000