Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-27 | Added missing include. | Remko Tronçon | |
2011-04-27 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Keep shared_ptr of PlatformDomainNameServiceQuery in event loop. Renamed Swedish translation file to swift_sv. | |||
2011-04-27 | Keep shared_ptr of PlatformDomainNameServiceQuery in event loop. | Remko Tronçon | |
Release-Notes: Fixed potential crash when losing network connection during login. | |||
2011-04-27 | Renamed Swedish translation file to swift_sv. | Remko Tronçon | |
Release-Notes: Fixed Swedish translation not working because of incorrect translation filename. | |||
2011-04-26 | Make stanza ack handling safer in case of a view without stanza acking support. | Remko Tronçon | |
2011-04-26 | Added CertificateMemoryStorage. | Remko Tronçon | |
2011-04-26 | Don't attempt to login without a valid node@domain JID. | Kevin Smith | |
Invalid JIDs and JIDs without nodes will now be rejected. Resolves: #829 Release-Notes: Username well-formedness will now be checked before attempting to connect. | |||
2011-04-25 | No Ad-Hoc buttons once command is completed | Kevin Smith | |
2011-04-25 | Move available actions logic into Swiften class. | Kevin Smith | |
Ready for unit testing, and fixing. | |||
2011-04-25 | Fixed compilation. | Remko Tronçon | |
2011-04-25 | Moved file storages to Swift. | Remko Tronçon | |
2011-04-25 | Added SQLite build flags. | Remko Tronçon | |
2011-04-24 | Set untyped fields to Text-Single. | Kevin Smith | |
XEP-0004 gives a default field type of Text-Single where none is specified. | |||
2011-04-24 | Initial Ad-Hoc commands support. | Kevin Smith | |
This is not finished, use at your own peril. | |||
2011-04-23 | Sort MUC roles by role, rather than by name. | Kevin Smith | |
Resolves: #794 Release-Notes: Non-English translations will no longer have MUC role groups in the incorrect order. | |||
2011-04-23 | Finished Stream Management parserialements. | Remko Tronçon | |
2011-04-22 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Fixed SCons not picking up the build version correctly in tarball build. | |||
2011-04-22 | Fixed SCons not picking up the build version correctly in tarball build. | Remko Tronçon | |
2011-04-22 | Fixed segfault when passing NULL storages to Client. | Remko Tronçon | |
2011-04-22 | Added missing include. | Remko Tronçon | |
2011-04-22 | Merge unread tab titles legibly. | Kevin Smith | |
Release-Notes: Chat tabs with unread messages from several chats will now be a little more descriptive. Resolves: #485 | |||
2011-04-20 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Return groups vector by reference. Updated Dutch and French translations. | |||
2011-04-20 | Return groups vector by reference. | Remko Tronçon | |
This avoids a potential crash. Resolves: #842 Release-Notes: Fixed a crash in roster handling | |||
2011-04-20 | Added missing struct. | Remko Tronçon | |
2011-04-20 | Introduce ClientOptions struct. | Remko Tronçon | |
2011-04-19 | Allow smaller roster heights. | Kevin Smith | |
Resolves: #5222 Release-Notes: The minimum vertical roster size has been reduced. | |||
2011-04-19 | Add Vlad to BSD license | Kevin Smith | |
2011-04-19 | Use a bar to show where the last read messages in a chat are | Vlad Voicu | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-19 | Fixed compilation. | Remko Tronçon | |
2011-04-19 | Fixed namespace. | Remko Tronçon | |
2011-04-19 | Fixed OS X ProxyProvider compilation. | Remko Tronçon | |
2011-04-19 | Fixed ProxyProviderTest compilation on linux. | Remko Tronçon | |
2011-04-19 | More Linux fixes. | Remko Tronçon | |
2011-04-19 | Allow compilation warnings by default. | Remko Tronçon | |
2011-04-19 | Don't build C++0x EchoBot on Linux for now. | Remko Tronçon | |
2011-04-19 | Fixed Linux compilation. | Remko Tronçon | |
2011-04-18 | Syntax fix | Kevin Smith | |
2011-04-18 | Updated Dutch and French translations. | Remko Tronçon | |
2011-04-18 | Added explicit dependency for Windows resource file. | Remko Tronçon | |
2011-04-18 | Added instructions for installing on unix. | Remko Tronçon | |
2011-04-18 | Added option to build library with tests. | Remko Tronçon | |
2011-04-18 | Added HTTPConnectProxiedConnection test. | Remko Tronçon | |
2011-04-18 | Fixed linking problems for swiften-config. | Remko Tronçon | |
2011-04-18 | Code style fixes. | Remko Tronçon | |
2011-04-18 | Use fallback mechanism for proxies. | Remko Tronçon | |
2011-04-18 | Outline some HostAddressPort code. | Remko Tronçon | |
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 |