summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-03-04Qt5 support & warning fixes.Remko Tronçon
Change-Id: I62c7d5ca44c915e36c797c798294b7c34b465514
2013-03-04Adding support for idle time.Tobias Markmann
Change-Id: I1b14edb97a0c87431ec377b084362e9761caded9 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2013-02-05Make logging thread-safe.Remko Tronçon
Change-Id: Ifab368474bd9e42e10f2cb0c29ff696c0aeaf3ea
2013-01-27Fixing VCard related crash caused by wrong deletion of profile window.Tobias Markmann
Change-Id: Ifab6b304f0e25ab323b4a354f4682291e6aa1078 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2013-01-13Fix more warnings.Remko Tronçon
Fix sign conversion warnings. Removing heavy unnecessary includes. Change-Id: I992f43065498823098a875badb020c7c84fc4797
2013-01-12Adding basic vCard edit/show support.Tobias Markmann
Change-Id: I3104efcb9d56cfcaafda45eac2a51d2702f5245b License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2013-01-09Highlighting supportMaciej Niedzielski
Change-Id: Ib6bd42cecff018998117bc1e7db279a62b3af434 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2013-01-01Silence scan-build warning.Remko Tronçon
Change-Id: I20f9fb39d0dfd7c29e69323bb49473c0213845ff
2012-12-31Fix more warnings.Remko Tronçon
Change-Id: I0fc27a08adb6aecd5c5775a52b7fe48570ed526a
2012-12-30Enable & fix pedantic CLang warnings.Remko Tronçon
Change-Id: I70109624b4bd7aab9ba679a3eaabc225dd64a03a
2012-12-23Replace functors and for loops by boost::lambdas.Remko Tronçon
Change-Id: I6d2364dc85464f238d95978793f35953a2947799
2012-12-23Fix loading of status messagesKevin Smith
Change-Id: I03af596b46a75d5fae7c222369ca12795017b876
2012-12-23Don't include the trailing line ending in status messagesKevin Smith
Change-Id: Ie986c4ba946b55962dc6cec99a1c9a6eb29b6d71
2012-12-23Avoid any duplicates in the status menuKevin Smith
Change-Id: I43ced9659bf16bce637f5f16f0987b2289d372a1
2012-12-23Don't store duplicate statusKevin Smith
Change-Id: I28731080f2e0b0223faa5da8489993be0fd69f6f
2012-12-23Save recent status messages and allow easy setting.Kevin Smith
Change-Id: I5baaa2cf28cbc344bf442c4a74e0c9ff3ba31ea1
2012-11-14Fix crash on receiving bad data (security labels)Kevin Smith
Change-Id: I883613fb35b4d53b7b026b500eb5efaad006864a
2012-11-13Allow BOSH URL setting again.Kevin Smith
Also fixes use of getPort() so that HTTP headers aren't all for port :1. Change-Id: I8ead8a7f4826d1105bf1feafea21e6139e803de7 Resolves: #1178
2012-11-11Removing unnecessary break statements.Remko Tronçon
Change-Id: Ifab30313712423d33aea453fd7d33b84d35220ab
2012-11-10Don't crash on login with pending subscription events.Remko Tronçon
Change-Id: I8459b36c92703d5cfc877a6cdd92281541d8df3a
2012-09-27Fix a crash that occurs when resetting the clientCătălin Badea
Fix history view controller from crashing when resetting the client. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-09-20Don't crash on disconnects with experimentalKevin Smith
2012-09-17Fixed URL parsing/serializing.Remko Tronçon
Resolves: #1157,#1158
2012-09-17Fixed crash when canceling connect.Remko Tronçon
2012-09-15Use last activity for requesting history again in MUCs without experimentalKevin Smith
2012-09-10Set default account settings back to the defaults.Kevin Smith
Resolves: #1156
2012-09-09Removing debug messages.Remko Tronçon
2012-09-08Support whiteboarding.Mateusz Piekos
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-09-08Connection settings supportKevin Smith
2012-08-30History dialogCătălin Badea
Add history dialog as an experimental feature. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-08-07Fixed build.Remko Tronçon
2012-07-26Don't let correction change a label.Kevin Smith
Resolves: #1144
2012-07-15Fixed compilation on Windows.Remko Tronçon
2012-07-15Provide replace_pragma_once flag.Remko Tronçon
2012-06-23Use a consistent fallback nickname when autojoining MUCsKevin Smith
Previously there was a race whereby initial bookmark autojoins would join with a JID-based nick, and subsequent joins (where no nick is specified) would use the user's VCard nick. Resolves: #1034
2012-05-31Allow subsequent invitesKevin Smith
2012-05-31Better MUC invitingKevin Smith
2012-05-31Very poor prototype of a MUC invite dialogKevin Smith
2012-05-31Don't report encrypted connections once disconnected.Kevin Smith
Resolves: #1126
2012-05-12Remove peer certificate from APIs.Remko Tronçon
The peer certificate chain contains the peer certificate, so this was redundant.
2012-05-12Show Certificate dialog from certificate error window.Remko Tronçon
2012-05-11Showing stream encryption status in the roster header. Provide native ↵Tobias Markmann
certificate viewers on click. Native viewers for Windows and Mac OS X are implemented. Added TODOs to OpenSSL based TLS interface related to CRL and OCSP. Resolves: #167 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-04-28Only open chat windows when there's something to be displayed.Kevin Smith
Resolves: #1009
2012-04-28Send label catalogue queries to bare/full JID as appropriate.Kevin Smith
Resolves: #244
2012-04-27Reset state of collapsing presence when a chat window is cleared.Kevin Smith
To stop new presence being lost because it's trying to append to old (deleted) data. Resolves: #925
2012-04-27Don't spin the throbber forever when editing a contact for whom you don't ↵Kevin Smith
yet have the vcard. Resolves: #1111
2012-04-27Cleaning out old cruftKevin Smith
2012-04-26Only include targeted messages in the Chats view count for MUCs.Kevin Smith
Resolves: #935
2012-04-26Avoid adding messages to the Notices view for the currently selected tab.Kevin Smith
Resolves: #934
2012-04-26Don't include yesterday's MUC presence changes in today's first update.Kevin Smith
Resolves: #975