- Add support for private channels in slack #142
- Slack: fixes join/parts #143, #146
- Slack: fixes away #144
- Fix some messages going to &messages #140
- Fix crash on /nick change when not logged in #141
- Remove crash on channel lookup of private messages
- Remove debug code which could cause a crash
- Only append channel name to sender once in &messages
-
-conf
option (for a config file). See https://github.com/42wim/matterircd/blob/master/matterircd.toml.example for an example. Thanks @slowbro for this PR. -
New config file options
- JoinExclude: an array of channels that won't be joined on IRC. Messages that get sent to unjoined channels (but you're joined on mattermost) will get sent to the &messages channel. You can still /JOIN exclude channels.
JoinExclude = ["#town-square","#boringchannel"]
- JoinInclude: an array of channels that only will be joined on IRC. If it's empty, it means all channels get joined (except those defined in JoinExclude) Messages that get sent to unjoined channels (but you're joined on mattermost) will get sent to the &messages channel.
JoinInclude = ["#devops"]
- PartFake: a bool that defines if you do a /LEAVE or /PART on IRC it will also actually leave the channel on mattermost. Default false
PartFake = true
-
don't log passwords used with 'mattermost' and 'slack'. Closes #73
- Already read messages are replayed again and again #130
- Update to latest mattermost (4.6) libs
- Deprecated flags
-bindinterface
and-port
removed
- Support mattermost 4.2 and higher (4.x) (use mattermost v4 API)
- Add -mmskiptlsverify option to skip TLS certificate checks on mattermost
- Display nickname, if set #120
- Replace IRC parsing function with shellwords like function to allow for passwords with spaces. (#8)
- Support mattermost 4.1
- Add initial support for slack
- Support mattermost 4.0
- 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
- 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
(thanks to @recht matterircd fork)
- Add KICK support
- Add INVITE support
- Also relay edited messages
- Show the original message/author after replied messages
- Print timestamp of replayed messages
- Faster startup (joining channels)
- Do not clear topic on empty /TOPIC command
- Fix various possible panics
- Support mattermost 3.10.0
- Fix crash #97
- Support mattermost 3.9.0
- Use props instead of ZWSP to check if message comes from matterircd (no more spaces after messages from matterircd -> mattermost)
- Support mattermost 3.7.0 and 3.8.0
- Make public links (pasted images/attachments) work again
- Add support for public links in SCROLLBACK and SEARCH
- Use correct status for /WHO #81
- Fix ISON for misbehaving clients #78
- Support mattermost 3.6.0
- Fix crash on new channel joins #77
- Fix crash on channel join/leaves of other mattermost users #77
- Support mattermost 3.5.0