Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed #216 | iNPUTmice | 2014-07-01 | 1 | -3/+7 |
| | |||||
* | fixed #228 | iNPUTmice | 2014-06-30 | 1 | -0/+11 |
| | |||||
* | more error handling for jingle connections | iNPUTmice | 2014-06-29 | 1 | -0/+1 |
| | |||||
* | raised ping time out | iNPUTmice | 2014-06-27 | 1 | -3/+3 |
| | |||||
* | faulty otr messages now generate an error | iNPUTmice | 2014-06-26 | 1 | -3/+5 |
| | |||||
* | wrap wakelock release with try catch | iNPUTmice | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | some fixes for otr with multiple parties | iNPUTmice | 2014-06-25 | 1 | -0/+5 |
| | |||||
* | more otr fixes | iNPUTmice | 2014-06-24 | 1 | -9/+15 |
| | |||||
* | fixes for offline otr | iNPUTmice | 2014-06-24 | 1 | -1/+1 |
| | |||||
* | fix for not being able to send otr encrypted images to offline contacts. ↵ | iNPUTmice | 2014-06-23 | 1 | -18/+18 |
| | | | | unconfirmed | ||||
* | fixed #220 | iNPUTmice | 2014-06-22 | 1 | -3/+3 |
| | |||||
* | moved message packet creation into sperate class | iNPUTmice | 2014-06-22 | 1 | -69/+26 |
| | |||||
* | establish otr connection before sending image | iNPUTmice | 2014-06-22 | 1 | -13/+34 |
| | |||||
* | not working version of otr file transfer | iNPUTmice | 2014-06-20 | 1 | -4/+43 |
| | |||||
* | code cleanup / unification | iNPUTmice | 2014-06-16 | 1 | -35/+22 |
| | |||||
* | Send from our full jid (fixes #60) | Steven Dee | 2014-06-15 | 1 | -2/+1 |
| | | | | | | | The problem wasn't with sending to bare jids, but rather sending *from* bare jids, which we did unless we were OTR encrypted for some reason. Google Talk supports the former, but (probably correctly) rejects the latter. | ||||
* | infite scrolling | iNPUTmice | 2014-06-14 | 1 | -0/+8 |
| | |||||
* | offline sending of images | iNPUTmice | 2014-06-13 | 1 | -7/+15 |
| | |||||
* | status waiting for images sent offline | iNPUTmice | 2014-06-13 | 1 | -21/+33 |
| | |||||
* | finished offline otr | iNPUTmice | 2014-06-12 | 1 | -15/+32 |
| | |||||
* | fire onContactStatusChanged only on online/offline changes. not on status ↵ | iNPUTmice | 2014-06-12 | 1 | -0/+1 |
| | | | | changes | ||||
* | send otr messages when contacts comes online | iNPUTmice | 2014-06-12 | 1 | -1/+4 |
| | |||||
* | groundwork for offline otr messages | iNPUTmice | 2014-06-11 | 1 | -5/+44 |
| | |||||
* | removed unnecessary variable in message class | iNPUTmice | 2014-06-07 | 1 | -1/+0 |
| | |||||
* | possible fix to be able to images and encrypted messages at a faster rate | iNPUTmice | 2014-06-07 | 1 | -3/+4 |
| | |||||
* | do not just simply resend images | iNPUTmice | 2014-06-06 | 1 | -20/+24 |
| | |||||
* | put xep333 parsing into parser class | Daniel Gultsch | 2014-06-06 | 1 | -24/+1 |
| | |||||
* | refactored presence parsing into dedicated class | Daniel Gultsch | 2014-06-06 | 1 | -105/+7 |
| | |||||
* | image provider path name now with .webp ending | iNPUTmice | 2014-06-04 | 1 | -2/+5 |
| | |||||
* | received and displayed messages (xep 333) are now marked properly | iNPUTmice | 2014-06-04 | 1 | -22/+44 |
| | |||||
* | fixed pgp on incoming carbon messages | iNPUTmice | 2014-06-04 | 1 | -7/+2 |
| | |||||
* | answer to xep 184 message receipts. fixes #95 | iNPUTmice | 2014-06-03 | 1 | -14/+50 |
| | |||||
* | added pgp sig on muc rename | iNPUTmice | 2014-06-03 | 1 | -3/+9 |
| | |||||
* | fixed regression that led to the wakelock not being released again | iNPUTmice | 2014-05-31 | 1 | -1/+1 |
| | |||||
* | encrypted group messages are now properly decrypted | Daniel Gultsch | 2014-05-28 | 1 | -1/+0 |
| | |||||
* | first tries on crypto muc | Daniel Gultsch | 2014-05-28 | 1 | -4/+11 |
| | |||||
* | end otr sessions earlier / more often. can lead to unesessary handshakes but ↵ | Daniel Gultsch | 2014-05-23 | 1 | -2/+22 |
| | | | | can improve reliabilty | ||||
* | code cleanup | Daniel Gultsch | 2014-05-23 | 1 | -1/+0 |
| | |||||
* | offline crud of contacts | Daniel Gultsch | 2014-05-22 | 1 | -3/+19 |
| | |||||
* | implementet missing methods on the new roster mgmt | Daniel Gultsch | 2014-05-22 | 1 | -0/+3 |
| | |||||
* | fixed #136 | Daniel Gultsch | 2014-05-22 | 1 | -24/+35 |
| | |||||
* | write contacts on system shutdown | Daniel Gultsch | 2014-05-21 | 1 | -5/+19 |
| | |||||
* | cleaned up shared text | Daniel Gultsch | 2014-05-21 | 1 | -9/+1 |
| | |||||
* | ported pending subscription support to new roster mgmt | Daniel Gultsch | 2014-05-20 | 1 | -16/+3 |
| | |||||
* | made roster persistant aka enabled versioning again | Daniel Gultsch | 2014-05-19 | 1 | -1/+11 |
| | |||||
* | reworked roster/contact handling. might break some stuff. not sycing to disk yet | Daniel Gultsch | 2014-05-19 | 1 | -220/+80 |
| | |||||
* | fixed #123 fixed122 | Daniel Gultsch | 2014-05-18 | 1 | -13/+10 |
| | |||||
* | fixed #53 aka server not found bug | Daniel Gultsch | 2014-05-18 | 1 | -26/+22 |
| | |||||
* | permanent notification disapears now when account is being deleted + code ↵ | Daniel Gultsch | 2014-05-17 | 1 | -2/+8 |
| | | | | clean up | ||||
* | reworked message to conferences | Daniel Gultsch | 2014-05-16 | 1 | -15/+14 |
| |