aboutsummaryrefslogtreecommitdiff
path: root/proxy.py
AgeCommit message (Collapse)AuthorFilesLines
2025-03-10HotfixRitabrata Das1-0/+1
2025-03-09Add support for longer than 16 char username and fix bugsRitabrata Das1-6/+17
2025-03-04Complete crash on ground plugin and some api changesRitabrata Das1-4/+8
2025-03-03Fix crash on ground plugin, add additional logging, fix readback packetRitabrata Das1-2/+2
2025-03-03Improve logging, make help command unmodifiableRitabrata Das1-2/+4
2025-03-02Ignor bots leaving, add player aircraft message to chat syncRitabrata Das1-3/+4
2025-03-02handle client exits gracefully and improve plugin managerRitabrata Das1-11/+33
2025-02-23Work on discord chat sync, and fix smokeRitabrata Das1-0/+8
2025-02-20Add being same IFF to refuelingRitabrata Das1-0/+3
2025-02-19Fix critical bug in smoke pluginRitabrata Das1-3/+0
2025-02-17Add midair refueling pluginRitabrata Das1-0/+5
2025-02-15Work on plugin apis, add command supportRitabrata Das1-30/+33
2025-02-14Added custom aircraft list pluginSkipper1-0/+10
2025-02-14Added chat weather pluginSkipper1-3/+3
- Set new chat commands for fog r,g,b - day/night commands - visibility command
2025-02-13Started to wrap FSNETCMD round YSchatSkipper1-1/+1
2025-02-13Updated Aircraft.pySkipper1-4/+0
Updated to do the prev_life/life swap in the aircraft add_state function.
2025-02-13Updated plugins and managerSkipper1-15/+4
Added smoke on damage as a plugin And added in ability for plugin manager to use folder plugins (multi file if necessary)
2025-02-12Initial setup of plugin managerSkipper1-32/+22
2025-02-12Add SunsetRitabrata Das1-92/+27
2025-02-12Add exception handling on no internet, Sanitize messages before sending and ↵Ritabrata Das1-0/+1
implement leave messages
2025-02-11Fix discord chat syncRitabrata Das1-1/+0
2025-02-11Work on discord chat syncRitabrata Das1-3/+21
2025-02-11Add Smoke, Engine Breakdown, Made sure non-ab planes do not get ab after repairsRitabrata Das1-21/+64
2025-02-10Added afterburner toggle on damageSkipper1-13/+3
2025-02-11Work on G LimiterRitabrata Das1-25/+51
2025-02-10Some updates to packetsSkipper1-129/+178
Various updates, added smoke function to airplanestate, which modifies the incoming packet to make the client smoke, needs to be taken with WEAPONCONFIG.addSmoke Added in placeholder classes for Player and Aircraft
2025-02-04Updated some packetsSkipper1-39/+41
2025-01-31Work on packet managerSkipper1-3/+3
And refactored some of the YSplayer bits
2025-01-29Improve code quality and add via versionRitabrata Das1-78/+91
2025-01-29Add smoke on death and low healthRitabrata Das1-12/+50
2025-01-27Initial CommitRitabrata Das1-0/+152