Age | Commit message (Expand) | 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 |
2011-10-08 | Protect JID cache access with mutex. | Remko Tronçon |
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 |
2011-10-05 | Fixed compilation of neetwork tool. | Remko Tronçon |
2011-10-05 | Allow role changing in MUCs. | Kevin Smith |
2011-10-05 | Don't crash with label item without a label | Kevin Smith |
2011-10-05 | Allow joining passworded MUCs. | Kevin Smith |
2011-10-04 | Allow both instant and reserved rooms. | Kevin Smith |
2011-10-03 | Turn NATPortMapping into a class. | Tobias Markmann |
2011-10-03 | Cleanup | Kevin Smith |
2011-10-03 | Simple MUC invites. | Kevin Smith |
2011-10-01 | Fixed CppCheck warnings. | Remko Tronçon |
2011-10-01 | Update IQRouter JID after session was authenticated. | Remko Tronçon |
2011-10-01 | Merge branch 'swift-1.x' | Remko Tronçon |
2011-10-01 | Fixed roster sender check.swift-1.x | Remko Tronçon |
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 |
2011-09-29 | Fixed check for F/T support used for enabling the "Send File" menu. | Remko Tronçon |
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 |
2011-09-29 | In case of writing when calling disconnect() postpone socket.close() to when ... | Tobias Markmann |
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 |
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 |
2011-09-28 | Missing File | Kevin Smith |
2011-09-28 | Destroy rooms. | Kevin Smith |
2011-09-28 | Missing file | Kevin Smith |
2011-09-28 | Parse MUC status codes correctly again. | Kevin Smith |
2011-09-27 | Allow room configuration. | Kevin Smith |
2011-09-27 | Add support for clearing chat recents. | Kevin Smith |
2011-09-26 | Windows NetworkEnvironment fixes. | Remko Tronçon |