aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtm support for image downloaderiNPUTmice2014-10-194-15/+57
* use new 'api' to add messages to a conversationiNPUTmice2014-10-191-3/+3
* force tls for registrations as welliNPUTmice2014-10-191-2/+5
* got rid of copyonwrite array list for messagesiNPUTmice2014-10-194-20/+26
* 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-177-45/+59
* | made grace period on a per account basisiNPUTmice2014-10-176-37/+30
|/
* additonal safty net for disabling notificationsiNPUTmice2014-10-161-0/+1
* simplified determination whether otr needs starting in a sessioniNPUTmice2014-10-161-7/+2
* log ending otr sessions on disconnectiNPUTmice2014-10-162-3/+10
* forground/background logging without csiiNPUTmice2014-10-161-4/+2
* make image download message to type=image only after completioniNPUTmice2014-10-161-3/+2
* added file observer to get notified when files are deleted: fixes #396iNPUTmice2014-10-162-3/+32
* detect deleted files on start up. got rid of lagecy image provider for perfor...iNPUTmice2014-10-1510-191/+65
* refactored file download status. make image http download available for carbo...iNPUTmice2014-10-1523-210/+265
* Merge pull request #547 from emdete/p0Daniel Gultsch2014-10-151-4/+4
|\
| * remove warning about <> castM. Dietrich2014-10-151-4/+4
* | synchronization for listenersiNPUTmice2014-10-151-43/+60
* | synchronization for notificationiNPUTmice2014-10-151-11/+17
* | removed unecessary updateiNPUTmice2014-10-151-1/+0
|/
* changed pgp decoding mechanismiNPUTmice2014-10-153-36/+47
* don't show invalid file sizeiNPUTmice2014-10-141-1/+4
* recreate http connection after restart. fixes stale download button. better f...iNPUTmice2014-10-144-26/+95
* catch can't open database exceptioniNPUTmice2014-10-141-4/+9
* read image bounds on downloaded imageiNPUTmice2014-10-145-31/+103
* possible work around for notification bugiNPUTmice2014-10-141-0/+17
* fixed rare npeiNPUTmice2014-10-141-2/+6
* renamingiNPUTmice2014-10-1415-43/+39
* basic image over http downloadingiNPUTmice2014-10-1420-213/+429
* Merge pull request #543 from emdete/dedepricateDaniel Gultsch2014-10-131-1/+1
|\
| * use setAlpha(float) method, not the depricated oneM. Dietrich2014-10-131-1/+1
* | reworked muc details and contact details a bitiNPUTmice2014-10-132-7/+8
* | redesigned contact details a bitiNPUTmice2014-10-131-1/+9
|/
* fixed npesiNPUTmice2014-10-092-5/+9
* remove this.this memberM. Dietrich2014-10-083-18/+13
* bullet proofing some codeiNPUTmice2014-10-082-8/+23
* fixed possible logout bugsiNPUTmice2014-10-082-2/+5
* refactored read markeriNPUTmice2014-10-074-28/+24
* made disabled notifications permanent across restartsiNPUTmice2014-10-075-17/+34
* refactored grace periodiNPUTmice2014-10-075-17/+32
* fixed regression of not showing status messageiNPUTmice2014-10-071-1/+4
* cleanung up the scroll fix a littleiNPUTmice2014-10-063-4/+9
* fixed npeiNPUTmice2014-10-061-2/+5
* muc options clean upiNPUTmice2014-10-062-27/+28
* refactored muc bookmark to extend element. keep all elements the server or ot...iNPUTmice2014-10-069-93/+78
* only delivery get and set iq packets to unhandled iq listener. only create ji...iNPUTmice2014-10-051-10/+18
* fixed rare npeiNPUTmice2014-10-051-0/+4
* Merge pull request #524 from betheg/muc_errors_conditionsDaniel Gultsch2014-10-052-1/+36
|\