log

age author description
2012-05-24 Kim Alvefur mod_mam: Put name of store in a single variable
2012-05-24 Kim Alvefur mod_mam: Remove unused local
2012-05-24 Kim Alvefur mod_mam: Break when the message is more recent than the range requested
2012-05-24 Kim Alvefur mod_mam: local tostring and some comments
2012-05-24 Thijs Alkemade mod_mam: From the spec: servers SHOULD NOT archive messages that do not have a <body/> child tag.
2012-05-23 Kim Alvefur mod_pubsub_feed: Rename to mod_pubsub_feeds
2012-05-21 Kim Alvefur mod_data_access: Cleanup and update to new HTTP API
2012-05-21 Kim Alvefur mod_pubsub_feed: Cleanup and update to new APIs in 0.9
2012-05-21 Kim Alvefur mod_checkcerts: New module that logs a warning when your cert is about to expire.
2012-05-21 Thijs Alkemade mod_mam: Add the UID to the <result> when sending an archived message back.
2012-05-16 Waqas Hussain mod_auth_phpbb3: Optionally allow using PHPBB3 session ID as password ( sql = { sessionid_as_password = true, ... } ).
2012-05-06 Kim Alvefur mod_carbons: Move creation of the carbon stanza out of the loop.
2012-04-30 Florian Zeitz mod_admin_web: Utilize the shared module magic
2012-04-30 Florian Zeitz mod_srvinjection: Use module:set_global()
2012-04-30 Kim Alvefur mod_post_msg: Update to the new HTTP API
2012-04-29 Marco Cirillo mod_register_json: same as previous ones, un-needeness.
2012-04-29 Marco Cirillo mod_stanza_counter: remove module:set_global, with the default_host handler it's not required.
2012-04-29 Marco Cirillo mod_server_status: remove module:set_global, with the default_host handler it's not required.
2012-04-29 Marco Cirillo mod_server_status: for sure xml isn't json, passing json mime and viceversa isn't appropriate at all. *no no*
2012-04-29 Marco Cirillo mod_server_status: fix code typo, get_option_array was used instead of get_option_string
2012-04-29 Marco Cirillo mod_register_json: revert change, it's not needed (providing http provides https as well)
2012-04-29 Kim Alvefur mod_pastebin: Update to the new HTTP API
2012-04-29 Matthew Wild mod_register_web: Extremely rough web registration page, with captcha
2012-04-29 Matthew Wild mod_inotify_reload: Reload modules when their code changes
2012-04-29 Marco Cirillo mod_register_json: fixed typo, added https/http switch and default value to it.
2012-04-29 Marco Cirillo mod_stanza_counter_http: updated to current HTTP API.
2012-04-29 Marco Cirillo mod_server_status: updated to current HTTP API.
2012-04-29 Marco Cirillo mod_register_json: updated to current HTTP API.
2012-04-29 Marco Cirillo mod_ircd: net.connlisteners is gone and won't be back, *disintegrated*
2012-04-29 Marco Cirillo mod_cleanup_http: this is only useful to reload http plugins pre-timber 0.9, *disintegrated*
2012-04-28 Matthew Wild mod_adhoc: Remove
2012-04-28 Matthew Wild mod_proxy65: Remove
2012-04-28 Matthew Wild mod_webpresence: Update to timber, remove squish hack (icons are now loaded relative to the module file)
2012-04-28 Matthew Wild mod_smacks: Make smacks_max_unacked_stanzas configurable
2012-04-28 Matthew Wild mod_smacks: get_option+_number
2012-04-28 Matthew Wild mod_smacks: Remove dependency on connlisteners (use sessions table shared by mod_c2s directly)
2012-04-28 Matthew Wild mod_streamstats: Import count and keys from util.iterators
2012-04-28 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/
2012-04-27 Florian Zeitz mod_admin_web: HTTP methods are now required
2012-04-27 Florian Zeitz mod_admin_web: Add timber version. Separate for now
2012-04-22 Kim Alvefur mod_mam: Update header
2012-04-19 Kim Alvefur mod_mam: Remove archived tag, as this was dropped from the submitted spec
2012-04-03 Kim Alvefur mod_pubsub_feed: Fix typos
2012-03-29 shinysky mod_archive: applied patch from stephen.weber@gswot.org to fix issue 6 and 7; need fully test.
2012-03-27 Marco Cirillo mod_compat_muc_admin: corrected variable leftovers.
2012-03-27 Marco Cirillo mod_compat_muc_admin: adding last missing local (getUsingPath).
2012-03-27 Marco Cirillo mod_compat_muc_admin: general cleanup, adding missing locals from muc.lib.lua (since things aren't inflated enough already)
2012-03-27 Marco Cirillo mod_compat_muc_admin: we shall make sure that only owners can destroy rooms and not everyone, isn't it?
2012-03-27 Marco Cirillo mod_compat_muc_admin: first commit.
2012-03-24 Waqas Hussain mod_auth_phpbb3: Match the username_clean column instead of the username column when updating password.
2012-03-19 Matthew Wild mod_smacks: Don't hibernate session on graceful stream close 0.8-diverge
2012-03-17 Matthew Wild mod_smacks: Import connlisteners properly
2012-03-17 Matthew Wild mod_smacks: If a resumed session still has a connection open, close that connection before resuming
2012-03-05 Matthew Wild mod_smacks: Use pre-resource-unbind (0.9 feature) to fix reloadability and multiple host support
2012-02-28 Kim Alvefur mod_mam: Bumb priority up above carbons, so that archive ids are included
2012-02-28 Kim Alvefur mod_mam: Add missing up()
2012-02-28 Kim Alvefur mod_mam: Try to not bork when sending a message to your bare jid
2012-02-28 Kim Alvefur mod_carbons: Remove useless protection against loop that can't happen
2012-02-28 Kim Alvefur mod_carbons: Make sure parameters to log() are strings.
2012-02-24 Kim Alvefur mod_lastlog: Add option to also log the users IP address.