-
Updated
Dec 18, 2021 - 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,007 public repositories matching this topic...
-
Updated
Jan 8, 2022 - Go
-
Updated
Jan 8, 2022 - Go
-
Updated
Jan 7, 2022 - Haskell
-
Updated
Jan 9, 2022 - Rust
-
Updated
Dec 1, 2021 - Rust
-
Updated
Jan 1, 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
Dec 19, 2021 - 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 10, 2022 - JavaScript
-
Updated
Jan 10, 2022 - Ruby
-
Updated
Jan 4, 2022 - Ruby
-
Updated
Jan 6, 2022 - C
Context
Sometimes you have to access the server log, because some info might not be availabe in the client (i.e. #3540).
Description
A menu entry to access the server log would be great. It could of course be reserved for highly privileged users (i.e. users that have modify permissions in the root channel).
Mumble component
Both
OS-specific?
No
Additional information
_
-
Updated
Jan 6, 2022 - C++
-
Updated
Mar 9, 2021 - JavaScript
- Wikipedia
- Wikipedia


We had a typo in our code that led to this error: https://github.com/vapor/vapor/blob/main/Sources/Vapor/Routing/Parameters%2BRequire.swift#L23. It was hard to debug in part because of the vague
Abort(.internalServerError). I suggest adding areasonvalue to theAbort, unless that would be considered a breaking change. I can submit a PR if you're interested.