2012-12-14 23:33:44 +01:00
|
|
|
|
2013-01-06 10:29:59 +01:00
|
|
|
Version 0.1.2:
|
2013-01-06 10:34:40 +01:00
|
|
|
- Fixed the Quit: Excess Flood bug.
|
|
|
|
- Removed the `packmod' scripts in favor of a dedicated CMake target.
|
|
|
|
- Fixed packaging of mod under MinGW32.
|
2013-01-06 10:29:59 +01:00
|
|
|
- Export some basic API so other mods may use the connection to send
|
|
|
|
messages, etc.
|
|
|
|
- Added /irc_disconnect and /irc_reconnect chat commands.
|
|
|
|
- Added some basic documentation about the API exported by this mod.
|
|
|
|
More coming soon.
|
|
|
|
- Added automatic reconnection in case the bot is kicked from the
|
|
|
|
channel.
|
|
|
|
- Fixed delay while the bot waits for the Message Of The Day (or topic)
|
2013-01-09 01:22:45 +01:00
|
|
|
- Fixed bug where players were able to send messages to the channel
|
|
|
|
even if they had no `shout' priv.
|
2013-01-06 10:29:59 +01:00
|
|
|
|
2012-12-14 23:33:44 +01:00
|
|
|
Version 0.1.1:
|
|
|
|
- Moved all user configuration to `config.lua'.
|
|
|
|
- Added formatted messages for sent and received messages and options
|
|
|
|
to change them.
|
|
|
|
- Added options to change port, password.
|
|
|
|
- Added support for sending/receiving private messages.
|
|
|
|
- Removed need for separate packmod.{sh|bat} scripts. Now everything
|
|
|
|
is (almost) nicely handled by CMake.
|
|
|
|
- Now all sources (including Lua itself) are added to a single
|
|
|
|
luasocket lib. This will hopefully fix some cases where the linker
|
|
|
|
b0rk3d with undefined references under Linux.
|
2012-12-16 16:56:02 +01:00
|
|
|
- Added option to enable/disable connecting when starting the game, and
|
|
|
|
the /irc_connect chat command to connect manually to the server (as
|
|
|
|
suggested by OldCoder). The /irc_connect chat command requires the
|
|
|
|
`irc_admin' privilege.
|
|
|
|
- Added option to enable/disable joining the channel when a player joins,
|
|
|
|
and the /join and /part chat commands to join and part the channel
|
|
|
|
manually if desired (as suggested by OldCoder).
|
2012-12-14 23:33:44 +01:00
|
|
|
|
|
|
|
Version 0.1.0:
|
|
|
|
- At least it's working :)
|