This repository was archived by the owner on Apr 27, 2019. It is now read-only.
Let's go for 1.5!#125
Merged
kharidiron merged 107 commits intoStarryPy:masterfrom Feb 11, 2015
Merged
Conversation
…ll as allowing you to run it anywhere else.
…e StarryPy directory itself.
…es of unnecessary exceptions. Shortened after_ callback time from 1 second to .01 second, may move it to immediate.
…top on import error.
…oxy_as_plugin reworks the UDP proxy to be a plugin
makes use of datetime.utcnow()
- [x] back packet types - [x] protect everything
its functionality is now in planet_protect
…rotection consilidates protection from Bouncer + planet_protect into a single plugin
This reverts commit d29be38.
Rebuilt StarryPy#93 on development, then split out the plugin part. This is the session handling cleanup. The point is to abstract any session management away from the endpoints are using the data, and to initiate a session per transaction rather than leaving one session open for the lifetime of the server (the latter was causing concurrency issues when different factories were accessing the session).
…ions Some SQLAlchemy session cleanup
this closes issue #95
…n a protected planet.
…eeded). Updated config.json.defaults.
… warp packets. Eveything else worked.
…h starcheat. The current solution to this matter, is that if a changed-named player connects, it uses their original name, and possibly adds a _ to the end as well. Each time they reconnect to the same-running server session, another _ will be added to the end of the name. While not ideal, this is better than skipping the wrapper.
Needed for the web_gui.
…fing issues. May need more testing and code cleanup.
…into development
Member
Author
|
Seeing as this is needed, I will be merging right away. Yay for 1.5. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I think we are ready to move to public stable! I will now be in hot-fix and minor improvements mode.