Commit Graph

964 Commits (1b834c6858d6fdb8927f6a75fad2116d6d2bd394)
 

Author SHA1 Message Date
Duco van Amstel 1b834c6858 Fix sshchat connection logic (#661) 6 years ago
Jerry Heiselman d82726cd1b Try downloading files again if slack is too slow (slack). Closes #655 (#656) 6 years ago
Wim 288f0a06bb Bump version 6 years ago
Wim 0121d75032 Update changelog 6 years ago
Wim 53c86702a3
Add wait option for populateUsers/Channels (slack) Fixes #579 (#653)
When setting wait to true, we wait until the populating isn't in progress anymore.
This is used on startup connections where we really need the initial information
which could take a long time on big servers.
6 years ago
David Hill 192fe89789 Populate user on channel join (slack) (#644) 6 years ago
Wim 959ca3cef3 Fix bot (legacy token) messages not being send. Closes #571 6 years ago
Wim ccd55d2a28
Refactor gateway (#648)
* Decrease complexity of handleMessage, handleReceive, handleFiles
* Move handlers to handlers.go
* Split ignoreMessage up in ignoreTextEmpty, ignoreNicks and IgnoreTexts
* Add ignoreEvent
* Add testcase for ignoreTextEmpty, ignoreNicks, ignoreTexts and ignoreEvent
6 years ago
Wim bfa9a83d31
Refactor telegram (#649)
* Decrease complexity in Send() (makes codeclimate happy)
6 years ago
Wim 2f7b4d7f68
Refactor sshchat bridge (#650)
* Decrease complexity in Send()
* Add handleUploadFile() function
6 years ago
Wim d887855e16 Add bot debug info (slack) 6 years ago
Wim 1a1e68ec98 Enable gocyclo linter 6 years ago
Duco van Amstel a2754f15fc Enable errcheck linter (#646) 6 years ago
Wim b6d81f34ba Add repology link 6 years ago
Wim f9fb33e696
Refactor steam bridge (#630)
* split up in different files
* decrease complexity
6 years ago
Wim f72d5de2d7 Disable some unparam checks (discord) 6 years ago
Duco van Amstel 0365c0786a Split Discord bridge in multiple files (#632) 6 years ago
Duco van Amstel af7a00d030 Enable gosec linter (#645) 6 years ago
Duco van Amstel 8a7efce941 Move golangci-lint configuration to file (#635) 6 years ago
Justin W. Flory ce73aa5a74 Add FOSSRIT/infrastructure, alphabetically sort related project list (#643) 6 years ago
Wim 64d63a25cc Bump version 6 years ago
Wim 2cef9c4fcf Update changelog 6 years ago
Wim 4265d43096
Refactor handleUploadFile (matrix) (#629) 6 years ago
Patrick Connolly 25857591a2 Add note about slack/slack-legacy issues on threading. (#634) 6 years ago
Wim 27f5a1a685 Fix multiple channel join regression. Closes #639 6 years ago
Duco van Amstel 84da2d6a29 Clean-up TravisCI config and add test coverage (#633) 6 years ago
Wim 859ebad55d
Make slack-legacy change less restrictive (#626) 6 years ago
Patrick Connolly e538a4d304 Update nlopes/slack to 4.1-dev (#595) 6 years ago
Wim f94c2b40a3
Refactor mattermost bridge (#622)
* Split up in different files
* Decrease complexity
* Fix linting issues
6 years ago
Patrick Connolly 47d29ecf63 Tidy up fetching of config values. (#616) 6 years ago
Patrick Connolly f2088a687e Extract bridgeMap into own package to improve testability (#601) 6 years ago
Wim faeeee2948
Refactor matterclient (#613)
* Split up in different files
* Decrease complexity
6 years ago
Wim 7923cfe8f8 Fix telegram crash #620 6 years ago
Wim b51d0a9b05 Bump version 6 years ago
Wim 09f22a801e Release v1.12.1 6 years ago
Wim 3a824c5f9d Update changelog 6 years ago
Wim df02f51c56 Fix regression on using server ID (discord). #619 #617 6 years ago
Patrick Connolly fc5e3a6728 Create getChannelsByX functions to make codeclimate happy (slack) (#610) 6 years ago
Wim 57fbd3c723
Refactor irc handlers. Fix linting (#611) 6 years ago
Wim 25cd1e2cc1
Refactor telegram handlers. Fix linting (#609)
* Refactor telegram handlers. Fix linting
6 years ago
Patrick Connolly f5659d455d Sync channel topics between Slack bridges (#585)
Added logic to allow for configurable synchronisation of topics and purposes of channels between Slack bridges.
6 years ago
Wim 5ed7abdbeb Drop support for mattermost 3.x 6 years ago
Duco van Amstel 09875fe160 Update direct dependencies where possible 6 years ago
Wim f716b8fc0f
Merge pull request #606 from 42wim/fix-590 6 years ago
Wim 9f66f93641
Add option to send RAW commands after connection (irc). Fixes #490 (#604) 6 years ago
Wim f00d4d7d3f Make sure threaded files stay in thread (slack). Fixes #590 6 years ago
Wim 0929535b2e Do not post empty messages (slack). Fixes #574 6 years ago
Wim 8869e253ca Handle deleted/edited thread starting messages (slack). Fixes #600 (#605) 6 years ago
jamoffat f3a5ea2956 Remove double " from Discord gateway webhookurl= (#607) 6 years ago
Wim f4d4dc91b1
Add option to ignore failing bridge on start. Fixes #455 (#603) 6 years ago