aboutsummaryrefslogtreecommitdiff
path: root/Changes
blob: bb4b730ba6ea660f6b89f9d0b041451d5bdd1881 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Revision History for 'IRC::Client' Perl 6 Distribution

2.002001 2016-01-03
  - Fix grammar parsing errors that ignored nicks/usernames with underscores
      and digit 0 (#8)
  - Add server password support (#3)
  - Add `irc-to-me` method

2.001002 2015-12-30
  - Minor doc updates and fixed missing prepreqs in META.info file
  - Bumped required perl version to 6.c

2.001001  2015-12-21
  [Redesign plugin system]
    - each IRC command can now be implemented with a specific method of
        name 'irc-command'
    - Added individual privmsg-me and notice-me methods
    - Removed `interval` and `msg` plugin methods.
    - Added `irc-start-up` and `irc-connected` plugin methods
  [Other]
    - Improved debug output

1.001001  2015-11-19
  - First version released on an unsuspecting world