]> www.average.org Git - loctrkd.git/blob - debian/changelog
6bdcb632c4eac7d5dd8183280b8085408968438c
[loctrkd.git] / debian / changelog
1 loctrkd (1.98) experimental; urgency=medium
2
3   * Ignore pmod registrations older than an hour
4   * Update README for two-protocol support
5   * Update man pages to use correct name
6   * Fix test when servers crash; less logging
7   * evstore: do not use unixepoch() - for older sqlite
8
9  -- Eugene Crosser <crosser@average.org>  Thu, 08 Dec 2022 13:00:56 +0100
10
11 loctrkd (1.97) experimental; urgency=medium
12
13   * Change reporting of pmod to events
14
15  -- Eugene Crosser <crosser@average.org>  Sun, 27 Nov 2022 23:08:07 +0100
16
17 loctrkd (1.96) experimental; urgency=medium
18
19   * Send backlog only the the ws client that requested
20   * Implement sending commands from the web interface
21   * webdemo: implement sending cmds to the terminal
22
23  -- Eugene Crosser <crosser@average.org>  Sun, 27 Nov 2022 21:21:04 +0100
24
25 loctrkd (1.95) experimental; urgency=medium
26
27   * beesure: implement a few more server commands
28   * wsgateway: clear locations on wsocket open
29   * opencellid: use temp table rather than memory db
30   * tests: separate fuzz tests in two modules
31   * test: add fuzzer for beesure protocol
32   * webdemo: use flexbox css
33   * sysnits & config: update name, remove unneeded bit
34
35  -- Eugene Crosser <crosser@average.org>  Mon, 05 Sep 2022 10:38:56 +0200
36
37 loctrkd (1.94) experimental; urgency=medium
38
39   * rectifier: set umask for zmq publish socket
40   * googlemaps: add code for manual testing
41   * beesure: consider valid if enough satellites
42   * lookaside returns accuracy too
43
44  -- Eugene Crosser <crosser@average.org>  Fri, 05 Aug 2022 00:43:59 +0200
45
46 loctrkd (1.93) experimental; urgency=medium
47
48   * beesure: fix parsing broken by prefious fix
49   * Update html and readme to mention new name
50
51  -- Eugene Crosser <crosser@average.org>  Wed, 03 Aug 2022 22:43:45 +0200
52
53 loctrkd (1.92) experimental; urgency=medium
54
55   * beesure: more reliable parsing of binary content
56   * opencellid: raise exception on the lack of data
57
58  -- Eugene Crosser <crosser@average.org>  Wed, 03 Aug 2022 20:34:54 +0200
59
60 loctrkd (1.91) experimental; urgency=medium
61
62   * opencellid: detach mem db when lookup failed
63
64  -- Eugene Crosser <crosser@average.org>  Wed, 03 Aug 2022 12:20:37 +0200
65
66 loctrkd (1.90) experimental; urgency=medium
67
68   * move stream parser/deframer to the protocol module
69   * change error reporting and fix bugs
70   * collector: get rid of more protocol specifics
71   * Initial multiprotocol support
72   * improve diagnistic message about left data
73   * Multiprotocol support in zmq messages and storage
74   * Rename gps303proto to zx303proto
75   * rename gps303 -> loctrkd
76   * Update package name and links in the README
77   * debian: this replaces gps303
78   * rename deb package, adjust .gitignore
79   * WIP: beesure protocol
80   * cleanup framing/deframing of beesure
81   * test: more robust version check for tools (black)
82   * beesure: add ICCID proto
83   * function `proto_handled()` in proto modules
84   * make qry work again
85   * beesure: decode wifi aps
86   * watch: fix check for proto handling
87   * beesure: location info parser
88   * beesure: don't mess with timezones for devtime
89   * Revive command sender and implement some commands
90   * collector: close old connection on new login
91   * beesure: remove the PROTO attribute
92   * WIP converting wsgateway to multiprotocols
93   * beesure: implement phone book commands
94   * beesure: handle "TK" (Voice message)
95   * qry: initial support for saving data in a file
96   * beesure: implment MESSAGE command
97   * collector: streamline tracking of polled fd-s
98   * mkgpx: quick temp switch to beesure proto
99   * protocols: make "interface" module
100   * rename `lookaside` to `rectifier`
101   * Adjust config to changing messaging topology
102   * rectifier: add PUB zmq socket
103   * protocols: introduce method `rectified()`
104   * abstract protocol selection in `common`
105   * rectifier: lookaside based on rectified objects
106   * Convert recitifier to multiprotocol support
107   * Cleanup some of the  types
108   * watch: watch for both raw and rectified feeds
109   * storage: save both raw and rectified reports
110   * wsgateway: switch to the use of cooked reports
111   * rectifier: log.exception on lookaside crash
112
113  -- Eugene Crosser <crosser@average.org>  Wed, 03 Aug 2022 10:45:34 +0200
114
115 loctrkd (1.02) experimental; urgency=medium
116
117   * collector: prevent two active clients share IMEI
118
119  -- Eugene Crosser <crosser@average.org>  Thu, 14 Jul 2022 22:17:51 +0200
120
121 gps303 (1.01) experimental; urgency=medium
122
123   * collector: do not remove clients before all sends
124
125  -- Eugene Crosser <crosser@average.org>  Tue, 12 Jul 2022 11:58:05 +0200
126
127 gps303 (1.00) experimental; urgency=medium
128
129   * test: include lookaside and termconfig in the loop
130   * doc: edit and correct README.md
131   * docs: expand man pages
132   * forgotten manpage for install
133
134  -- Eugene Crosser <crosser@average.org>  Thu, 23 Jun 2022 22:58:35 +0200
135
136 loctrkd (0.99) experimental; urgency=medium
137
138   * Revive mkgpx example script
139   * Drop data if we are receiving junk
140   * test: fuzzing collector
141   * test: complete fuzzer unittest
142   * collector: fix problems found by fuzzer test
143   * test: make unittests individually runnable
144   * collector: enable SO_KEEPALIVE on accepted conn.
145   * test: message fuzzer and fix found problems
146   * test: move `send_and_drain` to common module
147   * test: skeleton for an end-to-end unittest
148   * test: adjust sleeps and drains when daemons run
149   * test: minimally functional test_storage
150   * do not try to use zlib's _Decompress
151   * test: use IPv4 because github actions
152   * Add sample opencellid csv for tests
153   * test: better aquisition of free ports
154   * test: opencellid downloader
155
156  -- Eugene Crosser <crosser@average.org>  Wed, 22 Jun 2022 18:04:10 +0200
157
158 loctrkd (0.98) experimental; urgency=medium
159
160   * include runtime deps as build-time for typecheck
161   * fix l3str/l3int breakage provoked by typeckeck
162   * make termconfig use unit specific config section
163   * expand README: lookaside and termconfig sections.
164   * wsgateway: reclassify http write hack as permanent
165   * Update README with configuring the terminal
166   * Implement remaining "Out" commands
167   * do not run black older than 21.1
168
169  -- Eugene Crosser <crosser@average.org>  Tue, 07 Jun 2022 00:17:55 +0200
170
171 loctrkd (0.97) experimental; urgency=medium
172
173   * adjust tests
174   * typecheck: skip test if mypy verison < 0.942
175
176  -- Eugene Crosser <crosser@average.org>  Tue, 31 May 2022 01:05:39 +0200
177
178 loctrkd (0.96) experimental; urgency=medium
179
180   * Do not write startup message for command-line cmds
181   * Add a (short) man page
182   * typing: make zmsg.py typecheck
183   * typing: annotate loctrkdproto.py (mostly)
184   * typechecking: less hacky deal with dynamic attrs
185   * typing: annotate opencellid.py
186   * typchecking: annotate googlemaps.py
187   * typechecking: annotate evstore.py
188   * typechecking: annotate common.py
189   * typeckecing: annotate ocid_dload.py
190   * typeckecing: annotate watch.py
191   * typechecking: annotate termconfig.py
192   * typeckecking: annotate storage.py
193   * typing: annotate lookaside.py
194   * typechecking: annotate collector.py
195   * typeckeck: annotate __main__ and fix loctrkdproto
196   * typeckecking: annotate wsgateway.py
197   * formatting: revive black formatting
198   * unittest: type checking and formatting
199
200  -- Eugene Crosser <crosser@average.org>  Tue, 31 May 2022 00:36:33 +0200
201
202 loctrkd (0.95) experimental; urgency=medium
203
204   * Quick fix for a missing variable
205
206  -- Eugene Crosser <crosser@average.org>  Thu, 26 May 2022 19:32:44 +0200
207
208 loctrkd (0.94) experimental; urgency=medium
209
210   * Opencellid download service
211   * Improve error handling of the downloader
212   * cleanup and document config file a bit
213   * Prepare to have dynamically chosen lookup backend
214   * Add googlemaps lookaside backend
215
216  -- Eugene Crosser <crosser@average.org>  Thu, 26 May 2022 19:25:40 +0200
217
218 loctrkd (0.93) experimental; urgency=medium
219
220   * use fixed github action
221   * try to make github actions work
222   * "the `uses' attribute must be a path, a Docker image, or owner/repo@ref"
223   * Update README
224   * actions: action-gh-release, not artifact upload
225   * Beautify logging
226   * Make a `make-release` script to run `gbp dch`
227
228  -- Eugene Crosser <crosser@average.org>  Tue, 24 May 2022 22:53:13 +0200
229
230 loctrkd (0.92) experimental; urgency=low
231
232   [ Eugene Crosser ]
233   * "When you start a pattern with *, you must use quotes."
234   * add github action
235   * allow imei as the document path
236   * Report status (with battery %) to the webpage
237   * Add references to the doc/source
238   * webdemo: draw very simplistic line between locs
239
240  -- Eugene Crosser <crosser@average.org>  Mon, 23 May 2022 23:55:46 +0200
241
242 loctrkd (0.91) experimental; urgency=low
243
244   [ Eugene Crosser ]
245   * fix log message using unknown variable
246
247  -- Eugene Crosser <crosser@average.org>  Tue, 10 May 2022 09:42:30 +0200
248
249 loctrkd (0.90) experimental; urgency=low
250
251   [ Eugene Crosser ]
252   * Expand README
253   * clean a couple of TODOs in wsgateway
254   * make parse_message return UNKNOWN on parse crash
255   * reimplement backlog query again
256   * A hack in packet framing to false stop bytes match
257   * do not respond to hibernation; minor cleanup
258   * wsgateway with new message distribution model
259   * fix zmq subscription topics
260   * misc black reformatting
261   * fill in `when` in Resp packet
262   * WIP retoure messaging
263   * Partly revert "Broadcast location, gps and approximated"
264
265  -- Eugene Crosser <crosser@average.org>  Tue, 10 May 2022 09:09:08 +0200
266
267 loctrkd (0.01) experimental; urgency=low
268
269   [ Eugene Crosser ]
270   * adjust debianization to wsgateway
271   * Update evstore schema to support in and out msgs
272   * WIP on supporting multiple markers
273   * WIP on baclog fetcher
274   * lookaside - do not look for offline positioning
275   * wsgateway aggregate subscriptions upstream
276   * support subscriptions on the client side
277   * wsgateway read html file every time
278   * Webdemo use its url as the base for ws url
279   * wsgateway properly handle write-busy websockets
280   * Make constructor of protocol objects more elegant
281   * mock use persistent history for enrered commands
282   * Show coordinates on the map
283   * WIP on ws gateway, it now works
284   * Make ws gateway act as http server too
285   * WIP on websocket gateway
286   * Try to make systemd target more robust
287   * lintian: override "unusual target"
288   * some cleanup of debianization
289   * set umask for group-writable unix domain sockets
290   * Change LocEvt to use json encoding
291   * remove local conf, add license
292   * Broadcast location, gps and approximated
293   * clean up `from_packet()`
294   * expand README
295   * update gitignore debianization
296   * debianize
297   * add command line script
298   * cleanup of loctrkdproto
299   * update mkgpx to the new api
300   * export all classes
301   * remove forgotten make_packet() call
302   * command line frontend accepts `key=value` args
303   * Accept various arg formats for `Out` construction
304   * Fix metaclass, now works
305   * WIP convert to In/Out nested classes
306   * zmsg: always pack IPv6 address (mapped for IPv4)
307   * Remove deprecated functions
308   * Don't make unneeded responses, better debug log
309   * introduce command-line forntend to send cmds
310   * make `response` class method again
311   * fix var name
312   * introduce `class_by_prefix()`
313   * add some more message types
314   * Use config from the config file to config
315   * Add some more commands
316   * Do not respond to "Manual positioning"
317   * remove obsolete __main__
318   * the whole shebang is working now
319   * change storage format - save the whole packet
320   * use old address format in the event database
321   * Support IPv6 on client socket
322   * full encoder/decoder for zmq messages
323   * implement `inline_response()`
324   * cleanup, make monolitic app work again
325   * initial storage service
326   * make collector.py work
327   * WIP to reorganise to microservices
328   * rename protocol module to "loctrkdproto"
329   * Initial version of zmq based architecture
330   * drop unresolvable points in mkgpx
331   * add lookaside module and opencellid lookup
332   * define more protocol units
333   * add README
334   * Work with cell location data; use opencellid
335   * A script to parse data from the database
336   * Use command line args and config more
337   * use correct config entry
338   * introduce config
339   * add necessary responses
340   * make object parser and sqlite store
341
342  -- Eugene Crosser <crosser@average.org>  Sat, 7 May 2022 13:21:55 +0200