aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 7d1bda15cea2f9c9d127015cfe9dda1091bbbeb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Change Log #

All notable changes to this fork of FICS version 1.6.2 will be
documented in this file.

## [Unreleased] ##
- Added a new build system (and deleted the old).
- Deleted disabled code
- Did new revisions of the following files:
  - `fics_addplayer.c`
  - `stdinclude.h`
- Fixed a `sscanf()` bug in `com_anews()`.
- Fixed a bug in `fix_time()` (did return a local address)
- Fixed comparison between pointer and integer in `com_inchannel()`.
- Fixed implicit integers
- Fixed _multiple_ possible buffer overflows
- Fixed unused variables
- Renamed functions in order to avoid conflicts with system
  declarations.

## 2023-12-07 ##
- Forked FICS version 1.6.2 made by Richard Nash.