Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | incomming jingle packets are routed to their connection. added presence ↵ | Daniel Gultsch | 2014-04-10 | 8 | -160/+316 | |
| | | | | | | | | chooser in gui | |||||
* | | changed behaviour of expecption handler to check if accounts are working ↵ | Daniel Gultsch | 2014-04-10 | 1 | -12/+15 | |
| | | | | | | | | before removing the stacktrace | |||||
* | | disocover stream hosts (xep-0065) cleaned up disco | Daniel Gultsch | 2014-04-08 | 11 | -108/+211 | |
| | | ||||||
* | | fixed npe | Daniel Gultsch | 2014-04-08 | 1 | -3/+5 | |
| | | ||||||
* | | fixed #52. thanks @strb | Daniel Gultsch | 2014-04-07 | 1 | -1/+11 | |
| | | ||||||
* | | jingle connection and manager. able to trigger dialog in gajim | Daniel Gultsch | 2014-04-07 | 8 | -79/+283 | |
| | | ||||||
* | | gui for images | Daniel Gultsch | 2014-04-06 | 6 | -41/+88 | |
| | | ||||||
* | | added button to open images | Daniel Gultsch | 2014-04-06 | 4 | -12/+117 | |
| | | ||||||
* | | added attach file action | Daniel Gultsch | 2014-04-06 | 1 | -0/+4 | |
|/ | ||||||
* | renamed [Archive conversation|Leave conference] to End this conversation | Daniel Gultsch | 2014-04-06 | 1 | -1/+0 | |
| | ||||||
* | fixed npe | Daniel Gultsch | 2014-04-06 | 1 | -0/+9 | |
| | ||||||
* | use proper, advertised sm namespace | Daniel Gultsch | 2014-04-05 | 5 | -25/+24 | |
| | ||||||
* | cleaned up log output a little bit | Daniel Gultsch | 2014-04-05 | 2 | -7/+1 | |
| | ||||||
* | Switch to FULL_SYNC to make prosody happy | Rene Treffer | 2014-04-05 | 1 | -10/+5 | |
| | ||||||
* | code cleanup | Daniel Gultsch | 2014-04-05 | 1 | -11/+5 | |
| | ||||||
* | marked incoming carbons as unread | Daniel Gultsch | 2014-04-04 | 1 | -5/+7 | |
| | ||||||
* | notify on incomming received carbon messages | Daniel Gultsch | 2014-04-04 | 2 | -4/+12 | |
| | ||||||
* | fixing more notification f-ups | Daniel Gultsch | 2014-04-04 | 1 | -5/+16 | |
| | ||||||
* | nothing important | Daniel Gultsch | 2014-04-03 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'compression' of https://github.com/rtreffer/Conversations into ↵ | Daniel Gultsch | 2014-04-03 | 9 | -16/+223 | |
|\ | | | | | | | rtreffer-compression | |||||
| * | Migrate all accounts to use compression | Rene Treffer | 2014-04-03 | 1 | -4/+7 | |
| | | ||||||
| * | Only apply defaults if the account is new | Rene Treffer | 2014-04-03 | 1 | -2/+2 | |
| | | ||||||
| * | Remove option to enable/disable TLS (now enabled by default) | Rene Treffer | 2014-04-03 | 1 | -4/+1 | |
| | | ||||||
| * | Remove option for compression (enabled by default / hidden setting) | Rene Treffer | 2014-04-03 | 1 | -5/+1 | |
| | | ||||||
| * | Add support for users with empty name | Rene Treffer | 2014-04-03 | 1 | -1/+1 | |
| | | ||||||
| * | Add compression support | Rene Treffer | 2014-04-03 | 7 | -9/+220 | |
| | | ||||||
* | | possible fix for some weird notification bugs | Daniel Gultsch | 2014-04-03 | 1 | -3/+3 | |
|/ | ||||||
* | be compatible with openkeychain api v3 | Daniel Gultsch | 2014-04-03 | 5 | -21/+59 | |
| | ||||||
* | increased version and fixed one last null pointer | Daniel Gultsch | 2014-04-03 | 1 | -0/+4 | |
| | ||||||
* | call change status listener after disable account | Daniel Gultsch | 2014-04-03 | 1 | -0/+1 | |
| | ||||||
* | fixed null pointer | Daniel Gultsch | 2014-04-03 | 2 | -5/+12 | |
| | ||||||
* | fixed #27 | Daniel Gultsch | 2014-04-03 | 3 | -2/+13 | |
| | ||||||
* | Merge pull request #40 from rtreffer/minidns | Daniel Gultsch | 2014-04-03 | 2 | -13/+59 | |
|\ | | | | | Add ability to use a provided ipv4 address on connect | |||||
| * | Add ability to use a provided ipv4 address on connect | Rene Treffer | 2014-04-03 | 2 | -13/+59 | |
| | | ||||||
* | | tryping to resolve the wake lock bug | Daniel Gultsch | 2014-04-03 | 3 | -9/+9 | |
| | | ||||||
* | | cleared up logging a little bit. no need for an entire stack trace at this point | Daniel Gultsch | 2014-04-03 | 1 | -10/+5 | |
| | | ||||||
* | | Merge pull request #39 from rtreffer/minidns | Daniel Gultsch | 2014-04-03 | 1 | -91/+100 | |
|\| | | | | | Switch to a small DNS library for DNS resolving. | |||||
| * | Switch to a small DNS library for DNS resolving. | Rene Treffer | 2014-04-03 | 1 | -91/+100 | |
| | | ||||||
* | | added permenant notification when one or more accounts are unable to connect | Daniel Gultsch | 2014-04-03 | 5 | -17/+51 | |
|/ | ||||||
* | fixed add account dialog showing up multiple times | Daniel Gultsch | 2014-04-01 | 1 | -3/+5 | |
| | ||||||
* | fixed digest-md5 auth to work with prosody as well. thank you Florian Schmaus | Daniel Gultsch | 2014-04-01 | 1 | -1/+1 | |
| | ||||||
* | fixed #30 - added support for digest-md5 - only works with Icewarp 11???git ↵ | Daniel Gultsch | 2014-03-31 | 2 | -16/+89 | |
| | | | | add src/? | |||||
* | changed all them beautifull colors | Daniel Gultsch | 2014-03-31 | 1 | -1/+1 | |
| | ||||||
* | null pointer fix | Daniel Gultsch | 2014-03-31 | 1 | -0/+3 | |
| | ||||||
* | null pointer fix | Daniel Gultsch | 2014-03-31 | 1 | -2/+2 | |
| | ||||||
* | ground work to support multiple auth mechanisms | Daniel Gultsch | 2014-03-30 | 1 | -2/+26 | |
| | ||||||
* | finally fixed #notificationgate | Daniel Gultsch | 2014-03-29 | 3 | -9/+8 | |
| | ||||||
* | treat dns timeouts as temporary. also increased timeout | Daniel Gultsch | 2014-03-28 | 2 | -3/+8 | |
| | ||||||
* | fixed login issue with latest ejabberd | Daniel Gultsch | 2014-03-28 | 1 | -2/+1 | |
| | ||||||
* | streamlined sasl code | Daniel Gultsch | 2014-03-28 | 1 | -16/+4 | |
| |