Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changed command paramater for new push server | Christian Schneppe | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | changed jid of push server | Christian Schneppe | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | do not use end in catchup mam queries | Christian Schneppe | 2018-05-17 | 1 | -3/+7 |
| | |||||
* | Support both new and old http upload namespaces | Christian Schneppe | 2018-05-05 | 1 | -5/+13 |
| | |||||
* | improved logging for node configuration change | Christian Schneppe | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | very much unoptimized search functionality | Christian Schneppe | 2018-04-30 | 1 | -2/+3 |
| | |||||
* | always include omemo fallback message | Christian Schneppe | 2018-04-29 | 1 | -3/+1 |
| | |||||
* | added prosodys enable archive to default room config | Christian Schneppe | 2018-04-12 | 1 | -0/+1 |
| | |||||
* | sync roster to disk after roster push | Christian Schneppe | 2018-04-12 | 1 | -5/+3 |
| | |||||
* | return contact and account.getServer() as String | Christian Schneppe | 2018-04-07 | 1 | -2/+2 |
| | |||||
* | migrate to xmpp-addr | Christian Schneppe | 2018-04-02 | 3 | -21/+21 |
| | |||||
* | set messenger identity correctly | Christian Schneppe | 2018-03-17 | 1 | -1/+1 |
| | |||||
* | support new http upload namespace | Christian Schneppe | 2018-01-29 | 1 | -5/+3 |
| | |||||
* | improvements for self messages | Christian Schneppe | 2018-01-27 | 1 | -1/+2 |
| | | | | | | * fix omemo in group chats w/o participants * don't create two axolotl messages when messaging self * fix read marker for self messages | ||||
* | make chat markers opportunistic in private mucs | Christian Schneppe | 2018-01-27 | 1 | -2/+1 |
| | |||||
* | add possibility to destroy group chat | Christian Schneppe | 2018-01-26 | 1 | -0/+11 |
| | |||||
* | sent message receipts after mam catchup | Christian Schneppe | 2018-01-21 | 1 | -0/+10 |
| | |||||
* | disable offline messages. postpone prekey handling until after mam catchup | Christian Schneppe | 2018-01-21 | 2 | -2/+16 |
| | |||||
* | attempt to enable MAM(ejabberd) on muc configuration | Christian Schneppe | 2017-12-01 | 1 | -0/+1 |
| | |||||
* | save full jid when sending in muc. check chat markers against 'sender' | Christian Schneppe | 2017-11-22 | 1 | -3/+6 |
| | |||||
* | send and show read markers in private, non-anonymous groups | Christian Schneppe | 2017-11-22 | 1 | -4/+7 |
| | |||||
* | send unavailable presence before join | Christian Schneppe | 2017-08-13 | 1 | -0/+9 |
| | |||||
* | use publish-options instead of always pushing node configuration | Christian Schneppe | 2017-08-01 | 1 | -5/+13 |
| | |||||
* | upgrade to signal-protocol-java | Christian Schneppe | 2017-06-24 | 1 | -4/+4 |
| | |||||
* | use mam reference instead of timestamp | Christian Schneppe | 2017-05-17 | 1 | -1/+3 |
| | |||||
* | support for jingle ft:5 | Christian Schneppe | 2017-05-09 | 1 | -0/+1 |
| | |||||
* | include RSM max in mam query in case server doesn't specify own max | Christian Schneppe | 2017-04-13 | 1 | -2/+4 |
| | |||||
* | send urls pointing to pgp encrypted files directly in body+oob | Christian Schneppe | 2017-04-13 | 1 | -8/+15 |
| | |||||
* | parse message that only contain oob tag | Christian Schneppe | 2017-04-05 | 2 | -1/+2 |
| | |||||
* | rework last activity logic to something that should work pretty well … | Christian Schneppe | 2017-03-23 | 1 | -0/+4 |
| | | | | …in Conversations only enviroments | ||||
* | fixed entity time for timezones with minutes !=0 | Christian Schneppe | 2017-03-11 | 1 | -3/+11 |
| | |||||
* | send and parse Chat States to and from conferences | Christian Schneppe | 2017-03-11 | 1 | -1/+1 |
| | |||||
* | add <x/> element to outgoing MUC PM | Christian Schneppe | 2017-03-09 | 1 | -0/+1 |
| | |||||
* | add origin-id to outgoing messages | Christian Schneppe | 2017-03-09 | 1 | -0/+2 |
| | |||||
* | rename the Xmlns class to Namespace | Christian Schneppe | 2017-03-04 | 1 | -8/+8 |
| | |||||
* | make x509 verification node world readable | Christian Schneppe | 2017-03-04 | 1 | -0/+19 |
| | |||||
* | Fix a typo in legacy | Christian Schneppe | 2017-02-22 | 1 | -2/+2 |
| | |||||
* | bump mam namespace | Christian Schneppe | 2017-02-22 | 1 | -2/+2 |
| | |||||
* | add no_padding, no_wrap to file upload slots | Christian Schneppe | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | add explicit encryption hints to outgoing messages | Christian Schneppe | 2017-01-29 | 1 | -0/+3 |
| | |||||
* | use base64 encoding for file names uploaded with http | Christian Schneppe | 2017-01-29 | 1 | -1/+20 |
| | |||||
* | reformat code | Christian Schneppe | 2016-11-19 | 4 | -681/+682 |
| | |||||
* | include pgp signature only in non anonymous mucs | Christian Schneppe | 2016-10-21 | 1 | -1/+5 |
| | |||||
* | add password to direct muc invite | Christian Schneppe | 2016-10-10 | 1 | -0/+4 |
| | |||||
* | add support for XEP-0377: Spam Reporting | Daniel Gultsch | 2016-09-23 | 1 | -2/+6 |
| | |||||
* | send register IQs without full from | Daniel Gultsch | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | code cleanup | Christian Schneppe | 2016-08-02 | 1 | -8/+0 |
| | |||||
* | set tablet, phone or pc identity | Daniel Gultsch | 2016-08-02 | 2 | -7/+11 |
| | |||||
* | changed package id inside manifest and project | Christian Schneppe | 2016-07-29 | 4 | -0/+796 |