Log

description author age
mod_storage_sql2, util.sql: Move code for setting encoding to util.sql Kim Alvefur 2013-10-28
mod_storage_sql2: Move all schema upgrade code to the same place Kim Alvefur 2013-10-28
mod_storage_sql2: Split up setting of encoding and table upgrade code Kim Alvefur 2013-10-28
util.timer: Import all require upvalues. Waqas Hussain 2013-10-30
util.timer: Fix another variable name typo (thanks again zash). Waqas Hussain 2013-10-30
util.timer: Fix variable name typo. Waqas Hussain 2013-10-30
util.timer: Updated to use util.indexedbheap to provide a more complete API. Timers can now be stopped or rescheduled. Callbacks are now pcall'd. Adding/removing timers from within timer callbacks works better. Optional parameter can be passed when creating timer which gets passed to callback, eliminating the need for closures in various timer uses. Timers are now much more lightweight. Waqas Hussain 2013-10-30
util.indexedbheap: A priority queue implementation with a reverse index with no per-entry memory allocation. Waqas Hussain 2013-10-30
Merge 0.10->trunk Kim Alvefur 2013-10-15
certmanager: Fix. Again. Kim Alvefur 2013-10-15
Merge 0.10->trunk Kim Alvefur 2013-10-14
certmanager: Add back single_dh_use and single_ecdh_use to default options (Zash breaks, Zash unbreaks) Kim Alvefur 2013-10-14
util.sasl.scram: Rename variable for clarity Kim Alvefur 2013-10-12
util.sasl.scram: Cache profile name instead of concatenating when used Kim Alvefur 2013-10-12
util.sasl.scram: Rewrite patterns and capture client-first-message-bare, client-final-message-without-proof Kim Alvefur 2013-10-12
util.sasl.scram: Create the state table as late as possible, keep state in locals for faster access Kim Alvefur 2013-10-12
util.sasl.scram: Compare gs2-header to cbind-input (Thanks Tobias) Kim Alvefur 2013-10-12
Merge 0.10->trunk Matthew Wild 2013-10-10
Merge 0.9->0.10 Matthew Wild 2013-10-10
util.windows: Incorrect output buffer size passed to ReadConsoleOutputAttribute (fixes issue#362, thanks yanjun). Waqas Hussain 2013-10-10
util.sasl: Remove unused print() import. Waqas Hussain 2013-10-07
util.sasl: Make registerMechanism a public function (again) Waqas Hussain 2013-10-07
Merge 0.10->trunk Kim Alvefur 2013-10-07
mod_saslauth: Collect data for channel binding only if we know for sure that the stream is encrypted Kim Alvefur 2013-10-07
mod_c2s, mod_s2s: Set session.encrypted as session.secure does not allways mean encrypted (eg consider_bosh_secure) Kim Alvefur 2013-10-07
Merge 0.10->trunk Kim Alvefur 2013-10-06
util.array: Improve array:reverse() and make it work as both method and non-mutating function Kim Alvefur 2013-10-06
util.sasl.scram: Remove unused function and import Kim Alvefur 2013-10-06