1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00
James Snyder fbebb2949e Correct issues with remote indexing and catch incorrect calls for LuaRPC
helper_remote_index() contained an error which allowed for incorrect
calculation of the string length to be sent. This should now be
fixed. Additionally, read_cmd_call() did not check whether indexing
was successful at each step, we now check whether the indexed result
is callable or a table and attempt to provide an indication of the
type of error made by the user.
2012-03-26 20:56:12 -05:00
..
2012-03-19 23:49:39 +01:00
2011-10-14 14:21:16 +03:00
2011-10-05 01:05:31 +02:00
2011-10-24 19:11:35 -05:00
2011-10-08 20:07:14 +03:00
2011-03-15 05:16:42 +01:00