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