Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unified all account state exceptions | Christian Schneppe | 2017-05-10 | 2 | -64/+32 |
| | |||||
* | make jingle implementation send file hash when using ft5 | Christian Schneppe | 2017-05-09 | 4 | -39/+90 |
| | |||||
* | support for jingle ft:5 | Christian Schneppe | 2017-05-09 | 2 | -2/+7 |
| | |||||
* | avoid race conditions when downloading files or decrypting pgp messages | Christian Schneppe | 2017-05-09 | 1 | -7/+9 |
| | | | | and waiting for sm catchup | ||||
* | make sure tag writer thread shuts down | Christian Schneppe | 2017-04-26 | 1 | -2/+3 |
| | |||||
* | use async message loading only when called from UI | Christian Schneppe | 2017-04-13 | 1 | -1/+1 |
| | |||||
* | Optimized imports from entire project | Christian Schneppe | 2017-04-13 | 1 | -1/+1 |
| | |||||
* | do not pipeline first SM request because that might fail when resume fails | Christian Schneppe | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | experimental: wait for SM catchup before triggering notifications | Christian Schneppe | 2017-03-23 | 1 | -0/+21 |
| | | | | | | | wait for a first SM ACK before calculating if we need to trigger any notifications might have to be changed to an XEP-0199 ping later on. for now sending <r/> after resume seems to work outfine | ||||
* | rename the Xmlns class to Namespace | Christian Schneppe | 2017-03-04 | 2 | -16/+16 |
| | |||||
* | make x509 verification node world readable | Christian Schneppe | 2017-03-04 | 1 | -0/+11 |
| | |||||
* | Fix a typo in legacy | Christian Schneppe | 2017-02-22 | 1 | -2/+2 |
| | |||||
* | migrate domain and host exemption into seperate class | Christian Schneppe | 2017-02-22 | 2 | -2/+23 |
| | |||||
* | npe checks | Christian Schneppe | 2017-02-22 | 1 | -2/+4 |
| | |||||
* | bump mam namespace | Christian Schneppe | 2017-02-22 | 1 | -2/+7 |
| | |||||
* | only force close tagwriter before creating a new one | Christian Schneppe | 2017-02-14 | 1 | -6/+3 |
| | |||||
* | use base64 encoding for file names uploaded with http | Christian Schneppe | 2017-01-29 | 1 | -1/+1 |
| | |||||
* | make sure to properly stop tagwriter | Christian Schneppe | 2017-01-25 | 1 | -1/+3 |
| | |||||
* | fixed some issues around ibb | Christian Schneppe | 2017-01-25 | 3 | -18/+56 |
| | |||||
* | Add SCRAM-SHA-2 support | Christian Schneppe | 2017-01-16 | 1 | -0/+3 |
| | |||||
* | refactor getServerIdentity() to parse disco result directly | Christian Schneppe | 2017-01-15 | 1 | -34/+21 |
| | |||||
* | only call UI thread from downloading thread every 250ms | Christian Schneppe | 2017-01-15 | 1 | -5/+5 |
| | |||||
* | add support for RFC7711 to MTM | Christian Schneppe | 2016-12-18 | 1 | -1/+2 |
| | |||||
* | support for jid escapting when displaying localpart only | Christian Schneppe | 2016-12-18 | 1 | -0/+14 |
| | |||||
* | close socket after failed stream open | Christian Schneppe | 2016-11-20 | 1 | -47/+50 |
| | |||||
* | check if thread was interrupted before doing operations on socket | Christian Schneppe | 2016-11-20 | 1 | -77/+88 |
| | |||||
* | issue ping after network change | Christian Schneppe | 2016-11-20 | 1 | -1/+1 |
| | |||||
* | don't reset last connect time on network change | Christian Schneppe | 2016-11-20 | 1 | -2/+4 |
| | |||||
* | reformat code | Christian Schneppe | 2016-11-19 | 41 | -4173/+4175 |
| | |||||
* | fixed npe when jingle partner is using unknown candidate | Christian Schneppe | 2016-11-07 | 1 | -0/+4 |
| | |||||
* | extracting stanza-id where by=account | Christian Schneppe | 2016-11-07 | 1 | -0/+4 |
| | |||||
* | add error message to failed messages. accessible via context menu | Christian Schneppe | 2016-10-26 | 1 | -3/+9 |
| | |||||
* | write prepped string to db. use display version everywhere else | Christian Schneppe | 2016-10-26 | 1 | -1/+18 |
| | |||||
* | code cleanup | Christian Schneppe | 2016-10-18 | 1 | -2/+0 |
| | |||||
* | synchronize access to json key storage in account model | Christian Schneppe | 2016-10-13 | 1 | -12/+7 |
| | |||||
* | reset sending to waiting on every error | Christian Schneppe | 2016-10-08 | 1 | -1/+3 |
| | |||||
* | create new instances of key manager every time it's used | Christian Schneppe | 2016-10-08 | 1 | -3/+6 |
| | |||||
* | try to fix messages stuck at sending | Christian Schneppe | 2016-10-08 | 1 | -1/+2 |
| | |||||
* | add some more errors to UI if there where errors during account creation | Christian Schneppe | 2016-09-24 | 1 | -1/+10 |
| | | | | might fix #95 | ||||
* | don't wait for disco when not having stream managment | Daniel Gultsch | 2016-09-23 | 1 | -1/+1 |
| | |||||
* | add support for XEP-0377: Spam Reporting | Daniel Gultsch | 2016-09-23 | 1 | -0/+4 |
| | |||||
* | store jid if it was changed during bind | Christian Schneppe | 2016-09-17 | 1 | -2/+5 |
| | |||||
* | don't use display version of jids | Daniel Gultsch | 2016-09-14 | 1 | -14/+10 |
| | |||||
* | Use JID returned by the server during bind | Sam Whited | 2016-09-14 | 1 | -1/+1 |
| | | | | Not just the resourcepart | ||||
* | Support ANONYMOUS SASL | Sam Whited | 2016-09-14 | 1 | -0/+3 |
| | |||||
* | Fix typo | licaon-kter | 2016-09-14 | 1 | -1/+1 |
| | |||||
* | be a bit more careful when deleting and deactivating accounts | Daniel Gultsch | 2016-09-08 | 1 | -4/+10 |
| | |||||
* | broader exception catchers | Daniel Gultsch | 2016-09-02 | 1 | -1/+1 |
| | |||||
* | don't automatically download files and avatars when datasaver is on | Daniel Gultsch | 2016-08-27 | 1 | -1/+2 |
| | |||||
* | made payment required error standard compliant | Daniel Gultsch | 2016-08-26 | 1 | -4/+5 |
| |