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