log

age author description
Wed, 09 May 2018 20:04:13 +0300 Matti Hamalainen quotedb: Add 'stats' command.
Thu, 22 Feb 2018 20:15:20 +0200 Matti Hamalainen quotedb: Add get latest quote feature.
Wed, 07 Feb 2018 19:01:36 +0200 Matti Hamalainen urllog: Improve URL validation.
Mon, 18 Dec 2017 14:54:18 +0200 Matti Hamalainen fetch_weather: Perhaps, possibly, fix the UTF8 issues. Maybe.
Mon, 18 Dec 2017 14:42:15 +0200 Matti Hamalainen fetch_weather: When force_update is set, do not load the old data cache.
Mon, 18 Dec 2017 14:41:51 +0200 Matti Hamalainen fetch_weather: Cleanups.
Mon, 30 Oct 2017 15:46:50 +0200 Matti Hamalainen fetch_feeds: Add support for SNI in TLS and make note about requiring tcl-tls 1.7.13+
Sat, 21 Oct 2017 00:59:06 +0300 Matti Hamalainen quotedb: Do not update quote creation timestamp field when updating quote.
Tue, 17 Oct 2017 10:58:02 +0300 Matti Hamalainen urllog: tcl-tls 1.7.x (tested with 1.7.13) is now a requirement. It is
Tue, 17 Oct 2017 09:27:35 +0300 Matti Hamalainen urllog: Do not use Connection: keep-alive for production.
Mon, 16 Oct 2017 11:28:56 +0300 Matti Hamalainen urllog: Improve how http headers are formed.
Mon, 16 Oct 2017 11:14:07 +0300 Matti Hamalainen weather: Improve parsing of GPS coordinates.
Tue, 10 Oct 2017 01:32:58 +0300 Matti Hamalainen weather: Improve "nearest" sub-command argument parsing.
Tue, 10 Oct 2017 01:32:25 +0300 Matti Hamalainen weather: Rename a variable to be more descriptive.
Fri, 06 Oct 2017 17:30:06 +0300 Matti Hamalainen fetch_weather: Improve some debug messages.
Thu, 28 Sep 2017 15:25:12 +0300 Matti Hamalainen weather: Bump version.
Thu, 28 Sep 2017 15:24:49 +0300 Matti Hamalainen fetch_weather: Bump version.
Thu, 28 Sep 2017 15:24:36 +0300 Matti Hamalainen weather: No longer use named keys for measurement data that is not common for all measurement station types.
Thu, 28 Sep 2017 15:22:03 +0300 Matti Hamalainen fetch_weather: Change to use the new REST/JSON API for fetching Tiehallinto digitraffic weather data.
Thu, 28 Sep 2017 15:19:09 +0300 Matti Hamalainen fetch_weather: Instead of checking the latest static metadata update timestamp against the weather data XML, have a setting of days until the metadata is considered stale.
Thu, 28 Sep 2017 15:17:39 +0300 Matti Hamalainen fetch_weather: Rename the Tiehallinto static metadata cache filename setting.
Thu, 28 Sep 2017 15:16:40 +0300 Matti Hamalainen Cosmetics.
Thu, 28 Sep 2017 15:15:23 +0300 Matti Hamalainen Oops, a typo.
Tue, 26 Sep 2017 12:38:24 +0300 Matti Hamalainen fetch_weather: Make tiehallinto API urls configurable.
Tue, 26 Sep 2017 12:33:38 +0300 Matti Hamalainen fetch_weather: Improve commandline handling, add -force and -debug options.
Tue, 05 Sep 2017 19:44:56 +0300 Matti Hamalainen utillib: Added few more entity conversions.
Sun, 03 Sep 2017 14:06:55 +0300 Matti Hamalainen utillib: Add some new entity translations.
Wed, 26 Apr 2017 15:20:11 +0300 Matti Hamalainen quotedb: Add display of current quote rating when voting for it.
Tue, 07 Feb 2017 10:35:11 +0200 Matti Hamalainen fetch_weather: Simplify and check for existence of output file before trying to read the old one.
Mon, 09 Jan 2017 09:23:05 +0200 Matti Hamalainen Backed out changeset 3c816fdc302f "great circle distance", for now.
Mon, 09 Jan 2017 05:45:40 +0200 Matti Hamalainen weather: Implement the "great circle distance" algorithm for calculating
Mon, 09 Jan 2017 04:19:10 +0200 Matti Hamalainen feeds: Also show UNIX timestamp along with translated timestamp.
Mon, 09 Jan 2017 04:10:36 +0200 Matti Hamalainen feeds: Oops, use utl_ctime instead of feeds_ctime which does not exist anymore.
Mon, 09 Jan 2017 04:08:43 +0200 Matti Hamalainen feeds: Use utl_escape() instead of our own copy.
Mon, 09 Jan 2017 03:55:53 +0200 Matti Hamalainen utillib: Add some comments, bump copyright.
Sun, 08 Jan 2017 05:09:50 +0200 Matti Hamalainen feeds: Use utl_ctime for formatting a message timestamp.
Sun, 08 Jan 2017 05:08:38 +0200 Matti Hamalainen weather: Implement searching for nearest of measurement stations based on given lat/long coordinates.
Sun, 08 Jan 2017 04:56:54 +0200 Matti Hamalainen weather: Some stray weather_msg_do calls were left in, fix those.
Sun, 08 Jan 2017 04:15:50 +0200 Matti Hamalainen utillib: Fix silly bugs.
Sun, 08 Jan 2017 04:11:17 +0200 Matti Hamalainen quotedb: Bump copyright and version.
Sun, 08 Jan 2017 04:04:35 +0200 Matti Hamalainen Add utl_msg_do() function into utillib and refactor out similar things in quotedb and weather scripts.
Sun, 08 Jan 2017 03:57:05 +0200 Matti Hamalainen Bump some copyright years and versions.
Sun, 08 Jan 2017 03:55:55 +0200 Matti Hamalainen Cosmetic / stray trailing whitespace cleanup.
Sun, 08 Jan 2017 03:52:40 +0200 Matti Hamalainen feeds: Remember to require sqlite3 package.
Sun, 08 Jan 2017 03:52:15 +0200 Matti Hamalainen Add utl_ctime() to utillib and use it elsewhere.
Sun, 08 Jan 2017 01:44:19 +0200 Matti Hamalainen weather: Cosmetics, stray whitespace.
Sun, 08 Jan 2017 00:58:09 +0200 Matti Hamalainen Add a missing comma.
Sun, 08 Jan 2017 00:56:13 +0200 Matti Hamalainen weather: Rename a string token.
Sun, 08 Jan 2017 00:04:02 +0200 Matti Hamalainen weather: Show weather station coordinates and Google Maps link in the station list search.
Sat, 07 Jan 2017 23:25:57 +0200 Matti Hamalainen fetch_weather: Cosmetic.
Sat, 07 Jan 2017 22:56:32 +0200 Matti Hamalainen fetch_weather: Possibly another UTF8 fix :S
Sat, 07 Jan 2017 22:41:07 +0200 Matti Hamalainen weather: Bump version.
Sat, 07 Jan 2017 22:37:56 +0200 Matti Hamalainen fetch_weather / weather: Add weather measurement station location data (GPS WGS-84 lat/long/height) to weather cache. Not used in weather.tcl yet, tho.
Sat, 07 Jan 2017 22:36:34 +0200 Matti Hamalainen fetch_weather: Unfortunately we have to deal with some UTF-8 brokenness here.
Sat, 07 Jan 2017 22:34:52 +0200 Matti Hamalainen fetch_weather: Change to using JSON static weather station metadata from digitraffic instead of the "old" API's CSV format data.
Sat, 07 Jan 2017 22:30:32 +0200 Matti Hamalainen fetch_weather: Add some debugging output to fetch_http().
Sat, 07 Jan 2017 17:56:11 +0200 Matti Hamalainen fetch_weather: Cleanups.
Sat, 07 Jan 2017 05:15:09 +0200 Matti Hamalainen weather: Cosmetic.
Sat, 07 Jan 2017 05:14:54 +0200 Matti Hamalainen weather: Bump copyright.
Sat, 07 Jan 2017 05:13:11 +0200 Matti Hamalainen fetch_weather: Bump copyright and version.