prosodyctl check: Point out that authentication and storage modules should not be added to modules_enabled (fixes #570)
|
Kim Alvefur |
2015-12-03 |
prosodyctl check: Point out items in the modules_enabled list that incorrectly include the 'mod_' prefix
|
Kim Alvefur |
2015-12-03 |
prosodyctl check: Really store imported LuaSec (must be a leftover from debugging)
|
Kim Alvefur |
2015-12-03 |
prosodyctl check: Include global options when checking "all options"
|
Kim Alvefur |
2015-12-03 |
mod_storage_sql2: Remove from trunk (all trunk-only changes backported)
|
Matthew Wild |
2015-12-03 |
Merge 0.10->trunk
|
Matthew Wild |
2015-12-03 |
mod_storage_sql: Add map store (backported from trunk)
|
Matthew Wild |
2015-12-03 |
mod_storage_sql: Whitespace fix (backported from trunk)
|
Matthew Wild |
2015-12-03 |
Merge 0.10->trunk
|
Matthew Wild |
2015-12-03 |
storagemanager, mod_storage_sql, mod_storage_sql2: Rename mod_storage_sql2 -> mod_storage_sql, mod_storage_sql -> mod_storage_sql1 (temporarily), and emit warning for configs using sql2
|
Matthew Wild |
2015-12-03 |
net.http.server: Use new util.cache to remember wildcard event handlers
|
Matthew Wild |
2015-12-03 |
storagemanager: Split config retrieval into its own function
|
Matthew Wild |
2015-12-03 |
mod_proxy65: Use typed config API (fix issues when options are set to unexpected types)
|
Kim Alvefur |
2015-12-03 |
Merge 0.10->trunk
|
Matthew Wild |
2015-11-26 |
tests: Add tests for util.cache
|
Matthew Wild |
2015-11-26 |
util.cache: Small update to prefix private fields with an underscore, add a :count() method (same as util.queue) and add an optional on_evict callback
|
Matthew Wild |
2015-11-26 |
mod_blocklist: Use util.cache to manage how many users blocklists are kept in memory
|
Kim Alvefur |
2015-11-25 |
util.cache: Make sure cache size is specified as an integer
|
Kim Alvefur |
2015-11-25 |
util.pposix: Expose the uname GNU extension field 'domainname'
|
Kim Alvefur |
2015-11-25 |
util.session: How would you even send anything to a session?
|
Kim Alvefur |
2015-11-24 |
util.session: How does a session relate do a connection?
|
Kim Alvefur |
2015-11-24 |
util.session: What does the session say?
|
Kim Alvefur |
2015-11-24 |
util.session: What is the identity of a session?
|
Kim Alvefur |
2015-11-24 |
util.session: What is a session?
|
Kim Alvefur |
2015-11-24 |
mod_admin_telnet: Add timer:info() which shows some basic info about util.timer
|
Kim Alvefur |
2015-11-25 |
Merge
|
Matthew Wild |
2015-11-24 |
Merge 0.10->trunk
|
Matthew Wild |
2015-11-24 |
util.cache: Ordered key->value data structure, with size limit (same as pubsub)
|
Matthew Wild |
2015-11-24 |
util.timer: If possible, close the existing timer handle in order to have only one
|
Kim Alvefur |
2015-11-22 |
util.timer: Expire timer instance if another instance is already set to take care of the next scheduled event
|
Kim Alvefur |
2015-11-22 |