aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
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 optio...Daniel Gultsch6-19/+36
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
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
2016-02-13send push enable to server. simplified loggingDaniel Gultsch4-3/+57
2016-02-13fixed compile bug in free versionDaniel Gultsch5-9/+15
2016-02-12push gcm token on bind instead of every connectDaniel Gultsch1-5/+3
2016-02-12client side support for XEP-0357: Push NotificationsDaniel Gultsch12-17/+250
2016-02-11pulled translations from transifexDaniel Gultsch5-16/+768
2016-02-11catch all axolotl parse exception at once. fixes #1692Daniel Gultsch1-5/+4
2016-02-10send muc messages after joinDaniel Gultsch1-1/+2
2016-02-09allow user to set MAM preferencesDaniel Gultsch5-16/+119
2016-02-04prepend instead off append mam messages to conversations when going in reverseDaniel Gultsch2-2/+13
2016-02-04fixed performance regression in on scroll listenerDaniel Gultsch2-3/+8
2016-02-04prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch9-17/+92
2016-02-04add more fault tolerant checks for messages left on serverDaniel Gultsch3-7/+21
2016-02-04removed unecessary logging when muc tiles updateDaniel Gultsch1-1/+0
2016-02-03use TLSv1.2 as SSL context on supported plattformsDaniel Gultsch3-2/+14
2016-02-03cache server capsDaniel Gultsch3-3/+36
2016-02-03count all messages in a queryDaniel Gultsch2-8/+3
2016-02-03Revert "get rid of broken totalMessageCount for mam queries"Daniel Gultsch2-4/+16
2016-02-03refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch6-43/+116
2016-02-02fixed 'unencrypted' not showing up for conferences when encryption is forcedDaniel Gultsch1-1/+1
2016-02-02get rid of broken totalMessageCount for mam queriesDaniel Gultsch2-16/+4
2016-02-02re-read common name from certificates on startupDaniel Gultsch2-2/+32