Gregory Magarshak
Gregory Magarshak
Hi @xrn , what does the "pending community activity" label represent?
Thank you for answering the questions. I had one in there that I was particularly interested in, "Does it use background app refresh to try to update the location even...
And also in that issue describe mechanism for handling notification rules. For example, Streams/invited should have a rule handler that runs before the others and checks Streams.Invite table for invite...
And also in that issue describe mechanism for handling notification rules. For example, Streams/invited should have a rule handler that runs before the others and checks Streams.Invite table for invite...
Also have `scripts/Streams/0.8.1-Users.mysql` insert another `users_label` named "Streams/invitedBy", with the title "Invited By". When accepting an invitation from a user, the Streams plugin will add this user as contact under...
This implementation can actually be improved. First of all, instead of mid we can have "expected ordinals". When posting a message, if the ordinal that comes back is equal to...
In short -- we have to implement the scheme described above. 1) Extend Streams.Stream methods to getting/setting/clearing fields. Make event factories for onPost of messages, and maybe one for beforeSave....
After this: Implement Streams/engage action POST It would take many publishers and stream names Alrernatively it could take same parameters as Streams/related and return related streams Like Streams/related it would...
You are most likely right. I should explain instead that the md5 should be used to verify HMACs sent by a service. However, when sending passwords over the wire, the...
We use it at the company to hash the password before sending it to the server, even with an https connection, to minimize the fallout from password reuse. As a...