Skip to content

Conversation

szu17dmy
Copy link
Contributor

@szu17dmy szu17dmy commented Apr 27, 2025

Purpose

Make the session limiter only apply to current session.

Testing

Relay 2 or more sessions and check if the sum of the connection speed can exceed the specified per-session rate.

2 sessions (-global-rate=50000000 and -per-session-rate=6250000):

图片

1 session (-global-rate=50000000 and -per-session-rate=6250000):

图片

Screenshots

If this is a GUI change, include screenshots of the change. If not, please
feel free to just delete this section.

Documentation

If this is a user visible change (including API and protocol changes), add a link here
to the corresponding pull request on https://github.com/syncthing/docs or describe
the documentation changes necessary.

Authorship

Your name and email will be added automatically to the AUTHORS file
based on the commit metadata.

@szu17dmy szu17dmy marked this pull request as ready for review April 27, 2025 12:15
@szu17dmy szu17dmy changed the title make the session limiter session-dependent (fixes #10072) fix(strelaysrv): make the session limiter session-dependent (fixes #10072) Apr 27, 2025
@calmh calmh enabled auto-merge (squash) April 28, 2025 11:30
@calmh calmh merged commit 0bf21d9 into syncthing:main Apr 30, 2025
24 checks passed
calmh added a commit that referenced this pull request Apr 30, 2025
* main:
  fix(strelaysrv): make the session limiter session-dependent (fixes #10072) (#10073)
  build: artifact uploads destination OCI
  chore(gui, man, authors): update docs, translations, and contributors
  chore(gui): use go list --deps for dependency list (#10071)
calmh added a commit to calmh/syncthing that referenced this pull request May 1, 2025
* v2:
  chore(db, model): simplify per hash DB lookup in copier (syncthing#10080)
  chore(syncthing): ensure migrated database is closed before exiting (syncthing#10076)
  build(deps): update dependencies (syncthing#10091)
  fix(model): close fd immediately in copier (syncthing#10079)
  fix: handle null database name in getGolderDB
  fix: don't hold main database update lock when tidying folder databases
  fix(strelaysrv): make the session limiter session-dependent (fixes syncthing#10072) (syncthing#10073)
  build: artifact uploads destination OCI
  chore(gui, man, authors): update docs, translations, and contributors
  fix(sqlite): hold update lock while generating folder idx
  chore(gui): use go list --deps for dependency list (syncthing#10071)
calmh added a commit to calmh/syncthing that referenced this pull request May 1, 2025
* v2: (63 commits)
  chore(db, model): simplify per hash DB lookup in copier (syncthing#10080)
  chore(syncthing): ensure migrated database is closed before exiting (syncthing#10076)
  build(deps): update dependencies (syncthing#10091)
  fix(model): close fd immediately in copier (syncthing#10079)
  fix: handle null database name in getGolderDB
  fix: don't hold main database update lock when tidying folder databases
  fix(strelaysrv): make the session limiter session-dependent (fixes syncthing#10072) (syncthing#10073)
  build: artifact uploads destination OCI
  chore(gui, man, authors): update docs, translations, and contributors
  fix(sqlite): hold update lock while generating folder idx
  chore(gui): use go list --deps for dependency list (syncthing#10071)
  fix(model): loop-break regression while block copying in puller (syncthing#10069)
  feat(config): add option for audit file (fixes syncthing#9481) (syncthing#10066)
  chore(api): log X-Forwarded-For (syncthing#10035)
  chore(syncthing): remove "default" folder concept (syncthing#10068)
  chore(gui): update dependency copyrights, add script for periodic maintenance (syncthing#10067)
  chore(gui, man, authors): update docs, translations, and contributors
  chore(syncthing): remove support for TLS 1.2 sync connections (syncthing#10064)
  fix(osutil): give threads same I/O priority on Linux (syncthing#10063)
  chore(stun): switch lookup warning to debug level
  ...
Hancock33 added a commit to Hancock33/batocera.piboy that referenced this pull request May 4, 2025
-------------------------------------------------------------------------------------
azahar.mk 531031722769267a8bf0be1b010a058f62c2835b # Version: Commits on Apr 30, 2025
-------------------------------------------------------------------------------------
ci: Fixed EXTRA_CMAKE_FLAGS variable being set up incorrectly with tagged builds,

------------------------------------------------------------------------------------------
dolphin-emu.mk 852bd6df1af3c35c30df62253f59ced59a85c1f7 # Version: Commits on Apr 30, 2025
------------------------------------------------------------------------------------------
Merge pull request #13598 from AdmiralCurtiss/zstd157

Externals: Update zstd from 1.4.4 to 1.5.7,

--------------------------------------------------------------------------------------
flycast.mk 57cc7b4a60e6e8c1193f79b0ff30c7ddd2b02993 # Version: Commits on Apr 30, 2025
--------------------------------------------------------------------------------------
Fix crash on apple silicon due to cmake 4 change

The test to set TARGET_MAC doesn't work anymore with cmake 4.

Fixes #1918,

--------------------------------------------------------------------------------------
openmsx.mk 577f3ab535ee2f5286de8bcc35a89d5431c2f374 # Version: Commits on Apr 30, 2025
--------------------------------------------------------------------------------------
ROMDB Update - Added 82 roms - Introduced country code UN for Unknown.,

-------------------------------------------------------------------------------------
ppsspp.mk 777eae7398c7af293a7cb0aa01a95cf5eb9905dc # Version: Commits on Apr 30, 2025
-------------------------------------------------------------------------------------
Merge pull request #20305 from hrydgard/further-fixes

Fix exiting from framedump playback, some std::thread code cleanup,

------------------------------------------------------------------------------------
rpcs3.mk c792db2c6044e30079d3af916fab3e6be46f31a8 # Version: Commits on Apr 30, 2025
------------------------------------------------------------------------------------
CMake: Disable unit tests in gcc,

---------------------------------------------------------------
ruffle.mk nightly-2025-04-30 # Version: Commits on Apr 30, 2025
---------------------------------------------------------------
## What's Changed

* debug_ui: More frame list related improvements by @crumblingstatue in ruffle-rs/ruffle#20094

* video/openh264: Clean up comments a bit, also assert on number of SPSs by @torokati44 in ruffle-rs/ruffle#20296

* web/extension: Also add \debug\ and \trace\ log levels as options by @torokati44 in ruffle-rs/ruffle#20297

* chore: Update translations by @RuffleBuild in ruffle-rs/ruffle#20306

* core/render/web: replace uses of the `Downcast` trait with `Any` by @moulins in ruffle-rs/ruffle#20278

**Full Changelog**: ruffle-rs/ruffle@nightly-2025-04-29...nightly-2025-04-30,

--------------------------------------------------------------------------------------
scummvm.mk 8c3eecfdeaa5ddc2045caa57979ba8f812699b5c # Version: Commits on Jan 28, 2025
--------------------------------------------------------------------------------------
TWP: Thimbleweed Park should not close ScummVM if shaders are not supported

(cherry picked from commit 692eea97fa79f285f29af2de3b6d924e586a4786),

--------------------------------------------------------------------------------------
shadps4.mk bb59cd81fa68583dfa873c25bc24b97b49454d8c # Version: Commits on Apr 30, 2025
--------------------------------------------------------------------------------------
[Libs] sceNet (#2815)

* implemented sceNetGetMacAddress

* added all error codes

* added ORBIS_NET_CTL_INFO_DEVICE , ORBIS_NET_CTL_INFO_MTU

* RE sceNetConnect

* sceNetBind RE

* RE sceNetAccept

* RE sceNetGetpeername ,sceNetGetsockname

* fixup

* RE sceNetListen ,sceNetSetsockopt

* sceNetShutdown,sceNetSocket,sceNetSocketAbort,sceNetSocketClose

* sceSend,sceSendTo,sceSendMsg

* sceNetRecv,sceNetRecvFrom,sceNetRecvMsg RE

* some kernel net calls

* init winsock2

* logging

* sockets interface

* added winsock to SCE* error codes conversion

* implemented net basic calls

* some net calls implementation

* clang fixes

* fixes for linux+macOS

* more fix

* added sys_accept implementation

* more posix net calls

* implemented sys_getsockname

* fixed redirection

* fixed posix socket?

* posix_sendto , recvfrom

* added sys_socketclose

* unsigned error log

* added setsocketoptions

* added more posix net calls

* implement getsocketOptions

* stubbed p2p calls,

-----------------------------------------------------------------------------------
xemu.mk 6e513ed94812246cba3b17954f8da049bb41fbcb # Version: Commits on Apr 30, 2025
-----------------------------------------------------------------------------------
nv2a/psh: Fix 2D texture addressing in DOT_STR_3D mode,

-------------------------------------------------------------------------------------------
xenia-native.mk 9f8fad75512a071ba30fa5e9ca9b25f6149c6f2f # Version: Commits on Apr 27, 2025
-------------------------------------------------------------------------------------------
[3PP] Update Vulkan-Headers to v1.4.313,

------------------------------------------------------------------------------------
box64.mk ced115713230688aafe9b8c8025215bef79d6fcd # Version: Commits on Apr 30, 2025
------------------------------------------------------------------------------------
[ARM64_DYNAREC] Cosmetic change to VGATHER[D/Q]P[D/S] opcodes,

------------------------------------------------------------------------------------
cdogs.mk 74f5737ec1264ccacfff97c1eff98d7a5638a04c # Version: Commits on Apr 30, 2025
------------------------------------------------------------------------------------
Ostrich head #712,

-------------------------------------------------------------------------------------------
jazz2-native.mk 175d68c8c40170d7c169064328d305efe60b9eec # Version: Commits on Apr 30, 2025
-------------------------------------------------------------------------------------------
Round screens (part 8), updated Android manifest,

--------------------------------------------------------------------------------------
omf2097.mk c4d71680f993e4bd1771094ca6565201840d98df # Version: Commits on Apr 30, 2025
--------------------------------------------------------------------------------------
Enhancements will no longer override hyper/normal mode selector (#1263)

Enhancements now work in all game modes,

----------------------------------------------------------------------------------------
openmohaa.mk 0f38783f0deda6cc57082626bdd9585eb71b25fa # Version: Commits on Apr 30, 2025
----------------------------------------------------------------------------------------
Correctly indicate the status of the server list especially when multiple server lists are queried,

-----------------------------------------------------------------------------------
raze.mk fb4763666821e6ff93602bf5062bb3cdfadce124 # Version: Commits on Apr 30, 2025
-----------------------------------------------------------------------------------
Remove PrefersNonDefaultGPU from desktop file,

------------------------------------------------------------
syncthing.mk v2.0.0-rc.12 # Version: Commits on Apr 30, 2025
------------------------------------------------------------
## What's Changed

* chore(lib): expose model methods to obtain progress by @pixelspark in syncthing/syncthing#9886

* feat(gui): explanation to options enabled or disabled per folder type by @tomasz1986 in syncthing/syncthing#9367

* chore: remove abandoned next-gen-gui experiment by @calmh in syncthing/syncthing#10004

* chore: remove weak hashing which does not pull its weight by @calmh in syncthing/syncthing#10005

* chore: switch database engine to sqlite (fixes #9954) by @calmh in syncthing/syncthing#9965

* fix(gui): validate device ID in canonical form (fixes #7291) by @mathias4833 in syncthing/syncthing#10006

* fix(config): remove discontinued primary STUN server (fixes #10008) by @marbens-arch in syncthing/syncthing#10009

* fix(stun): better error handling (ref #10008) by @calmh in syncthing/syncthing#10010

* chore(config): remove discontinued secondary STUN servers (fixes #10011) by @marbens-arch in syncthing/syncthing#10012

* chore(fs): speed up case normalization by @bt90 in syncthing/syncthing#10013

* chore: harmonise command line flags by @calmh in syncthing/syncthing#10007

* build(deps): update dependencies by @calmh in syncthing/syncthing#10020

* chore(db): increase journal limit to 64MiB by @bt90 in syncthing/syncthing#10022

* chore: forget deleted files older than six months (fixes #6284) by @calmh in syncthing/syncthing#10023

* fix(db): handle large numbers of blocks in update by @calmh in syncthing/syncthing#10025

* chore(db): use shorter read transactions and periodic checkpoint for smaller WAL by @calmh in syncthing/syncthing#10027

* fix(syncthing): make directory flags global for all commands by @calmh in syncthing/syncthing#10028

* chore: configurable delete retention interval by @calmh in syncthing/syncthing#10030

* feat(fs, config): add support for custom filesystem type construction by @pixelspark in syncthing/syncthing#9887

* build: replace underscore in Debian version by @bt90 in syncthing/syncthing#10032

* chore(db): fix debug logging by @bt90 in syncthing/syncthing#10033

* chore(db): buffer pulled files for smaller WAL by @calmh in syncthing/syncthing#10036

* chore(model): add metric for total number of conflicts by @swenske in syncthing/syncthing#10037

* fix(config): properly apply defaults when reading folder configuration by @pixelspark in syncthing/syncthing#10034

* fix(config): zero filesystemtype is \basic\ by @calmh in syncthing/syncthing#10038

* chore(db): use one SQLite database per folder by @calmh in syncthing/syncthing#10042

* chore(model): delay starting a pull while there are incoming index updates by @calmh in syncthing/syncthing#10041

* build: push artifacts to Azure by @calmh in syncthing/syncthing#10044

* chore(config): resolve primary STUN servers via SRV record by @bt90 in syncthing/syncthing#10031

* chore(fs): changes to allow Filesystem to be implemented externally by @pixelspark in syncthing/syncthing#10040

* fix(strings): differentiate setup(n) and set(v) up by @systemcrash in syncthing/syncthing#10024

* fix(gui): mark unseen disconnected devices as inactive by @tomasz1986 in syncthing/syncthing#10048

* fix(sqlite): apply options by @pixelspark in syncthing/syncthing#10049

* fix(db): version vector serialisation :( by @calmh in syncthing/syncthing#10050

* fix(syncthing): use separate lock file instead of locking the certificate (fixes #10053) by @calmh in syncthing/syncthing#10054

* feat(api, gui): allow authentication bypass for metrics by @swenske in syncthing/syncthing#10045

* chore: add missing copyright in new files from infra branch by @calmh in syncthing/syncthing#10055

* fix(osutil): give threads same I/O priority on Linux by @TheCreeper in syncthing/syncthing#10063

* chore(syncthing): remove support for TLS 1.2 sync connections by @calmh in syncthing/syncthing#10064

* chore(gui): update dependency copyrights, add script for periodic maintenance by @rasa in syncthing/syncthing#10067

* chore(syncthing): remove \default\ folder concept by @calmh in syncthing/syncthing#10068

* chore(api): log X-Forwarded-For by @bt90 in syncthing/syncthing#10035

* feat(config): add option for audit file (fixes #9481) by @marbens-arch in syncthing/syncthing#10066

* fix(model): loop-break regression while block copying in puller by @imsodin in syncthing/syncthing#10069

* chore(gui): use go list --deps for dependency list by @rasa in syncthing/syncthing#10071

* fix(strelaysrv): make the session limiter session-dependent (fixes #10072) by @szu17dmy in syncthing/syncthing#10073

## New Contributors

* @marbens-arch made their first contribution in syncthing/syncthing#10009

* @swenske made their first contribution in syncthing/syncthing#10037

* @systemcrash made their first contribution in syncthing/syncthing#10024

* @TheCreeper made their first contribution in syncthing/syncthing#10063

* @szu17dmy made their first contribution in syncthing/syncthing#10073

**Full Changelog**: syncthing/syncthing@v1.29.5...v2.0.0-rc.12,

----------------------------------------------------------------------------------------------------
mupen64plus-audio-sdl.mk 12090cd8bcc7e8771eaf74a5e8e6d70e99b82dea # Version: Commits on Apr 30, 2025
----------------------------------------------------------------------------------------------------
Add header to define memset (#46)

This becomes necessary when compiling with sdl2-compat for sdl3.

Also for strcpy.,

-----------------------------------------------------------------------------------------------
mupen64plus-core.mk 32e9d93abc0acffb56fa39a66dba568224cb8066 # Version: Commits on Apr 30, 2025
-----------------------------------------------------------------------------------------------
Merge pull request #1119 from Rosalie241/register-mirroring

Implement register mirroring,

--------------------------------------------------------------------------------------------------
mupen64plus-rsp-hle.mk c5d3f9be00fd9944456bf43c4b2e1c50db8ae700 # Version: Commits on Apr 30, 2025
--------------------------------------------------------------------------------------------------
Merge pull request #92 from Morilli/update-gitignore

Update gitignore to include all build outputs,

-----------------------------------------------------------------------------------------------------
mupen64plus-ui-console.mk e64d3481ac81a5f882d5bdb83930d719ca68182c # Version: Commits on Apr 30, 2025
-----------------------------------------------------------------------------------------------------
Merge pull request #91 from dreua/stdlib-include

debugger: Add missing include,

-----------------------------------------------------------------------------------------------------------
mupen64plus-video-glide64mk2.mk 11263f60cea37ddc3b70a12cd94bc96a77b42654 # Version: Commits on Apr 30, 2025
-----------------------------------------------------------------------------------------------------------
Merge pull request #137 from dreua/include-order

Fix include order,

----------------------------------------------------------------------------------------
retroarch.mk 05f94af415cd94b84e76dbcbb7101f7c434bf9a2 # Version: Commits on Apr 30, 2025
----------------------------------------------------------------------------------------
Fetch translations from Crowdin,

----------------------------------------------------------------------------------------
doomretro.mk c2a4705bf5d643c56cd5e88a7b47721b95fbef0b # Version: Commits on Apr 30, 2025
----------------------------------------------------------------------------------------
Don't show console warning if missing texture is a colormap,

-----------------------------------------------------------------------------------
tr1x.mk 9277d64b88e7bc46a8f67ee49b4b7093dcac69dc # Version: Commits on Apr 28, 2025
-----------------------------------------------------------------------------------
tr1/output: fix unplayable visuals on old Radeons

Resolves #2840.,

-----------------------------------------------------------------------------------
tr2x.mk 9277d64b88e7bc46a8f67ee49b4b7093dcac69dc # Version: Commits on Apr 28, 2025
-----------------------------------------------------------------------------------
tr1/output: fix unplayable visuals on old Radeons

Resolves #2840.,

------------------------------------------------------------------------------------------
xash3d-fwgs.mk 47c484402467a3a74e1e56c57c97c3e253fee3ee # Version: Commits on Apr 30, 2025
------------------------------------------------------------------------------------------
engine: platform: sdl: enable building with SDL as old as 2.0.8, it should satisfy everybody masturbating to old software,

------------------------------------------------------------------------------------------------------
libretro-doublecherrygb.mk f03c3e4eff66fc755ebc2b8ed129a802d557a5b2 # Version: Commits on Apr 30, 2025
------------------------------------------------------------------------------------------------------
:ambulance: Fixed Pokemon Crash,

-----------------------------------------------------------------------------------------------
libretro-flycast.mk 57cc7b4a60e6e8c1193f79b0ff30c7ddd2b02993 # Version: Commits on Apr 30, 2025
-----------------------------------------------------------------------------------------------
Fix crash on apple silicon due to cmake 4 change

The test to set TARGET_MAC doesn't work anymore with cmake 4.

Fixes #1918,

----------------------------------------------------------------------------------------------
libretro-ppsspp.mk 777eae7398c7af293a7cb0aa01a95cf5eb9905dc # Version: Commits on Apr 30, 2025
----------------------------------------------------------------------------------------------
Merge pull request #20305 from hrydgard/further-fixes

Fix exiting from framedump playback, some std::thread code cleanup,

-----------------------------------------------------------------------------------------------
libretro-scummvm.mk 8c3eecfdeaa5ddc2045caa57979ba8f812699b5c # Version: Commits on Jan 28, 2025
-----------------------------------------------------------------------------------------------
TWP: Thimbleweed Park should not close ScummVM if shaders are not supported

(cherry picked from commit 692eea97fa79f285f29af2de3b6d924e586a4786),

--------------------------------------------------------------------------------------------
slang-shaders.mk d7fadfa87279711bf60786562f104eea0a4b1714 # Version: Commits on Apr 30, 2025
--------------------------------------------------------------------------------------------
Sync to koko-aio NG-1.9.70 (#699),
Hancock33 added a commit to Hancock33/batocera.piboy that referenced this pull request May 4, 2025
--------------------------------------------------
faudio.mk 25.05 # Version: Commits on May 01, 2025
--------------------------------------------------
New Features:

- Added CollectorEXT extension

Fixes:

- PlayBegin/PlayLength are now validated against AudioBytes

- SDL: Channel/Sample rate override are now queried with GetHint instead of getenv

Thanks to our [GitHub Sponsors](https://github.com/sponsors/flibitijibibo/), including...

Super Duper Sponsors:

- [Re-Logic](https://re-logic.com/)

Super Sponsors:

- @CDGKen

- @compcj

- @jbevain

- @kg

- @NoelFB

- @superjoebob

- @terinfire

- @TerryCavanagh

Sponsors:

- @bartwe

- @bwiklund

- @Conan-Kudo

- @Eldirans

- @GlaireDaggers

- @isaboll1

- @isadorasophia

- @larsiusprime

- @tgpholly

- @xxxbxxx

- [Bit Kid Games](http://bitkidgames.com/)

- [Lunar Ray Games](http://www.lunarraygames.com/),

--------------------------------------------------------------------------------------------------------
batocera-emulationstation.mk 7d5aff00f8ae10b2ceaed96751507082544532d1 # Version: Commits on May 01, 2025
--------------------------------------------------------------------------------------------------------
Merge pull request #1919 from fabricecaruso/win

[Theming] Fix : can't use shaders with relative paths with some elements (menuShader, fadeShader),

------------------------------------------------------------------------------------------------
batocera-es-piboy.mk 7d5aff00f8ae10b2ceaed96751507082544532d1 # Version: Commits on May 01, 2025
------------------------------------------------------------------------------------------------
Merge pull request #1919 from fabricecaruso/win

[Theming] Fix : can't use shaders with relative paths with some elements (menuShader, fadeShader),

----------------------------------------------------------------------------------
clk.mk e07e6b6954e82d76067fa16b1e6dbdc1c472dcd2 # Version: Commits on May 02, 2025
----------------------------------------------------------------------------------
Merge pull request #1507 from TomHarte/Morex86Exceptions

Reformulate x86 exceptions.,

------------------------------------------------------------------------------------------
dolphin-emu.mk 6515807685c608ac97ace6e0747b0a2529e9c917 # Version: Commits on May 02, 2025
------------------------------------------------------------------------------------------
Merge pull request #13278 from JoshuaVandaele/saves-import

Implement importing multiple saves from an export folder,

------------------------------------------------------------------------------------------
duckstation.mk ad13b17bea6558b916444d0eadcd615e85dd8b1a # Version: Commits on May 02, 2025
------------------------------------------------------------------------------------------
FullscreenUI: Fix slow fadeout on fast forward toggle,

--------------------------------------------------------------------------------------------
hypseus-singe.mk 64839aa9975f362f35686c8cec4041c477a8199c # Version: Commits on May 01, 2025
--------------------------------------------------------------------------------------------
release v2.11.5,

----------------------------------------------------
pcsx2.mk v2.3.313 # Version: Commits on May 01, 2025
----------------------------------------------------
- [UI: Remove fractional upscales](PCSX2/pcsx2#12588)

,

-------------------------------------------------------------------------------------
ppsspp.mk 81ceee829dc8aa16d0894e551afe7b2874b26a32 # Version: Commits on May 01, 2025
-------------------------------------------------------------------------------------
Merge pull request #20310 from hrydgard/revert-mediaengine-change

Revert some const changes,

------------------------------------------------------------------------------------
rpcs3.mk 7a9733dccafcbdf0ae48276e91de274b2557581b # Version: Commits on May 02, 2025
------------------------------------------------------------------------------------
CMake: try to fix gcc,

---------------------------------------------------------------
ruffle.mk nightly-2025-05-01 # Version: Commits on May 01, 2025
---------------------------------------------------------------
## What's Changed

* build(deps-dev): bump vite from 6.3.3 to 6.3.4 in /web by @dependabot in ruffle-rs/ruffle#20315

* core: Replace GcCell with Gc in Video by @kjarosh in ruffle-rs/ruffle#20289

* debug_ui: Add separators in the menu by @kjarosh in ruffle-rs/ruffle#20319

* build(deps): bump the cargo-minor group with 4 updates by @dependabot in ruffle-rs/ruffle#20317

* core: Replace GcCell with Gc in NetStream by @kjarosh in ruffle-rs/ruffle#20291

* core: Put some EditText properties in a Cell by @kjarosh in ruffle-rs/ruffle#20313

**Full Changelog**: ruffle-rs/ruffle@nightly-2025-04-30...nightly-2025-05-01,

--------------------------------------------------------------------------------------
scummvm.mk 39dfa54d7868fdf97d9b20149bf6791c9a577523 # Version: Commits on May 01, 2025
--------------------------------------------------------------------------------------
AGS: Update Old Skies / Gemini Rue

+ add a couple new games

Fix #15903,

--------------------------------------------------------------------------------------
shadps4.mk eb09c4ccce4ca6ab8ed08f9e53926c52dd52d8a5 # Version: Commits on May 02, 2025
--------------------------------------------------------------------------------------
vk_presenter: Use correct format for output frame image and view. (#2871),

---------------------------------------------------------------------------------------
thextech.mk fd8ca86c82fa3262b5d776ee81a2d49122bfb46e # Version: Commits on May 02, 2025
---------------------------------------------------------------------------------------
sound_16m.cpp: remove redundant and unused flags,

--------------------------------------------------------------------------------------
tsugaru.mk c1a860b625c1b873fcfcafc8d8c3f5548332e4e1 # Version: Commits on May 02, 2025
--------------------------------------------------------------------------------------
Sangokushi 2 test.,

-------------------------------------------------
vice.mk r45659 # Version: Commits on May 01, 2025
-------------------------------------------------
And another one...

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45659 379a1393-f5fb-40a0-bcee-ef074d9b53f7,

-------------------------------------------------------------------------------------
vita3k.mk 36b220eab60e8e6e43549902eb0e2c05bc41baf2 # Version: Commits on Apr 29, 2025
-------------------------------------------------------------------------------------
mem/ptr.h: Remove template for 'Ptr(U *, const MemState &)'

- `Ptr<T>::Ptr<U>(U *, const MemState &)` has redundant template, which allows code like `Ptr<int>::Ptr<char>(char *, const MemState &)` to pass compilation.,

-----------------------------------------------------------------------------------
xemu.mk d59386942947eb7ae3087548bd7e273974af20c4 # Version: Commits on May 01, 2025
-----------------------------------------------------------------------------------
nv2a: Move point params to uniforms

Co-authored-by: Matt Borgerson <contact@mborgerson.com>,

-----------------------------------------------------
ecm.mk v6.14.0-rc1 # Version: Commits on Apr 10, 2025
-----------------------------------------------------
Update dependency version to 6.14.0,

---------------------------------------------------------
kddocwidgets.mk v2.2.4 # Version: Commits on Apr 29, 2025
---------------------------------------------------------
chore: bump version and changelog,

------------------------------------------------------------------------------------
box64.mk 889dd64c5fca32b2d12e8ca622df199a7c932144 # Version: Commits on May 02, 2025
------------------------------------------------------------------------------------
[ARM64_DYNAREC] Fixed an issue introduced with fastnan=0 handling of SQRTSS (for #2593),

------------------------------------------------------------------------------------
cdogs.mk abe6e026b99cfb5ad18abd0d8ff8f4fd7e42f755 # Version: Commits on May 02, 2025
------------------------------------------------------------------------------------
Update character_classes.json,

---------------------------------------------------------------------------------------
corsixth.mk e45ceb454eacabcd2ff6dd68558fa0b72a6ee8cf # Version: Commits on May 01, 2025
---------------------------------------------------------------------------------------
afterload minor fix in earthquake.lua (#2841),

-------------------------------------------------------------------------------------------
jazz2-native.mk e4de1df1c8600a576142f9fcdb0f46bc5c07e987 # Version: Commits on May 01, 2025
-------------------------------------------------------------------------------------------
Enabled wrapping in console, fixed tilemap rollback,

---------------------------------------------------
nblood.mk r14222 # Version: Commits on Apr 30, 2025
---------------------------------------------------
,

----------------------------------------------------------------------------------------
openmohaa.mk a924fc252b1074a5ffc7dd5d99715f8ab0daf03c # Version: Commits on May 02, 2025
----------------------------------------------------------------------------------------
Use the hardware cursor in windowed mode (#718)

In windowed mode, the mouse is no longer grabbed when one of the UI/console catcher is active. When a UI menu is active, the system's hardware cursor is shown, using the game's custom cursor texture, instead of simulating and rendering the cursor in-game.

* Add exports to load a raw image from the renderer

* Set the hardware cursor to the game's custom mouse cursor texture

* When mouse is not grabbed, the mouse gets updated with absolute mouse position, relative to the window position,

----------------------------------------------------------------------------------
stk.mk f4d39befff7744d91bdc45b5bc417b61108c0883 # Version: Commits on May 02, 2025
----------------------------------------------------------------------------------
Update the changelog,

----------------------------------------------------------------------------------------
supertux2.mk 4dfe8e263709df452c2d6504885c99d7d4b9904b # Version: Commits on May 02, 2025
----------------------------------------------------------------------------------------
Small code style improvements,

-------------------------------------------------
btop.mk v1.4.2 # Version: Commits on May 01, 2025
-------------------------------------------------
## Changelog v1.4.2

References | Description | Author(s)

--- | --- | ---

f1482fe | Fix process arguments appearing outside proc box by replacing ASCII control codes with blankspace, issue #1080 | @aristocratos

#1130 | Fix problems shown by clang-tidy's performance checks | @imwints

#1120 | Fix wrong error message and documentation of renamed option --utf-force | @t-webber @imwints

#1128 | Flatten cmake module path | @imwints

#1129 | CMake: Remove option to use mold  | @imwints

#1047 | Update Terminus font link, fix typo, spelling, and grammar | @QinCai-rui

#929 | Please clang with sanitizers | @bad-co-de

#1126 | Fix MacOS tree-mode + aggregate memory/thread scaling issue | @xaskii

#993 | Fix typo: Mhz -> MHz | @NyCodeGHG

Big thanks to @imwints for helping out with project maintenance, PR reviews and merging!

**For additional binaries see the [Continuous Builds](https://github.com/aristocratos/btop/actions).**

**Linux binaries for each architecture are statically linked with musl and works on kernel 2.6.39 and newer.**

**No MacOs or BSD binaries provided for the moment.**

**Notice! None of the binaries have GPU support, compile yourself or wait for distribution packages for GPU monitoring support!**

**Notice! Use x86_64 for 64-bit x86 systems, i486 and i686 are 32-bit!**

,

----------------------------------------------------
rclone.mk v1.69.2 # Version: Commits on May 01, 2025
----------------------------------------------------
This is the v1.69.2 release of rclone.

Full details of the changes can be found in [the changelog](https://rclone.org/changelog/#v1-69-2-2025-05-01).

,

------------------------------------------------------------
syncthing.mk v2.0.0-rc.13 # Version: Commits on Apr 30, 2025
------------------------------------------------------------
## What's Changed

* chore(lib): expose model methods to obtain progress by @pixelspark in syncthing/syncthing#9886

* feat(gui): explanation to options enabled or disabled per folder type by @tomasz1986 in syncthing/syncthing#9367

* chore: remove abandoned next-gen-gui experiment by @calmh in syncthing/syncthing#10004

* chore: remove weak hashing which does not pull its weight by @calmh in syncthing/syncthing#10005

* chore: switch database engine to sqlite (fixes #9954) by @calmh in syncthing/syncthing#9965

* fix(gui): validate device ID in canonical form (fixes #7291) by @mathias4833 in syncthing/syncthing#10006

* fix(config): remove discontinued primary STUN server (fixes #10008) by @marbens-arch in syncthing/syncthing#10009

* fix(stun): better error handling (ref #10008) by @calmh in syncthing/syncthing#10010

* chore(config): remove discontinued secondary STUN servers (fixes #10011) by @marbens-arch in syncthing/syncthing#10012

* chore(fs): speed up case normalization by @bt90 in syncthing/syncthing#10013

* chore: harmonise command line flags by @calmh in syncthing/syncthing#10007

* build(deps): update dependencies by @calmh in syncthing/syncthing#10020

* chore(db): increase journal limit to 64MiB by @bt90 in syncthing/syncthing#10022

* chore: forget deleted files older than six months (fixes #6284) by @calmh in syncthing/syncthing#10023

* fix(db): handle large numbers of blocks in update by @calmh in syncthing/syncthing#10025

* chore(db): use shorter read transactions and periodic checkpoint for smaller WAL by @calmh in syncthing/syncthing#10027

* fix(syncthing): make directory flags global for all commands by @calmh in syncthing/syncthing#10028

* chore: configurable delete retention interval by @calmh in syncthing/syncthing#10030

* feat(fs, config): add support for custom filesystem type construction by @pixelspark in syncthing/syncthing#9887

* build: replace underscore in Debian version by @bt90 in syncthing/syncthing#10032

* chore(db): fix debug logging by @bt90 in syncthing/syncthing#10033

* chore(db): buffer pulled files for smaller WAL by @calmh in syncthing/syncthing#10036

* chore(model): add metric for total number of conflicts by @swenske in syncthing/syncthing#10037

* fix(config): properly apply defaults when reading folder configuration by @pixelspark in syncthing/syncthing#10034

* fix(config): zero filesystemtype is \basic\ by @calmh in syncthing/syncthing#10038

* chore(db): use one SQLite database per folder by @calmh in syncthing/syncthing#10042

* chore(model): delay starting a pull while there are incoming index updates by @calmh in syncthing/syncthing#10041

* build: push artifacts to Azure by @calmh in syncthing/syncthing#10044

* chore(config): resolve primary STUN servers via SRV record by @bt90 in syncthing/syncthing#10031

* chore(fs): changes to allow Filesystem to be implemented externally by @pixelspark in syncthing/syncthing#10040

* fix(strings): differentiate setup(n) and set(v) up by @systemcrash in syncthing/syncthing#10024

* fix(gui): mark unseen disconnected devices as inactive by @tomasz1986 in syncthing/syncthing#10048

* fix(sqlite): apply options by @pixelspark in syncthing/syncthing#10049

* fix(db): version vector serialisation :( by @calmh in syncthing/syncthing#10050

* fix(syncthing): use separate lock file instead of locking the certificate (fixes #10053) by @calmh in syncthing/syncthing#10054

* feat(api, gui): allow authentication bypass for metrics by @swenske in syncthing/syncthing#10045

* chore: add missing copyright in new files from infra branch by @calmh in syncthing/syncthing#10055

* fix(osutil): give threads same I/O priority on Linux by @TheCreeper in syncthing/syncthing#10063

* chore(syncthing): remove support for TLS 1.2 sync connections by @calmh in syncthing/syncthing#10064

* chore(gui): update dependency copyrights, add script for periodic maintenance by @rasa in syncthing/syncthing#10067

* chore(syncthing): remove \default\ folder concept by @calmh in syncthing/syncthing#10068

* chore(api): log X-Forwarded-For by @bt90 in syncthing/syncthing#10035

* feat(config): add option for audit file (fixes #9481) by @marbens-arch in syncthing/syncthing#10066

* fix(model): loop-break regression while block copying in puller by @imsodin in syncthing/syncthing#10069

* chore(gui): use go list --deps for dependency list by @rasa in syncthing/syncthing#10071

* fix(strelaysrv): make the session limiter session-dependent (fixes #10072) by @szu17dmy in syncthing/syncthing#10073

## New Contributors

* @marbens-arch made their first contribution in syncthing/syncthing#10009

* @swenske made their first contribution in syncthing/syncthing#10037

* @systemcrash made their first contribution in syncthing/syncthing#10024

* @TheCreeper made their first contribution in syncthing/syncthing#10063

* @szu17dmy made their first contribution in syncthing/syncthing#10073

**Full Changelog**: syncthing/syncthing@v2.0.0-rc.12...v2.0.0-rc.13,

----------------------------------------------------------------------------------------------------
sdl2-gamecontrollerdb.mk 3e8bebeabbde4dc86d58b8ee7e827b71e3d5d289 # Version: Commits on Apr 30, 2025
----------------------------------------------------------------------------------------------------
Correct 8BitDo GameCube Modkit GUID,

-----------------------------------------------------------------------------------
xone.mk 197b160f7806d7d27117b12198cacb7656a07f1f # Version: Commits on May 02, 2025
-----------------------------------------------------------------------------------
Merge pull request #53 from Lawstorant/fix-poweroff

Fix shutdown handling on Linux 6.11+,

----------------------------------------------------------------------------------------------------
mupen64plus-audio-sdl.mk c4c73745be1a59da7ac48c4adee517da8934be7c # Version: Commits on May 01, 2025
----------------------------------------------------------------------------------------------------
CI/CD: Update 2025.5 (#47),

-----------------------------------------------------------------------------------------------
mupen64plus-core.mk c5b1e72be0d2b33c18be48c989e726ac176e7872 # Version: Commits on May 02, 2025
-----------------------------------------------------------------------------------------------
Merge pull request #1136 from Rosalie241/is-style

Fix nits from IS viewer buffer overflow patch,

----------------------------------------------------------------------------------------------------
mupen64plus-input-sdl.mk 550cfe9c5fa985b8c092e122e9da8a578e8c9bba # Version: Commits on May 01, 2025
----------------------------------------------------------------------------------------------------
Merge pull request #135 from Jj0YzL5nvJ/up2025

CI/CD: Update 2025.5,

--------------------------------------------------------------------------------------------------
mupen64plus-rsp-hle.mk b6881507aeb419751bbc923366d06f08b6b398ae # Version: Commits on May 01, 2025
--------------------------------------------------------------------------------------------------
Merge pull request #93 from Jj0YzL5nvJ/up2025

CI/CD: Update 2025.5,

-----------------------------------------------------------------------------------------------------
mupen64plus-ui-console.mk 6d567d389f5887411bdcc063990d75810049e1c0 # Version: Commits on May 01, 2025
-----------------------------------------------------------------------------------------------------
Merge pull request #92 from Jj0YzL5nvJ/up2025

CI/CD: Update 2025.5,

-----------------------------------------------------------------------------------------------------------
mupen64plus-video-glide64mk2.mk a4687d60ccac82375036515031b684ba67365216 # Version: Commits on May 01, 2025
-----------------------------------------------------------------------------------------------------------
Merge pull request #139 from Jj0YzL5nvJ/up2025

CI/CD: Update 2025.5,

-----------------------------------------------------------------------------------------------------
mupen64plus-video-rice.mk 53c34795aa6257154dd8c5a657989cc91dcf912d # Version: Commits on May 01, 2025
-----------------------------------------------------------------------------------------------------
Merge pull request #112 from Jj0YzL5nvJ/up2025

CI/CD: Update 2025.5,

----------------------------------------------------------------------------------------
retroarch.mk 14c78b6c3231df4ce9049e5b035baf864bffd0df # Version: Commits on May 02, 2025
----------------------------------------------------------------------------------------
Fetch translations from Crowdin,

---------------------------------------------------------------------------------------------
vulkan-samples.mk 02d3010a3517620e7eedd919217e169c4a188de3 # Version: Commits on May 01, 2025
---------------------------------------------------------------------------------------------
In the Vulkan API, the timeout parameter of vkWaitForFences is of type uint64_t. If the API is expected to wait indefinitely (until the GPU signals the fence), the correct value to pass is UINT64_MAX (the maximum 64-bit unsigned integer), not the maximum 32-bit value (UINT32_MAX). (#1328),

------------------------------------------------------------------------------------
rmtfs.mk b61c22b1cd01f4b1f5f48192f0700aa398de31a3 # Version: Commits on May 02, 2025
------------------------------------------------------------------------------------
Merge pull request #23 from lumag/rmtfs-dir-no-qrtr-ns

rmtfs-dir.service.in: Remove dependency on qrtr-ns.service,

----------------------------------------------------------------------------------------
doomretro.mk 0937f9e8c63e89123e572282b5f0cad093498099 # Version: Commits on May 02, 2025
----------------------------------------------------------------------------------------
Minor tweaks,

-------------------------------------------------------------------------------------
gzdoom.mk 502af6adb9d00c6d9cc603bd9f5e11796f2eb7b8 # Version: Commits on May 02, 2025
-------------------------------------------------------------------------------------
SSECMF_DRAWN was being skipped for some cases, affecting texture automap drawing. See bug #3066.,

--------------------------------------------------------------------------------------
vkquake.mk 0a245da28c73a2c2eabc1a6da8f0993f5d7233c4 # Version: Commits on May 02, 2025
--------------------------------------------------------------------------------------
Prevent overflow in tasks epoch

May occur when running the game long enough,

-----------------------------------------------------------------------------------
tr1x.mk 85c77aaebfecf80d3e8bb279f24cbb0affc17fa9 # Version: Commits on May 02, 2025
-----------------------------------------------------------------------------------
items: consolidate Item_GetFrames

This updates TR1 to use the same approach as TR2 for determining

interpolation rate (denominator).,

-----------------------------------------------------------------------------------
tr2x.mk 85c77aaebfecf80d3e8bb279f24cbb0affc17fa9 # Version: Commits on May 02, 2025
-----------------------------------------------------------------------------------
items: consolidate Item_GetFrames

This updates TR1 to use the same approach as TR2 for determining

interpolation rate (denominator).,

--------------------------------------------------------------------------------------------
libretro-dice.mk e3a3e9c6c4a2d881f73fb165a05538467a839a46 # Version: Commits on May 02, 2025
--------------------------------------------------------------------------------------------
Fetch translations & Recreate libretro_core_options_intl.h,

------------------------------------------------------------------------------------------------------
libretro-doublecherrygb.mk a879b0129497a525a0b808b89b1df136a71a1824 # Version: Commits on May 02, 2025
------------------------------------------------------------------------------------------------------
Update README.md,

----------------------------------------------------------------------------------------------
libretro-fceumm.mk 3544ff567ecc417c170641587083b976739ef9db # Version: Commits on May 01, 2025
----------------------------------------------------------------------------------------------
Revert \Adjust turbo logic so that when a button gets pressed, it delays this state for 2 frames. Fix some games that requires certain frame count to read button states (Double Dragon, Xevious\

This reverts commit 0676a2092ad8255e697bc22f0020edecc65020f0.,

------------------------------------------------------------------------------------------------
libretro-gambatte.mk a85fe7c20933dbe4680d783d32639a71a85783cb # Version: Commits on May 02, 2025
------------------------------------------------------------------------------------------------
Fetch translations & Recreate libretro_core_options_intl.h,

-----------------------------------------------------------------------------------------------------
libretro-mame2003-plus.mk c1de17eb547a618b99754a3d708a07dd77a42021 # Version: Commits on May 02, 2025
-----------------------------------------------------------------------------------------------------
Add files via upload,

----------------------------------------------------------------------------------------------
libretro-ppsspp.mk 81ceee829dc8aa16d0894e551afe7b2874b26a32 # Version: Commits on May 01, 2025
----------------------------------------------------------------------------------------------
Merge pull request #20310 from hrydgard/revert-mediaengine-change

Revert some const changes,

-----------------------------------------------------------------------------------------------
libretro-scummvm.mk 39dfa54d7868fdf97d9b20149bf6791c9a577523 # Version: Commits on May 01, 2025
-----------------------------------------------------------------------------------------------
AGS: Update Old Skies / Gemini Rue

+ add a couple new games

Fix #15903,

--------------------------------------------------------------------------------------------
slang-shaders.mk 2a7c1e46ae9573302cf0c060413b33c94a1f9cfa # Version: Commits on May 01, 2025
--------------------------------------------------------------------------------------------
Add hybrid-jinc2-xbr-lv2 shaders (#700)

- At last got bilateral filter to combine jinc2 with xBR making a hybrid output;

- Posterization is reversed, because bilateral favors jinc2 on low gradient regions and xbr on high gradient ones.

- This approach can be used with any other edge smothing shader, though I couldn't get anything better than this.,
@calmh calmh added this to the v1.29.6 milestone May 6, 2025
@calmh calmh added the bug A problem with current functionality, as opposed to missing functionality (enhancement) label May 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A problem with current functionality, as opposed to missing functionality (enhancement)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants