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 10,728 public repositories matching this topic...

vapor
Joannis
Joannis commented Nov 14, 2021

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 as X-Forwarded-For.

**Describe the solution you

enhancement good first issue
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

good first issue Hacktoberfest
duncanspumpkin
duncanspumpkin commented May 17, 2022

G1_FLAG_BMP has the wrong name its the inverse of its name it is used to indicate that the sprite has transparency and will require blending with the background to produce the end result. The vast majority of images have this flag set.

good first issue
Grasscutter
a2445478275
a2445478275 commented May 6, 2022

[05:02:58] [INFO] Loaded ./resources/Scripts/Scene/35732/scene35732.lua
[05:02:58] [INFO] Loaded ./resources/Scripts/Scene/35732/scene35732_block35732.lua
[05:02:59] [INFO] Loaded ./resources/Scripts/Scene/35732/scene35732_group235732001.lua
[05:02:59] [INFO] Loaded ./resources/Scripts/Scene/35732/scene35732_group235732002.lua
[05:02:59] [INFO] Loaded ./resources/Scripts/Scene/35732/scene35732

help wanted good first issue
garrappachc
garrappachc commented May 25, 2022

Description

I'm currently developing a bot that does some simple tasks for me; it essentially creates, removes and links channels (for now). According to the proto documentation, the PermissionQuery should be replied by the server whenever a client wants to query for channel permissions (Mumble.proto:465):

// Sent by the client when it wants permissions for a certain channel. S
server bug good first issue
Wikipedia
Wikipedia