home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / pc / java / in4wjcxu / other / irc / common / changelog < prev    next >
Encoding:
Text File  |  1996-08-14  |  2.8 KB  |  92 lines

  1. /************************************************************************
  2.  *   IRC - Internet Relay Chat, lib/ircd/ChangeLog
  3.  *   Copyright (C) 1990 Mike Bolotski
  4.  *
  5.  *   This program is free software; you can redistribute it and/or modify
  6.  *   it under the terms of the GNU General Public License as published by
  7.  *   the Free Software Foundation; either version 1, or (at your option)
  8.  *   any later version.
  9.  *
  10.  *   This program is distributed in the hope that it will be useful,
  11.  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.  *   GNU General Public License for more details.
  14.  *
  15.  *   You should have received a copy of the GNU General Public License
  16.  *   along with this program; if not, write to the Free Software
  17.  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  */
  19.  
  20. Mon Sep 02 17:08:43 1991  Darren Reed  <avalon@coombs.anu.edu.au>
  21.  
  22.     * general comments:
  23.  
  24.     various files now have dependencies depending on whether it is the
  25.     client or server the files are being compiled for.
  26.  
  27.     * parse.c
  28.  
  29.     find_*() routines changed to use hash table lookup.
  30.  
  31.     * send.c
  32.  
  33.     changed to maximize presence of the local client array.
  34.     sendto_ops_butone() fixed back to not broadcast wallops.
  35.  
  36. Sun Jun 30 23:21:50 1991  Armin Gruner <gruner@informatik.tu-muenchen.de>
  37.  
  38.     * parse.c
  39.     Changed from->name to sender; Maybe double search can be removed
  40.  
  41.     * send.c
  42.     LOOP detected!!
  43.     Fixed sendto_channel_butone() as suggested by msa.
  44.     send.c needs TOTAL cleanup.
  45.  
  46.     * bsd.c
  47.     Final fixes of inet_netof() and inet_nota()
  48.  
  49.     * send.c
  50.     Changed some SendMessage() into sendto_one() (code duplication ;))
  51.  
  52. Wed Jun 20 11:25:54 1990  Jarkko Oikarinen (jto@tolsun.oulu.fi)
  53.  
  54.     Added gruner's patches.
  55.         Patches to make string channels work done as well to some files.
  56.  
  57. Sun Jun 17 21:29:04 1990  Armin Gruner (gruner@informatik.tu-muenchen.de)
  58.  
  59.         * parse.c
  60.         In case that a server sends an unknown command to a client (!!),
  61.         debug() is called, as client handles debug outputs now.
  62.  
  63. Thu May 10 17:15:12 1990  Jarkko Oikarinen (jto@tolsun.oulu.fi)
  64.  
  65.         * dbuf.c
  66.         Fixed memcpy and bcopy problems in different machines
  67.  
  68. Sat Jan  6 15:14:14 1990  Mike Bolotski  (mikeb at coho.ee.ubc.ca)
  69.  
  70.     * config.h
  71.     Added Poohbear's cleanup changes. 
  72.     Added #undef SYSV if mips is defined (as per jlp@hamblin.byu.edu)
  73.  
  74.  
  75. Sat Dec 16 16:06:17 1989  Mike Bolotski  (mikeb at coho.ee.ubc.ca)
  76.  
  77.     * config.h
  78.  
  79.     Changed NOTTY to TTYON, and reversed the logic everywhere.
  80.     Now TTYON has to be explicitly defined in order to produce
  81.     tty output.
  82.  
  83.  
  84. Thu Dec 14 12:50:36 1989  Mike Bolotski  (mikeb at coho.ee.ubc.ca)
  85.  
  86.     * version.c
  87.     Added a version.c file to contain the version numbers and
  88.     prompt strings.  Removed the old #ifdef MAIN style definition
  89.  
  90.  
  91.  
  92.