Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-18 | Support for SOCKS5 and HTTPConnect proxies. | Thilo Cestonaro | |
automatic proxy settings detection; SOCKS5 proxied connection; HTTPConnect proxied connection; License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-18 | Added some more XEP-106 tests. | Remko Tronçon | |
2011-04-18 | JID escaping algorithm refactoring. | Remko Tronçon | |
Made algorithm more efficient. Fixed some incorrect escaping. Added more tests from the XEP. | |||
2011-04-18 | Added support for JID Escaping XEP. | Jan Kaluza | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-18 | Chop off trailing \0 in ByteArray::toString(). | Remko Tronçon | |
2011-04-18 | Added ByteArray unit tests for null termination. | Remko Tronçon | |
2011-04-18 | Small tweaks to the roster item exchange payload. | Remko Tronçon | |
2011-04-18 | Added Roster Item Exchange XEP support. | Jan Kaluza | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-18 | Make parser infrastructure parser aware. | Remko Tronçon | |
Resolves: #492 | |||
2011-04-18 | Added chained connector. | Remko Tronçon | |
This connector will be useful for fallbacks in case of proxies. | |||
2011-04-18 | Conditionally compile DBUS URI handler. | Remko Tronçon | |
2011-04-18 | Implemented DBUS URI handler. | Remko Tronçon | |
2011-04-18 | Fixed compilation on older GCCs. | Remko Tronçon | |
2011-04-18 | Fixed tests on windows. | Remko Tronçon | |
2011-04-18 | Added RFC5122 XMPP URI parsing and basic handling. | Remko Tronçon | |
URI Handling currently only works on Mac OS X. | |||
2011-04-18 | Factor out payload persisting into utility classes. | Remko Tronçon | |
2011-04-18 | Added XEP-0237 Roster Versioning support. | Remko Tronçon | |
Resolves: #803 Release-Notes: Added support for XEP-0237 Roster Versioning | |||
2011-04-18 | Make SHA1 stateful. | Remko Tronçon | |
Resolves: #814 | |||
2011-04-18 | Compile Lua as C++ to avoid setjmp/longjmp & exception conflicts. | Remko Tronçon | |
2011-04-18 | Assert on empty event in event loop. | Remko Tronçon | |
2011-04-18 | Jingle refactoring. | Remko Tronçon | |
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon | |
2011-04-18 | Explicitly add system store trust anchors on Mac OS X 10.5.swift-1.0 | Remko Tronçon | |
2011-04-17 | Added missing Polish translation. | Remko Tronçon | |
2011-04-17 | Put release builds in the correct repository. | Remko Tronçon | |
2011-04-16 | Don't put rc versions in the release repository. | Remko Tronçon | |
2011-04-16 | Updated Hungarian translation. | Remko Tronçon | |
2011-04-16 | Added Polish translation. | Remko Tronçon | |
Release-Notes: Added Polish translation (Thanks to Maciej Niedzielski) | |||
2011-04-15 | Updated Slovak translation. | Remko Tronçon | |
2011-04-13 | Updated French translation. | Remko Tronçon | |
2011-04-13 | Updated french translation. | Remko Tronçon | |
2011-04-13 | Updated hungarian and french translation. | Remko Tronçon | |
2011-04-13 | Added Slovak translation. | Remko Tronçon | |
Release-Notes: Added Slovak translation (Thanks to Scrool) | |||
2011-04-12 | Updated check translations script. | Remko Tronçon | |
2011-04-12 | Updated German translation & added french translation. | Remko Tronçon | |
Release-Notes: Added French translation (Thanks to Cédric Dubouloz) | |||
2011-04-12 | Updated copyright year. | Remko Tronçon | |
2011-04-09 | Fixed NSIS translation script dependency. | Remko Tronçon | |
2011-04-09 | Added NSIS translation scripts to .gitignore. | Remko Tronçon | |
2011-04-09 | Fixed NSIS translation installation script. | Remko Tronçon | |
2011-04-09 | Fixed line endings in Wonderland script. | Remko Tronçon | |
2011-04-06 | Only set permissions on Linux. | Remko Tronçon | |
2011-04-06 | Force settings permissions to be group and world unreadable. | Remko Tronçon | |
2011-04-06 | Added Swedish translation | Remko Tronçon | |
Release-Notes: Added Swedish translation (Thanks to Lars Johansson) | |||
2011-04-05 | Updated Swift dmg image. | Remko Tronçon | |
2011-04-05 | Added Hungarian desktop entry. | Remko Tronçon | |
2011-04-05 | Added Hungarian translation. | Remko Tronçon | |
Release-Notes: Added Hungarian translation (Thanks to Szontágh Ferenc) | |||
2011-04-04 | Fixed assertion failure in Sluift. | Remko Tronçon | |
2011-04-04 | Updated Spanish & Catalan translations. | Remko Tronçon | |
2011-04-02 | Don't disable GUI during destruction.swift-1.0rc1 | Kevin Smith | |
The translation stuff had gone away before the destructor, causing segfaults while disabling the UIs prior to destroying them. Resolves: #785 | |||
2011-04-02 | Do not crash when clicking system message notifications. | Remko Tronçon | |
Resolves: #818 |