aboutsummaryrefslogtreecommitdiff
path: root/account.go
Commit message (Collapse)AuthorAgeFilesLines
* Notify user of stuff going on in backends (not done for FB Messenger)Alex Auvolat2020-05-041-1/+5
|
* Avoid occasionnal deadlocks (1 in 256)Alex Auvolat2020-03-131-5/+4
|
* Fix message duplication due to a race-conditionAlex Auvolat2020-03-131-0/+3
|
* Save client pickle automatically (messenger)Alex Auvolat2020-03-091-31/+44
|
* Don't flood Messenger bridge logs to stderr by defaultAlex Auvolat2020-03-041-0/+1
|
* Better practicesAlex Auvolat2020-03-041-1/+1
|
* Improve exiting (actually it was Mattermost that was creating a deadlock)Alex Auvolat2020-03-041-5/+9
|
* Handle shutdown betterAlex Auvolat2020-03-021-0/+1
|
* Now receiving messages from messenger as well (rudimentary)Alex Auvolat2020-03-011-0/+9
|
* Load member lists and avatar (low res) from facebookAlex Auvolat2020-02-291-6/+10
|
* Support for external processes; stub FB messenger bridgeAlex Auvolat2020-02-291-2/+3
|
* Fix Mattermost event deduplicationAlex Auvolat2020-02-291-2/+15
| | | | | | | | | | 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.
* FixesAlex Auvolat2020-02-281-1/+1
|
* (nothing)Alex Auvolat2020-02-281-1/+1
|
* Handle matrix left events correctly (hopefully)Alex Auvolat2020-02-281-9/+13
|
* Rename DbCache to DbKvAlex Auvolat2020-02-281-5/+5
|
* Refactor connector creation logicAlex Auvolat2020-02-281-1/+10
|
* Logging done betterAlex Auvolat2020-02-271-5/+5
|
* Account deletionAlex Auvolat2020-02-261-0/+3
|
* Fix maintenance of connected statusAlex Auvolat2020-02-261-3/+3
|
* Initial ability to configure accounts from web interfaceAlex Auvolat2020-02-261-0/+22
|
* RefactorAlex Auvolat2020-02-261-7/+67
|
* Implement account configuration save/load from dbAlex Auvolat2020-02-261-5/+2
|
* Try to fix stuffAlex Auvolat2020-02-261-1/+3
|
* Whoops & refactorAlex Auvolat2020-02-261-14/+12
|
* Room autorejoinAlex Auvolat2020-02-261-1/+64
|
* Move appservice/ to /Alex Auvolat2020-02-261-0/+331