Samuel Allan

Results 107 comments of Samuel Allan

@MuhammadMouradG I don't know the status of this project, but there is a list of related projects (alternatives) in the readme.

I too prefer yyyy-mm-dd format and would like to see this. I'd even be happy with a non-breaking change for this, such as a configuration option (does hledger support or...

Yeah either way, as long as it's documented. It would be nice to have pretty names for on the statusserver and other places they are referenced though. Perhaps game modes...

What's stopping users from using separate config directories for each instance? `piqueserver -d config1`, `piqueserver -d config2`, etc. Note: if we move to appdirs, then we will definitely need a...

What about https://github.com/piqueserver/piqueserver/blob/8603a91ad00fae3dbe17938a553bb3e13a929473/pyspades/player.py#L508-L510 ? That appears to be catching an attempted rapid hack. Also, it seems that it's not exactly catching invalid packet data, but things like out of bounds...

NB we currently don't include a pipfile so using pipenv isn't officially supported yet.

> Does the license need to be compatible? I don't think so, if the end user still downloads the file themselves (as is currently). But I'm not sure we'd be...

Something else to consider: server config shouldn't allow giving passwords for built-in roles such as `team_1`, and users should not be able to `/login team_1` relevant code: https://github.com/piqueserver/piqueserver/blob/b673305f1abd729cef465ade30ebf4419419608f/piqueserver/core_commands/social.py#L4-L26

> Why not? I don't see any harm in this technically being possible. It should work fine, but it'd be pretty pointless... I don't think we need to protect our...

I was searching for the same thing, and started digging through the code to figure out how to implement it... and discovered that this feature appears to be already supported....