diff --git a/doc/CHANGES.txt b/doc/CHANGES.txt index c6fd179..5239504 100644 --- a/doc/CHANGES.txt +++ b/doc/CHANGES.txt @@ -1,5 +1,8 @@ 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 messages, etc. - Added /irc_disconnect and /irc_reconnect chat commands. diff --git a/doc/TODO.txt b/doc/TODO.txt index 210b8f8..72c0f85 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -17,10 +17,3 @@ Known Bugs - Apparently, some users have to install `luasocket' separately, since 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').