Software /
code /
prosody
Log
description | author | age |
---|---|---|
util.array: Just use table.remove as array:pop() | Kim Alvefur | Wed, 23 Dec 2015 08:39:22 +0100 |
util.array: Fix minory style issues | Kim Alvefur | Wed, 23 Dec 2015 08:32:13 +0100 |
mod_register: Add comment explaining the workaround for replying when the account is being deleted | Kim Alvefur | Mon, 21 Dec 2015 14:48:33 +0100 |
mod_register: Use session log instance to ease indentification | Kim Alvefur | Mon, 21 Dec 2015 14:41:38 +0100 |
util.cache (and tests): Call on_evict after insertion of the new key, so inside on_evict we can be more certain about the current state of the cache (i.e. full, new item added, old item removed) | Matthew Wild | Tue, 22 Dec 2015 20:10:07 +0000 |
util.timer: Reschedule timers from stop() if the next pending event is stopped | Kim Alvefur | Wed, 23 Dec 2015 11:43:39 +0100 |