2
0
mirror of https://github.com/42wim/matterbridge synced 2024-11-03 15:40:24 +00:00
matterbridge/bridge
John 2d2d185200 Stop numbers being stripped after non-color control codes (irc) (#465)
Currently numbers are stripped not just after the color control code (\x03) but also after other formatting such as bold (\x02) and italic (\x1D), which is both unnecessary and leads to missing text from irc. This fixes that by only stripping numbers after the color control code.
2018-07-11 22:50:49 +02:00
..
api Reconnect on quit. (irc) See #431 (#445) 2018-06-09 12:47:40 +02:00
config Add channel password support for XMPP (#451) 2018-06-18 22:55:45 +02:00
discord Add a space before url in file uploads (discord). Closes #461 2018-06-29 22:35:29 +02:00
gitter Reconnect on quit. (irc) See #431 (#445) 2018-06-09 12:47:40 +02:00
helper Fix possible panic. #448 2018-06-19 22:53:45 +02:00
irc Stop numbers being stripped after non-color control codes (irc) (#465) 2018-07-11 22:50:49 +02:00
matrix Reconnect on quit. (irc) See #431 (#445) 2018-06-09 12:47:40 +02:00
mattermost Use nickname instead of username if defined (mattermost). Closes #452 2018-07-03 22:41:09 +02:00
rocketchat Fix iconurl regression (mattermost,slack,rocketchat). Closes #430 2018-05-27 22:30:17 +02:00
slack Add Title from attachment slack message (#446) 2018-06-13 21:58:51 +02:00
sshchat Reconnect on quit. (irc) See #431 (#445) 2018-06-09 12:47:40 +02:00
steam Handle file uploads to mediaserver (steam) 2018-05-06 16:32:24 +02:00
telegram Fix build (telegram) 2018-06-18 23:49:28 +02:00
xmpp Add channel password support for XMPP (#451) 2018-06-18 22:55:45 +02:00
zulip Add initial zulip support 2018-05-07 21:35:48 +02:00
bridge.go Fix tests and make megacheck happy 2018-03-05 00:30:46 +01:00