Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | |