summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-05-24Splitting licensing files for easier referenceKevin Smith
2012-05-24Fixing typo in start dateKevin Smith
2012-05-22Allow SluiftExceptions to be output by the EventLoopKevin Smith
2012-05-22Fix options passing in Sluift connect() callKevin Smith
2012-05-22Allow Sluift to not use acks from XEP-0198Kevin Smith
2012-05-17Fixing compilation on windows.Remko Tronçon
Resolves: #1123
2012-05-13Add more files to .gitignore.Remko Tronçon
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-05-11Fixed struct vs class warning.Remko Tronçon
2012-05-11Don't allow form results to get interpreted as HTMLKevin Smith
2012-05-08Use .project.vimrc.Remko Tronçon
2012-05-08Rename .vimrc -> .project.vimrcRemko Tronçon
2012-05-08Tweaks to vimrc.Remko Tronçon
2012-05-08Added .vimrc file.Remko Tronçon
2012-05-07Added convenience method for responding with a custom error payload.Remko Tronçon
2012-05-07Only assert when requesting CRL checking on OpenSSL.Remko Tronçon
2012-05-06Fixed unit test compilation failure.Remko Tronçon
2012-05-05Compilation fixes.Remko Tronçon
2012-05-05Windows compilation fixes.Remko Tronçon
2012-05-05Re-enable revocation check.Remko Tronçon
2012-05-05* Added additional cert store to chain validation. * Turned off revocation ↵dreijer
checking. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-05-05Revert "* Added additional cert store to chain validation. * Turned off ↵Remko Tronçon
revocation checking." This reverts commit e33b7a309e0424450ab00bc6180df95c6c049195.
2012-05-05Revert "Re-enable revocation check."Remko Tronçon
This reverts commit 856f970d14c5c32b80fc5ea359d4e567b51578a0.
2012-05-05Serialize error payload.Remko Tronçon
2012-04-29Do one update_translations lupdate call for every translation.Remko Tronçon
This allows only updating one translation file.
2012-04-29Also put ellipsis buttons on MUC and roster context menus.swift-2.0beta1Remko Tronçon
Resolves: #1114
2012-04-29Fixed previous commit.Remko Tronçon
2012-04-29Added debug message to double finishSession.Remko Tronçon
2012-04-29Added ellipsis to menu items which needs further input to complete actionPavol Babincak
This is recommended in HIGs for Gnome, OS X, Windows: - http://developer.gnome.org/hig-book/3.0/menus-design.html.en - https://developer.apple.com/library/mac/#documentation/UserExperience/Conceptual/AppleHIGuidelines/TextStyle/TextStyle.html#//apple_ref/doc/uid/TP30000365-TPXREF126 - http://msdn.microsoft.com/en-us/library/aa511502.aspx#ellipses Resolves: #1114 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-29Updated Slovak translationPavol Babincak
Improved according to recommendation for Slovak translations. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-29Conditionally include DBUS on Linux.Remko Tronçon
2012-04-29Render notes in AdHoc commands.Kevin Smith
Resolves: #1074
2012-04-28Add a show/hide menu to the system tray on Ubuntu.Remko Tronçon
Resolves: #1112
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-28Make sure our parser doesn't handle entities.Remko Tronçon
2012-04-27Fixed LibXML parsing of &Remko Tronçon
Resolves: #944
2012-04-27Clean up AdHoc to a usable stateKevin Smith
2012-04-27Don't allow editing of AdHoc result forms.Kevin Smith
Resolves: #1090
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-27Mark corrected MUC messages as read on active chat.Tobias Markmann
Resolves: #943 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-04-27Avoid crash on exitKevin Smith
2012-04-26Improve parameter encoding of HTML buttons' JavaScript event code snippets.Tobias Markmann
Resolves: #1101 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-04-26Only include targeted messages in the Chats view count for MUCs.Kevin Smith
Resolves: #935
2012-04-26Size AdHoc dialogs by the first form received.Kevin Smith
Resolves: #954
2012-04-26Avoid adding messages to the Notices view for the currently selected tab.Kevin Smith
Resolves: #934