mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
Update changelog, revert gitignore stuff
This commit is contained in:
parent
c5d3208b9b
commit
ccb526079c
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -107,5 +107,3 @@ log/**
|
|||
cache/**
|
||||
|
||||
dev
|
||||
|
||||
settings.json
|
|
@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
## [Unreleased]
|
||||
### Added
|
||||
- [2020-06-23] Added Gitlab CI integration by [@lflare].
|
||||
- [2020-06-28] Added `client_external_port setting` [@wedge1001].
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -15,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Removed
|
||||
|
||||
### Fixed
|
||||
- [2020-06-28] Fixed various state transition bugs by [@carbotaniuman].
|
||||
|
||||
### Security
|
||||
|
||||
|
|
|
@ -113,6 +113,6 @@ class ServerHandler(private val settings: ClientSettings) {
|
|||
private val STRING_ANY_MAP_LENS = Body.auto<Map<String, Any>>().toLens()
|
||||
private val SERVER_SETTINGS_LENS = Body.auto<ServerSettings>().toLens()
|
||||
private const val SERVER_ADDRESS = "https://api.mangadex.network/"
|
||||
//private const val SERVER_ADDRESS = "https://mangadex-test.net/"
|
||||
// private const val SERVER_ADDRESS = "https://mangadex-test.net/"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -51,7 +51,6 @@ import java.io.InputStream
|
|||
import java.net.InetSocketAddress
|
||||
import java.net.SocketException
|
||||
import java.security.PrivateKey
|
||||
import java.security.cert.Certificate
|
||||
import java.security.cert.CertificateFactory
|
||||
import java.security.cert.X509Certificate
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
|
Loading…
Reference in a new issue