Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Looks like 2FA works in facebook messenger :o | Alex Auvolat | 2020-10-04 | 7 | -42/+144 |
| | |||||
* | Security against deletion of dbPmRoomMap entries | Alex Auvolat | 2020-10-04 | 2 | -4/+8 |
| | |||||
* | Update go packages; remove db cache | Alex Auvolat | 2020-10-04 | 7 | -84/+1162 |
| | |||||
* | Update readme | Alex Auvolat | 2020-05-07 | 1 | -0/+6 |
| | |||||
* | Update README | Alex Auvolat | 2020-05-04 | 1 | -2/+5 |
| | |||||
* | Update README | Alex Auvolat | 2020-05-04 | 1 | -19/+32 |
| | |||||
* | IRC autorejoin on reconnect | Alex Auvolat | 2020-05-04 | 1 | -0/+12 |
| | |||||
* | Add password authentication to IRC | Alex Auvolat | 2020-05-04 | 2 | -4/+32 |
| | |||||
* | Notify user of stuff going on in backends (not done for FB Messenger) | Alex Auvolat | 2020-05-04 | 5 | -10/+14 |
| | |||||
* | XMPP: autorejoin MUCs when reconnecting | Alex Auvolat | 2020-05-04 | 1 | -7/+26 |
| | |||||
* | Fix null pointer dereference error | Alex Auvolat | 2020-04-05 | 1 | -1/+1 |
| | |||||
* | I'm stupid | Alex Auvolat | 2020-04-05 | 1 | -3/+3 |
| | |||||
* | fix log.Fatal into log.Fatalf | Alex Auvolat | 2020-04-05 | 1 | -1/+1 |
| | |||||
* | Tolerate more invalid inputs from synapse | Alex Auvolat | 2020-04-05 | 1 | -6/+24 |
| | |||||
* | Fix out of bounds error in user commands (the most stupid bug possible) | Alex Auvolat | 2020-04-05 | 1 | -0/+19 |
| | |||||
* | Avoid occasionnal deadlocks (1 in 256) | Alex Auvolat | 2020-03-13 | 3 | -9/+9 |
| | |||||
* | Fix message duplication due to a race-condition | Alex Auvolat | 2020-03-13 | 3 | -0/+8 |
| | |||||
* | Support Facebook stickers | Alex Auvolat | 2020-03-13 | 1 | -0/+11 |
| | |||||
* | Remove temporary test code | Alex Auvolat | 2020-03-11 | 3 | -203/+0 |
| | |||||
* | Mattermost user search | Alex Auvolat | 2020-03-09 | 1 | -2/+13 |
| | |||||
* | Fix search | Alex Auvolat | 2020-03-09 | 1 | -3/+3 |
| | |||||
* | Save client pickle automatically (messenger) | Alex Auvolat | 2020-03-09 | 4 | -37/+73 |
| | |||||
* | Fix revUserId (messenger) and implement search (messenger only for now) | Alex Auvolat | 2020-03-09 | 7 | -11/+86 |
| | |||||
* | Initial backlog in reversed order (just a convenience) | Alex Auvolat | 2020-03-06 | 1 | -1/+1 |
| | |||||
* | (not much) | Alex Auvolat | 2020-03-06 | 1 | -1/+1 |
| | |||||
* | Clean up **a bit** | Alex Auvolat | 2020-03-05 | 1 | -13/+27 |
| | |||||
* | bold | Alex Auvolat | 2020-03-05 | 1 | -1/+1 |
| | |||||
* | Reformulate | Alex Auvolat | 2020-03-05 | 1 | -3/+5 |
| | |||||
* | Add info on FB client pickle | Alex Auvolat | 2020-03-05 | 1 | -0/+22 |
| | |||||
* | Handle empty client_pickle | Alex Auvolat | 2020-03-05 | 1 | -1/+1 |
| | |||||
* | `client_pickle` messenger configuration param | Alex Auvolat | 2020-03-05 | 2 | -20/+34 |
| | | | | so that a serialized client object can be passed, bypassing the need to re-login at each restart | ||||
* | Write some in README | Alex Auvolat | 2020-03-04 | 1 | -1/+6 |
| | |||||
* | Fix SIGSEGV | Alex Auvolat | 2020-03-04 | 1 | -2/+4 |
| | |||||
* | Don't flood Messenger bridge logs to stderr by default | Alex Auvolat | 2020-03-04 | 4 | -6/+9 |
| | |||||
* | Fix JOIN: do syncing in separate thread (otherwise cache_get doesn't work ↵ | Alex Auvolat | 2020-03-04 | 1 | -9/+12 |
| | | | | and we get a deadlock) | ||||
* | Better practices | Alex Auvolat | 2020-03-04 | 3 | -5/+6 |
| | |||||
* | TMP | Alex Auvolat | 2020-03-04 | 1 | -1/+1 |
| | |||||
* | Improve exiting (actually it was Mattermost that was creating a deadlock) | Alex Auvolat | 2020-03-04 | 7 | -42/+49 |
| | |||||
* | Handle shutdown better | Alex Auvolat | 2020-03-02 | 5 | -29/+69 |
| | |||||
* | (wip) many things don't work | Alex Auvolat | 2020-03-01 | 3 | -4/+14 |
| | |||||
* | Colors | Alex Auvolat | 2020-03-01 | 1 | -2/+2 |
| | |||||
* | Messenger: hopefully handle joins correctly | Alex Auvolat | 2020-03-01 | 2 | -67/+114 |
| | |||||
* | Update how mattermost connector works to be more resilient to deco | Alex Auvolat | 2020-03-01 | 1 | -23/+48 |
| | |||||
* | Refactor some && officially integrate Messenger backend :) | Alex Auvolat | 2020-03-01 | 3 | -50/+60 |
| | |||||
* | UNTESTED: GROUP CHATS ;; add handlers for member join/leave and name changes | Alex Auvolat | 2020-03-01 | 1 | -7/+24 |
| | |||||
* | Add timestamps to backlogged messages | Alex Auvolat | 2020-03-01 | 2 | -1/+6 |
| | |||||
* | Handle attachments, sometimes | Alex Auvolat | 2020-03-01 | 1 | -10/+43 |
| | |||||
* | Attachments can be received | Alex Auvolat | 2020-03-01 | 1 | -4/+26 |
| | |||||
* | Refactor user info fetching logic | Alex Auvolat | 2020-03-01 | 1 | -39/+59 |
| | |||||
* | Now receiving messages from messenger as well (rudimentary) | Alex Auvolat | 2020-03-01 | 3 | -32/+114 |
| |