- slack: Fix issues with bots with spaces in the name
- mattermost: Actually join/remove users to channel when they join, not when they say something #113
- mattermost: Join/remove users when they're added by someone else. Use a system message to show this #175
- mattermost: Fix message looping issue
- general: enable login via irc PASS command during handshake instead of PRIVMSG
- mattermost: Update GetFileLinks to API_V4
- slack/mattermost: Fix issue with matterircd users not being able to chat to eachother
- slack: Do not join channels for single direct messages (slack)
- slack: Split fallback messages on newline (slack)
- general: mattermost configuration settings need to be migrated to
[mattermost]
settings. See matterircd.toml.example - slack: Add BlackListUser config setting. Blacklist users from connecting to slack. See matterircd.toml.example
- slack: Add JoinMpImOnTalk config setting. Only join MultiPerson IM when someone talks. See mattericd.toml.example
- slack: Add Restrict config setting. Only allowed to connect to specified slack teams. See matterircd.toml.example
- slack: Add UseDisplayName config setting. If displayname is set, the message will be prepended with
<displayname>
. See matterircd.toml.example - slack: also show messages from bots
- slack: reconnect on disconnects
- &users join speedup on teams with massive amount of users (tested on 26k users)
- Only allow 1 login/logout in progress
- slack: Fix on-join race condition
- slack: Always add yourself to your channels (fixes problem with > 500 users channels)
- slack: remove carriage returns from topic
- slack: Autojoin new channel/group when invited
- slack: Join MpIm channel if we haven't joined it yet
- Fix newlines in topic to client. Closes 42wim#163
- Remove double part messages. Closes 42wim#156
- mattermost: Fix away (mattermost). Closes 42wim#165
- slack: Look into attachments if message is empty (slack). Fixes 42wim#160
- mattermost: Update lastview every 60 second as antiIdle (mattermost). Closes 42wim#147
- slack: Make sure we only can execute comands if login is fully done. Closes 42wim#154
- slack: Add invite support (slack). Closes 42wim#159
- slack: Add list support (slack)
- slack: Fix channel parts for private channels
- slack: Add kick support (slack)
- slack: Allow to mention yourself.. Closes 42wim#157
- Strip IRC colors. Closes 42wim#149
- slack: Replace mentions, channels, etc.. #13
- slack: Use displayname if possible (instead of name)
- slack: Enable LinkNames. (@here,@all) Closes 42wim#152
- slack: Add topic change support (slack). Closes 42wim#151
- mattermost: Print list of valid team names when team not found (42wim/matterbridge#390)
- 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