roxen:feature/pike81

Last commit made on 2017-11-24
Get this branch:
git clone -b feature/pike81 https://git.launchpad.net/roxen

Branch merges

Branch information

Name:
feature/pike81
Repository:
lp:roxen

Recent commits

c7565ce... by Martin Karlgren <email address hidden>

Merge remote-tracking branch 'refs/remotes/origin/feature/pike81' into feature/pike81

* refs/remotes/origin/feature/pike81:
  Pike 8.1: Ad-hoc class syntax fix.
  Pike 8.1: Locale.Charset -> Charset.
  Pike 8.1: Make built-in Dims wrapper backwards compatible with 8.0 convention.

9bdfd5c... by Martin Karlgren <email address hidden>

Pike 8.1: Ad-hoc class syntax fix.

83623e3... by Martin Karlgren <email address hidden>

Pike 8.1: Locale.Charset -> Charset.

2dff3b4... by Martin Karlgren <email address hidden>

Pike 8.1: Make built-in Dims wrapper backwards compatible with 8.0 convention.

1f6582a... by Anders Johansson <email address hidden>

FSGC: Override accelerated stable change notification [EP-327]

bc34f29... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Merge branch 'patches/ws85' into devel

* patches/ws85:
  ConfigIF: Hide the SSL decryption password setting.

0c843cf... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

ConfigIF: Hide the SSL decryption password setting.

The certificate password has moved to the CertDB.

Fixes [WS-85] some more.

6ad688e... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Merge branch 'patches/ws85' into devel

* patches/ws85:
  CertDB: Fixed typo in comment.
  CertDB: Clean up low_refresh_pem().
  StartTLSProtocol: Added some more notes.
  StartTLSProtocol: Removed some disabled code.
  ConfigIF: Remove broken action "certs.pike".
  CertDB: Update the private key data too.
  ConfigIF: Added missing white space in doc.

a571183... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

CertDB: Fixed typo in comment.

7a7a4d3... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

CertDB: Clean up low_refresh_pem().

Split low_refresh_pem() into multiple smaller functions.

Fixes some of [WS-91] Issue #10.