aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/utils (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-19don't perform dns lookups on domain parts that obviously look like ip addressesDaniel Gultsch1-10/+14
2015-06-05made i/o and memory intensive operations execute in serial orderDaniel Gultsch1-0/+34
2015-06-04fixed obvious bug in dns helperDaniel Gultsch1-2/+2
2015-06-04streamlined dns helper by ignoring weightDaniel Gultsch1-55/+10
2015-05-28let dns library take care of no-srv style hosts as wellDaniel Gultsch1-9/+16
2015-05-28use dns library to resolve missing ipv6 or ipv4 addressesDaniel Gultsch1-1/+30
2015-05-20fix to detect the sender jid correctlyM. Dietrich1-3/+8
2015-05-20add extra jid to intend "show location"M. Dietrich1-0/+1
2015-05-14added a few location questionsDaniel Gultsch1-3/+8
2015-05-13ignore question marks in location questionDaniel Gultsch1-10/+13
2015-05-13show location quick action after receiving a question about the users locationDaniel Gultsch1-0/+24
2015-05-10optimized heart render code a bitDaniel Gultsch1-3/+7
2015-05-10added white heart to new rendering as wellDaniel Gultsch1-0/+1
2015-05-10paint single unicode hearts as red and slightly largerDaniel Gultsch1-0/+4
2015-04-25fixed #1039Daniel Gultsch1-0/+3
2015-04-16fixed a bug in DNS helper code. fixes #1130iNPUTmice1-1/+1
2015-04-16fixed a bug in DNS helper code. fixes #1130iNPUTmice1-1/+1
2015-04-13fixed typosiNPUTmice1-1/+1
2015-03-10show geo uris as 'location' in overviewiNPUTmice1-1/+7
2015-03-07disable all really weak cipher suitesBoris Wachtmeister1-0/+16
2015-03-07display geo uris as location. show 'send loction' in share menu if request lo...iNPUTmice1-0/+71
2015-02-18made xmpp uris case insensitiveiNPUTmice1-3/+3
2015-02-16support for XEP-0092: Software VersioniNPUTmice1-0/+14
2015-02-09always add a non resolved SRV record to the listiNPUTmice1-6/+1
2015-02-07trim message bodys on displayDaniel Gultsch1-1/+1
2015-02-02Use platform ciphers as well, just prefer oursSam Whited1-5/+7
2015-02-02don't disable any ciphersiNPUTmice1-3/+4
2015-02-01fixed text preview for imagesiNPUTmice1-1/+1
2015-01-25fix mergable() for /me command.Michael1-2/+3
2015-01-18proper desc for offering and sending images in conversations overviewiNPUTmice1-0/+8
2015-01-18use same helper methods for images and filesiNPUTmice1-21/+8
2015-01-18Added new file type names for file transfersChristian S1-0/+4
2015-01-17Fix string substitutions with unknown filetypesSam Whited1-2/+2
2015-01-17Correct the download file string on notificationsSam Whited1-10/+12
2015-01-14handle muc nicks with white spaces. fixed #884iNPUTmice1-2/+2
2015-01-14Harden the TLS connection cipher suitesSam Whited1-5/+16
2015-01-12catch bug in guessContentTypeDaniel Gultsch1-1/+6
2015-01-12reworked message preview / message meta information (ie file offered, receive...Daniel Gultsch1-0/+110
2015-01-09code cleanup for jingle proxy discoveryDaniel Gultsch1-0/+1
2015-01-07refactored UiHelperDaniel Gultsch1-2/+10
2015-01-05prevent QR code parser from crashing fixed #839Daniel Gultsch1-6/+13
2015-01-02improved OTR verification part oneDaniel Gultsch1-1/+1
2014-12-25Add ability to change password on serverSam Whited1-0/+1
2014-12-23Remove old JID validatorSam Whited1-14/+0
2014-12-22Simplify roster handling codeSam Whited1-0/+1
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited2-1/+5
2014-12-14more patches for dns helperiNPUTmice1-13/+19
2014-12-14possible dns fixesiNPUTmice1-2/+11
2014-12-13avoiding concurrent modificationiNPUTmice1-4/+1
2014-12-09cleanup: removed unused emoticon parsingiNPUTmice1-42/+0