aboutsummaryrefslogtreecommitdiff
path: root/connector/connector.go
Commit message (Collapse)AuthorAgeFilesLines
* Looks like 2FA works in facebook messenger :oAlex Auvolat2020-10-041-0/+4
|
* Notify user of stuff going on in backends (not done for FB Messenger)Alex Auvolat2020-05-041-0/+3
|
* Save client pickle automatically (messenger)Alex Auvolat2020-03-091-0/+3
|
* Fix revUserId (messenger) and implement search (messenger only for now)Alex Auvolat2020-03-091-0/+8
|
* Very primitive ability to send fb messagesAlex Auvolat2020-03-011-1/+1
|
* Support for external processes; stub FB messenger bridgeAlex Auvolat2020-02-291-14/+18
|
* Fix Mattermost event deduplicationAlex Auvolat2020-02-291-2/+8
| | | | | | | | | | Mattermost assigns its own IDs to messages, thus when sending a message to Mattermost the event_seen key that has to be written must take into account that ID and not the one that we put in the event (which was the Matrix event ID) Note that for XMPP anything can be used as an ID, so using the Matrix event ID there worked, but it's actually not so good.
* go fmtAlex Auvolat2020-02-231-4/+4
|
* Keep in cache the Id of the last seen post for backlogging purposesAlex Auvolat2020-02-211-0/+7
|
* Basic backloggingAlex Auvolat2020-02-211-0/+11
|
* Mattermost media objects in both ways + user/team profile pictures from MM ↵Alex Auvolat2020-02-211-1/+1
| | | | to Matrix
* Files&images Mattermost->Matrix worksAlex Auvolat2020-02-211-1/+9
|
* Easybridge has an avatarAlex Auvolat2020-02-211-7/+12
|
* Talking to Easybridge is now possible for some thingsAlex Auvolat2020-02-171-0/+1
|
* Go fmtAlex Auvolat2020-02-171-5/+6
|
* Fix XMPP && transmit nicknames from bridges to matrixAlex Auvolat2020-02-171-2/+1
|
* Correctly update room topics (works on irc)Alex Auvolat2020-02-171-2/+2
|
* Basic XMPPAlex Auvolat2020-02-161-1/+1
|
* Invitations, closing before configure, etcAlex Auvolat2020-02-161-0/+3
|
* First commit with working stub of IRC bridgeAlex Auvolat2020-02-161-0/+134