Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15570] Allow file downloader to use TLS greater than 1.0 | kasimi | 2018-02-25 | 1 | -1/+1 |
| | | | | PHPBB3-15570 | ||||
* | [ticket/12618] Change ssl:// to tls:// | Kilian | 2016-01-10 | 1 | -1/+1 |
| | | | | PHPBB3-12618 | ||||
* | [ticket/12618] Allow extension author to use SSL for version-check | Kilian | 2015-09-25 | 1 | -1/+1 |
| | | | | | | | | | For version-check a new parameter 'ssl' is introduced. If set to true, it will use 443 as port for the file_downloader. In file_downloader, the host parameter of fsockopen is appended with 'ssl://' in case the port is 443 in order to use SSL. PHPBB3-12618 | ||||
* | [ticket/13588] Fixes wrong message in info fsockopen() disabled | Crizzo | 2015-02-07 | 1 | -1/+1 |
| | | | | PHPBB3-13588 | ||||
* | [ticket/13556] Fix exception translation with filedownloader | Joas Schilling | 2015-01-30 | 1 | -3/+3 |
| | | | | PHPBB3-13556 | ||||
* | [ticket/13358] Use protected and public keywords where applicable | Marc Alexander | 2014-11-21 | 1 | -3/+3 |
| | | | | PHPBB3-13358 | ||||
* | [ticket/13358] Do not pass variables by reference | Marc Alexander | 2014-11-21 | 1 | -16/+12 |
| | | | | PHPBB3-13358 | ||||
* | [ticket/13358] Fix tests and use exceptions instead of user object | Marc Alexander | 2014-11-21 | 1 | -19/+6 |
| | | | | PHPBB3-13358 | ||||
* | [ticket/13358] Add file_downloader as replacement for get_remote_file | Marc Alexander | 2014-11-21 | 1 | -0/+137 |
PHPBB3-13358 |