Revision history for IRC-Log-Colabti

0.0.11  2021-04-25T20:29:38+02:00
    - Make "nicks" setup non-lazy and a normal attribute

0.0.10  2021-04-25T19:20:14+02:00
    - Add "nicks" instance method with Map of nick -> entries

0.0.9  2021-04-25T15:18:30+02:00
    - Add "IO2Date" class method

0.0.8  2021-04-25T14:29:07+02:00
    - Don't use .lines, but split("\n") to fix edge cases with
      vertical whitespace
    - Don't use captures when accepting, makes initializing
      about 2x as fast
    - Use :ignoremark for finding end of nick in message if
      without :ignoremark failed, to fix some edge cases
    - Improve error reporting by providing line number as well

0.0.7  2021-04-25T12:40:39+02:00
    - Slurp files with "utf8-c8" encoding to be on the safe side
    - Rename "hhmm" method to "seen-at"
    - Add support new "hhmm" method that just is "hhmm:
    - No longer use (still slow) sprintf

0.0.6  2021-04-25T00:15:10+02:00
    - Add support for 'Kick' control messages
    - Add support for 'Topic' control messages

0.0.5  2021-04-24T22:31:00+02:00
    - Add support for 'Mode' control messages

0.0.4  2021-04-24T20:38:28+02:00
    - Add 'log' attribute to entries, referring back to the Log object
    - Make the 'log' attribute handle 'date', 'entries', 'problems'
    - Add 'pos' method to entries, giving the position in the entries

0.0.3  2021-04-24T16:09:10+02:00
    - Add 'date' attribute
    - Method new now a multi, either IO or string + date
    - Add 'problems' attribute
    - Don't report problems in STDERR, but keep in "problems"

0.0.2  2021-04-24T14:37:52+02:00
    - Add 'hhmm' method for log line prefix
    - Add 'ordinal' attribute, counting within a minute
    - Add 'target' method for creating an HTML anchor

0.0.1  2021-04-23T20:58:43+02:00
    - Initial version
