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

  1. /************************************************************************
  2.  *   IRC - Internet Relay Chat, ircd/ChangeLog
  3.  *   Copyright (C) 1990 Jarkko Oikarinen
  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. Sat Jul 25 05:52:43 1992
  21.     * common.h    Dynix (sequent) doesnt have malloc.h but it appears
  22.             Dynix/PTX does. Blah.
  23.  
  24. Fri Jul 24 18:43:35 1992
  25.     * config.h, sys.h, common.h
  26.             Applied patches from Adrian Hall for compiling on
  27.             Dynix/PTX (email: csc260@central1.lancaster.ac.uk).
  28.  
  29. Mon Sep 02 17:06:59 1991  Darren Reed  <avalon@coombs.anu.edu.au>
  30.  
  31.     * config.h
  32.       added MAXCONNECTIONS (see config.h for details)
  33.       added NICKNAMEHISTORYLENGTH
  34.  
  35.     * hash.h
  36.       Added to support for ../ircd/hash.c
  37.  
  38.     * msg.h
  39.       Commands reordered in (hopefully) order of useage.
  40.       All commands now marked for flood protection.
  41.  
  42. Tue Jul 02 11:10:26 1991  Armin Gruner <gruner@informatik.tu-muenchen.de>
  43.  
  44.     * config.h
  45.       changed MSG_MAIL to MSG_NOTE as requested by the author.
  46.  
  47. Mon Jul 01 20:37:38 1991  Armin Gruner <gruner@informatik.tu-muenchen.de>
  48.  
  49.     * config.h
  50.       #define WALL a priori. WALL should be go away in future version.
  51.  
  52.     * numeric.h
  53.       ERR_TOOMANYTARGETS added.
  54.  
  55. Mon Dec 03 13:56:36 1990  Armin Gruner <gruner@informatik.tu-muenchen.de>
  56.  
  57.     * config.h
  58.       Switches for NEED_* added.
  59.  
  60. Mon Nov 26 10:33:43 1990  Armin Gruner <gruner@informatik.tu-muenchen.de>
  61.  
  62.     * sys.h[.SH]
  63.       declaration of dummy() and restart() depending on configuration
  64.       process.
  65.  
  66. Sat Nov 10 18:00:44 1990  Armin Gruner <gruner@informatik.tu-muenchen.de>
  67.  
  68.     * New header file: common.h, should be included into all source
  69.       files. Created sys.h.SH, Makefile.SH, config.h.SH; these files
  70.       are extracted by running Configure.
  71.  
  72.     * Added some function declarations
  73.       Removed Makefile (do we need one here ?).
  74.  
  75. Wed Jun 20 11:44:00 1990  Jarkko Oikarinen (jto@tolsun.oulu.fi)
  76.  
  77.     * config.h
  78.     MAIL changes to config.h
  79.         * struct.h
  80.     Numerous changes to file to make string channels work
  81.  
  82. Thu May 10 22:37:23 1990  Jarkko Oikarinen (jto@tolsun.oulu.fi)
  83.  
  84.         * config.h
  85.         Added UPHOST into config.h (Who removed it ?)
  86.