summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
Removed trailing spaces and whitespace on empty lines in the process. Changed CheckTabs.py tool to disallow hard tabs in source files. Test-Information: Manually checked 30 random files that the conversion worked as expected. Change-Id: I874f99d617bd3d2bb55f02d58f22f58f9b094480
2016-03-30Apply consistent #include grouping and sorting styleTobias Markmann
Changed "" style includes to <> style. Test-Information: Build with Clang 3.9.0 and ran all tests on OS X 10.11.4. Change-Id: Ic05e53f2e5dba39cc1307b116fc5f17b62ab9eb8
2015-06-10Add ability to limit SChannel to TLS 1.0Kevin Smith
Some servers have very restrictive TLS stacks that respond badly to a bug in the SChannel TLS implementation, meaning that TLS has to be limited to 1.0. Add ClientOptions.tlsOptions. This is a method of passing options into the TLS stack. It's currently only used for the TLS 1.0 workaround in SChannel, but we might reasonably expose other options in the future, such as limiting cypher suites. Disables use of SSLv3 for SChannel Also updates the coding style in SchannelContext a bit. Test-Information: Compiles on both OS X and Windows(SChannel). OS X doesn't show the new option. Windows shows it, and remembers it between logins. Not tested against a server requiring 1.0 only, but a previous hack with the same approach was tested. Change-Id: I1e7854d43811fd173f21f98d4dc3915fc7a4b322
2014-12-15Update Copyright in SwiftKevin Smith
Change-Id: Idb6ef5fa191b1465c0bf46c47e63b695de07fa0b
2012-12-13Don't show '1' as the port for the BOSH proxy when opening the connection ↵Kevin Smith
settings dialog for an existing configuration Change-Id: I3def639fbcc640c210a9c9afab967b4843397059
2012-12-04Add validation for BOSH URLs in the connection dialog.Kevin Smith
Change-Id: I967565abb867279238919f0e5eae6ebe0641d195 Resolves: #1186
2012-11-24Fixed bug in connection settings dialog.Remko Tronçon
Host and proxy port in manual tab were not initialized correctly. Change-Id: Ie2bc059afae59541a12ea905d443fa541217ec19 Resolves: #1179
2012-11-13Don't show -1 as default port in UI.Kevin Smith
Change-Id: I6ef93c0ea63fc39daacea832775f0f883d01ee12 Resolves: #1177
2012-09-17Fixed URL parsing/serializing.Remko Tronçon
Resolves: #1157,#1158
2012-09-15Added URL parser.Remko Tronçon
2012-09-10Set default account settings back to the defaults.Kevin Smith
Resolves: #1156
2012-09-08Connection settings supportKevin Smith