8000 Tags · True-Dev/recorder · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: True-Dev/recorder

Tags

0.7.2

Toggle 0.7.2's commit message
2017-05-19 version 0.7.2

- FIX: ping/ping monitoring user/device no longer shows up on map nor in table (owntracks#195)
- FIX: OTR_CAFILE, KEYFILE, CERTFILE are now also read from config file (owntracks#198)
- NEW: support Traccar (osmand) GET requests

0.7.1

10000 Toggle 0.7.1's commit message
2017-05-17 version 0.7.1

- FIX: systemd launch and default topics in default files (owntracks#185)
- NEW: name of Lua revgeo function can be set in JSON payload
- NEW: support TLS PSK (owntracks#74)
- NEW: support for a Lua function to perform reverse Geo (owntracks#149)
- FIX: support for FREEBSD in Makefile/config.mk.in (owntracks#163)
- NEW: support for global store of geo fences (owntracks#178)
- NEW: support for CA_PATH and TLS client certificates
- FIX: setting http_port = 0 took CPU to unheard heights (owntracks#176)
- NEW: Add support for OSM using Leaflet, by Sven Klomp (owntracks#173)
- NEW: support for waypoints / geo-fences (WARNING: you must --initialize)
- FIX: built-in Web server serves apikey.js with application/javascript mime type (owntracks#168)
- FIX: Usage now shows missing OTR_BROWSERAPIKEY (owntracks#167)

0.7.0

Toggle 0.7.0's commit message
2017-05-17 version 0.7.0

- NEW: name of Lua revgeo function can be set in JSON payload
- NEW: support TLS PSK (owntracks#74)
- NEW: support for a Lua function to perform reverse Geo (owntracks#149)
- FIX: support for FREEBSD in Makefile/config.mk.in (owntracks#163)
- NEW: support for global store of geo fences (owntracks#178)
- NEW: support for CA_PATH and TLS client certificates
- FIX: setting http_port = 0 took CPU to unheard heights (owntracks#176)
- NEW: Add support for OSM using Leaflet, by Sven Klomp (owntracks#173)
- NEW: support for waypoints / geo-fences (WARNING: you must --initialize)
- FIX: built-in Web server serves apikey.js with application/javascript mime type (owntracks#168)
- FIX: Usage now shows missing OTR_BROWSERAPIKEY (owntracks#167)

0.6.9

Toggle 0.6.9's commit message
2016-11-25 version 0.6.9

- UPD: REC files now use tst from JSON payload as timestamp (owntracks#133)
- FIX: default file is /etc/default/ot-recorder
- FIX: add support for $OTR_BROWSERAPIKEY from environment (owntracks#156)
- UPD: packages now have API kill in them (owntracks#153)

0.6.8

Toggle 0.6.8's commit message
2016-09-23 version 0.6.8

- UPD: name on live map can be overriden by 'name' in JSON payload
- NEW: decrypted payloads have "_decrypted":true added to .rec file (owntracks#151)
- NEW: new configuration variable OTR_BROWSERAPIKEY (owntracks#146)
- FIX: Maps browser API key file (apikey.js) is now served by the Recorder (owntracks#146)
- FIX: add CFLAGS for base64 to conver Arch (owntracks#128)
- FIX: if defaults file can't be read, log an error (owntracks#131)
- NEW: otr_publish() from Lua reuses Recorder's authenticated, TLS-enabled MQTT connection (owntracks#140)
- UPD: changed systemd unit file (owntracks#137)
- UPD: README restructured (owntracks#138)
- NEW: ocat -v and api/0/version now show git version/commit
- FIX: Debian package dependency on libsodium13

0.6.7

Toggle 0.6.7's commit message
2016-07-20 version 0.6.7

- FIX: don't crash on null payloads

0.6.6

Toggle 0.6.6's commit message
2016-07-19 version 0.6.6

- FIX: FreeBSD locations api: reset isdst for mktime(3) (owntracks#125)
- FIX: apikey support for last/, map/, and views/ (owntracks#124)
- FIX: don't clobber CFLAGS from config.mk
- FIX: debian/centos package now automatically installs systemd service (thanks Tomas Lastovick for making us do this :)
- FIX: centos packages now also install binaries to /usr

0.6.5

Toggle 0.6.5's commit message
version 0.6.5

- FIX: paths to binaries
- FIX: revert debian config file location
- FIX: views now have a favicon (owntracks#121)
- NEW: Table and Map now have vel and cog (owntracks#117)
- FIX: Table now correctly defaults to last 2 chars of topic for tid (owntracks#120)
- FIX: views no longer accumulate devices; the list is cleared on reload (owntracks#107)
- FIX: CSV publishes work in spite of CR at end of string (owntracks#119)
- NEW: native Debian packaging (owntracks#114)
- FIX: check whether $OTR_CAFILE can actually be opened (owntracks#109)
- FIX: image2card fixed base64 wrapping (owntracks#111)
- FIX: key for decrypting payload is now correctly lowercased from user/device
- FIX: negative lat/lon in CSV payloads
- FIX: nested object in payload no longer crashes in Lua hooks
- UPD: LWT are now stored with reltopic == 'lwt' instead of '*' (owntracks#101)

0.6.4

Toggle 0.6.4's commit message
2016-05-30 version 0.6.4

- FIX: revert debian config file location
- FIX: views now have a favicon (owntracks#121)
- NEW: Table and Map now have vel and cog (owntracks#117)
- FIX: Table now correctly defaults to last 2 chars of topic for tid (owntracks#120)
- FIX: views no longer accumulate devices; the list is cleared on reload (owntracks#107)
- FIX: CSV publishes work in spite of CR at end of string (owntracks#119)
- NEW: native Debian packaging (owntracks#114)
- FIX: check whether $OTR_CAFILE can actually be opened (owntracks#109)
- FIX: image2card fixed base64 wrapping (owntracks#111)
- FIX: key for decrypting payload is now correctly lowercased from user/device
- FIX: negative lat/lon in CSV payloads
- FIX: nested object in payload no longer crashes in Lua hooks
- UPD: LWT are now stored with reltopic == 'lwt' instead of '*' (owntracks#101)

0.6.3

Toggle 0.6.3's commit message
2016-05-30 version 0.6.3

- FIX: views now have a favicon (owntracks#121)
- NEW: Table and Map now have vel and cog (owntracks#117)
- FIX: Table now correctly defaults to last 2 chars of topic for tid (owntracks#120)
- FIX: views no longer accumulate devices; the list is cleared on reload (owntracks#107)
- FIX: CSV publishes work in spite of CR at end of string (owntracks#119)
- NEW: native Debian packaging (owntracks#114)
- FIX: check whether $OTR_CAFILE can actually be opened (owntracks#109)
- FIX: image2card fixed base64 wrapping (owntracks#111)
- FIX: key for decrypting payload is now correctly lowercased from user/device
- FIX: negative lat/lon in CSV payloads
- FIX: nested object in payload no longer crashes in Lua hooks
- UPD: LWT are now stored with reltopic == 'lwt' instead of '*' (owntracks#101)
0