You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
api Reconnect on quit. (irc) See #431 (#445) 6 years ago
config Add channel password support for XMPP (#451) 6 years ago
discord Add a space before url in file uploads (discord). Closes #461 6 years ago
gitter Reconnect on quit. (irc) See #431 (#445) 6 years ago
helper Fix possible panic. #448 6 years ago
irc Stop numbers being stripped after non-color control codes (irc) (#465) 6 years ago
matrix Reconnect on quit. (irc) See #431 (#445) 6 years ago
mattermost Use nickname instead of username if defined (mattermost). Closes #452 6 years ago
rocketchat Fix iconurl regression (mattermost,slack,rocketchat). Closes #430 6 years ago
slack Add Title from attachment slack message (#446) 6 years ago
sshchat Reconnect on quit. (irc) See #431 (#445) 6 years ago
steam Handle file uploads to mediaserver (steam) 6 years ago
telegram Fix build (telegram) 6 years ago
xmpp Add channel password support for XMPP (#451) 6 years ago
zulip Add initial zulip support 6 years ago
bridge.go Fix tests and make megacheck happy 7 years ago