log

age author description
Sun, 29 Apr 2012 20:40:55 +0000 Marco Cirillo mod_server_status: remove module:set_global, with the default_host handler it's not required.
Sun, 29 Apr 2012 20:29:07 +0000 Marco Cirillo mod_server_status: for sure xml isn't json, passing json mime and viceversa isn't appropriate at all. *no no*
Sun, 29 Apr 2012 20:18:45 +0000 Marco Cirillo mod_server_status: fix code typo, get_option_array was used instead of get_option_string
Sun, 29 Apr 2012 20:16:43 +0000 Marco Cirillo mod_register_json: revert change, it's not needed (providing http provides https as well)
Sun, 29 Apr 2012 21:07:04 +0200 Kim Alvefur mod_pastebin: Update to the new HTTP API
Sun, 29 Apr 2012 17:36:31 +0100 Matthew Wild mod_register_web: Extremely rough web registration page, with captcha
Sun, 29 Apr 2012 16:57:21 +0100 Matthew Wild mod_inotify_reload: Reload modules when their code changes
Sun, 29 Apr 2012 13:44:21 +0000 Marco Cirillo mod_register_json: fixed typo, added https/http switch and default value to it.
Sun, 29 Apr 2012 13:06:53 +0000 Marco Cirillo mod_stanza_counter_http: updated to current HTTP API.
Sun, 29 Apr 2012 13:06:26 +0000 Marco Cirillo mod_server_status: updated to current HTTP API.
Sun, 29 Apr 2012 13:05:46 +0000 Marco Cirillo mod_register_json: updated to current HTTP API.
Sun, 29 Apr 2012 12:47:20 +0000 Marco Cirillo mod_ircd: net.connlisteners is gone and won't be back, *disintegrated*
Sun, 29 Apr 2012 12:46:36 +0000 Marco Cirillo mod_cleanup_http: this is only useful to reload http plugins pre-timber 0.9, *disintegrated*
Sat, 28 Apr 2012 19:48:37 +0100 Matthew Wild mod_adhoc: Remove
Sat, 28 Apr 2012 19:47:17 +0100 Matthew Wild mod_proxy65: Remove
Sat, 28 Apr 2012 19:44:42 +0100 Matthew Wild mod_webpresence: Update to timber, remove squish hack (icons are now loaded relative to the module file)
Sat, 28 Apr 2012 18:21:29 +0100 Matthew Wild mod_smacks: Make smacks_max_unacked_stanzas configurable
Sat, 28 Apr 2012 18:20:18 +0100 Matthew Wild mod_smacks: get_option+_number
Sat, 28 Apr 2012 18:16:47 +0100 Matthew Wild mod_smacks: Remove dependency on connlisteners (use sessions table shared by mod_c2s directly)
Sat, 28 Apr 2012 18:10:36 +0100 Matthew Wild mod_streamstats: Import count and keys from util.iterators
Sat, 28 Apr 2012 17:44:28 +0100 Matthew Wild Tagging last 0.8.x compatible revision of this repo, for 0.8.x support move to http://code.google.com/p/prosody-modules.0-8/
Fri, 27 Apr 2012 19:59:21 +0200 Florian Zeitz mod_admin_web: HTTP methods are now required
Fri, 27 Apr 2012 03:30:47 +0200 Florian Zeitz mod_admin_web: Add timber version. Separate for now
Sun, 22 Apr 2012 13:29:57 +0200 Kim Alvefur mod_mam: Update header
Thu, 19 Apr 2012 17:46:24 +0200 Kim Alvefur mod_mam: Remove archived tag, as this was dropped from the submitted spec
Wed, 04 Apr 2012 00:37:42 +0200 Kim Alvefur mod_pubsub_feed: Fix typos
Thu, 29 Mar 2012 10:32:40 +0800 shinysky mod_archive: applied patch from stephen.weber@gswot.org to fix issue 6 and 7; need fully test.
Tue, 27 Mar 2012 17:11:26 +0000 Marco Cirillo mod_compat_muc_admin: corrected variable leftovers.
Tue, 27 Mar 2012 16:57:00 +0000 Marco Cirillo mod_compat_muc_admin: adding last missing local (getUsingPath).
Tue, 27 Mar 2012 16:51:59 +0000 Marco Cirillo mod_compat_muc_admin: general cleanup, adding missing locals from muc.lib.lua (since things aren't inflated enough already)
Tue, 27 Mar 2012 16:07:52 +0000 Marco Cirillo mod_compat_muc_admin: we shall make sure that only owners can destroy rooms and not everyone, isn't it?
Tue, 27 Mar 2012 15:49:31 +0000 Marco Cirillo mod_compat_muc_admin: first commit.
Sun, 25 Mar 2012 02:30:36 +0500 Waqas Hussain mod_auth_phpbb3: Match the username_clean column instead of the username column when updating password.
Mon, 19 Mar 2012 17:06:02 +0000 Matthew Wild mod_smacks: Don't hibernate session on graceful stream close 0.8-diverge
Sat, 17 Mar 2012 15:54:25 +0000 Matthew Wild mod_smacks: Import connlisteners properly
Sat, 17 Mar 2012 15:53:45 +0000 Matthew Wild mod_smacks: If a resumed session still has a connection open, close that connection before resuming
Mon, 05 Mar 2012 16:53:30 +0000 Matthew Wild mod_smacks: Use pre-resource-unbind (0.9 feature) to fix reloadability and multiple host support
Tue, 28 Feb 2012 14:37:42 +0100 Kim Alvefur mod_mam: Bumb priority up above carbons, so that archive ids are included
Tue, 28 Feb 2012 14:36:41 +0100 Kim Alvefur mod_mam: Add missing up()
Tue, 28 Feb 2012 14:36:05 +0100 Kim Alvefur mod_mam: Try to not bork when sending a message to your bare jid
Tue, 28 Feb 2012 14:33:35 +0100 Kim Alvefur mod_carbons: Remove useless protection against loop that can't happen
Tue, 28 Feb 2012 14:20:43 +0100 Kim Alvefur mod_carbons: Make sure parameters to log() are strings.
Fri, 24 Feb 2012 15:38:14 +0100 Kim Alvefur mod_lastlog: Add option to also log the users IP address.
Fri, 24 Feb 2012 15:28:17 +0100 Kim Alvefur mod_lastlog: New module to record last time a user authenticated
Tue, 14 Feb 2012 21:21:40 +0100 Florian Zeitz mod_admin_web: Correctly access items in NamedNodeMaps
Tue, 14 Feb 2012 15:17:16 +0000 Matthew Wild Merge
Sun, 12 Feb 2012 21:58:07 +0000 Marco Cirillo mod_c2s_conn_throttle: renamed mod_c2s_auth_throttle, hooks at features and takes in account stream renegotiation.
Sun, 12 Feb 2012 18:26:02 +0000 Marco Cirillo mod_cleanup_http: updated banner.
Sun, 12 Feb 2012 18:04:51 +0000 Marco Cirillo mod_cleanup_http: "spring cleans" module, aka unload global http modules without hassle (open ports cleanup doesn't work with server_event)
Sun, 12 Feb 2012 18:01:48 +0000 Marco Cirillo mod_server_status: remove cleanup function move it to a separate plugin.
Sun, 12 Feb 2012 18:01:12 +0000 Marco Cirillo mod_stanza_counter_http: remove cleanup function move it to a separate plugin.
Sun, 12 Feb 2012 17:59:45 +0000 Marco Cirillo mod_register_json: remove cleanup function move it to a separate plugin.
Sun, 12 Feb 2012 16:35:54 +0100 Kim Alvefur mod_carbons: Use session.send instead of passing carbon through all the routing
Thu, 09 Feb 2012 13:06:14 +0100 Kim Alvefur mod_carbons: Add more debug logging
Thu, 09 Feb 2012 00:56:47 +0000 Marco Cirillo mod_c2s_auth_throttle: first commit
Thu, 09 Feb 2012 00:54:39 +0000 Marco Cirillo merged.
Tue, 07 Feb 2012 20:01:57 +0100 Florian Zeitz mod_conformance_restricted: Module to send XML restricted by RFC 6120 (for conformance testing)
Thu, 09 Feb 2012 00:53:32 +0000 Marco Cirillo mod_server_status: de-revert to use configmanager instead of module mm for the cleanup function also give it an unique name (mismatch possible "??")
Thu, 09 Feb 2012 00:52:18 +0000 Marco Cirillo mod_stanza_counter_http: de-revert to use configmanager instead of module mm for the cleanup function also give it an unique name (mismatch possible "??")
Thu, 09 Feb 2012 00:47:01 +0000 Marco Cirillo mod_register_json: punctuation adjust