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