aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * synchronize packetCallbacksDaniel Gultsch2015-08-161-25/+30
| * | fully depend on smDaniel Gultsch2015-08-156-60/+52
| |/
| * do not touch pictures that are already in the right formatDaniel Gultsch2015-08-111-19/+25
| * put wake locks on out of band file transfersDaniel Gultsch2015-08-102-25/+17
| * report wrong file size in otr encrypted jingle file transfers to be compatibl...Daniel Gultsch2015-08-101-2/+6
| * fixed image preview in notfications for images that arrived over jingleDaniel Gultsch2015-08-081-6/+4
| * removed dead codeDaniel Gultsch2015-08-081-10/+0
| * don't request ack for iq stanzas before stream managment is initializedDaniel Gultsch2015-08-081-2/+2
| * request server-ACKs for iq stanzasDaniel Gultsch2015-08-061-33/+37
| * fail old/invalid iq stanzas on bindDaniel Gultsch2015-08-061-0/+13
| * enable axolotl encryption for jingle supported file transfersDaniel Gultsch2015-08-015-85/+94
| * use gcm for file encryption over httpDaniel Gultsch2015-07-293-4/+77
| * rewrote dns fallbackDaniel Gultsch2015-07-241-0/+3
| * switch/case can't deal with null pointersDaniel Gultsch2015-07-231-0/+3
| * Add INACTIVE state for removed keysAndreas Straub2015-07-212-5/+5
| * rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch2015-07-201-5/+1
| * Optimize importsAndreas Straub2015-07-206-17/+17
| * Ask for key trust when sending messagesAndreas Straub2015-07-191-0/+5
| * Added PEP and message protocol layersAndreas Straub2015-07-191-0/+5
| * bugfix: don't crash if aes key could not be set before jingle transferDaniel Gultsch2015-07-191-1/+4
| * increased ibb block sizeDaniel Gultsch2015-07-172-4/+2
| * renamed downloadable to transferableDaniel Gultsch2015-07-102-19/+17
| * catch number format exception in server ackDaniel Gultsch2015-07-101-10/+14
| * initial http upload supportDaniel Gultsch2015-06-293-29/+13
| * don't perform dns lookups on domain parts that obviously look like ip addressesDaniel Gultsch2015-06-191-43/+53
| * properly calculate remaining size. should fix #1243Daniel Gultsch2015-06-031-2/+7
| * let dns library take care of no-srv style hosts as wellDaniel Gultsch2015-05-281-3/+0
| * Merge branch 'master' into developmentDaniel Gultsch2015-05-251-1/+1
| |\
| | * use same sm check inside xmppconnection and outDaniel Gultsch2015-05-251-1/+1
| * | rewrote parser code. mam id and possible other stuff still missing. also mass...Daniel Gultsch2015-05-202-10/+18
| * | provide helper function for getting the content of a child directlyDaniel Gultsch2015-05-202-2/+24
| |/
| * use same socket time out for jingle and xmpp connectionsDaniel Gultsch2015-05-181-1/+1
| * use a 20s timeout on socks5 connectionsDaniel Gultsch2015-05-181-2/+5
| * don't offer initiator his own candidatesDaniel Gultsch2015-05-181-2/+4
| * fixed crash on failed account registryDaniel Gultsch2015-05-171-1/+1
| * let jingle connection and manager handle message statusDaniel Gultsch2015-05-162-0/+10
| * Force Nameprepping of JID domain partsAndreas Straub2015-05-141-3/+10
| * always log reason for failed file transferDaniel Gultsch2015-05-142-2/+18
| * throw proper exception before changing account into error stateDaniel Gultsch2015-05-081-11/+31
| * fixed encrypted ibb file transfer which was broken with ART. fixes #1172Daniel Gultsch2015-05-072-26/+33
| * fixed npe when missing instructions on failed registerDaniel Gultsch2015-05-061-7/+5
| * fwiw don't allow stanza count to go over MAX_INTDaniel Gultsch2015-05-061-0/+9
| * r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch2015-05-051-10/+40
| * mark account with incompatible server when no sasl mechansim could be foundDaniel Gultsch2015-05-021-19/+24
| * added config option to be a bit more verbose about stanza countsDaniel Gultsch2015-04-291-4/+14
| * use xmppserviceconnection to send iq packets in jingle connectionDaniel Gultsch2015-04-261-4/+4
| * fixed service discovery by properly storing and checking identitiesDaniel Gultsch2015-04-251-27/+48
| * cleaned up file handlingDaniel Gultsch2015-04-252-10/+10
| * fixed a bug in DNS helper code. fixes #1130iNPUTmice2015-04-161-1/+1
| * some bug fixes concerning 0byte files. fixes #1126iNPUTmice2015-04-152-1/+2