netlib icon indicating copy to clipboard operation
netlib copied to clipboard

The Poki Networking Library for online multiplayer web games!

Results 23 netlib issues
Sort by recently updated
recently updated
newest added

And test to make sure we can filter on this data.

Use case for this field: players will be able to name lobby (rooms) if the game has a menu with a list of all lobbies to join. Now the list()...

Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.4.2 to 5.5.4. Changelog Sourced from github.com/jackc/pgx/v5's changelog. 5.5.4 (March 4, 2024) Fix CVE-2024-27304 SQL injection can occur if an attacker can cause a single query or...

dependencies
go

Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64. Release notes Sourced from es5-ext's releases. 0.10.64 (2024-02-27) Bug Fixes Revert update to postinstall script meant to fix Powershell issue, as it's a regression...

dependencies
javascript

Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.7 to 1.1.12. Release notes Sourced from github.com/opencontainers/runc's releases. runc 1.1.12 -- "Now you're thinking with Portals™!" This is the twelfth patch release in the 1.1.z release...

dependencies
go

Bumps [msgpackr](https://github.com/kriszyp/msgpackr) from 1.8.5 to 1.10.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=msgpackr&package-manager=npm_and_yarn&previous-version=1.8.5&new-version=1.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies
go

Currently we run our cucumber feature tests using nodejs, and this node environment spins up a backend etc. We would like to flip this around, making it that we run...

Hey! **Motivation:** Almost every multiplayer online game has a synced clock aka remoteTime, remoteTicks, roomTime etc. Its helps to understand when exactly actions be happened and how to handle it...

https://github.com/poki/netlib/blob/main/internal/signaling/stores/postgres.go#L253C4-L253C4 I would like to exclude lobbies without players from the list. Plus, I would like to have the lobbies to be sorted by the date the last peer was...