Skip to content

Releases: 42wim/matterircd

Matterircd v0.15.0

28 Sep 21:36
Compare
Choose a tag to compare

New features

  • Support mattermost 4.2 and higher (4.x) (use mattermost v4 API)
  • Add -mmskiptlsverify option to skip TLS certificate checks on mattermost

Enhancements

  • Display nickname, if set #120
  • Replace IRC parsing function with shellwords like function to allow for passwords with spaces. (#8)

Matterircd v0.14.0

16 Aug 20:50
Compare
Choose a tag to compare

New features

  • Support mattermost 4.1
  • Add initial support for slack

Matterircd v0.13.0

12 Jul 21:26
Compare
Choose a tag to compare

New features

  • Support mattermost 4.0

Enhancement

  • Show slack attachments if they have a fallback/contain text
  • Show links even when public links are disabled #105
  • Edited messages now have "(edited)" appended
  • -bind "" now disables non-tls port-binding when you have -tlsbind specified #109

Bugfix

  • Long messages from mattermost will be split in multiple smaller messages #103
  • Fix join/leave messages for recent mattermost versions #113, #104
  • Ignore messages sent to &users #108
  • Ignore posts that have a reaction (emoji) added #111

Matterircd v0.12.0

01 Jul 22:14
Compare
Choose a tag to compare

(thanks to @recht matterircd fork)

New features

  • Add KICK support
  • Add INVITE support
  • Also relay edited messages

Enhancement

  • Show the original message/author after replied messages
  • Print timestamp of replayed messages
  • Faster startup (joining channels)

Bugfix

  • Do not clear topic on empty /TOPIC command
  • Fix various possible panics

Matterircd v0.11.6

15 Jun 20:59
Compare
Choose a tag to compare

New features

  • Support mattermost 3.10.0

Matterircd v0.11.5

12 Jun 18:40
Compare
Choose a tag to compare

Bugfix

  • Fix crash see #97

Matterircd v0.11.4

09 May 22:03
Compare
Choose a tag to compare

New features

  • Support mattermost 3.9.0

Enhancement

  • Use props instead of ZWSP to check if message comes from matterircd (no more spaces after messages from matterircd -> mattermost)

Matterircd v0.11.3

09 Apr 21:47
Compare
Choose a tag to compare

Bugfix

  • Make public links (pasted images/attachments) work again

New features

  • Add support for public links in SCROLLBACK and SEARCH
  • Support mattermost 3.7.0 and 3.8.0

Matterircd v0.11.2

17 Jan 22:32
Compare
Choose a tag to compare

Bugfix

  • Use correct status for /WHO #81
  • Fix ISON for misbehaving clients #78

New features

  • Support mattermost 3.6.0

Matterircd v0.11.1

03 Jan 21:43
Compare
Choose a tag to compare

Bugfix release

  • Fix crash on new channel joins.
  • Fix crash on channel join/leaves of other mattermost users.