-
Updated
Jan 19, 2022 - JavaScript
Server
A server is a program or device that provides functionality for other programs and devices, called clients. This relation forms the Client-Server Model.
Here are 10,066 public repositories matching this topic...
-
Updated
Jan 18, 2022 - Go
-
Updated
Jan 8, 2022 - Go
-
Updated
Jan 16, 2022 - Haskell
-
Updated
Jan 19, 2022 - Rust
-
Updated
Dec 1, 2021 - Rust
-
Updated
Jan 16, 2022
Asking about this since the NSA recently published guidance advising the public and private sectors to transition to cryptographic algorithms that are no less than sha384 & ec384 (elliptic curves).
While Edwards' Curves are different, its worth noting that prior to this update sha256 & secp256k1 were both on the list of acceptable cryptographic algorithms. My deduction was that 128-bit securit
This is a feature request, to display the valid SSL name (from the certificate) when starting up the server.
Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.
$ http-server -S
Starting up http-server, serving ./ through https
Available on:
https://127.0.0.1:8080
https://192.168.77.123:8080**What did you exp
Operating System
N/A
OpenRCT2 build
Current develop branch
Describe the issue
The manpage (distribution/man/openrct2.6) and help output (src/openrct2/cmdline/RootCommands.cpp) both reference a link that no longer exists: https://openrct2.io/files/SnowyPark.sv6. If possible, a new saved park should be posted and those two files updated, otherwise those examples should be remove
-
Updated
May 2, 2021 - JavaScript
-
Updated
Jan 18, 2022 - Go
Context and Description
The READMEs and any example code in all projects should be updated to reflect the move from the IBM-Swift organization to the Kitura organization.
If anyone wants to take on all or part of this, please comment here so other's know what you're working on and submit PR's. :-)
Thanks!
-
Updated
Jan 1, 2022 - Go
-
Updated
Jan 19, 2022 - JavaScript
-
Updated
Jan 19, 2022 - Ruby
-
Updated
Jan 17, 2022 - Ruby
-
Updated
Jan 6, 2022 - C
Context
We currently have 5 bots on our mumble server. One is botamusique, four are telephone dial-in connections. That means our server always shows at least 5/100 users in the connection pane, while no actual people are connected.
Description
Allowing bots to flag their connection as such would allow the server to advertise the actual number of people connected, which is more he
-
Updated
Jan 17, 2022 - C++
- Wikipedia
- Wikipedia
When checking a request's
remoteAddress, it's usually the address from which NIO received the request. While that's technically correct, Vapor servers are often hosted behind a reverse-proxy such as nginx. Therefore the original peer's address is often lost. To resolve this, it's not uncommon to set the original peer's address in a header such asX-Forwarded-For.**Describe the solution you