log

age author description
Thu, 03 Dec 2015 16:46:24 +0100 Kim Alvefur Merge...
Thu, 03 Dec 2015 16:17:40 +0100 Kim Alvefur Merge
Thu, 03 Dec 2015 16:17:19 +0100 Kim Alvefur prosodyctl check: Point out that authentication and storage modules should not be added to modules_enabled (fixes #570)
Thu, 03 Dec 2015 16:15:59 +0100 Kim Alvefur prosodyctl check: Point out items in the modules_enabled list that incorrectly include the 'mod_' prefix
Thu, 03 Dec 2015 16:06:09 +0100 Kim Alvefur prosodyctl check: Really store imported LuaSec (must be a leftover from debugging)
Thu, 03 Dec 2015 15:51:22 +0100 Kim Alvefur prosodyctl check: Include global options when checking "all options"
Thu, 03 Dec 2015 15:43:29 +0000 Matthew Wild mod_storage_sql2: Remove from trunk (all trunk-only changes backported)
Thu, 03 Dec 2015 15:43:02 +0000 Matthew Wild Merge 0.10->trunk
Thu, 03 Dec 2015 15:03:24 +0000 Matthew Wild mod_storage_sql: Add map store (backported from trunk)
Thu, 03 Dec 2015 15:02:50 +0000 Matthew Wild mod_storage_sql: Whitespace fix (backported from trunk)
Thu, 03 Dec 2015 14:59:55 +0000 Matthew Wild Merge 0.10->trunk
Thu, 03 Dec 2015 14:57:49 +0000 Matthew Wild 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
Thu, 03 Dec 2015 14:54:29 +0000 Matthew Wild net.http.server: Use new util.cache to remember wildcard event handlers
Thu, 03 Dec 2015 14:47:47 +0000 Matthew Wild storagemanager: Split config retrieval into its own function
Thu, 03 Dec 2015 15:27:09 +0100 Kim Alvefur mod_proxy65: Use typed config API (fix issues when options are set to unexpected types)
Thu, 26 Nov 2015 00:19:31 +0000 Matthew Wild Merge 0.10->trunk
Thu, 26 Nov 2015 00:12:51 +0000 Matthew Wild tests: Add tests for util.cache
Thu, 26 Nov 2015 00:07:48 +0000 Matthew Wild 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
Wed, 25 Nov 2015 21:06:01 +0100 Kim Alvefur mod_blocklist: Use util.cache to manage how many users blocklists are kept in memory
Wed, 25 Nov 2015 20:49:41 +0100 Kim Alvefur util.cache: Make sure cache size is specified as an integer
Wed, 25 Nov 2015 20:43:29 +0100 Kim Alvefur util.pposix: Expose the uname GNU extension field 'domainname'
Tue, 24 Nov 2015 19:31:37 +0100 Kim Alvefur util.session: How would you even send anything to a session?
Tue, 24 Nov 2015 19:26:27 +0100 Kim Alvefur util.session: How does a session relate do a connection?
Tue, 24 Nov 2015 19:04:54 +0100 Kim Alvefur util.session: What does the session say?
Tue, 24 Nov 2015 19:09:51 +0100 Kim Alvefur util.session: What is the identity of a session?
Tue, 24 Nov 2015 19:00:43 +0100 Kim Alvefur util.session: What is a session?
Wed, 25 Nov 2015 15:34:54 +0100 Kim Alvefur mod_admin_telnet: Add timer:info() which shows some basic info about util.timer
Tue, 24 Nov 2015 10:45:48 +0000 Matthew Wild Merge
Tue, 24 Nov 2015 10:45:15 +0000 Matthew Wild Merge 0.10->trunk
Tue, 24 Nov 2015 10:44:41 +0000 Matthew Wild util.cache: Ordered key->value data structure, with size limit (same as pubsub)
Sun, 22 Nov 2015 17:25:44 +0100 Kim Alvefur util.timer: If possible, close the existing timer handle in order to have only one
Sun, 22 Nov 2015 17:20:20 +0100 Kim Alvefur util.timer: Expire timer instance if another instance is already set to take care of the next scheduled event
Sun, 22 Nov 2015 17:18:29 +0100 Kim Alvefur util.timer: Keep count of how many timer instances are active
Sun, 22 Nov 2015 17:00:43 +0100 Kim Alvefur net.server_event: Return event handle from add_task so it can be closed by eg util.timer
Sun, 22 Nov 2015 15:52:10 +0000 Matthew Wild Merge 0.10->trunk
Sun, 22 Nov 2015 15:31:22 +0000 Matthew Wild mod_admin_telnet: c2s:show(): Add flag to indicate remote sessions
Sun, 22 Nov 2015 15:30:27 +0000 Matthew Wild util.ip: Improve comparison, == doesn't necessarily handle IPv6 addresses correctly if they aren't normalized (case, ::, etc.)
Tue, 17 Nov 2015 17:12:45 +0000 Matthew Wild Merge 0.10->trunk
Tue, 17 Nov 2015 17:04:04 +0000 Matthew Wild Merge 0.9->0.10
Tue, 17 Nov 2015 17:01:25 +0000 Matthew Wild muc.lib: Fix pattern so that it doesn't match hashes containing null bytes, causing dropped stanzas (thanks Jitsi folk!)
Mon, 09 Nov 2015 14:16:39 +0100 Kim Alvefur cert/openssl.cnf: Split CSR and self-signed extensions into separate sections (see d2d7ad2563f9)
Mon, 16 Nov 2015 15:24:36 +0100 Kim Alvefur prosody: Fix sleep call that relied on the no longer existing socket global
Mon, 09 Nov 2015 22:56:32 +0100 Kim Alvefur Merge 0.10->trunk
Mon, 09 Nov 2015 13:40:06 +0100 Kim Alvefur mod_tls: Fix ssl option fallback to a "parent" host if current host does not have ssl options set (thanks 70b1)
Mon, 09 Nov 2015 13:39:23 +0100 Kim Alvefur mod_tls: Remove unused reference to global ssl config option (certmanager adds that to the context)
Thu, 05 Nov 2015 13:54:35 +0100 Kim Alvefur mod_s2s/s2sout: Keep SRV lookup response around even if it's empty
Thu, 05 Nov 2015 13:35:16 +0100 Kim Alvefur sessionmanager: Demote write error to debug message
Wed, 04 Nov 2015 12:21:46 +0100 Kim Alvefur sessionmanager: Clarify log message when failing to write data to connection
Wed, 21 Oct 2015 13:37:26 +0200 Kim Alvefur prosodyctl: check: Don't complain about c2s_ssl or s2s_ssl being in VirtualHost sections, that's supported
Wed, 21 Oct 2015 01:56:07 +0200 Kim Alvefur mod_component: Add config option for deciding what happens if a component connects while already connected (fixes #525)
Sun, 18 Oct 2015 21:54:17 +0100 Matthew Wild util.queue: Add luacheck annotations
Sun, 18 Oct 2015 21:42:33 +0100 Matthew Wild util.queue: Add :items() iterator
Sun, 18 Oct 2015 21:35:21 +0100 Matthew Wild statsmanager: Add get() method
Sun, 18 Oct 2015 14:00:15 +0200 Kim Alvefur MUC: Reject muc:admin query with missing <item> child
Sat, 17 Oct 2015 19:31:43 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 17 Oct 2015 19:30:58 +0200 Kim Alvefur Merge 0.9->0.10
Wed, 14 Oct 2015 20:55:26 +0200 Kim Alvefur Makefile: Use more specific globbing for core directory in Makefile (Thanks Robert Scheck) (fixes #532)
Sun, 11 Oct 2015 20:03:00 +0200 Kim Alvefur Merge 0.10->trunk
Sun, 11 Oct 2015 20:00:15 +0200 Kim Alvefur Merge 0.9->0.10
Sun, 11 Oct 2015 19:44:15 +0200 Kim Alvefur core.certmanager: Remove non-string filenames (allows setting eg capath to false to disable the built in default)