| FreeSWITCH:/src/mod/languages/mod_lua/ |
hide Line HistoryConstraint |
Changelog
10502
by brian on
21 November 2008, 14:15:47 -0500
(16 hours ago)
change types
./mod_lua_wrap.cpp
10502
10485
by mikej on
20 November 2008, 18:12:15 -0500
(36 hours ago)
swigall
./mod_lua_wrap.cpp
10485
10385
by mikej on
13 November 2008, 15:55:15 -0500
(8 days ago)
svn:ignore
… 6 more files in changeset.
10306
by mikej on
08 November 2008, 06:21:54 -0500
(14 days ago)
(LBAPR-1) load mod_lua with global symbols space so that sub modules are able to link to it properly. Broken in svn r9605.
./mod_lua.cpp
10306
10100
by mikej on
21 October 2008, 15:39:57 -0400
(31 days ago)
MODLANG-87 - Update to lua 5.1.4 release
./lua/lapi.c
10100
./lua/lbaselib.c
10100
./lua/ldebug.c
10100
./lua/loadlib.c
10100
./lua/lobject.h
10100
10008
by mikej on
14 October 2008, 13:14:56 -0400
(38 days ago)
(MODLANG-86) add local script directory support to mod_lua
./mod_lua.cpp
10008
9780
by anthm on
01 October 2008, 14:27:29 -0400
(51 days ago)
Commit FSCORE-183, tested by me but others test also.
./mod_lua_wrap.cpp
9780
9692
by mikej on
27 September 2008, 23:48:36 -0400
(55 days ago)
revert svn revisions 9682-9684 (FSCORE-183 is totally broken) (fixes FSCORE-194)
./mod_lua_wrap.cpp
9692
9682
by anthm on
27 September 2008, 16:13:14 -0400
(55 days ago)
swig
./mod_lua_wrap.cpp
9682
9661
by mikej on
26 September 2008, 13:36:01 -0400
(56 days ago)
if we want to override system function in lua we should do so from mod_lua, not hack the lib. We did the same thing for exit.
./lua/loslib.c
9661
9660
by mikej on
26 September 2008, 13:26:36 -0400
(56 days ago)
fix lua build
./lua/loslib.c
9660
9653
by anthm on
26 September 2008, 11:50:12 -0400
(56 days ago)
add patch from MODAPP-86
./lua/loslib.c
9653
9571
by anthm on
15 September 2008, 17:44:43 -0400
(2 months 6 days ago)
add session destroy psuedo method to sort of destroy a session at least for the sake of FS
./mod_lua_wrap.cpp
9571
9475
by robertj on
06 September 2008, 23:58:24 -0400
(2 months 15 days ago)
Added ignore of lower case version of MSVC build directories (debug/Debug are distinct)
… 67 more files in changeset.
9326
by anthm on
19 August 2008, 21:12:23 -0400
(3 months 2 days ago)
c++ needs const char * for static strings
./mod_lua_wrap.cpp
9326
9311
by anthm on
16 August 2008, 11:56:29 -0400
(3 months 5 days ago)
dont eval blank string
./freeswitch_lua.cpp
9311
9297
by brian on
14 August 2008, 13:35:46 -0400
(3 months 7 days ago)
fix lua originate
./freeswitch_lua.cpp
9297
./freeswitch_lua.h
9297
./mod_lua_wrap.cpp
9297
9296
by brian on
14 August 2008, 13:20:34 -0400
(3 months 7 days ago)
add unsetInputCallback method
./freeswitch_lua.cpp
9296
./freeswitch_lua.h
9296
./mod_lua_wrap.cpp
9296
9295
by brian on
14 August 2008, 12:57:16 -0400
(3 months 7 days ago)
change proto for transfer method so context and dialplan are not mandatory
./mod_lua_wrap.cpp
9295
9244
by anthm on
11 August 2008, 14:47:30 -0400
(3 months 10 days ago)
tweak for MODLANG-77
./freeswitch_lua.cpp
9244
./freeswitch_lua.h
9244
./mod_lua_wrap.cpp
9244
9110
by mikej on
19 July 2008, 11:39:17 -0400
(4 months 3 days ago)
tweak for gcc 4.3
./mod_lua.cpp
9110
9075
by brian on
17 July 2008, 16:31:49 -0400
(4 months 5 days ago)
add startup-script to mod_lua
./mod_lua.cpp
9075
9065
by anthm on
16 July 2008, 18:04:31 -0400
(4 months 6 days ago)
tweak
./freeswitch_lua.cpp
9065
9063
by anthm on
16 July 2008, 17:06:14 -0400
(4 months 6 days ago)
even more lang stuff
./Makefile
9063
./freeswitch_lua.cpp
9063
./freeswitch_lua.h
9063
./hack.diff
9063
./mod_lua_wrap.cpp
9063
9062
by anthm on
16 July 2008, 16:19:11 -0400
(4 months 6 days ago)
lang stuff
./freeswitch_lua.cpp
9062
./mod_lua_wrap.cpp
9062
9049
by anthm on
16 July 2008, 02:23:35 -0400
(4 months 7 days ago)
handle failed originate a little more gracefully (MODLANG-70)
./freeswitch_lua.cpp
9049
9040
by anthm on
15 July 2008, 13:39:16 -0400
(4 months 7 days ago)
update
… 23 more files in changeset.
9015
by brian on
14 July 2008, 11:38:44 -0400
(4 months 8 days ago)
include session in hangup hook
./freeswitch_lua.cpp
9015
9004
by brian on
12 July 2008, 14:44:05 -0400
(4 months 10 days ago)
fix callback arg and CoreSession::sleep to not require a file
./freeswitch_lua.cpp
9004
./freeswitch_lua.h
9004
./mod_lua_wrap.cpp
9004
8998
by anthm on
11 July 2008, 15:42:52 -0400
(4 months 11 days ago)
snake charming
./mod_lua_wrap.cpp
8998
|