aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | open latest conversation from notificationDaniel Gultsch2014-04-111-0/+3
|/ /
* | first file transfer between gajim and conversations. still a lot to do thoughDaniel Gultsch2014-04-114-13/+94
| |
* | socks5 initialisation works. doesn't get activate thoughDaniel Gultsch2014-04-119-38/+180
| |
* | failed messages get now marked inlineDaniel Gultsch2014-04-116-96/+65
| |
* | incomming jingle packets are routed to their connection. added presence ↵Daniel Gultsch2014-04-109-160/+318
| | | | | | | | chooser in gui
* | changed behaviour of expecption handler to check if accounts are working ↵Daniel Gultsch2014-04-101-12/+15
| | | | | | | | before removing the stacktrace
* | disocover stream hosts (xep-0065) cleaned up discoDaniel Gultsch2014-04-0811-108/+211
| |
* | fixed npeDaniel Gultsch2014-04-081-3/+5
| |
* | fixed #52. thanks @strbDaniel Gultsch2014-04-072-1/+16
| |
* | jingle connection and manager. able to trigger dialog in gajimDaniel Gultsch2014-04-0710-81/+287
| |
* | gui for imagesDaniel Gultsch2014-04-068-41/+104
| |
* | added button to open imagesDaniel Gultsch2014-04-064-12/+117
| |
* | added attach file actionDaniel Gultsch2014-04-067-0/+12
|/
* renamed [Archive conversation|Leave conference] to End this conversationDaniel Gultsch2014-04-063-3/+2
|
* fixed npeDaniel Gultsch2014-04-061-0/+9
|
* spelling and more features to changelog0.1.3Daniel Gultsch2014-04-061-5/+6
|
* added changelogDaniel Gultsch2014-04-061-0/+18
|
* use proper, advertised sm namespaceDaniel Gultsch2014-04-055-25/+24
|
* cleaned up log output a little bitDaniel Gultsch2014-04-052-7/+1
|
* Merge pull request #49 from rtreffer/compression-fixDaniel Gultsch2014-04-051-10/+5
|\ | | | | Switch to FULL_SYNC to make prosody happy
| * Switch to FULL_SYNC to make prosody happyRene Treffer2014-04-051-10/+5
|/
* code cleanupDaniel Gultsch2014-04-051-11/+5
|
* marked incoming carbons as unreadDaniel Gultsch2014-04-041-5/+7
|
* notify on incomming received carbon messagesDaniel Gultsch2014-04-042-4/+12
|
* added build instruticonsDaniel Gultsch2014-04-041-0/+10
|
* bumped minidns to new versionDaniel Gultsch2014-04-041-5/+5
|
* added compression to the xep listDaniel Gultsch2014-04-041-0/+1
|
* fixing more notification f-upsDaniel Gultsch2014-04-041-5/+16
|
* nothing importantDaniel Gultsch2014-04-031-1/+1
|
* Merge branch 'compression' of https://github.com/rtreffer/Conversations into ↵Daniel Gultsch2014-04-0310-26/+223
|\ | | | | | | rtreffer-compression
| * Migrate all accounts to use compressionRene Treffer2014-04-031-4/+7
| |
| * Only apply defaults if the account is newRene Treffer2014-04-031-2/+2
| |
| * Remove option to enable/disable TLS (now enabled by default)Rene Treffer2014-04-032-13/+1
| |
| * Remove option for compression (enabled by default / hidden setting)Rene Treffer2014-04-032-12/+1
| |
| * Add support for users with empty nameRene Treffer2014-04-031-1/+1
| |
| * Add compression supportRene Treffer2014-04-038-10/+227
| |
* | possible fix for some weird notification bugsDaniel Gultsch2014-04-031-3/+3
|/
* be compatible with openkeychain api v3Daniel Gultsch2014-04-037-26/+64
|
* reset to headDaniel Gultsch2014-04-031-0/+6
|
* increased version and fixed one last null pointerDaniel Gultsch2014-04-032-2/+6
|
* call change status listener after disable accountDaniel Gultsch2014-04-031-0/+1
|
* fixed null pointerDaniel Gultsch2014-04-032-5/+12
|
* fixed #27Daniel Gultsch2014-04-033-2/+13
|
* set openpgp api to v2.4Daniel Gultsch2014-04-032-6/+0
|
* Merge pull request #40 from rtreffer/minidnsDaniel Gultsch2014-04-032-13/+59
|\ | | | | Add ability to use a provided ipv4 address on connect
| * Add ability to use a provided ipv4 address on connectRene Treffer2014-04-033-18/+64
| |
* | updatet librariesDaniel Gultsch2014-04-032-5/+5
| |
* | tryping to resolve the wake lock bugDaniel Gultsch2014-04-033-9/+9
| |
* | cleared up logging a little bit. no need for an entire stack trace at this pointDaniel Gultsch2014-04-031-10/+5
| |
* | Merge pull request #39 from rtreffer/minidnsDaniel Gultsch2014-04-034-91/+111
|\| | | | | Switch to a small DNS library for DNS resolving.