Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-04version bump to 1.23.12legacyDaniel Gultsch
2018-10-04Revert "use 12 byte IV for omemo and http upload"Daniel Gultsch
This reverts commit 133989ba85858dbb304e95f4843c8af2414fdfea.
2018-10-04version bump to 1.23.11 + changelogDaniel Gultsch
2018-10-04use 12 byte IV for omemo and http uploadDaniel Gultsch
2018-10-04Do not use TLS_FALLBACK_SCSVDaniel Gultsch
closes #2937 Thanks to @tmolitor-stud-tu for explaining the situation in https://github.com/guardianproject/NetCipher/pull/74
2018-05-02Bump versionCode too (#3009)Licaon_Kter
2018-05-02version bump to 1.23.10Daniel Gultsch
2018-04-02Keep app name as Legacy in activityLicaon_Kter
...so I don't end up with same name app in KISS launcher: https://github.com/Neamar/KISS/issues/932#issuecomment-377022353
2018-04-01fixed rare crash on jolla devicesDaniel Gultsch
2018-03-12updated changelogDaniel Gultsch
2018-03-12updated faq and removed links to play storeDaniel Gultsch
2018-03-12change gradle nameDaniel Gultsch
2018-03-12change travis logo branchDaniel Gultsch
2018-03-12changed name of app in readmeDaniel Gultsch
2018-03-12brandingDaniel Gultsch
2018-03-12change application idDaniel Gultsch
2018-03-12Merge branch 'w_r/legacy_upload' of ↵Daniel Gultsch
https://github.com/radiocane/Conversations into radiocane-w_r/legacy_upload
2018-03-07pulled translations from transifexDaniel Gultsch
2018-03-06Support both new and old http upload namespacesWhite_Rabbit
2018-03-05version bump to 1.23.8 + changelog1.23.8Daniel Gultsch
2018-03-01fixed concurrent modification when killing mam queriesDaniel Gultsch
2018-02-25version bump to 1.23.7 + changelog1.23.7Daniel Gultsch
2018-02-25use java 8 in push management serviceDaniel Gultsch
2018-02-25fixed push registrationDaniel Gultsch
2018-02-25do not merge bug reportsDaniel Gultsch
2018-02-25pulled translations from transifexDaniel Gultsch
2018-02-24added config param to use a random resource at every bindDaniel Gultsch
2018-02-24MAM: rework hasMessagesLeft to account for prosody’s missing countDaniel Gultsch
2018-02-24only explicitly request device list for users not in roster fixupsDaniel Gultsch
2018-02-24only explicitly request device list for users not in rosterDaniel Gultsch
2018-02-24kill mam query when archiving conversationDaniel Gultsch
2018-02-24Merge branch 'master' of github.com:siacs/ConversationsDaniel Gultsch
2018-02-24MAM: look at total count for completness. parse fin correctlyDaniel Gultsch
2018-02-23Merge pull request #2828 from af8a524db1/welcome_text_jabberDaniel Gultsch
Use 'Jabber' instead of 'XMPP' in the welcome message
2018-02-23Use 'Jabber' instead of 'XMPP' in the welcome messageMarc Schink
2018-02-20request disco items before disco#info on first connectDaniel Gultsch
should make initial connect faster because code is not waiting for omemo code to run
2018-02-20warn when attempting to write stanza to an unbound streamDaniel Gultsch
2018-02-20mark error notifications as sensitve and local only. fixes #2795Daniel Gultsch
2018-02-19check if axolotl service is initialized before displaying keysDaniel Gultsch
2018-02-19fixed handling of self address messages w/o remoteMsgIdDaniel Gultsch
2018-02-19update chat badgeDaniel Gultsch
2018-02-18do not allow insecure bindDaniel Gultsch
2018-02-16Merge pull request #2805 from af8a524db1/data_namespaceDaniel Gultsch
Use constant for 'jabber:x:data' namespace
2018-02-16Make use of Namespace.DATA constantMarc Schink
2018-02-16Namespace: Add constant for 'jabber:x:data'Marc Schink
2018-02-16only allow a number of white listed headers according to http upload v0.5Daniel Gultsch
2018-02-15Don't add account if user cancels. Fixes #2797Marc Schink
2018-02-14Pass invite XMPP URI along instead of JIDMarc Schink
2018-02-14XmppUri: Add toString() methodMarc Schink
2018-02-14Merge branch 'vikiCoder-master'Daniel Gultsch