]> jfr.im git - irc/gameservirc.git/blame - gameserv/Changes
Removed the configure.in file.
[irc/gameservirc.git] / gameserv / Changes
CommitLineData
0510abf2 1Version 1.1.2
108f1888 2* Added a join message when people connect to the IRCD. The message is set on a delay
3 so that on the initial nick burst, the services do not send everyone the message.
0510abf2 4* Changed the admin commands from a simple password interface to a more sophisticated flags
5 approach. Now you have to identify with the administrator password once, and your flags
6 indicate that you are an admin for all commands.
7* Full help files available corrected form for the new administrator type commands.
8
c7340cbd 9Version 1.1.1
10* Added some admin features.
11 - Refresh
12* Added help menu functionality for all commands.
13* Fixed the register command so it notified the client that registration was successful.
14* Changed the master command so that you didn't have to fight your master if you
15 had enough experience. There is now a question/fight subcommand set for the master
16 command.
17* Tweaked the masters a bit. Basically, they were too tough. Once a player had enough
18 experience, they had no chance against their master until they got the next two
19 weapons up. This made the next level too easy. Past level 1 still needs tweaking.
20* Added functionality for bahamut IRCD
0510abf2 21
c7340cbd 22Version 1.1.0
23* Added autoconf functionality to the gameserv package. Does not compile correctly on
24 SunOS without tweaking.
25* Fixed the game so that players stats reset at midnight UTC + 8 hours.
26 time(NULL) - (time(NULL) % 86400) + 3600 * 8
27* Added a contrib directory with a user submitted patch for hybrid ircd.