Skip to content

Releases: jajm/irssi-rocketchat

0.8.0

27 Feb 10:31
Compare
Choose a tag to compare
  • Fix segfault when requesting history in a query
  • Change format of history command output
  • Add count parameter to history command

0.7.1

09 Nov 16:01
Compare
Choose a tag to compare
  • Clear server meta stash after an incoming message has been treated

0.7.0

09 Nov 09:50
Compare
Choose a tag to compare

Added

  • Completion of thread id for /rocketchat thread (#9)

Fixed

  • Fixed order of arguments for format msg_private_query_thread_msgid

0.6.0

23 Apr 09:26
Compare
Choose a tag to compare

Added

  • Nicklist is now updated when a user joins or leaves a room (#5)
  • Channel's visible name is now updated when a room is renamed
  • Show thread id in front of each threaded message
  • Add setting rocketchat_print_msgid to show message id in front of each message (disabled by default)
  • Add "sticky" threads (#8)

Changed

  • Renamed command /rocketchat reply to /rocketchat thread

0.5.0

12 Mar 16:48
Compare
Choose a tag to compare

Added

  • Show when messages are from a thread
  • Add command /rocketchat reply <tmid> <message> to reply inside a thread

0.4.0

12 Mar 09:22
Compare
Choose a tag to compare

Added

  • Added command /rocketchat subscribe <name> <event> which is useful for debug
  • Added support for text-only attachments

Fixed

  • "sub" calls that fail because of rate limit will be automatically retried
  • Do not print an error message when one of the following signals is triggered for another server/protocol:
    • query created
    • query destroyed
    • channel created
    • channel name changed

0.3.1

11 Feb 08:22
Compare
Choose a tag to compare

Fixed

  • Fixed build for older versions of CMake (#3)
  • Fixed build documentation by adding missing requirements (#2, #4)
  • Subscribe to room messages after creating a direct message

0.3.0

06 Dec 17:00
Compare
Choose a tag to compare

Added

  • Added support for queries for direct message between two users (use /query)
  • Added command /rocketchat history

Changed

  • History is no longer loaded automatically (use the new command /rocketchat history)
  • The /join command can now takes either a room ID or a room name

0.2.0

29 Oct 09:16
Compare
Choose a tag to compare

Added

  • Added support for attachments

0.1.0

24 Sep 07:09
Compare
Choose a tag to compare

Initial release