aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/xmpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* reworked dns retryiNPUTmice2014-10-271-34/+33
* set divider for image meta information to '|' to not conflict with URL. break...iNPUTmice2014-10-261-2/+2
* made httpconnection accept aes encrypted filesiNPUTmice2014-10-221-1/+2
* added hostname verifier to httpconnectioniNPUTmice2014-10-221-1/+2
* throw exception when no servers are left to tryiNPUTmice2014-10-211-0/+6
* fixed #564iNPUTmice2014-10-213-6/+6
* refactored avatar generation. first stepiNPUTmice2014-10-202-24/+30
* keep reference to previous and next message in messageiNPUTmice2014-10-201-1/+0
* Merge pull request #554 from SamWhited/tlsDaniel Gultsch2014-10-201-7/+38
|\
| * Make legacy SSL option default to falseSam Whited2014-10-191-1/+1
| * Add "Enable legacy SSL" preferenceSam Whited2014-10-191-11/+33
| * Remove support for legacy SSLSam Whited2014-10-181-1/+9
| * Enable all supported protocols including TLSv1.1 and 1.2Sam Whited2014-10-161-0/+1
* | force tls for registrations as welliNPUTmice2014-10-191-2/+5
* | got rid of copyonwrite array list for messagesiNPUTmice2014-10-191-1/+3
* | force tlsiNPUTmice2014-10-191-3/+5
* | Merge branch 'srv_fix' of https://github.com/lactide/Conversations into lacti...iNPUTmice2014-10-191-4/+17
|\ \
| * | try all srv responses if necessaryFrank Zschockelt2014-10-161-4/+17
| |/
* / do not attempt to download images when not connectediNPUTmice2014-10-171-10/+13
|/
* detect deleted files on start up. got rid of lagecy image provider for perfor...iNPUTmice2014-10-151-2/+2
* refactored file download status. make image http download available for carbo...iNPUTmice2014-10-154-35/+57
* renamingiNPUTmice2014-10-147-7/+7
* basic image over http downloadingiNPUTmice2014-10-148-184/+27
* fixed possible logout bugsiNPUTmice2014-10-081-2/+2
* only delivery get and set iq packets to unhandled iq listener. only create ji...iNPUTmice2014-10-051-10/+18
* sending initial ping before going online after login/resume to ensure that al...iNPUTmice2014-10-051-2/+18
* no dns retry after nosrv erroriNPUTmice2014-10-041-1/+5
* notifiy only when necessaryDaniel Gultsch2014-09-291-2/+3
* new notification service. first draftDaniel Gultsch2014-09-282-7/+6
* changed method that determins whether or not sm is availableiNPUTmice2014-09-231-5/+1
* fixed very rare npeiNPUTmice2014-09-221-1/+1
* fixed presence splittingiNPUTmice2014-09-202-3/+3
* pare body in type=normal messages as welliNPUTmice2014-09-111-4/+1
* setting to increase font size. fixed #420iNPUTmice2014-09-084-10/+14
* introduced downloadable interface. reverted some of the changes made to OTRiNPUTmice2014-09-081-3/+4
* avoiding resource conflictsiNPUTmice2014-09-031-2/+7
* optimize string operations a bitM. Dietrich2014-09-017-15/+15
* some code cleanupiNPUTmice2014-08-3123-323/+411
* Merge branch 'sm' into developmentiNPUTmice2014-08-302-8/+53
|\
| * reset unsend messages to waitingiNPUTmice2014-08-301-0/+2
| * properly set stanza count on session resumeiNPUTmice2014-08-301-3/+21
| * basic message ackingiNPUTmice2014-08-302-5/+30
* | proper namespaces for xep-0352iNPUTmice2014-08-303-3/+3
* | added basic csiiNPUTmice2014-08-303-0/+38
|/
* fixed spelling thanks @bethegiNPUTmice2014-08-281-3/+3
* removed server compat value in favor of a (small xep list)Daniel Gultsch2014-08-231-36/+0
* added roster versioning to calculation of server compatiNPUTmice2014-08-211-0/+5
* avoid race condition for otr key in jingleiNPUTmice2014-08-211-1/+1
* better error display and additional infos (stats) for the edit account activityiNPUTmice2014-08-192-16/+75
* moved add/edit account from dialog into seperate activityiNPUTmice2014-08-152-5/+1