Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow JIDs such as "example.net/@" | Sam Whited | 2014-12-02 | 1 | -3/+2 |
| | |||||
* | "example.net/@/" should be a valid JID. | Sam Whited | 2014-12-02 | 1 | -164/+166 |
| | | | | Retab JID file | ||||
* | Fix RFC 6122 implementation | Sam Whited | 2014-12-02 | 1 | -4/+5 |
| | | | | JID resourceparts should be able to contain "@" and "/" characters | ||||
* | do not query service info from main server again | iNPUTmice | 2014-12-01 | 1 | -5/+3 |
| | |||||
* | work around to not confuse irc transport with real conference servers | iNPUTmice | 2014-11-21 | 1 | -2/+7 |
| | |||||
* | brought ad hoc conferences back. fixed #688 fixed #367 | iNPUTmice | 2014-11-20 | 3 | -1/+133 |
| | |||||
* | better exception handling in XmppConnection.connect. (never return without ↵ | iNPUTmice | 2014-11-18 | 1 | -39/+15 |
| | | | | throwing exception. use finally to release wake lock. use status.server_not_found instead of status.offline when necessary | ||||
* | avoided some null pointers | iNPUTmice | 2014-11-17 | 1 | -2/+6 |
| | |||||
* | better error checking in ssl switch over | iNPUTmice | 2014-11-16 | 1 | -5/+9 |
| | |||||
* | small modifications for changing an account status in XmppConnection | iNPUTmice | 2014-11-15 | 1 | -8/+6 |
| | |||||
* | Merge pull request #668 from SamWhited/auth-pinning | Daniel Gultsch | 2014-11-15 | 2 | -44/+60 |
|\ | | | | | Auth mechanism pinning | ||||
| * | 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 |
| |