Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-29 | Fixed check for F/T support used for enabling the "Send File" menu. | Remko Tronçon | |
It was only checking for IBB, whereas it should have checked for IBB or S5B. | |||
2011-09-29 | Work around FT crash when proxies are available. | Remko Tronçon | |
2011-09-29 | Allow ReadBytestreams to be resumed. | Remko Tronçon | |
2011-09-29 | Temporarily reverting the previous patch, because of unforeseen problems. | Remko Tronçon | |
Will recommit at a later time. This reverts commit 639c0b7c7fe05bd7a686d16d93f2720bd3bfad99. | |||
2011-09-29 | In case of writing when calling disconnect() postpone socket.close() to when ↵ | Tobias Markmann | |
writing has finished. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-09-29 | Allow to set 'from' on Request & IBB classes. | Remko Tronçon | |
2011-09-29 | Conditionally create NetworkTool. | Remko Tronçon | |
2011-09-29 | Avoid another natpmp include. | Remko Tronçon | |
2011-09-29 | Avoid unnecessary NATPMP include. | Remko Tronçon | |
2011-09-29 | Don't include NATPMP/UPnP headers in Swiften.h | Remko Tronçon | |
2011-09-29 | File Transfer refactoring. | Remko Tronçon | |
NAT traversal classes refactoring. Added beginnings of a NetworkTool. | |||
2011-09-28 | Added getRecipient() to IncomingJingleFileTransfer. | Remko Tronçon | |
2011-09-28 | Cleaned up WindowsNetworkEnvironment code. | Remko Tronçon | |
2011-09-28 | Make FTManagers independent of account JID. | Remko Tronçon | |
2011-09-28 | Pass read data from connection via shared_ptr. | Remko Tronçon | |
This should avoid unnecessary copying of the received data while being processed by the event loop. | |||
2011-09-28 | Missing File | Kevin Smith | |
2011-09-28 | Destroy rooms. | Kevin Smith | |
Resolves: #990 | |||
2011-09-28 | Missing file | Kevin Smith | |
2011-09-28 | Parse MUC status codes correctly again. | Kevin Smith | |
Means rooms will be unlocked after creation correctly. | |||
2011-09-28 | Select defaults correctly in form widget. | Kevin Smith | |
Resolves: #1002 | |||
2011-09-27 | Allow room configuration. | Kevin Smith | |
Resolves: #989 | |||
2011-09-27 | Add support for clearing chat recents. | Kevin Smith | |
Resolves: #1001 | |||
2011-09-26 | Windows NetworkEnvironment fixes. | Remko Tronçon | |
2011-09-26 | Refactoring NetworkEnvironments. | Remko Tronçon | |
2011-09-26 | Compile on Windows | Kevin Smith | |
2011-09-26 | Make SOCKS5 proxy finder conditional. | Remko Tronçon | |
2011-09-26 | Avoid the use of at(). | Remko Tronçon | |
2011-09-26 | And some more occurrences of uintmax_t. | Remko Tronçon | |
2011-09-26 | Use boost int type in FileTransfer. | Remko Tronçon | |
2011-09-26 | Added another missing include. | Remko Tronçon | |
2011-09-26 | Fixed compilation warnings & errors. | Remko Tronçon | |
2011-09-26 | Set/Update empty subjects | Kevin Smith | |
Resolves: #1000 | |||
2011-09-26 | Allow setting of room topics | Kevin Smith | |
2011-09-26 | Allow disabling of 198-acks in Swiften | Kevin Smith | |
2011-09-26 | Compilation fix | Kevin Smith | |
2011-09-26 | Remove double-link | Kevin Smith | |
2011-09-25 | File transfer changes. | Remko Tronçon | |
- Introduce 'experimental' flag to conditionally compile FT. - Use LibMiniUPNPC and NATPMP CPPDEFINES only locally in the classes that need them. - Extract abstract interface from NAT traversal classes - Avoid unit test warnings | |||
2011-09-25 | Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ↵ | Tobias Markmann | |
(XEP-0234), Jingle SOCKS5 Bytestreams Transport Method (XEP-0260), Jingle In-Band Bytestreams Transport Method (XEP-0261) and SOCKS5 Bytestreams (XEP-0065). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-09-23 | Whitespace tweaks. | Remko Tronçon | |
2011-09-23 | Cleanup of previous patch | Kevin Smith | |
2011-09-23 | Add support for kicking people from MUCs. | Kevin Smith | |
This also introduces a new DOM-like parser structure, used for the MUC parsers. Partially Resolves: #689 | |||
2011-09-21 | Distinguish between Roster and MUC list widgets | Kevin Smith | |
2011-09-20 | Added ClientBlockListManager. | Remko Tronçon | |
2011-09-20 | Added XEP-191 parserialements. | Remko Tronçon | |
2011-09-20 | In Eagle mode, require TLS | Kevin Smith | |
2011-09-20 | Swiften support for requiring TLS | Kevin Smith | |
2011-09-18 | Do not overwrite from attribute in component mode | Jan Kaluza | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-09-14 | Added reset() to PayloadAddingPresenceSender. | Remko Tronçon | |
2011-09-03 | Workaround for Boost empty string split bug | Kevin Smith | |
2011-08-28 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Keep VCard photo hash cache consistent. Fix assertion on inconsistent VCard photohash cache. Conflicts: Swift/Controllers/Storages/VCardFileStorage.cpp Swiften/Avatars/UnitTest/VCardAvatarManagerTest.cpp |