Steve Meyers
Steve Meyers
This will have the added benefit of being able to optimize room scheduling based on size vs number of registrants signed up for that talk. See O'Reilly conference management software...
I would like to see default authentication for HandlerSocket. Basically, allow HS clients to use no authentication, but have the HS plugin use some default credentials when determining which tables...
As noted in the PHP manual, the mt_rand functions are NOT cryptographically secure. I've included the random_compat library to add cryptographically secure random functions to PHP < 7.0, and then...