aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (follow)
Commit message (Expand)AuthorAgeFilesLines
* fetch device ids for muc members w/o known devicesChristian Schneppe2017-08-015-6/+44
* fixed otr jingle file size reportingChristian Schneppe2017-08-013-9/+2
* use CN-workaround for pre-kitkatChristian Schneppe2017-08-011-2/+4
* fix regression introduces with OF fix. properly fall back to common nameChristian Schneppe2017-08-011-7/+7
* check length first in timestamp parserChristian Schneppe2017-08-011-1/+1
* catch IllegalArgumentException caused by invalid custom hostnameChristian Schneppe2017-08-011-7/+4
* workaround for OpenFire: check CN first in self signed certsChristian Schneppe2017-08-011-5/+32
* more migration fixes for updating from 1.6.0 to 1.19.0Christian Schneppe2017-08-011-1/+1
* add reminder to remove minidns workarounds once those are fixedChristian Schneppe2017-08-011-0/+1
* fixed bug in db migrations when going from <15 to something recentChristian Schneppe2017-08-011-5/+7
* verify with hostname in direct tls connectionsChristian Schneppe2017-08-011-1/+1
* prefer DNS servers from VPNsChristian Schneppe2017-08-012-5/+10
* throw state changing exception on failed tls only if no more connection optio...Christian Schneppe2017-08-011-1/+3
* catch runtime exceptions from minidnsChristian Schneppe2017-08-011-4/+4
* sync around Conversation.getLatestMessage()Christian Schneppe2017-08-011-7/+9
* catch all exceptions around minidns :(Christian Schneppe2017-08-011-6/+6
* made DNSEC hostname validation opt-inChristian Schneppe2017-08-012-12/+25
* work around idn short comings in minidnsChristian Schneppe2017-08-012-2/+3
* resolve non-srv domains in resolver class as wellChristian Schneppe2017-08-011-7/+43
* prefer ipv4 over ipv6Christian Schneppe2017-08-011-0/+7
* fixed fallback to normal DNS query after DNSSEC failedChristian Schneppe2017-08-011-3/+9
* update datebubblesChristian Schneppe2017-08-015-43/+72
* allow users to send PMs in mucs w/o voiceChristian Schneppe2017-08-011-1/+3
* set focusable=false instead of enabled=false for rooms w/o voiceChristian Schneppe2017-08-011-4/+10
* catch state changing error when sending timeout to iq callbacksChristian Schneppe2017-08-011-3/+7
* do not keep files in waiting when file size exceeds http upload limit in groupsChristian Schneppe2017-08-011-0/+3
* refactored retrieval of default preferencesChristian Schneppe2017-08-014-36/+42
* put settings defaults into resource fileChristian Schneppe2017-08-0116-49/+81
* deduplicate disco items before disco#infoChristian Schneppe2017-08-011-1/+7
* make scan barcode icon survive rotationsChristian Schneppe2017-08-011-0/+11
* show scan button in TrustKeys only if there is something to scanChristian Schneppe2017-08-011-1/+24
* add publish-options helper classChristian Schneppe2017-08-012-0/+21
* use DND instead of XA when phone is silentChristian Schneppe2017-08-012-7/+8
* revised resolver strategyChristian Schneppe2017-06-271-3/+7
* refactored resolver to fall back to DNS and use reliable methodChristian Schneppe2017-06-261-11/+35
* use ResolverApi.reliable(..)Christian Schneppe2017-06-261-31/+11
* deduplicate notificationsChristian Schneppe2017-06-251-1/+0
* new resolver fall back to normal dns if dnssec verfication failsChristian Schneppe2017-06-251-9/+22
* fixed fingerprint trust (was messed up after library upgrade)Christian Schneppe2017-06-255-14/+19
* fixed patterns source code urlChristian Schneppe2017-06-251-1/+2
* Added preference to control Heads-up NotificationsChristian Schneppe2017-06-251-1/+2
* decrease REFRESH_UI_INTERVALChristian Schneppe2017-06-241-1/+1
* cleanup nameWithoutVersion() codeChristian Schneppe2017-06-241-13/+9
* don't use version part of identity name in presence selectionChristian Schneppe2017-06-241-1/+21
* fixed ip reporting for dns look upsChristian Schneppe2017-06-242-3/+3
* also check for hostname in in certs if hostname is from trusted sourceChristian Schneppe2017-06-243-30/+34
* upgrade minidns. refactored dns utilsChristian Schneppe2017-06-246-324/+273
* offer to open website if ibb offers oob redirectChristian Schneppe2017-06-243-10/+55
* mark message as failed after canceling ft w/o transferableChristian Schneppe2017-06-241-0/+2
* upgrade to signal-protocol-javaChristian Schneppe2017-06-248-135/+141