Rand Stats

App::IRC::Log

zef:lizmat
Revision history for App-IRC-Log

0.0.24  2021-09-08T11:50:31+02:00
    - Migrate to zef ecosystem, update dependency
    - Update email address

0.0.23  2021-09-07T12:59:38+02:00
    - Fix the semantics of "first-date" and "last-date" in !search
    - Remove "first-target" and "last-target", they are not needed

0.0.22  2021-09-07T11:51:49+02:00
    - Accept "from-yyyymmdd" and "to-yyyymmdd" as overriding alternatives
      to indicate the period in which to search.

0.0.21  2021-09-03T12:19:00+02:00
    - Change "all words" parameter name from "all" to "all-words"
      to prevent confusion with the .all method in templates.

0.0.20  2021-09-03T11:34:44+02:00
    - Make sure all pages that need search pulldown values, have them

0.0.19  2021-09-01T21:21:57+02:00
    - No need to add ';charset=utf-8' anymore with this version of Cro
    - Fix issue with human-date in scrolldown

0.0.18  2021-08-27T21:57:45+02:00
    - Fix several small issues

0.0.17  2021-08-22T01:01:12+02:00
    - Make sure all pages have first/last/start/end-date

0.0.16  2021-08-21T11:35:46+02:00
    - Fix incorrect dependency in META

0.0.15  2021-08-20T18:16:08+02:00
    - Up dependency on IRC::Channel::Log to get .initial-topic
    - Add support for initial-topic on day
    - Add available channels to live

0.0.14  2021-08-18T15:07:52+02:00
    - make gist.html endpoint use the 'gist' template

0.0.13  2021-08-18T13:00:22+02:00
    - Move handling of /targets.html to /channel/gist.html

0.0.12  2021-08-13T15:17:37+02:00
    - Make sure nick is shown after control message by same nick

0.0.11  2021-08-07T12:51:05+02:00
    - Up dependency on Cro to 0.8.6.

0.0.10  2021-08-04T15:08:12+02:00
    - Make .nick always contain the nick
    - Add "self-reference" for self-referential messages
    - Rename "same-sender" to "same-nick" for consistency

0.0.9  2021-08-03T22:13:59+02:00
    - Introduce "same-sender" tag, instead of using '"' as same sender indicator

0.0.8  2021-08-03T14:56:50+02:00
    - Add additiuonal info for calendars (Oleksander++)
    - Add pages.md for a bit of background info

0.0.7  2021-06-10T11:40:59+02:00
    - Fix issue in scroll-down functionality
    - Rework entry preparation to exclude conditional fields

0.0.6  2021-06-09T23:40:43+02:00
    - Initial support for /channel/scroll-up|down

0.0.5  2021-06-04T22:14:40+02:00
    - Initial support for /channel/live.html

0.0.4  2021-06-04T14:51:25+02:00
    - Up dependency on IRC::Channel::Log
    - Invalidate home.html / index.html on the start of a new day

0.0.3  2021-06-01T22:01:59+02:00
    - Fix the route for raw logs

0.0.2  2021-05-31T23:05:28+02:00
    - Up dependencies in IRC::Channel::Log and JSON::Fast
    - Make any static file lookup first look in static/channel dir

0.0.1  2021-05-28T11:48:35+02:00
    - Initial version