Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Added actions icon. | Remko Tronçon | |
2011-10-01 | Roster optimizations. | Remko Tronçon | |
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-10-01 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Set a title on subscription notification popup. Don't rely on CCVERSION being present. Conflicts: BuildTools/SCons/SConstruct | |||
2011-10-01 | Set a title on subscription notification popup. | Remko Tronçon | |
Notify-OSD behaves weird if you ask it to render a popup without a subject/header/summary. Release-Notes: Fixed the issue where subscription notifications on Linux did not show properly. | |||
2011-09-30 | Moved SOCKS5BytestreamProxyFinder to Swiften. | Remko Tronçon | |
2011-09-30 | Only do the "Mark unread messages as read" dance if there are unread messages. | Remko Tronçon | |
This should avoid some juddery scrolling. | |||
2011-09-30 | Moved DiscoServiceWalker to Swiften. | Remko Tronçon | |
2011-09-30 | Increment timeout on UPNP. | 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 | Avoid beautifying in console widget. | Remko Tronçon | |
The beautifier is not representing the actual data sent, which is confusing. | |||
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-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 | |