mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-27 16:57:21 +00:00
message
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
|
||||
- FIX: index.html uses UTC to go back in time
|
||||
- NEW: recorder can use Lua otr_putrec() to prohibit REC file writing (#27)
|
||||
- FIX: storage removes waypoints on kill (#34)
|
||||
- FIX: storage removes photo on kill (#30)
|
||||
- FIX: exit if HTTP port cannot be opened
|
||||
- FIX: lowercase T in date formats allowed (#44)
|
||||
- FIX: websockets switch to WSS when content served over HTTPS (#43)
|
||||
- FIX: live map now shows user/device (#42)
|
||||
|
||||
2015-09-26 version 0.4.1
|
||||
- FIX: recorder correctly handles topics with leading slash
|
||||
- NEW: Lua functions (putdb, getdb) have access to a `luadb'-named LMDB database
|
||||
|
||||
@@ -87,7 +87,7 @@ struct luadata *hooks_init(struct udata *ud, char *script)
|
||||
LuaDB = ud->luadb;
|
||||
#endif
|
||||
|
||||
olog(LOG_DEBUG, "initializing Lua hooks at %s", script);
|
||||
olog(LOG_DEBUG, "initializing Lua hooks from `%s'", script);
|
||||
|
||||
/* Load the Lua script */
|
||||
if (luaL_dofile(ld->L, ld->script)) {
|
||||
|
||||
Reference in New Issue
Block a user