Commit Graph

38 Commits (0e527a4252796c5f9615edc9412394bc4805e78a)

Author SHA1 Message Date
Wim 7baf386ede Refactor for more flexibility
* Move from gcfg to toml configuration because gcfg was too restrictive
* Implemented gateway which has support multiple in and out bridges.
* Allow for bridging the same bridges, which means eg you can now bridge between multiple mattermosts.
* Support multiple gateways
8 years ago
Wim 6e410b096e Release v0.6.1 8 years ago
Wim ee77272cfd Release v0.6.0 8 years ago
Wim e449a97bd0 Release v0.6.0-beta2 8 years ago
Wim c2c135bca2 Release v0.6.0-beta1 8 years ago
Wim 96e21dd051 Add documentation about breaking API changes for mattermost 3.3.0. Start work on 0.6.0-dev 8 years ago
Wim ff94796700 Refactor bridge. Allows bridging between every protocol 8 years ago
Wim 79ffb76f6e Add (PLAIN) SASL support 8 years ago
Wim 055d12e3ef Release v0.5.0-beta1 8 years ago
Wim 815c7f8d64 Update version 8 years ago
Wim aceb830378 Converge with matterbridge-plus 8 years ago
Wim 0f2976c5ce Release v0.4.2 8 years ago
Wim 6b18257185 Move common code to matterbridge-plus bridge package 8 years ago
Wim 93db74e7e1 Add -debug option. Run go fmt. Some cleanups 8 years ago
Fredrik de Vibe 69b534ee99 Add Freenode style NickServ-based authentication.
If the server sends a NOTICE requesting identification, identify.
8 years ago
Fredrik de Vibe 99ac7dc114 Handle connects asynchroneously.
On connect events, update the nick with what's actually used and
set up channels as configured.
8 years ago
Fredrik de Vibe 3fcce2d8a0 Limit number of columns to number of IRC nicks.
Don't add more columns to the IRC nicks table than the total number of
nicks in the IRC channel.
8 years ago
Fredrik de Vibe a53e699112 Remove unnecessary break in switch block. 8 years ago
Fredrik de Vibe f29822db02 Add double newline if the message is markup and prefixed.
If the message is prefixed with the sender nick, it will break markup
formatting on the same line. This commit introduces a very rudimentary
markup checker, and if the message is deemed to be markup in those
cases, the space between sender nick and message is replaced by a
double newline.
8 years ago
Fredrik de Vibe a63433e41b Move new config parameters from IRC to Mattermost.
PrefixMessagesWithNick, NickFormatter and NicksPerRow.
8 years ago
Fredrik de Vibe e0379ca5af Enable !users command and add a table formatter
* Listen to wildcarded events, currently handle RPL_NAMREPLY.
* Add a formatter to present nick lists from IRC as a table.
8 years ago
Fredrik de Vibe 5ec94fdb43 Add config option to prefix messages (IRC->MM) with nick
If username overriding isn't enabled on the Mattermost server, this is
required for Mattermost users to see who sent a message from IRC.
8 years ago
Wim f914695801 Add support for slack username circumfix. Closes #10 8 years ago
Bert Mertens fd74dca175 Add PASS support as per RFC1459
Provide a connection password via the protocol's PASS command.

Imported irc.go supports it as a simple parameter:
https://github.com/thoj/go-ircevent/blob/master/irc.go#L381

See https://tools.ietf.org/html/rfc1459#section-4.1 for full details.
9 years ago
Wim 9f07a2cfd5 Add support for multiple channels 9 years ago
Wim 0dc5e042d2 Add option to change receiving mattermost channel 9 years ago
Wim f0a5d2396f Add option to specify configfile 9 years ago
Wim bdac03f725 Add BindAddress option. Closes #4 9 years ago
Wim bd7c1e3e3c Set type join_leave for irc JOIN/PART messages send to mattermost 9 years ago
Wim 5282cdaccd Remove markdown for giphy 9 years ago
Wim 008ea94b53 Add giphy support. !gif <query> 9 years ago
Wim 693f1946b7 Fix multiline messages 9 years ago
Wim 8b6a00d1c5 Add SkipTLSVerify option for mattermost, allows selfsigned certificates 9 years ago
Wim 43738dbc89 Refactor and IconURL support 9 years ago
Wim 6feccd4c6c Add support for outgoing webhook token 9 years ago
Wim 523f6ffb80 Add support for NAMES 9 years ago
Wim b346ac868b Add support for JOIN, PART and CTCP_ACTION 9 years ago
Wim cbd01d4a55 Initial matterbridge commit 9 years ago