Log

description author age
mod_websocket: Move frame building into a function Florian Zeitz Sun, 27 May 2012 17:09:19 +0200
mod_host_guard: remove unused import. Marco Cirillo Sun, 27 May 2012 04:58:07 +0000
mod_host_guard: prevent possible traces in case there isn't a conn object on the session by adding a dummy replacement function. Marco Cirillo Sun, 27 May 2012 04:44:24 +0000
mod_host_guard: now a proper error is returned when stanzas are routed to a filtered remote server (thanks Zash) Marco Cirillo Sun, 27 May 2012 02:44:06 +0000
mod_host_guard: removed unused variable. Marco Cirillo Sun, 27 May 2012 01:37:25 +0000
mod_host_guard: using route/remote event hook to stop outgoing connections to filtered entities, yet the returned error is highly misleading. Marco Cirillo Sun, 27 May 2012 01:34:53 +0000
mod_host_guard: removed s2smanager import. Marco Cirillo Sat, 26 May 2012 22:48:03 +0000
mod_host_guard: removed calls to s2smanager and made the module not dependant on it. Marco Cirillo Sat, 26 May 2012 22:45:46 +0000
mod_group_bookmarks: Log error when group_bookmarks_file not specified Matthew Wild Sat, 26 May 2012 22:53:39 +0100
mod_stanza_counter_http: change the skipped get_option_array to get_option_string it was supposed to. Marco Cirillo Sat, 26 May 2012 11:37:44 +0000
mod_websocket: Move frame handling into a separate function Florian Zeitz Sat, 26 May 2012 03:09:09 +0200
mod_websocket: New mod_c2s based version, still WIP Florian Zeitz Fri, 25 May 2012 17:20:41 +0200
mod_mam: Put name of store in a single variable Kim Alvefur Thu, 24 May 2012 23:52:36 +0200
mod_mam: Remove unused local Kim Alvefur Thu, 24 May 2012 23:02:46 +0200
mod_mam: Break when the message is more recent than the range requested Kim Alvefur Thu, 24 May 2012 22:56:12 +0200
mod_mam: local tostring and some comments Kim Alvefur Thu, 24 May 2012 22:37:14 +0200
mod_mam: From the spec: servers SHOULD NOT archive messages that do not have a <body/> child tag. Thijs Alkemade Thu, 24 May 2012 22:29:17 +0200
mod_pubsub_feed: Rename to mod_pubsub_feeds Kim Alvefur Wed, 23 May 2012 21:52:14 +0200
mod_data_access: Cleanup and update to new HTTP API Kim Alvefur Mon, 21 May 2012 22:10:28 +0200
mod_pubsub_feed: Cleanup and update to new APIs in 0.9 Kim Alvefur Mon, 21 May 2012 21:30:51 +0200
mod_checkcerts: New module that logs a warning when your cert is about to expire. Kim Alvefur Mon, 21 May 2012 17:02:15 +0200
mod_mam: Add the UID to the <result> when sending an archived message back. Thijs Alkemade Mon, 21 May 2012 15:36:02 +0200
mod_auth_phpbb3: Optionally allow using PHPBB3 session ID as password ( sql = { sessionid_as_password = true, ... } ). Waqas Hussain Wed, 16 May 2012 17:34:47 +0500
mod_carbons: Move creation of the carbon stanza out of the loop. Kim Alvefur Sun, 06 May 2012 23:27:28 +0200
mod_admin_web: Utilize the shared module magic Florian Zeitz Mon, 30 Apr 2012 17:25:09 +0200
mod_srvinjection: Use module:set_global() Florian Zeitz Mon, 30 Apr 2012 16:45:06 +0200
mod_post_msg: Update to the new HTTP API Kim Alvefur Mon, 30 Apr 2012 13:08:40 +0200
mod_register_json: same as previous ones, un-needeness. Marco Cirillo Sun, 29 Apr 2012 20:43:40 +0000
mod_stanza_counter: remove module:set_global, with the default_host handler it's not required. Marco Cirillo Sun, 29 Apr 2012 20:41:59 +0000
mod_server_status: remove module:set_global, with the default_host handler it's not required. Marco Cirillo Sun, 29 Apr 2012 20:40:55 +0000
mod_server_status: for sure xml isn't json, passing json mime and viceversa isn't appropriate at all. *no no* Marco Cirillo Sun, 29 Apr 2012 20:29:07 +0000
mod_server_status: fix code typo, get_option_array was used instead of get_option_string Marco Cirillo Sun, 29 Apr 2012 20:18:45 +0000
mod_register_json: revert change, it's not needed (providing http provides https as well) Marco Cirillo Sun, 29 Apr 2012 20:16:43 +0000
mod_pastebin: Update to the new HTTP API Kim Alvefur Sun, 29 Apr 2012 21:07:04 +0200
mod_register_web: Extremely rough web registration page, with captcha Matthew Wild Sun, 29 Apr 2012 17:36:31 +0100
mod_inotify_reload: Reload modules when their code changes Matthew Wild Sun, 29 Apr 2012 16:57:21 +0100
mod_register_json: fixed typo, added https/http switch and default value to it. Marco Cirillo Sun, 29 Apr 2012 13:44:21 +0000
mod_stanza_counter_http: updated to current HTTP API. Marco Cirillo Sun, 29 Apr 2012 13:06:53 +0000
mod_server_status: updated to current HTTP API. Marco Cirillo Sun, 29 Apr 2012 13:06:26 +0000
mod_register_json: updated to current HTTP API. Marco Cirillo Sun, 29 Apr 2012 13:05:46 +0000
mod_ircd: net.connlisteners is gone and won't be back, *disintegrated* Marco Cirillo Sun, 29 Apr 2012 12:47:20 +0000
mod_cleanup_http: this is only useful to reload http plugins pre-timber 0.9, *disintegrated* Marco Cirillo Sun, 29 Apr 2012 12:46:36 +0000
mod_adhoc: Remove Matthew Wild Sat, 28 Apr 2012 19:48:37 +0100
mod_proxy65: Remove Matthew Wild Sat, 28 Apr 2012 19:47:17 +0100
mod_webpresence: Update to timber, remove squish hack (icons are now loaded relative to the module file) Matthew Wild Sat, 28 Apr 2012 19:44:42 +0100
mod_smacks: Make smacks_max_unacked_stanzas configurable Matthew Wild Sat, 28 Apr 2012 18:21:29 +0100
mod_smacks: get_option+_number Matthew Wild Sat, 28 Apr 2012 18:20:18 +0100
mod_smacks: Remove dependency on connlisteners (use sessions table shared by mod_c2s directly) Matthew Wild Sat, 28 Apr 2012 18:16:47 +0100
mod_streamstats: Import count and keys from util.iterators Matthew Wild Sat, 28 Apr 2012 18:10:36 +0100
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/ Matthew Wild Sat, 28 Apr 2012 17:44:28 +0100
mod_admin_web: HTTP methods are now required Florian Zeitz Fri, 27 Apr 2012 19:59:21 +0200
mod_admin_web: Add timber version. Separate for now Florian Zeitz Fri, 27 Apr 2012 03:30:47 +0200
mod_mam: Update header Kim Alvefur Sun, 22 Apr 2012 13:29:57 +0200
mod_mam: Remove archived tag, as this was dropped from the submitted spec Kim Alvefur Thu, 19 Apr 2012 17:46:24 +0200
mod_pubsub_feed: Fix typos Kim Alvefur Wed, 04 Apr 2012 00:37:42 +0200
mod_archive: applied patch from stephen.weber@gswot.org to fix issue 6 and 7; need fully test. shinysky Thu, 29 Mar 2012 10:32:40 +0800
mod_compat_muc_admin: corrected variable leftovers. Marco Cirillo Tue, 27 Mar 2012 17:11:26 +0000
mod_compat_muc_admin: adding last missing local (getUsingPath). Marco Cirillo Tue, 27 Mar 2012 16:57:00 +0000
mod_compat_muc_admin: general cleanup, adding missing locals from muc.lib.lua (since things aren't inflated enough already) Marco Cirillo Tue, 27 Mar 2012 16:51:59 +0000
mod_compat_muc_admin: we shall make sure that only owners can destroy rooms and not everyone, isn't it? Marco Cirillo Tue, 27 Mar 2012 16:07:52 +0000
mod_compat_muc_admin: first commit. Marco Cirillo Tue, 27 Mar 2012 15:49:31 +0000
mod_auth_phpbb3: Match the username_clean column instead of the username column when updating password. Waqas Hussain Sun, 25 Mar 2012 02:30:36 +0500
mod_smacks: Don't hibernate session on graceful stream close 0.8-diverge Matthew Wild Mon, 19 Mar 2012 17:06:02 +0000
mod_smacks: Import connlisteners properly Matthew Wild Sat, 17 Mar 2012 15:54:25 +0000
mod_smacks: If a resumed session still has a connection open, close that connection before resuming Matthew Wild Sat, 17 Mar 2012 15:53:45 +0000
mod_smacks: Use pre-resource-unbind (0.9 feature) to fix reloadability and multiple host support Matthew Wild Mon, 05 Mar 2012 16:53:30 +0000
mod_mam: Bumb priority up above carbons, so that archive ids are included Kim Alvefur Tue, 28 Feb 2012 14:37:42 +0100
mod_mam: Add missing up() Kim Alvefur Tue, 28 Feb 2012 14:36:41 +0100
mod_mam: Try to not bork when sending a message to your bare jid Kim Alvefur Tue, 28 Feb 2012 14:36:05 +0100
mod_carbons: Remove useless protection against loop that can't happen Kim Alvefur Tue, 28 Feb 2012 14:33:35 +0100
mod_carbons: Make sure parameters to log() are strings. Kim Alvefur Tue, 28 Feb 2012 14:20:43 +0100
mod_lastlog: Add option to also log the users IP address. Kim Alvefur Fri, 24 Feb 2012 15:38:14 +0100
mod_lastlog: New module to record last time a user authenticated Kim Alvefur Fri, 24 Feb 2012 15:28:17 +0100
mod_admin_web: Correctly access items in NamedNodeMaps Florian Zeitz Tue, 14 Feb 2012 21:21:40 +0100
Merge Matthew Wild Tue, 14 Feb 2012 15:17:16 +0000
mod_c2s_conn_throttle: renamed mod_c2s_auth_throttle, hooks at features and takes in account stream renegotiation. Marco Cirillo Sun, 12 Feb 2012 21:58:07 +0000
mod_cleanup_http: updated banner. Marco Cirillo Sun, 12 Feb 2012 18:26:02 +0000
mod_cleanup_http: "spring cleans" module, aka unload global http modules without hassle (open ports cleanup doesn't work with server_event) Marco Cirillo Sun, 12 Feb 2012 18:04:51 +0000
mod_server_status: remove cleanup function move it to a separate plugin. Marco Cirillo Sun, 12 Feb 2012 18:01:48 +0000
mod_stanza_counter_http: remove cleanup function move it to a separate plugin. Marco Cirillo Sun, 12 Feb 2012 18:01:12 +0000
mod_register_json: remove cleanup function move it to a separate plugin. Marco Cirillo Sun, 12 Feb 2012 17:59:45 +0000
mod_carbons: Use session.send instead of passing carbon through all the routing Kim Alvefur Sun, 12 Feb 2012 16:35:54 +0100
mod_carbons: Add more debug logging Kim Alvefur Thu, 09 Feb 2012 13:06:14 +0100
mod_c2s_auth_throttle: first commit Marco Cirillo Thu, 09 Feb 2012 00:56:47 +0000
merged. Marco Cirillo Thu, 09 Feb 2012 00:54:39 +0000
mod_conformance_restricted: Module to send XML restricted by RFC 6120 (for conformance testing) Florian Zeitz Tue, 07 Feb 2012 20:01:57 +0100
mod_server_status: de-revert to use configmanager instead of module mm for the cleanup function also give it an unique name (mismatch possible "??") Marco Cirillo Thu, 09 Feb 2012 00:53:32 +0000
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 "??") Marco Cirillo Thu, 09 Feb 2012 00:52:18 +0000
mod_register_json: punctuation adjust Marco Cirillo Thu, 09 Feb 2012 00:47:01 +0000
mod_register_json: de-reverting change to use configmanager again (trace happened), also changed cleanup function name to avoid mismatches (??) Marco Cirillo Thu, 09 Feb 2012 00:44:46 +0000
mod_register_json: cleanup unused stuff Marco Cirillo Thu, 09 Feb 2012 00:24:31 +0000
mod_auto_accept_subscriptions: New module to automatically accept incoming subscription requests on behalf of users Matthew Wild Tue, 14 Feb 2012 15:16:38 +0000
Fix a typo in mod_smacks (type -> session_type). Thijs Alkemade Thu, 02 Feb 2012 02:08:40 +0100
mod_smacks: Drop back to urn:xmpp:sm:2 for now Matthew Wild Thu, 02 Feb 2012 00:34:53 +0000
Add a <delay> to stanzas that are queued (and don't have one already), so clients can show them with the original timestamp. Thijs Alkemade Thu, 02 Feb 2012 01:23:43 +0100
Update smacks to urn:xmpp:sm:3. Fix typo in can_do_smacks. Thijs Alkemade Thu, 02 Feb 2012 01:23:00 +0100
mod_smacks: Consolidate logic for deciding whether to advertise or allow smacks for a given session, and fix an issue with not allowing s2s connections to enable smacks because of not binding a resource... (thanks xnyphs) Matthew Wild Wed, 01 Feb 2012 23:57:07 +0000
mod_smacks: Handle a client trying to <enable> twice, or trying to <enable> before resource binding (thanks Thijs Alkemade) Matthew Wild Wed, 01 Feb 2012 23:29:05 +0000
mod_smacks: Only advertise stream features when a stream is authenticated, and doesn't already have smacks enabled Matthew Wild Wed, 01 Feb 2012 23:27:23 +0000
mod_smacks: Log message when client tries to resume unknown session Matthew Wild Mon, 30 Jan 2012 04:20:24 +0000
mod_smacks: Add log message on resume Matthew Wild Mon, 30 Jan 2012 04:15:58 +0000
mod_smacks: Add logging to hibernation and session destruction (thanks darkrain) Matthew Wild Sun, 29 Jan 2012 20:34:14 +0000
mod_carbons: Don't try to send carbons for entirely offline users. Kim Alvefur Sat, 28 Jan 2012 15:10:04 +0100
mod_admin_web: Clear commands in all cases new ones are loaded (thanks Maranda) Florian Zeitz Thu, 26 Jan 2012 19:38:03 +0100
mod_muc_log_http: Use YYYY-MM-DD in URLs instead of the confusing YYMMDD. Waqas Hussain Wed, 25 Jan 2012 06:58:53 +0500
mod_muc_log_http: Reduce theme loading code. Waqas Hussain Wed, 25 Jan 2012 06:13:39 +0500
mod_muc_log_http: Improved theme loading, and better error reporting. Waqas Hussain Wed, 25 Jan 2012 04:29:26 +0500
mod_muc_log_http: Return a 500 Internal Server Error on missing theme, not a traceback. Waqas Hussain Wed, 25 Jan 2012 04:22:10 +0500
mod_muc_log_http: Don't return a page on missing rooms. Waqas Hussain Wed, 25 Jan 2012 04:21:17 +0500
mod_muc_log_http: Return a proper 404 Not Found page on missing pages instead of a traceback. Waqas Hussain Wed, 25 Jan 2012 04:20:08 +0500
mod_admin_web: Fix margins Florian Zeitz Tue, 24 Jan 2012 19:25:06 +0100
mod_smacks: Fix smacks on s2s connections, but disable it by default. Kim Alvefur Tue, 24 Jan 2012 14:56:00 +0100
Adapt to bootstrap Florian Zeitz Thu, 19 Jan 2012 22:14:19 +0100
mod_admin_web: Replace command list instead of appending Florian Zeitz Wed, 18 Jan 2012 15:51:38 +0100
mod_adhoc_web: Redesign adhoc command pane Florian Zeitz Wed, 18 Jan 2012 01:24:41 +0100
mod_admin_web: Begin switch to using bootstrap styles Matthew Wild Tue, 17 Jan 2012 16:07:21 +0000
mod_admin_web: Add bootstrap to get_deps.sh Matthew Wild Tue, 17 Jan 2012 16:05:47 +0000
mod_admin_web: Move style.css to css/ Matthew Wild Tue, 17 Jan 2012 16:04:54 +0000
mod_admin_web: Fix typo (incomming->incoming) Matthew Wild Tue, 17 Jan 2012 12:30:23 +0000
mod_stanza_counter_http: revert to use module:get_option_boolean Marco Cirillo Tue, 17 Jan 2012 13:58:13 +0000