Skip to content
#

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 9,305 public repositories matching this topic...

vapor
bramp
bramp commented Dec 27, 2020

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

ZehMatt
ZehMatt commented Aug 2, 2021

There might be a couple of potential crashes dereferencing invalid memory when it comes to game action callbacks. In multiplayer mode those callbacks will fire after the server acknowledged the action so there is a delay, the user could have closed the window before the callback fires.
Example here:
https://github.com/OpenRCT2/OpenRCT2/blob/3503a433dc277f740f6dc1106b99b9df20fb6b1b/src/openrct2-

Kissaki
Kissaki commented May 22, 2021

The dialog currently opens on the top of my screen, even in negative position so that the title bar is mostly outside of my screen.
It also shows way off horizontally.

I would also expect it to show modally, blocking input to the settings window. At the moment you can click shortcut again, closing the previous dialog and opening a new dialog.
This is confusing and can lead to current changes

vespa
kkraune
kkraune commented Apr 2, 2021

... to make it easier to read Vespa documentation on an e-reader / offline

Vespa documentation is generated using Jekyll from .md and .html files, look into options for generating the artifact as part of site generation (there might be plugins we can use here)

Wikipedia
Wikipedia