]> jfr.im git - irc/gameservirc.git/blob - gameserv/Changes
Added a TODO list to the cvs repository
[irc/gameservirc.git] / gameserv / Changes
1 Version 1.1.3
2 * Removed a lot of extra list searches by changing all of the boolean functions to take
3 aClient as a parameter instead of a nickname string.
4 * Added an is_alive boolean function. Players must now wait until the next day to play again.
5 * Saving the player->flags integer to the players.dat file. Old databases will not work.
6 QUICK FIX: put a 0 to the left of the encrypted passwords for all player entries so the
7 database can load properly. Look in flags.h for a description of the way flags work.
8 Version 1.1.2
9 * Added a /version reply
10 * Fixed the Makefile to include configscript.cpp
11 * Added a join message when people connect to the IRCD. The message is set on a delay
12 so that on the initial nick burst, the services do not send everyone the message.
13 * Changed the admin commands from a simple password interface to a more sophisticated flags
14 approach. Now you have to identify with the administrator password once, and your flags
15 indicate that you are an admin for all commands.
16 * Full help files available corrected form for the new administrator type commands.
17
18 Version 1.1.1
19 * Added some admin features.
20 - Refresh
21 * Added help menu functionality for all commands.
22 * Fixed the register command so it notified the client that registration was successful.
23 * Changed the master command so that you didn't have to fight your master if you
24 had enough experience. There is now a question/fight subcommand set for the master
25 command.
26 * Tweaked the masters a bit. Basically, they were too tough. Once a player had enough
27 experience, they had no chance against their master until they got the next two
28 weapons up. This made the next level too easy. Past level 1 still needs tweaking.
29 * Added functionality for bahamut IRCD
30
31 Version 1.1.0
32 * Added autoconf functionality to the gameserv package. Does not compile correctly on
33 SunOS without tweaking.
34 * Fixed the game so that players stats reset at midnight UTC + 8 hours.
35 time(NULL) - (time(NULL) % 86400) + 3600 * 8
36 * Added a contrib directory with a user submitted patch for hybrid ircd.