summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-06-17Remove unused functions from caching resolver.Remko Tronçon
2012-06-17Fixed potential uncaught exception in HTTPConnectProxiedConnection.Remko Tronçon
2012-06-17Remove some unused private variables.Remko Tronçon
2012-06-17Allow different connection methods for Client.Remko Tronçon
2012-06-15Preliminary emoticon work.Kevin Smith
Parsing and toggling support for emoticons. No emoticons are included so this won't do anything yet.
2012-06-14Remove Olly from Debian uploaders listKevin Smith
2012-06-12Debian fixes.Remko Tronçon
2012-06-12Use dpkg-buildflags for Debian build flags.Remko Tronçon
2012-06-12And get the date right in the changelog tooKevin Smith
2012-06-12Updating debian changelogKevin Smith
2012-06-12Update Deb stuffKevin Smith
2012-06-12Rename 'swift' binary to 'swift-im' on Linux.Remko Tronçon
2012-06-12Create amalgamation of COPYING file.Remko Tronçon
2012-06-12Include missing contributor in licenseKevin Smith
2012-06-05Fixed LibIDN build.Remko Tronçon
2012-06-05Use faster conversion functions in ICU.Remko Tronçon
2012-06-05Added ICU support.Remko Tronçon
2012-06-01Fix tab order in invite window.Kevin Smith
Resolves: #1128
2012-06-01Avoid whoosh down, whooosh up on Mac when opening chat windows.Kevin Smith
This changes so that the chat window will appear without focus if being shown without the user requesting it, but it will no longer appear minimised. Resolves: #1022
2012-06-01Don't expand tabs in vimKevin Smith
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-31Render & in group names correctly in edit dialog.Kevin Smith
Resolves: #1117
2012-05-31Update message correction to use the published namespace.Kevin Smith
Resolves: #1124
2012-05-31Don't report encrypted connections once disconnected.Kevin Smith
Resolves: #1126
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.