Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-12 | Silence warning | Kevin Smith | |
2011-10-11 | Fix DOM element finding for message correction | Kevin Smith | |
2011-10-11 | Provide click-through ToS for --eagle-mode | Kevin Smith | |
2011-10-11 | Another label that needs forcing to plain text | Kevin Smith | |
2011-10-11 | Don't allow Qt to unescape status content in the picker | Kevin Smith | |
2011-10-11 | Adding includes | Kevin Smith | |
2011-10-10 | Have the available MUC actions work on initial rightclick. | Kevin Smith | |
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-09 | Filter chat view actions again. | Remko Tronçon | |
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 | Remove system natpmp and libminiupnp checking completely. | 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 | Add Sublime Text 2 project for a trial | 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 | 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 |