log

age author description
Thu, 02 Aug 2012 00:25:24 +0200 Kim Alvefur mod_pubsub_hub: Try to choose time until the next periodic check in a sane way
Wed, 01 Aug 2012 17:14:03 +0200 Kim Alvefur mod_pubsub_feeds: Use URL as node name if the config index is numeric
Wed, 01 Aug 2012 16:11:12 +0200 Kim Alvefur mod_pubsub_hub: New module that implements the Hub part of PubSubHubbub
Wed, 01 Aug 2012 16:08:54 +0200 Kim Alvefur mod_pubsub_feeds: Depend on pubsub instead of aborting if it's not loaded
Wed, 01 Aug 2012 16:08:15 +0200 Kim Alvefur mod_pubsub_feeds: Use the "superactor" instead of module.host/module.name
Wed, 01 Aug 2012 02:33:43 +0200 Florian Zeitz mod_admin_web: Replace core_post_stanza() with module:send()
Wed, 01 Aug 2012 02:30:30 +0200 Kim Alvefur mod_addressing: Replace use of core_post_stanza() with module:send()
Wed, 01 Aug 2012 02:29:01 +0200 Kim Alvefur mod_service_directories: Replace use of core_post_stanza() with module:send()
Wed, 01 Aug 2012 02:22:24 +0200 Kim Alvefur mod_remote_roster: Replace use of core_post_stanza() with module:send()
Sun, 29 Jul 2012 22:24:11 +0200 Kim Alvefur mod_smacks: Use require to import (thanks a lot, autocomplete)
Sun, 29 Jul 2012 22:21:32 +0200 Kim Alvefur mod_smacks: Import sessionmanager
Sun, 29 Jul 2012 22:11:48 +0200 Kim Alvefur mod_smacks: Fix log statement
Sun, 29 Jul 2012 21:38:19 +0200 Kim Alvefur mod_smacks: Import prosody.core_process_stanza()
Fri, 27 Jul 2012 14:29:59 +0100 Matthew Wild Merge with Oliver Gerlich
Mon, 11 Jun 2012 22:32:45 +0200 Oliver Gerlich mod_archive: cope with <list> requests which don't have a <set> tag
Fri, 27 Jul 2012 04:39:48 +0200 Kim Alvefur mod_mam: Stricter validation, reject invalid timestamps, jids.
Fri, 27 Jul 2012 02:38:43 +0100 Matthew Wild mod_readonly: Allow preventing direct modification of certain user data via XMPP
Thu, 26 Jul 2012 15:14:06 +0100 Matthew Wild mod_compat_vcard: Handle vcard requests sent to full JIDs (a spec violation commited by older versions of ejabberd and possibly others) - replaces vcard_compatibility option from Prosody 0.8
Thu, 26 Jul 2012 14:27:41 +0100 Matthew Wild mod_compat_bind: Compatibility (ugh) with clients that send the resource bind to the login host (ugh)
Tue, 24 Jul 2012 15:33:55 +0100 Matthew Wild mod_admin_web_timber -> mod_admin_web
Sun, 22 Jul 2012 19:52:45 +0100 Matthew Wild mod_register_web: nodeprep username before creating user (thanks IRON)
Thu, 19 Jul 2012 15:33:35 +0100 Matthew Wild mod_adhoc_cmd_*: Remove, these are obsoleted by mod_admin_adhoc (supplied with Prosody since 0.8)
Thu, 19 Jul 2012 15:32:02 +0100 Matthew Wild mod_inotify_reload: Add debug logging
Mon, 16 Jul 2012 22:30:43 +0200 Kim Alvefur mod_carbons: Unconditionally set namespace of forwarded message.
Fri, 13 Jul 2012 14:07:30 +0200 Kim Alvefur mod_vjud: Remove some ... verbose debug logging
Wed, 11 Jul 2012 19:07:15 +0200 Kim Alvefur mod_streamstats: Switch to portmanager and other 0.9 goodness
Sun, 08 Jul 2012 01:00:12 +0200 Kim Alvefur mod_http_favicon: Add, serves a favicon.ico
Sun, 08 Jul 2012 00:40:43 +0200 Kim Alvefur mod_mam_adhoc: Use ad-hoc command node suggested by XEP-0313
Fri, 06 Jul 2012 13:39:51 +0100 Matthew Wild mod_limits: Import to prosody-modules, connection-level rate limiting
Wed, 04 Jul 2012 14:08:43 +0200 Olivier Goffart mod_archive: switch from/to
Wed, 04 Jul 2012 13:58:31 +0200 Olivier Goffart mod_archive: Fix duplicate messages stored
Wed, 04 Jul 2012 13:49:57 +0200 Olivier Goffart mod_archive: Fix hour offset in stored message date
Sun, 01 Jul 2012 13:51:26 +0200 Kim Alvefur mod_vjud: Don't break on undefined properties.
Sun, 01 Jul 2012 13:15:40 +0200 Kim Alvefur mod_vjud: Switch first and last name in results to be correct.
Sun, 01 Jul 2012 12:47:51 +0200 Kim Alvefur mod_vjud: Update util.vcard from verse
Sat, 30 Jun 2012 23:01:29 +0000 Marco Cirillo mod_compat_muc_admin: added missing import (thanke MattJ)
Thu, 28 Jun 2012 05:24:26 +0200 Kim Alvefur mod_vjud: Missing fields should not match everyone. (Thanks Pidgin)
Tue, 26 Jun 2012 13:05:52 +0000 Marco Cirillo mod_host_guard: adjusted log message.
Tue, 26 Jun 2012 12:05:24 +0000 Marco Cirillo mod_host_guard: reduced code duplication and added better logging.
Tue, 26 Jun 2012 10:57:24 +0000 Marco Cirillo mod_host_guard: during configuration reload the host handlers should be reinitialized as well, so reverted changed and added back the "redundant code".
Mon, 25 Jun 2012 23:53:40 +0000 Marco Cirillo mod_host_guard: removed redundant cleanup code (tested it's completely unrequired).
Mon, 25 Jun 2012 23:26:09 +0000 Marco Cirillo mod_host_guard: host handlers are now cleaned properly on module unload (and also still on re/load to be safe).
Mon, 25 Jun 2012 22:32:54 +0000 Marco Cirillo mod_host_guard: referenced configmanager from prosody's _G instead of requiring it.
Mon, 25 Jun 2012 22:20:27 +0000 Marco Cirillo mod_register_json: moved throttling logic so that if there's a failure during nick registration the user can retry and referenced usermanager from prosody's _G instead of req. it.
Mon, 25 Jun 2012 22:17:40 +0000 Marco Cirillo mod_register_redirect: referenced configmanager from prosody's global space instead of requiring it (==).
Mon, 25 Jun 2012 21:36:40 +0000 Marco Cirillo mod_register_json: modify logic to prevent an unnecessary call to usermanager.
Sat, 23 Jun 2012 00:44:32 +0500 Waqas Hussain mod_auth_joomla: Added config option sql.prefix (default = "jos_").
Sat, 23 Jun 2012 00:42:01 +0500 Waqas Hussain mod_auth_joomla: Joomla hash should be hex-encoded, not raw binary (thanks Anthony).
Wed, 20 Jun 2012 16:08:47 +0200 Kim Alvefur mod_pubsub_feeds: Prepare for making it possible to unsubscribe, and some other minor changes.
Wed, 20 Jun 2012 15:59:45 +0200 Kim Alvefur mod_pubsub_feeds: Fix updating of config
Wed, 20 Jun 2012 15:18:48 +0200 Kim Alvefur mod_vjud: Depends on vcard lib from verse, so add that.
Wed, 20 Jun 2012 15:14:34 +0200 Kim Alvefur mod_vjud: Add. Thanks waqas for the base code.
Sun, 17 Jun 2012 21:12:00 +0200 Kim Alvefur mod_mam_adhoc: New module that allows clients to change MAM preferences through AdHoc.
Tue, 12 Jun 2012 19:27:02 +0200 Florian Zeitz mod_client_certs: Add Ad-Hoc commands for certificate management
Tue, 12 Jun 2012 14:00:57 +0200 Florian Zeitz mod_client_certs: Strip x509 data
Mon, 11 Jun 2012 16:54:32 +0200 Kim Alvefur mod_mam: Enforce max results even if RSM isn't used.
Mon, 11 Jun 2012 00:35:26 +0000 Marco Cirillo mod_register_json: corrected trace.
Sat, 09 Jun 2012 23:15:44 +0200 Thijs Alkemade mod_client_certs: Follow the rules in XEP-0178 about the inclusion of the username when using EXTERNAL, instead of mapping one certificate to one user.
Sat, 09 Jun 2012 01:47:31 +0200 Kim Alvefur mod_auth_dovecot: If the connection fails, nuke it so the next attempt causes a reconnect.
Fri, 08 Jun 2012 21:02:41 +0200 Kim Alvefur mod_mam: Fix typo