aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-11-21 19:16:03 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-11-21 19:16:03 +0100
commit783fefdcb375ab58382579afeb092c67b8832813 (patch)
treefbb3b16efd0b74796c33c2e8754863ea148f2c6c /README
parent09628cded4b1d5a47b82d0b13eaf1789adb35e91 (diff)
downloadluairc-master.tar.xz
Port to Lua 5.3HEADmaster
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index 50112b9..35135c5 100644
--- a/README
+++ b/README
@@ -1,5 +1,6 @@
-LuaIRC v0.3
+LuaIRC v0.3 (Lua 5.3 Port)
Jesse Luehrs (jluehrs2@uiuc.edu)
+Elias Fleckenstein (fleckenstein@elidragon.com)
OVERVIEW
========
@@ -7,16 +8,18 @@ LuaIRC is a fully featured IRC framework written entirely in Lua. It provides an
INSTALL
=======
-This module requires LuaSocket (http://www.cs.princeton.edu/~diego/professional/luasocket/) and Lua 5.1. To install, modify the Make.config file with paths appropriate to your system and run 'make install'.
+This module requires LuaSocket (http://www.cs.princeton.edu/~diego/professional/luasocket/) and Lua 5.3. To install, modify the Make.config file with paths appropriate to your system and run 'make install'.
DOCUMENTATION
=============
Documentation of the API can be found in the doc/ directory. It was autogenerated from the source files by LuaDoc (http://luadoc.luaforge.net/).
-LuaIRC has only been tested on Freenode so far, but I plan to expand this to other servers in the future. It's quite possible that it works on other servers anyway, however, so feel free to try it out, and send in bug reports for things that break.
+LuaIRC has only been tested on Freenode and Libera.chat so far, but I plan to expand this to other servers in the future. It's quite possible that it works on other servers anyway, however, so feel free to try it out, and send in bug reports for things that break.
CHANGES
=======
+0.3 (Lua 5.3 Port)
+- Unofficial port to work with Lua 5.3
0.3
- Major cleanup and restructuring again, documentation added, first public release
0.2