Bas

Results 83 comments of Bas

This can be handled by the app. Simply when it registers to GCM (or FCM in the future) it will quickly generate a 1024 bit key and send that to...

That's not a feature at the moment. I'll have a look at it. I'd make the syntax like this though: `https://api.pushjet.io/message?uuid=MY_UUID&service=MY_PUBLIC_TOKEN`

If you want to have basic functionallity (GCM), then the server api is more then enough. Otherwise the broker and connectors muse be configured. The broker makes sure that incomming...

Would libsodium suffice?

SQLAlchemy supports SQLite but right now I'm using two MySQL specific datatypes. I'll remove those to make sure that the database back-end can be anything SQLAlchemy supports. Example: https://github.com/Pushjet/Pushjet-Server-Api/blob/163c511226e82bd9a9fb54218e31cb8f28f1d4cc/models/message.py#L3

I'll make custom deployments a lot less painful while I'm at it.

I'll change it to something else then pickle. Like @anhydro said, the application was made for *nix systems. I might have some time to work on it this weekend.

@Frogdo Can you try out [this branch](https://github.com/Mechazawa/whatbetter-crawler/tree/pickle_remove)?

Images are something the spec has room for actions are a bit harder due to UI considerations over all the possible implimentations. I don't really see how reply actions can...