Giter Site home page Giter Site logo

germaniumsystem / starrypy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kharidiron/starrypy

1.0 1.0 0.0 2.94 MB

Plugin-driven Starbound proxy server built using Twisted.

License: Do What The F*ck You Want To Public License

Python 11.79% HTML 2.03% CSS 1.87% JavaScript 84.25% Shell 0.05%

starrypy's People

Contributors

8r2y5 avatar amorporkian avatar captaindapper avatar ddevault avatar germaniumsystem avatar kamilion avatar kharidiron avatar saik0 avatar slitherrr avatar teihoo avatar traxo-xx avatar tsunder avatar xenowanderer avatar

Stargazers

 avatar

Watchers

 avatar  avatar

starrypy's Issues

Connection reaper tends to stall.

If reap_dead_connections is called while a player is connecting, the reaper's LoopingCall will stall until the server is restarted.
I'm not entirely sure why this is happening, but a deferred being returned and never fired seems to be a likely cause.

EntityType definitions are incorrect

Most of the EntityType definitions are incorrect.

Known good:

  • 0 = PLAYER
  • 3 = ITEMDROP
  • 8 = NPC

Known bad:

  • 1 = MONSTER - Appears to be the new OBJECT.
  • 2 = OBJECT - Not observed yet.
  • 4 = PROJECTILE - Observed when felling trees and vines. Purpose unknown.
  • 5 = PLANT - Appears to be the new PROJECTILE.
  • 6 = PLANTDROP - Not observed despite plant interaction.
  • 7 = EFFECT - Appears to be the new MONSTER.

Unknown:

  • -1 = END - I honestly have no idea what this is or how to cause it. Not observed yet.
  • 9 = ? - Payload contains player UUID.
  • 10 = ? - Appears to be related to the mater manipulator, projectiles, and crafting. No payload.

Claims plugin does not use unique identifiers

The claims plugin uses usernames to determine who should or should not be allowed to interact with a protected planet. Since these are not unique, a malicious user can easily log in using a different user's name (or change their name on-the-fly) and gain full access to protected planets.

planet_protect plugin cannot distinguish projectile origin.

The planet_protect plugin is intended to block banned projectiles from all players not in the claim list. However, the plugin cannot distinguish who created a projectile and often just blocks projectiles planet-wide.
This appears to be based on the UUIDs of players on the planet. Whoever has the first UUID decides if projectiles are allowed.

Colored names are not handled properly

Users with colored names cause multiple attribute errors when sending chat messages.

WARNING - starrypy.plugins.colored_names # Received AttributeError in colored_name. 'NoneType' object has no attribute 'colored_name'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.