mirror of
https://github.com/minetest-mods/irc.git
synced 2024-12-28 09:40:17 +01:00
Updated changelog
This commit is contained in:
parent
4fbd4e1aa4
commit
bb9df29500
@ -1,5 +1,8 @@
|
|||||||
|
|
||||||
Version 0.1.2:
|
Version 0.1.2:
|
||||||
|
- Fixed the Quit: Excess Flood bug.
|
||||||
|
- Removed the `packmod' scripts in favor of a dedicated CMake target.
|
||||||
|
- Fixed packaging of mod under MinGW32.
|
||||||
- Export some basic API so other mods may use the connection to send
|
- Export some basic API so other mods may use the connection to send
|
||||||
messages, etc.
|
messages, etc.
|
||||||
- Added /irc_disconnect and /irc_reconnect chat commands.
|
- Added /irc_disconnect and /irc_reconnect chat commands.
|
||||||
|
@ -17,10 +17,3 @@ Known Bugs
|
|||||||
|
|
||||||
- Apparently, some users have to install `luasocket' separately, since
|
- Apparently, some users have to install `luasocket' separately, since
|
||||||
the provided one won't compile/work (reported by leo_rockway).
|
the provided one won't compile/work (reported by leo_rockway).
|
||||||
|
|
||||||
- Some users complain about getting a "Quit: Excess Flood" message
|
|
||||||
when connecting (reported by OldCoder). This may be an issue with
|
|
||||||
the IRC server. Need more feedback.
|
|
||||||
|
|
||||||
- Crosscompiling to MinGW32 needs a few manual tweaks (renaming
|
|
||||||
`libluasocket.dll' to just `luasocket.dll').
|
|
||||||
|
Loading…
Reference in New Issue
Block a user