summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-10-03Simple MUC invites.Kevin Smith
2011-10-01Fixed CppCheck warnings.Remko Tronçon
2011-10-01Update IQRouter JID after session was authenticated.Remko Tronçon
2011-10-01Merge branch 'swift-1.x'Remko Tronçon
2011-10-01Fixed roster sender check.swift-1.xRemko Tronçon
2011-10-01Fixed cppcheck warnings.Remko Tronçon
2011-10-01Added <body/> extractor code.Remko Tronçon
2011-10-01Some cleanup in parser factories.Remko Tronçon
2011-09-30Moved SOCKS5BytestreamProxyFinder to Swiften.Remko Tronçon
2011-09-30Moved DiscoServiceWalker to Swiften.Remko Tronçon
2011-09-30Avoid a copy when reading from a byte array.Remko Tronçon
2011-09-30Fixed warnings.Remko Tronçon
2011-09-30Fixed some Windows issues with FT.Remko Tronçon
2011-09-30Added way to set from in BytestreamsRequest and StreamInitiationRequestHanzZ
2011-09-29Fixed check for F/T support used for enabling the "Send File" menu.Remko Tronçon
2011-09-29Work around FT crash when proxies are available.Remko Tronçon
2011-09-29Allow ReadBytestreams to be resumed.Remko Tronçon
2011-09-29Temporarily reverting the previous patch, because of unforeseen problems.Remko Tronçon
2011-09-29In case of writing when calling disconnect() postpone socket.close() to when ...Tobias Markmann
2011-09-29Allow to set 'from' on Request & IBB classes.Remko Tronçon
2011-09-29Conditionally create NetworkTool.Remko Tronçon
2011-09-29Avoid another natpmp include.Remko Tronçon
2011-09-29Avoid unnecessary NATPMP include.Remko Tronçon
2011-09-29Don't include NATPMP/UPnP headers in Swiften.hRemko Tronçon
2011-09-29File Transfer refactoring.Remko Tronçon
2011-09-28Added getRecipient() to IncomingJingleFileTransfer.Remko Tronçon
2011-09-28Cleaned up WindowsNetworkEnvironment code.Remko Tronçon
2011-09-28Make FTManagers independent of account JID.Remko Tronçon
2011-09-28Pass read data from connection via shared_ptr.Remko Tronçon
2011-09-28Missing FileKevin Smith
2011-09-28Destroy rooms.Kevin Smith
2011-09-28Missing fileKevin Smith
2011-09-28Parse MUC status codes correctly again.Kevin Smith
2011-09-27Allow room configuration.Kevin Smith
2011-09-27Add support for clearing chat recents.Kevin Smith
2011-09-26Windows NetworkEnvironment fixes.Remko Tronçon
2011-09-26Refactoring NetworkEnvironments.Remko Tronçon
2011-09-26Compile on WindowsKevin Smith
2011-09-26Avoid the use of at().Remko Tronçon
2011-09-26And some more occurrences of uintmax_t.Remko Tronçon
2011-09-26Use boost int type in FileTransfer.Remko Tronçon
2011-09-26Added another missing include.Remko Tronçon
2011-09-26Fixed compilation warnings & errors.Remko Tronçon
2011-09-26Set/Update empty subjectsKevin Smith
2011-09-26Allow setting of room topicsKevin Smith
2011-09-26Allow disabling of 198-acks in SwiftenKevin Smith
2011-09-26Compilation fixKevin Smith
2011-09-26Remove double-linkKevin Smith
2011-09-25File transfer changes.Remko Tronçon
2011-09-25Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ...Tobias Markmann