Commit Graph
70 Commits
Author SHA1 Message Date
Jan-Piet Mens dbf444219c added multilister
partly closes #36
2015-09-29 16:17:43 +02:00
Jan-Piet Mens 86fefd9f4b s/HAVE_/WITH_/g 2015-09-28 19:04:37 +02:00
Jan-Piet Mens c03886bea8 remove waypoints on kill
closes #34
2015-09-28 17:50:30 +02:00
Jan-Piet Mens 6affffd40b remove photo on kill
closes #30
2015-09-28 17:36:41 +02:00
Tuukka Hastrup c6f0ecd832 allow lowercase time format as provided by http.c 2015-09-27 19:15:12 +03:00
Jan-Piet Mens 3edd9c2923 Prepare support for named databases in gcache 2015-09-24 12:49:14 +02:00
Jan-Piet Mens a454cb5678 use macro 2015-09-21 16:07:31 +02:00
Jan-Piet Mens 9d26e3f29a Remove card on kill
closes #26
2015-09-17 11:21:44 +02:00
Jan-Piet Mens c3141d24f9 XML output-support in storage
closes #24
2015-09-16 17:28:20 +02:00
Jan-Piet Mens 3ddfd88072 tapped memory leak 2015-09-16 10:57:25 +02:00
Jan-Piet Mens 61b9feca9f protect ghash 2015-09-16 08:46:52 +02:00
Jan-Piet Mens b84b6d055e remove misleading comment 2015-09-16 08:17:15 +02:00
Jan-Piet Mens 217a8e188a add isotst to LAST data
closes #23
2015-09-15 19:44:58 +02:00
Jan-Piet Mens 63be847150 close leak 2015-09-15 14:20:36 +02:00
Jan-Piet Mens 525a95e3b0 storage: remove user's rec directory if empty 2015-09-15 08:48:24 +02:00
Jan-Piet Mens 181a108bf2 kill has been surfaced into the API (disabled by compile flag by default)
closes #13
2015-09-15 08:35:58 +02:00
Jan-Piet Mens f4d803a2c1 NEW: ocat --load-ghash can load revgeo db
closes #21
2015-09-14 22:07:56 +02:00
Jan-Piet Mens cb454f26d6 NEW: ocat --dump-ghash dumps content of revgeo db 2015-09-14 20:54:05 +02:00
Jan-Piet Mens 1ae1acf72f do away with config.h (all in config.mk) 2015-09-11 11:07:01 +02:00
Jan-Piet Mens c83ba6e1a9 remove debug print 2015-09-10 15:25:25 +02:00
Jan-Piet Mens 1bd44d1562 storage default directory from config.mk 2015-09-10 12:17:14 +02:00
Jan-Piet Mens 0e2527f43d feature: http: allow override user,device for last_users() via X-Limit- headers 2015-09-09 18:31:41 +02:00
Jan-Piet Mens dc20cf3a7e add topic to JSON directed at Websocket clients 2015-09-08 16:03:19 +02:00
Jan-Piet Mens 2c586b5a5b Feature: ocat/ot-recorder: configurable geohash precision per invocation (--precision)
closes #14
2015-09-07 17:40:50 +02:00
Jan-Piet Mens 17f749a6b5 FIX: catch null return from geohash_encode 2015-09-07 17:26:59 +02:00
Jan-Piet Mens 1788cb58d7 support named databases 2015-09-07 14:08:09 +02:00
Jan-Piet Mens 8f932972c2 storage: make doubly sure we're handling a location _type 2015-09-02 11:45:15 +02:00
Jan-Piet Mens d253e4785d FIX: recorder, storage, and HTTP honour --norevgeo 2015-09-02 08:21:47 +02:00
Jan-Piet Mens 8f0c4c6997 ocat/storage: --format linestring creates GeoJSON LineString (track) 2015-09-01 21:45:57 +02:00
Jan-Piet Mens bcb052bde3 FEATURE: ocat --format payload (like RAW, but different) 2015-09-01 21:03:50 +02:00
Jan-Piet Mens 8431870ee8 add license 2015-09-01 17:19:52 +02:00
Jan-Piet Mens 19499bf2f6 FIX: if storage doesn't have a card for LAST, don't complain & no fake things 2015-09-01 16:46:48 +02:00
Jan-Piet Mens ec8c817369 FIX: ocat if storage has no CARD on last, add null to JSON for face and name 2015-09-01 16:04:25 +02:00
Jan-Piet Mens 4ccf2ef2d4 FIX: ocat was using incorrect ghash storage 2015-09-01 16:01:37 +02:00
Jan-Piet Mens 23b421bc02 remove unused variables 2015-09-01 15:10:39 +02:00
Jan-Piet Mens 550fd4fc59 init storage with TZ 2015-09-01 14:02:32 +02:00
Jan-Piet Mens 7420dcd0ec Rip out Redis & replace with LMDB. 2015-09-01 13:31:49 +02:00
Jan-Piet Mens f49d0e43a7 centralize node to object copy 2015-08-29 22:45:03 +02:00
Jan-Piet Mens 8d096ddc4f storage: support requesting individual fields only.
closes #8
2015-08-29 22:20:49 +02:00
Jan-Piet Mens c9f961bf59 GPX output: slight reformatting of XML 2015-08-29 21:54:49 +02:00
Jan-Piet Mens 7145d5c11d ocat/storage: FEATURE: produce GPX output
closes #9
2015-08-29 21:11:03 +02:00
Jan-Piet Mens 54610a9332 storage: reverse (--limit) now wraps backward accross montly boundaries 2015-08-29 20:50:13 +02:00
Jan-Piet Mens aa4bcfb5de ocat: make --limit work for RAW mode 2015-08-29 18:55:55 +02:00
Jan-Piet Mens 9f04507f3f Complete refactoring of location objectization (! ;-) 2015-08-29 18:49:54 +02:00
Jan-Piet Mens e689d2c1e2 ocat: NEW feature: print last N (--limit) 2015-08-29 16:34:20 +02:00
Jan-Piet Mens 058c8983f5 ocat: [NEW] $OCAT_STORAGEDIR or --storage (defaults to ./store) 2015-08-25 20:22:50 +02:00
Jan-Piet Mens c91791683e missing arg 2015-08-25 19:09:14 +02:00
Jan-Piet Mens ab96d3b7e4 If userlist has no user details don't return in last 2015-08-25 18:43:22 +02:00
Jan-Piet Mens b2f84eb55c Feature: ocat userlist (incomplete!) 2015-08-25 18:01:50 +02:00
Jan-Piet Mens af54bd5d3e read LINESIZE because info messages can be very long (card)
check for JSON objects
2015-08-24 20:15:23 +02:00