Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-22 | Bugfix: Add missing call to PlatformNetworkEnvironment::getNetworkInterfaces() | dknn | |
2012-09-22 | Abstract layer between Swiften & JRTPLIB | dknn | |
2012-09-22 | Bugfix: serialize the responder in a jingle payload | dknn | |
2012-09-22 | Single threaded codec | dknn | |
2012-09-22 | Middle part of the outgoing media pipeline | dknn | |
2012-09-22 | Add parsing add related tests for RTP description | dknn | |
2012-09-22 | Major part of a RTP description element | dknn | |
2012-09-22 | Fixed 2 bugs in JinglePayloadSerializer: | dknn | |
- Change 'desc' node to 'text' node and add a test case for it - Do not set the attribute 'initiator' if empty | |||
2012-09-22 | Code arrangement based on feedback from Kev | dknn | |
2012-09-22 | Payload, serializer and parser for the "payload-type" XML node | dknn | |
2012-09-20 | Don't crash on disconnects with experimental | Kevin Smith | |
2012-09-19 | Distinguish between wrapped and non-wrapped sender names in chat message ↵ | Tobias Markmann | |
theming. Resolves: #1162 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-09-18 | Fix HistoryStorage from crashing | Cătălin Badea | |
Fix a crash related to HistoryStorage asynchronous access. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-09-18 | Missing include | Kevin Smith | |
2012-09-17 | Make MUC terminology consistent. | Remko Tronçon | |
Resolves: #937 | |||
2012-09-17 | Fixed URL parsing/serializing. | Remko Tronçon | |
Resolves: #1157,#1158 | |||
2012-09-17 | Support for building swiften as a DLL | Remko Tronçon | |
Added missing SWIFTEN_API declarations. Changed test infrastructure to extend path before running tests. | |||
2012-09-17 | Fixed crash when canceling connect. | Remko Tronçon | |
2012-09-16 | Fixed compilation on windows. | Remko Tronçon | |
2012-09-16 | Bundle other 3rdParty libs with libSwiften. | Remko Tronçon | |
2012-09-16 | Only expose libraries from swiften dependent libraries. | Remko Tronçon | |
2012-09-16 | Start including some bundled libraries in Swiften library. | Remko Tronçon | |
2012-09-16 | Fixed ClientTest compilation. | Remko Tronçon | |
2012-09-15 | Added URL parser. | Remko Tronçon | |
2012-09-15 | Hopeful workaround for 4.8 Mountain Lion problem | Kevin Smith | |
Otherwise it's not possible to set a status message (Tobias's suggestion) Resolves: #1154 | |||
2012-09-15 | Use last activity for requesting history again in MUCs without experimental | Kevin Smith | |
2012-09-12 | Add support for pause/resume using Bytestream for SOCKS5BytestreamServerSession. | HanzZ | |
Copyright (c) 2012 Jan Kaluza Licensed under the Simplified BSD license. See Documentation/Licenses/BSD-simplified.txt for more information. | |||
2012-09-12 | Don't use SQLite in non-experimental. | Remko Tronçon | |
2012-09-11 | Added missing include. | Remko Tronçon | |
2012-09-10 | Set default account settings back to the defaults. | Kevin Smith | |
Resolves: #1156 | |||
2012-09-10 | Remove whiteboard from non experimental. | Remko Tronçon | |
2012-09-10 | Add missing includes. | Remko Tronçon | |
2012-09-09 | Removing debug messages. | Remko Tronçon | |
2012-09-09 | Fixed compilation after applying previous patch. | Remko Tronçon | |
2012-09-09 | Find <input> elements correctly after accepting MUC invites. | Tobias Markmann | |
Resolves: #1129 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-09-08 | Fixed compilation of whiteboard tests. | Remko Tronçon | |
2012-09-08 | Added licenses for third party libraries and code. | Remko Tronçon | |
2012-09-08 | Make previous patch compile after changes to QtChatView. | Remko Tronçon | |
2012-09-08 | Support whiteboarding. | Mateusz Piekos | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-09-08 | Connection settings support | Kevin Smith | |
2012-09-05 | Removed font issue from changelog | Remko Tronçon | |
2012-09-05 | Added Swift ChangeLog file. | Remko Tronçon | |
2012-09-05 | Enable completion of nicknames not starting with a letter. | Tobias Markmann | |
Resolves: #813 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-09-05 | Fix compilation of libminiupnpc for VS 2008. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-09-03 | Compile | Kevin Smith | |
2012-09-02 | Fixup for previous patch | Kevin Smith | |
2012-09-02 | Adding Qt based certificate viewer as fallback for Linux. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-09-01 | Allow forcing of bundled sqlite, and compile sqlite on OS X | Kevin Smith | |
2012-09-01 | Move async into its own module so it'll work with system sqlite too | Kevin Smith | |
2012-09-01 | Add asynchronous sqlite interface | Kevin Smith | |