aboutsummaryrefslogtreecommitdiff
path: root/server.go
Commit message (Collapse)AuthorAgeFilesLines
* Looks like 2FA works in facebook messenger :oAlex Auvolat2020-10-041-0/+13
|
* Update go packages; remove db cacheAlex Auvolat2020-10-041-5/+8
|
* I'm stupidAlex Auvolat2020-04-051-3/+3
|
* Tolerate more invalid inputs from synapseAlex Auvolat2020-04-051-6/+24
|
* Fix out of bounds error in user commands (the most stupid bug possible)Alex Auvolat2020-04-051-0/+19
|
* Avoid occasionnal deadlocks (1 in 256)Alex Auvolat2020-03-131-1/+2
|
* Fix message duplication due to a race-conditionAlex Auvolat2020-03-131-0/+4
|
* Fix searchAlex Auvolat2020-03-091-3/+3
|
* Fix revUserId (messenger) and implement search (messenger only for now)Alex Auvolat2020-03-091-0/+16
|
* Improve exiting (actually it was Mattermost that was creating a deadlock)Alex Auvolat2020-03-041-1/+6
|
* Handle shutdown betterAlex Auvolat2020-03-021-8/+12
|
* Support for external processes; stub FB messenger bridgeAlex Auvolat2020-02-291-1/+3
|
* Allow _ezbr_ to be put in suffix of usernames/room aliases instead of prefixAlex Auvolat2020-02-291-1/+1
|
* Fix Mattermost event deduplicationAlex Auvolat2020-02-291-5/+9
| | | | | | | | | | 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.
* Allow "query" againAlex Auvolat2020-02-281-1/+1
|
* FixesAlex Auvolat2020-02-281-10/+17
|
* Put Easybridge avatar in Docker containerAlex Auvolat2020-02-281-1/+1
|
* Error channels; notify users of restartAlex Auvolat2020-02-281-7/+17
|
* Handle matrix left events correctly (hopefully)Alex Auvolat2020-02-281-3/+3
|
* Make protocol name/account name search case insensitiveAlex Auvolat2020-02-281-1/+1
|
* Rename DbCache to DbKvAlex Auvolat2020-02-281-1/+1
|
* Do not put password in form on modifyAlex Auvolat2020-02-271-1/+1
|
* Logging done betterAlex Auvolat2020-02-271-2/+3
|
* Handle event IDs on xmpp; do not echo back messagesAlex Auvolat2020-02-261-0/+4
|
* Room autorejoinAlex Auvolat2020-02-261-10/+2
|
* Move appservice/ to /Alex Auvolat2020-02-261-0/+259