aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-01let users confirm each member in a conference even if that contact is ↵Daniel Gultsch6-52/+137
already trusted
2016-02-29use correct jid when leaving a conference. fixes #1732Daniel Gultsch2-6/+6
2016-02-29refactored omemo to take multiple recipientsDaniel Gultsch12-173/+320
2016-02-28rename purge keys positive button to 'purge keys'Daniel Gultsch1-1/+1
2016-02-28made hashtable in roster store jids instead of stringsDaniel Gultsch1-9/+7
2016-02-27always search offline contacts as well. fixes #1653Daniel Gultsch1-0/+1
2016-02-27changed single_account config into more simple lock_settingsDaniel Gultsch8-8/+29
2016-02-26disallow message correction by default. fixes #1720Daniel Gultsch2-2/+2
2016-02-26execute pending mam queries every time we come onlineDaniel Gultsch1-1/+1
2016-02-24hide add account icons when single_account is set to trueDaniel Gultsch2-1/+5
2016-02-24optionally lock conference domains as well and hide known domains in uiDaniel Gultsch10-22/+76
2016-02-24Request WRITE_EXTERNAL_STORAGE for ExportLogsPreference in >= Mfiaxh2-0/+33
2016-02-24No possibility of multiple invocation of log exportfiaxh1-1/+1
2016-02-24made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch6-26/+66
2016-02-23set noMessagesLeftOnServer before conference configuration fetchDaniel Gultsch2-2/+2
2016-02-23update notification after message correctionDaniel Gultsch1-0/+1
2016-02-23reset pending subscription request when receiving roster updateDaniel Gultsch1-0/+2
2016-02-23Retry decryption from message menufiaxh5-2/+21
2016-02-23made presences object final in contactDaniel Gultsch1-5/+1
2016-02-22properly trigger show load more messages in mucsDaniel Gultsch1-2/+10
2016-02-22turned muc errors into enum. added error codes for service shutdownDaniel Gultsch6-39/+54
2016-02-21show load more messages when auto loading is disabled and messages are still ↵Daniel Gultsch2-6/+14
left on server
2016-02-21check for uuid change when decrypting pgp messagesDaniel Gultsch1-7/+6
2016-02-21some mucs may grant voice to visitors in unmoderated roomsDaniel Gultsch1-1/+3
2016-02-20pulled translations from transifexDaniel Gultsch2-0/+49
2016-02-20change uuid when replacing messagesDaniel Gultsch2-1/+9
2016-02-19decrypt pgp message correctionsDaniel Gultsch1-8/+9
2016-02-19skip avatar ui when pep is not available. fixes #1706Daniel Gultsch1-5/+5
2016-02-19don't reset whisper on reInit. fixes #1637Daniel Gultsch1-3/+0
2016-02-19pulled translations from transifexDaniel Gultsch29-253/+212
2016-02-19never parse show in presences as offlineDaniel Gultsch2-12/+16
2016-02-17don't log start reasonDaniel Gultsch1-1/+0
2016-02-17only offer message correction for the very last messageDaniel Gultsch4-8/+37
2016-02-17fixed regression that caused messages in muc not being sendDaniel Gultsch2-7/+8
2016-02-16log reason why otr message won't be parsedDaniel Gultsch1-1/+2
2016-02-16fixed regression that caused ui to redraw a lotDaniel Gultsch1-4/+8
2016-02-16made clear that archiving preferences are server sideDaniel Gultsch2-5/+5
2016-02-16added setting to opt-out of message correction. renamed preferences and ↵Daniel Gultsch6-19/+36
options to settings
2016-02-16added some OTR loggingDaniel Gultsch2-5/+14
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch42-41/+228
2016-02-15removed unnecessary conditions when sending read markerDaniel Gultsch1-5/+1
2016-02-15add missing type='submit' attribute to enable push formDaniel Gultsch1-0/+1
2016-02-15pulled translations from transifexDaniel Gultsch11-9/+656
2016-02-14only show load more messages button when mam is availableDaniel Gultsch2-1/+6
also update ui after that button has been pressed. fixes #1695
2016-02-14fixed server info push not showing up when unavailableDaniel Gultsch3-4/+12
2016-02-14be more carefull when checking push availabilityDaniel Gultsch1-1/+3
2016-02-14deleted invalid gcm stringsDaniel Gultsch1-5/+0
2016-02-14optional mode to close tcp connection when going into backgroundDaniel Gultsch3-29/+63
acts only when push is available. disable all non-push accounts to test properly
2016-02-13send push enable to server. simplified loggingDaniel Gultsch4-3/+57
2016-02-13fixed compile bug in free versionDaniel Gultsch5-9/+15