Skip to content

Matterircd v0.18.0

Compare
Choose a tag to compare
@42wim 42wim released this 11 Jun 22:46
· 399 commits to master since this release

New features

  • general: Add debugmode true/false message in banner
  • irc: Add PrefixMainTeam setting. Also set the main team name as prefix in the irc-channel. See matterircd.toml.example
  • slack: Add support for login for slack (as addition to login )

Bugfix

  • mattermost: update channels when adding/removing users to new channel. Alsso join channel when we are added. Closes #178
  • irc: fix NAMES reply to send entire member list
  • irc: Use service for on-join topic changes (instead of your own username)
  • irc: Handle \r, ACTION and colour sanitization everywhere
  • irc: Fix concurrent map read/write. Closes #188
  • slack: Make sure to return for not implemented functions in slack. Closes #186
  • slack: Replace spaces to underscore in botnames. Closes #184