Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-10 | Force disconnect signals when calling connect() shortly after disconnect(). | Remko Tronçon | |
2011-10-10 | 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-10-08 | Protect JID cache access with mutex. | Remko Tronçon | |
The overhead appears to be neglectible. Using TSS had a similar overhead, with the disadvantages that it uses more storage (one cache per thread vs one cache), has less cache reuse, and that Windows/MSVC doesn't support automatic TSS cleanup, so it requires manual cleanup work (which is non-trivial). Note that the mutex approach may yield more overhead in multi-threaded applications (in case of contention). Currently, the mutex also locks during the whole nameprep sequence, which is not strictly necessary. | |||
2011-10-07 | Fixed CLang warnings. | Remko Tronçon | |
2011-10-07 | Initialize LibXML for multithreaded applications. | Remko Tronçon | |
2011-10-07 | Hoist XML parser factory creation out of Swiften. | Remko Tronçon | |
2011-10-07 | Allow affiliation editing in MUCs. | Kevin Smith | |
Resolves: #986 Resolves: #988 | |||
2011-10-05 | Fixed compilation of neetwork tool. | Remko Tronçon | |
2011-10-05 | Allow role changing in MUCs. | Kevin Smith | |
Resolves: #987 | |||
2011-10-05 | Don't crash with label item without a label | Kevin Smith | |
2011-10-05 | Allow joining passworded MUCs. | Kevin Smith | |
Resolves: #991 | |||
2011-10-04 | Allow both instant and reserved rooms. | Kevin Smith | |
Resolves: #1006 | |||
2011-10-03 | Turn NATPortMapping into a class. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-10-03 | Cleanup | Kevin Smith | |
2011-10-03 | Simple MUC invites. | Kevin Smith | |
Resolves: #152 | |||
2011-10-01 | Fixed CppCheck warnings. | Remko Tronçon | |
2011-10-01 | Update IQRouter JID after session was authenticated. | Remko Tronçon | |
Resolves: #971 | |||
2011-10-01 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Fixed roster sender check. Conflicts: Swiften/Roster/UnitTest/XMPPRosterControllerTest.cpp | |||
2011-10-01 | Fixed roster sender check.swift-1.x | Remko Tronçon | |
Resolves: #993 | |||
2011-10-01 | Fixed cppcheck warnings. | Remko Tronçon | |
2011-10-01 | Added <body/> extractor code. | Remko Tronçon | |
2011-10-01 | Some cleanup in parser factories. | Remko Tronçon | |
2011-09-30 | Moved SOCKS5BytestreamProxyFinder to Swiften. | Remko Tronçon | |
2011-09-30 | Moved DiscoServiceWalker to Swiften. | Remko Tronçon | |
2011-09-30 | Avoid a copy when reading from a byte array. | Remko Tronçon | |
2011-09-30 | Fixed warnings. | Remko Tronçon | |
2011-09-30 | Fixed some Windows issues with FT. | Remko Tronçon | |
2011-09-30 | Added way to set from in BytestreamsRequest and StreamInitiationRequest | HanzZ | |
Copyright (c) 2011 Jan Kaluza Licensed under the Simplified BSD license. See Documentation/Licenses/BSD-simplified.txt for more information. | |||
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-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 | |