Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Set security error status on TLS cert mismatch | Sam Whited | 2014-11-15 | 1 | -6/+7 | |
| | | ||||||
| * | Add incompatible server status | Sam Whited | 2014-11-15 | 1 | -0/+1 | |
| | | ||||||
| * | Add security error status | Sam Whited | 2014-11-15 | 1 | -1/+2 | |
| | | ||||||
| * | Make account status an enum | Sam Whited | 2014-11-15 | 2 | -26/+26 | |
| | | ||||||
| * | Add auth method pinning | Sam Whited | 2014-11-15 | 1 | -13/+26 | |
| | | ||||||
* | | fixed some disco / carbon related bugs | iNPUTmice | 2014-11-15 | 1 | -29/+43 | |
|/ | ||||||
* | better cleanup after unsuccesful transfers | iNPUTmice | 2014-11-15 | 3 | -1/+35 | |
| | ||||||
* | fixed description in notifications and conversation overview | iNPUTmice | 2014-11-15 | 1 | -3/+10 | |
| | ||||||
* | fixed resending for files as well | iNPUTmice | 2014-11-15 | 1 | -0/+1 | |
| | ||||||
* | made file transfers cancelable | iNPUTmice | 2014-11-15 | 3 | -20/+48 | |
| | ||||||
* | progress for ibb transfers | iNPUTmice | 2014-11-15 | 4 | -13/+25 | |
| | ||||||
* | some mime and pgp fixes for file transfer | iNPUTmice | 2014-11-15 | 1 | -1/+20 | |
| | ||||||
* | support for pgp files | iNPUTmice | 2014-11-15 | 1 | -0/+2 | |
| | ||||||
* | progress for http images as well. fixed open button for sent files | iNPUTmice | 2014-11-15 | 1 | -2/+6 | |
| | ||||||
* | bug fixes and various improvements for file transfer | iNPUTmice | 2014-11-15 | 1 | -7/+4 | |
| | ||||||
* | basic arbitrary file transfer | iNPUTmice | 2014-11-15 | 2 | -55/+84 | |
| | ||||||
* | Improve auth error handling and state machine | Sam Whited | 2014-11-15 | 1 | -8/+7 | |
| | ||||||
* | Add SCRAM-SHA1 support | Sam Whited | 2014-11-14 | 2 | -299/+322 | |
| | | | | | | | Factor out GS2 tokanization into own class Add authentication exception class Fixes #71 | |||||
* | Merge pull request #656 from SamWhited/authrefactor | Daniel Gultsch | 2014-11-12 | 1 | -29/+20 | |
|\ | | | | | Refactor authentication code | |||||
| * | Refactor authentication code | Sam Whited | 2014-11-12 | 1 | -29/+20 | |
| | | ||||||
* | | Make sure we're storing the display JID as Unicode | Sam Whited | 2014-11-12 | 1 | -2/+3 | |
|/ | ||||||
* | made Jid class parse otr session ids | iNPUTmice | 2014-11-10 | 1 | -0/+10 | |
| | ||||||
* | more refactoring for presence selection. removed getTo, getFrom and getJid ↵ | iNPUTmice | 2014-11-10 | 1 | -1/+1 | |
| | | | | from Element | |||||
* | Rework `Account.getJid()' to return full JIDs | Sam Whited | 2014-11-09 | 4 | -45/+45 | |
| | | | | Remove `Account.getFullJid()' | |||||
* | refactored code to always contain full jid for counterpart | iNPUTmice | 2014-11-09 | 1 | -1/+1 | |
| | ||||||
* | return null if from ist not set in abstract stanza | iNPUTmice | 2014-11-09 | 1 | -12/+17 | |
| | ||||||
* | Check for illegal arguments to the toASCII func | Sam Whited | 2014-11-09 | 2 | -3/+17 | |
| | ||||||
* | Fix issue with IDN SRV records | Sam Whited | 2014-11-09 | 1 | -2/+3 | |
| | ||||||
* | Create avatar's for JID's w/o localparts | Sam Whited | 2014-11-09 | 1 | -1/+1 | |
| | ||||||
* | Fix JID parsing error | Sam Whited | 2014-11-09 | 1 | -1/+1 | |
| | ||||||
* | It builds again! | Sam Whited | 2014-11-09 | 1 | -5/+1 | |
| | ||||||
* | Update another chunk of stuff to use JID objects | Sam Whited | 2014-11-09 | 1 | -0/+4 | |
| | ||||||
* | Update more files to use JID objects | Sam Whited | 2014-11-09 | 7 | -47/+72 | |
| | ||||||
* | Move a chunk of classes over to using JID objects | Sam Whited | 2014-11-09 | 4 | -117/+118 | |
| | ||||||
* | Use factories to generate JIDs | Sam Whited | 2014-11-09 | 1 | -18/+22 | |
| | ||||||
* | Improve JID error handling | Sam Whited | 2014-11-09 | 2 | -9/+57 | |
| | ||||||
* | Add first attempt at JID class | Sam Whited | 2014-11-09 | 1 | -0/+151 | |
| | ||||||
* | got rid of MTM and mRandom variable in favor of using a reference to service | iNPUTmice | 2014-11-09 | 1 | -12/+7 | |
| | ||||||
* | check if socket was null before doing ssl connect | iNPUTmice | 2014-11-08 | 1 | -46/+42 | |
| | ||||||
* | more error handling in xmppconnection | iNPUTmice | 2014-11-03 | 1 | -66/+78 | |
| | ||||||
* | Merge branch 'gradle' into development | Sam Whited | 2014-10-30 | 3 | -50/+46 | |
| | | | | | | | | | | Conflicts: .gitignore CHANGELOG.md README.md libs/MemorizingTrustManager libs/minidns libs/openpgp-api-lib | |||||
* | Make conversations the root project | Sam Whited | 2014-10-22 | 33 | -0/+3387 | |