Skip to content

Releases: Batfoxkid/File-Network

v19

Choose a tag to compare

@github-actions github-actions released this 09 Jan 23:39
Reworked Request Timeout

During timeout, will now call callback and fail the request.
Adding new parameter in FileNet_RequestFile to define the timeout period.

v18 Fixing Linux issues

Choose a tag to compare

@github-actions github-actions released this 08 Dec 18:57

This update fixes an issue where FileDenied is inlined specifically for linux.
It now works on a timer, which should work aslong as you dont request anything other then a .txt file under 100 bytes as a proof that they own the original file.

v15

v15

Choose a tag to compare

@github-actions github-actions released this 21 Apr 04:45
Support TF2 x32

v13

v13

Choose a tag to compare

@github-actions github-actions released this 03 Mar 01:05
Remove ConVar Check + Timeout Checks

- Removed checking for sv_allowupload on the client
- Added a 90 second timeout period, where it would retry requesting a file (occurs when a player gets requested a file they don't have after a certain amount of times)

v12

v12

Choose a tag to compare

@github-actions github-actions released this 13 Jul 15:48
Fix for linux

v9

v9

Choose a tag to compare

@github-actions github-actions released this 12 Apr 17:54
44d6d76
Expose GetNetChanPtr as a native (#4)

A small addition, allows making low-level modifications to the file queue.

Courtesy of Naydef. Committing with his permission.

v8

v8

Choose a tag to compare

@github-actions github-actions released this 12 Apr 17:29
7f50af9
[Gamedata] CGameClient::FileReceived fix (#3)

Setting correct signature for CGameClient::FileReceived

v6

v6

Choose a tag to compare

@github-actions github-actions released this 17 Feb 01:19
Added support for CNetChan::RequestFile

v5

v5

Choose a tag to compare

@github-actions github-actions released this 16 Feb 14:17
Detect Unloaded Plugins

v4

v4

Choose a tag to compare

@github-actions github-actions released this 15 Feb 03:47
Finish The Base