Python1320

Results 15 issues of Python1320

Our broker was recently DDoSed, which caused a disconnect on our luamqtt end, and a reconnect attempt where the connecting routine took over a minute after which our service was...

It could be someone is using the cache bypass or something else https://github.com/CapsAdmin/pac3/blob/d410cd17ce86c17075dc58881e702d21a91086aa/lua/pac3/core/shared/util.lua#L146 ![image](https://user-images.githubusercontent.com/207340/135506068-178ef805-fb40-4f0c-ac36-6c61446e982f.png) Potentially helpful stacktrace ```lua 1. old - lua/pac3/core/shared/util.lua:688 2. func - lua/pac3/libraries/resource.lua:254 3. stop - lua/pac3/libraries/resource.lua:60...

bug

Add net.ReadPlayer/WritePlayer, saving GMod from network bloat one byte at a time.

Addition

We need to start moderating the approved content better or we will be going against GitHub AUP: https://help.github.com/en/github/site-policy/github-acceptable-use-policies

The commit https://github.com/Metapyziks/VMFInstanceInserter/commit/9487796dbda67c12e4c8e6508b980125b82a1db2#diff-b6cd5396d3ebfa4934fa608dc1f60ea4R179 introduced the following error: ```c# Unhandled Exception: System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean...

With https://github.com/CapsAdmin/pac3/blob/develop/lua/pac3/core/shared/movement.lua if you, for example, enter a trigger where noclip is not allowed, any code setting `MOVETYPE_WALK` on the player gets overriden by `movement.lua` It also uses MOVETYPE_NONE which...

May be used to reimplement halos without having to override the library or for situations where halos may be clashing with aesthetics or rendering (better to hide halos temporarily than...

Addition

Was going to try using this to compile a modified VRAD/VBSP/VVIS for Garry's Mod [limits](https://knockout.chat/thread/992/4#post-1094333), but instead of just missing wscripts and broken code they're missing quite a many files...

Build issue

Similar to Issue #83. Currently in CSGO branch setting this in `gameinfo.txt` ```bash Game "X:/g/steam/SteamApps/common/Team Fortress 2/tf/tf2_textures.vpk" ``` results in file access like this (which obviously fails): ```bash X:\g\steam\SteamApps\common\Team Fortress...

Slammin: https://knockout.chat/thread/992/4#post-1094333 prevents for now Custom: CSGO leak final nail in coffin: map version is 21 and GMod can only build version 20 cubemaps. ^ Probably not a problem, but...