Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Update logo in art folder | Sam Whited | 2014-12-04 | 1 | -0/+0 | |
|/ / | ||||||
* | | fixed digest-md5 | iNPUTmice | 2014-12-04 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'development' of https://github.com/siacs/Conversations into ↵ | iNPUTmice | 2014-12-03 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | development | |||||
| * \ | Merge pull request #746 from SamWhited/development | Daniel Gultsch | 2014-12-03 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | Single character README fix waste of time pull request. | |||||
| | * | | Single character README fix waste of time pull request. | Sam Whited | 2014-12-03 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | close cursors after querying phone db | iNPUTmice | 2014-12-03 | 1 | -0/+2 | |
|/ / / | ||||||
* / / | fixed #651 | iNPUTmice | 2014-12-03 | 2 | -0/+20 | |
|/ / | ||||||
* | | more safety checks for listener counts | iNPUTmice | 2014-12-03 | 1 | -88/+29 | |
| | | ||||||
* | | updated readme | iNPUTmice | 2014-12-03 | 1 | -2/+2 | |
| | | ||||||
* | | fixed #544 | iNPUTmice | 2014-12-03 | 1 | -1/+51 | |
| | | ||||||
* | | version bump to 0.9.2 | iNPUTmice | 2014-12-03 | 3 | -3/+6 | |
| | | ||||||
* | | display proper error in edit account details if jid is invalid | iNPUTmice | 2014-12-03 | 1 | -8/+9 | |
| | | ||||||
* | | further npe checks | iNPUTmice | 2014-12-03 | 2 | -6/+13 | |
| | | ||||||
* | | refactored the message adapter a bit | iNPUTmice | 2014-12-03 | 1 | -32/+33 | |
| | | ||||||
* | | set nick and autojoin=true for new bookmarks | iNPUTmice | 2014-12-03 | 1 | -0/+4 | |
| | | ||||||
* | | made muc parser more compatible with legacy mucs?! (whatever that is exactly) | iNPUTmice | 2014-12-03 | 1 | -3/+1 | |
| | | ||||||
* | | Merge pull request #744 from SamWhited/development | Daniel Gultsch | 2014-12-03 | 2 | -1/+5 | |
|\ \ | | | | | | | Fix DIGEST-MD5 auth | |||||
| * | | Make sure SASL tokenizer strips strings | Sam Whited | 2014-12-02 | 2 | -1/+5 | |
|/ / | | | | | | | Fix DIGEST-MD5 auth (make sure we're not splitting on BASE64 `==') | |||||
* | | worked around concurrent modification exception | iNPUTmice | 2014-12-03 | 1 | -11/+11 | |
| | | ||||||
* | | fixed another npe in hasBookmark | iNPUTmice | 2014-12-03 | 1 | -2/+3 | |
| | | ||||||
* | | Merge pull request #740 from SamWhited/jidrpfix | Daniel Gultsch | 2014-12-03 | 1 | -163/+165 | |
|\ \ | | | | | | | Fix RFC 6122 implementation | |||||
| * | | 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 | |||||
* | | | Merge pull request #743 from weiss/update-german-translations | Daniel Gultsch | 2014-12-03 | 1 | -2/+4 | |
|\ \ \ | | | | | | | | | Update/improve German translations | |||||
| * | | | Update/improve German translations | Holger Weiß | 2014-12-02 | 1 | -2/+4 | |
| |/ / | ||||||
* | | | Merge branch 'development' of https://github.com/siacs/Conversations into ↵ | iNPUTmice | 2014-12-03 | 3 | -32/+109 | |
|\| | | | | | | | | | | | development | |||||
| * | | Merge pull request #737 from kruks23/translation2 | Daniel Gultsch | 2014-12-02 | 1 | -9/+11 | |
| |\ \ | | | | | | | | | Update spanish translations | |||||
| | * | | Update spanish translations | kruks23 | 2014-12-01 | 1 | -9/+11 | |
| | | | | ||||||
| * | | | Merge pull request #730 from svetlemodry/development | Daniel Gultsch | 2014-12-02 | 2 | -23/+98 | |
| |\ \ \ | | |/ / | |/| | | Updated Czech translation file | |||||
| | * | | pref_about_message string deleted | Jaroslav Lichtblau | 2014-12-01 | 1 | -24/+0 | |
| | | | | ||||||
| | * | | Added Czech translator name | Jaroslav Lichtblau | 2014-12-01 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | Updated Czech translation file | Jaroslav Lichtblau | 2014-12-01 | 1 | -23/+121 | |
| | | | | | | | | | | | | | | | | | | | | added missing strings fixing typos, improvements for better understanding | |||||
* | | | | safety net in joinMuc | iNPUTmice | 2014-12-03 | 1 | -4/+6 | |
| | | | | ||||||
* | | | | clean up getProposedNick | iNPUTmice | 2014-12-03 | 1 | -6/+5 | |
| | | | | ||||||
* | | | | fixed potential npes in message parser | iNPUTmice | 2014-12-03 | 1 | -2/+7 | |
| | | | | ||||||
* | | | | cleaned up avatar / tile creation | iNPUTmice | 2014-12-03 | 2 | -20/+9 | |
|/ / / | ||||||
* | | | fixed #728 | iNPUTmice | 2014-12-01 | 1 | -5/+2 | |
| | | | ||||||
* | | | bumped cap version as well | iNPUTmice | 2014-12-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | version bump to 0.9.1 and changelog | iNPUTmice | 2014-12-01 | 2 | -2/+5 | |
| | | | ||||||
* | | | clear encrypted messages on reinit | iNPUTmice | 2014-12-01 | 1 | -2/+13 | |
| | | | ||||||
* | | | worked around rare npe | iNPUTmice | 2014-12-01 | 1 | -5/+12 | |
| | | | ||||||
* | | | fixed npe if roster jid couldnt be parsed | iNPUTmice | 2014-12-01 | 1 | -8/+5 | |
| | | | ||||||
* | | | fixed italian translation | iNPUTmice | 2014-12-01 | 1 | -5/+5 | |
| | | | ||||||
* | | | Merge pull request #726 from Elinvention/development | Daniel Gultsch | 2014-12-01 | 2 | -10/+89 | |
|\ \ \ | | | | | | | | | Update Italian translations | |||||
| * | | | Removed pref_about_message which is not translatable | Elinvention | 2014-11-30 | 1 | -24/+0 | |
| | | | | ||||||
| * | | | Added missing italian translations with some minor fixes to existing ones | Elinvention | 2014-11-30 | 2 | -10/+113 | |
| |/ / | ||||||
* | | | do not query service info from main server again | iNPUTmice | 2014-12-01 | 1 | -5/+3 | |
| | | | ||||||
* | | | don't request fragment before updating | iNPUTmice | 2014-11-30 | 1 | -6/+2 | |
|/ / | ||||||
* | | Merge pull request #721 from SamWhited/warning_fixes | Daniel Gultsch | 2014-11-29 | 4 | -6/+14 | |
|\ \ | | | | | | | Warning "fixes" |