Skip to content

Releases: Batfoxkid/File-Network

v19

09 Jan 23:39
Compare
Choose a tag to compare
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

08 Dec 18:57
Compare
Choose a tag to compare

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

21 Apr 04:45
Compare
Choose a tag to compare
v15
Support TF2 x32

v13

03 Mar 01:05
Compare
Choose a tag to compare
v13
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

13 Jul 15:48
Compare
Choose a tag to compare
v12
Fix for linux

v9

12 Apr 17:54
44d6d76
Compare
Choose a tag to compare
v9
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

12 Apr 17:29
7f50af9
Compare
Choose a tag to compare
v8
[Gamedata] CGameClient::FileReceived fix (#3)

Setting correct signature for CGameClient::FileReceived

v6

17 Feb 01:19
Compare
Choose a tag to compare
v6
Added support for CNetChan::RequestFile

v5

16 Feb 14:17
Compare
Choose a tag to compare
v5
Detect Unloaded Plugins

v4

15 Feb 03:47
Compare
Choose a tag to compare
v4
Finish The Base