diff options
author | Joe Robinson <joe@lc8n.com> | 2016-10-16 22:57:53 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2016-10-16 22:57:53 +0100 |
commit | bfee3c296ac544b02e7f176f4082059e9bb8d5b7 (patch) | |
tree | 5416cb5268b578e65dd6316d7d0edf946cf9f412 /CHANGELOG | |
parent | d48d14f88cc6cc339af189666f8287532fb7a309 (diff) | |
parent | 5483fbd98ebd7a6ba3827f5fe5af095fb0290655 (diff) |
Merge branch 'irc-framework' into 'master'
Irc framework
Moves all existing command and handler code to use the KiwiIRC irc-framework library https://github.com/kiwiirc/irc-framework
Removes the irc.js library
See merge request !1
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index 66cacb3..0000000 --- a/CHANGELOG +++ /dev/null @@ -1,19 +0,0 @@ -0.1.0 ------ - - Initial alpha release with basic IRC functionality and commands - - Support /join and /part of channels - - Can send and receive messages in channels - - PMs will be shown and can be replied to in their tab, but no way to initiate PMs - - Can send /whois and channel /list commands - - Interpret join, part, quit, kill, kick, and mode messages - - Display topics and user lists in channels -0.1.1 ------ - - Added ability to send PMs with /msg -0.2.0 ------ - - Added basic connection UI at startup (automatically populated from config.json) -0.2.1 ------ - - Create channel tab when names list is received, to support bouncers - - Added SSL connection option |