aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/xmpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | rewrote parser code. mam id and possible other stuff still missing. also ↵Daniel Gultsch2015-05-202-10/+18
| | | | | | | | | | | | massivly untested
| * | 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
| | | | | | | | | | | | | | | | | | | | The IDN.toAscii()/IDN.toUnicode() family only namepreps the original domain passed to it if it contained non-ASCII characters. This means that for all-ASCII domains, no canonicalization is performed, which leads to issues like case-sensitivity. This workaround explicitly namepreps domain parts before calling IDN.toAscii() on them, in order to get a canonicalized representation (most notably, case invariance). A basic DB migration is also included.
| * 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
| |
| * don't resume old session when changing resourceiNPUTmice2015-04-091-0/+4
| |
* | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-161-1/+2
|\ \
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-111-55/+23
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-105-6/+8
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-025-97/+97
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-11-063-9/+12
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-10-231-3/+5
|\| |
* | | Merge trz/rename into trz/rebasesteckbrief2015-10-221-11/+0
|\| |
| * | renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-1940-3973/+0
| | | | | | | | | | | | | | | | | | "renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
* | | Merge tag '1.5.2' into trz/rebaselookshe2015-08-119-227/+399
|/ /
* / implementation for downloading only when enabled wlanlookshe2015-04-121-2/+2
|/
* respond to unreadable OTR messages with error message. fixed #1021iNPUTmice2015-03-211-0/+3
|
* wait for session iq to return sucessfully before sending other stanzas. ↵iNPUTmice2015-03-201-26/+42
| | | | fixed #1017
* Do not Strigprep JIDs from databaseMateusz "maxmati" Nowoty?ski2015-03-111-5/+9
|
* avoid unnecessary thread creationiNPUTmice2015-03-051-0/+7
|
* added config option to disable string prep in jidsiNPUTmice2015-03-051-3/+4
|
* experimantal in memory jid cachingiNPUTmice2015-03-041-0/+15
|
* check for null in jid parseriNPUTmice2015-02-262-0/+3
|
* added typing notifications through XEP-0085. fixed #210iNPUTmice2015-02-211-0/+32
|
* Vitelity's s.ms service requires <body> firstStephen Paul Weber2015-02-151-1/+1
| | | | | | | If the <body> tag is not first, their bot just silently drops the stanza. I know we shouldn't have to care about order, and I'm trying to get them to fix it, but it's not high-priority for them since "most" clients seem to work, so I'd like this workaround in.
* load messages asynchronouslyiNPUTmice2015-02-121-0/+6
|
* added actions to error notificationiNPUTmice2015-02-101-0/+5
|
* disabled cipher loggingiNPUTmice2015-02-091-1/+1
|
* Use platform ciphers as well, just prefer oursSam Whited2015-02-021-1/+2
|
* don't count when attempt failed completlyiNPUTmice2015-01-291-0/+1
|
* set jingle file transfer to offer after iq offer has returnediNPUTmice2015-01-251-6/+17
|
* Remove legacy SSL supportSam Whited2015-01-191-15/+11
|
* Harden the TLS connection cipher suitesSam Whited2015-01-141-0/+7
|
* keep proper image file extensionDaniel Gultsch2015-01-111-8/+8
|