Software /
code /
prosody-modules
Graph
-
mod_s2s_auth_fingerprint: Make sure we actually got a certificateMon, 25 Mar 2013 06:40:05 +0100, by Kim Alvefur
-
mod_s2s_auth_fingerprint: New module for authenticating s2s connections based on preconfigured fingerprints.Mon, 25 Mar 2013 03:54:32 +0100, by Kim Alvefur
-
mod_seclabels: Remove config-reloaded hook. Just reload the module to updateMon, 25 Mar 2013 00:55:29 +0100, by Kim Alvefur
-
mod_default_vcard: Guess FN from FIRST + LAST and vice versaMon, 25 Mar 2013 00:44:54 +0100, by Kim Alvefur
-
mod_addressing: OptimizationMon, 25 Mar 2013 00:43:30 +0100, by Kim Alvefur
-
mod_pastebin: Fix invalid debug statementMon, 25 Mar 2013 00:40:17 +0100, by Kim Alvefur
-
mod_candy: Example of how easy it is to serve files from a prosody moduleSun, 24 Mar 2013 23:58:40 +0100, by Kim Alvefur
-
mod_bidi, mod_dwd, mod_s2s_idle_timeout: Update for recent 0.9 changes (612467e263af)Fri, 22 Mar 2013 14:24:05 +0000, by Matthew Wild
-
Merge (someone needs to remember to pull...)Tue, 12 Mar 2013 19:09:26 +0100, by Marco Cirillo
-
mod_s2s_never_encrypt_blacklist: complete missing banner.Tue, 12 Mar 2013 19:05:59 +0100, by Marco Cirillo
-
mod_c2s_conn_throttle: shorten / update header, as wiki was added.Tue, 12 Mar 2013 19:05:03 +0100, by Marco Cirillo
-
mod_dwd: Initial commit.Tue, 12 Mar 2013 13:49:36 +0100, by Kim Alvefur
-
MergeTue, 12 Mar 2013 12:10:25 +0000, by Matthew Wild
-
mod_block_subscribes: Block inbound and outbound subscription requests (useful to prevent implicit roster modification)Thu, 22 Nov 2012 18:59:10 +0000, by Matthew Wild
-
mod_smacks: Don't allow steam resumption onto a stream after resource bindingSat, 09 Mar 2013 20:49:30 +0100, by Kim Alvefur
-
mod_s2s_never_encrypt_blacklist: conn objects on libev carry a metatable, perhaps have starttls set to false instead of nil.Thu, 07 Mar 2013 18:26:07 +0100, by Marco Cirillo
-
mod_s2s_never_encrypt_blacklist: add missing semicolons.Thu, 07 Mar 2013 16:57:17 +0100, by Marco Cirillo
-
mod_s2s_never_encrypt_blacklist: cleanup code, also hooks were mixed up.Thu, 07 Mar 2013 16:55:28 +0100, by Marco Cirillo
-
mod_s2s_never_encrypt_blacklist: supply an empty table as default value, fixes traceback. (Thanks Tobias)Thu, 07 Mar 2013 14:16:55 +0100, by Marco Cirillo
-
mod_incidents_handling: "cancel" action doesn't need to be specified, suppresses a (harmless) log error.Tue, 05 Mar 2013 01:10:08 +0100, by Marco Cirillo
-
mod_register_json: correct invalid characters into usernames' log message.Mon, 04 Mar 2013 14:27:04 +0100, by Marco Cirillo
-
mod_incidents_handling: run cleanup and save the store when a new object is added.Sat, 02 Mar 2013 11:47:20 +0100, by Marco Cirillo
-
mod_uptime_presence: Initial commit. Indicates uptime by replying to probes with delay-stamped presence.Tue, 26 Feb 2013 16:11:20 +0100, by Kim Alvefur
-
mod_register_json: remove unrequired instruction (since it's done above already).Mon, 25 Feb 2013 18:23:37 +0100, by Marco Cirillo
-
mod_admin_web: Better error reportingTue, 19 Feb 2013 23:53:50 +0100, by Florian Zeitz
-
mod_admin_web: Default the host selection to the administrators domainpartTue, 19 Feb 2013 23:51:28 +0100, by Florian Zeitz
-
mod_incidents_handling: commiting its auxiliary library.Sun, 17 Feb 2013 19:29:39 +0100, by Marco Cirillo
-
mod_incidents_handling: recommit after full test, cleaned it a bit as what I posted was regretfully an unfinished draft, replaced a lot of the fixed type fields used for fields description with desc elements (upstream prosody's util.dataforms will still strip those). Also moved auxiliary functions to a library.Sun, 17 Feb 2013 19:28:47 +0100, by Marco Cirillo
-
mod_incidents_handling: still needs some work to be actually functional, backing it out until it's ready.Sun, 17 Feb 2013 07:30:57 +0100, by Marco Cirillo
-
mod_websocket: Avoid floating point divisionFri, 15 Feb 2013 01:32:03 +0100, by Florian Zeitz
-
mod_websocket: Change the HTTP name to websocket, and override the default_path insteadWed, 13 Feb 2013 21:03:45 +0100, by Florian Zeitz
-
mod_smacks: Don't try to send stanzas to hibernating sessions. Fixes duplicate IQ replies on libevent.Mon, 11 Feb 2013 19:21:31 +0100, by Kim Alvefur
-
mod_incidents_handling: fix typo on function name.Sun, 10 Feb 2013 23:32:15 +0000, by Marco Cirillo
-
mod_incidents_handling: initial commit, only about half tested, util functions (parsers, etc) should be working and so do adhoc commands. All the fixed-type fields into the adhoc cmds' output are currently stripped by Prosody until someone *fills* line 56 of util.dataforms.Sun, 10 Feb 2013 22:40:18 +0000, by Marco Cirillo
-
mod_websocket: Fix require to work with lua-bitop (Thanks István and Zash)Sun, 10 Feb 2013 20:12:42 +0100, by Florian Zeitz
-
mod_service_directories: Use dataforms correctlyMon, 04 Feb 2013 01:36:41 +0100, by Kim Alvefur
-
mod_mam: Implemented an empty <before/>, to request the last n items in the archive.Sun, 27 Jan 2013 17:34:16 +0100, by Thijs Alkemade
-
mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler.Sat, 26 Jan 2013 04:34:05 +0500, by Waqas Hussain
-
mod_admin_web: Adapt to util.pubsub changesSat, 26 Jan 2013 00:15:24 +0100, by Florian Zeitz
-
mod_carbons: Catch outgoing messages to hosts (thanks waqas)Fri, 18 Jan 2013 10:00:59 +0100, by Kim Alvefur
-
mod_bidi: Work with 0.8Wed, 16 Jan 2013 08:35:13 +0100, by Kim Alvefur
-
mod_bidi: Missing import of debug.trackeback()Wed, 16 Jan 2013 08:33:56 +0100, by Kim Alvefur
-
mod_bidi: Disassociate bidi and original session when they are destroyedWed, 16 Jan 2013 08:33:20 +0100, by Kim Alvefur
-
mod_carbons: <forwarded/> should be nested in <sent/>/<received/>Wed, 16 Jan 2013 02:27:49 +0100, by Florian Zeitz
-
mod_websocket: Simplify by getting the c2s_listener from mod_c2sSat, 12 Jan 2013 17:33:52 +0100, by Florian Zeitz
-
mod_bidi: Lower severity of notice about outgoing stream being replaced by bidiSat, 12 Jan 2013 03:49:50 +0100, by Kim Alvefur
-
mod_bidi: Close conflicting outgoing sessions when bidi is initiated, not requested.Sat, 12 Jan 2013 02:36:30 +0100, by Kim Alvefur
-
mod_bidi: Initial commit of XEP-0288 implementationFri, 11 Jan 2013 01:08:31 +0100, by Kim Alvefur
-
mod_smacks: 'reason' parameter of session:close() changed to make nil and false mean 'graceful close' in 9da430b69f13Thu, 03 Jan 2013 00:34:30 +0100, by Kim Alvefur
-
mod_carbons_adhoc: Initial commit.Sun, 23 Dec 2012 19:36:31 +0100, by Michael Holzt
-
mod_carbons_copies: Initial commit; allow the user to enable v0 style carbonsSun, 23 Dec 2012 19:34:29 +0100, by Michael Holzt
-
mod_carbons: Make support for v0 disabled by default, don't send v0 carbons for c2sSun, 23 Dec 2012 19:30:28 +0100, by Michael Holzt
-
Rename mod_http_dir_index -> mod_http_dir_listingSun, 23 Dec 2012 16:22:20 +0100, by Kim Alvefur
-
mod_http_dir_index: Add. Handle generation of directory listings for mod_http_files. Included icons from the Tango project are Public DomainSun, 23 Dec 2012 15:36:33 +0100, by Kim Alvefur
-
mod_admin_web: Let mod_http_files handle file servingSat, 22 Dec 2012 21:09:41 +0100, by Kim Alvefur
-
mod_carbons: Support the pre-forwarding version of Carbons. Please don't implement this.Sat, 22 Dec 2012 15:36:55 +0100, by Kim Alvefur
-
mod_last_offline: New module that stores last logut time and attaches this timestamp to unavailable presence.Thu, 20 Dec 2012 12:12:36 +0100, by Kim Alvefur
-
mod_vjud: Disallow searching from remote hosts by default in search-all-users modeSun, 16 Dec 2012 12:51:34 +0100, by Kim Alvefur
-
mod_vjud: Add non-default mode where we search all usersSun, 16 Dec 2012 12:47:26 +0100, by Kim Alvefur
-
mod_vjud: Do case-insensitive matchingSun, 16 Dec 2012 12:29:02 +0100, by Kim Alvefur
-
mod_vjud: Enforce minimal length of search parametersSun, 16 Dec 2012 12:35:43 +0100, by Kim Alvefur
-
Merging from upstreamMon, 10 Dec 2012 22:37:41 +0100, by Rob Hoelz
-
Make sure we use the user filter for bindMon, 10 Dec 2012 22:35:17 +0100, by Rob Hoelz
-
Fix login failure test to use a non-existent userMon, 10 Dec 2012 22:35:00 +0100, by Rob Hoelz
-
Add password for user 'seven'Mon, 10 Dec 2012 22:34:39 +0100, by Rob Hoelz
-
Test login for user 'seven'Mon, 10 Dec 2012 22:34:23 +0100, by Rob Hoelz
-
Filter out test record 'seven'Mon, 10 Dec 2012 22:34:06 +0100, by Rob Hoelz
-
Add test user record that we'll filter outMon, 10 Dec 2012 22:33:07 +0100, by Rob Hoelz
-
Log and return failure if user record not found in bindMon, 10 Dec 2012 22:16:18 +0100, by Rob Hoelz
-
Use singlematch to find user record in ldap.bindMon, 10 Dec 2012 22:15:27 +0100, by Rob Hoelz
-
Return DN in the attributes table with singlematchMon, 10 Dec 2012 22:14:28 +0100, by Rob Hoelz
-
Change singlematch to search subtreesMon, 10 Dec 2012 22:14:03 +0100, by Rob Hoelz
-
Print the username if a test login failsMon, 10 Dec 2012 22:05:24 +0100, by Rob Hoelz
-
Test login for user 'six'Mon, 10 Dec 2012 22:04:53 +0100, by Rob Hoelz
-
Add test LDAP entries for testing deeper user recordsMon, 10 Dec 2012 22:04:17 +0100, by Rob Hoelz
-
We must search for dn before trying to bindMon, 10 Dec 2012 21:52:09 +0100, by Guilhem LETTRON
-
mod_strict_https: Correct underscore to hypen in max-age directiveSun, 09 Dec 2012 10:55:39 +0100, by Kim Alvefur
-
Change hoelzro's mod_auth_ldap to mod_auth_ldap2Wed, 05 Dec 2012 18:07:46 +0100, by Rob Hoelz
-
mod_strict_https: New module implementing HTTP Strict Transport SecurityFri, 23 Nov 2012 19:04:10 +0100, by Kim Alvefur
-
mod_pubsub_github: Receive Github web hooks (generated on pushes to a repository) and forward to a local pubsub nodeThu, 22 Nov 2012 00:02:28 -0500, by Matthew Wild
-
mod_pubsub_pivotaltracker: Accept activity notifications from Pivotal Tracker web hooks and relay them to a pubsub nodeWed, 21 Nov 2012 23:30:14 -0500, by Matthew Wild
-
mod_pubsub_eventsource: An experimental plugin for allowing non-XMPP subscriptions to pubsub nodes over HTML5's server-sent events (SSE/EventSource) APIThu, 15 Nov 2012 13:27:53 -0500, by Matthew Wild
-
mod_websocket: Determine whether to use a self-closing stream tag, based on the client's initial dataThu, 08 Nov 2012 01:55:00 +0100, by Florian Zeitz
-
mod_websocket: Add CORS supportWed, 31 Oct 2012 20:07:23 +0100, by Florian Zeitz
-
mod_checkcerts: Improve, add comments, add forward compatibility.Mon, 29 Oct 2012 00:46:51 +0100, by Kim Alvefur
-
mod_carbons: Advertise support for the previous versionSat, 27 Oct 2012 20:02:10 +0200, by Kim Alvefur
-
mod_websocket: Don't offer starttlsThu, 25 Oct 2012 17:45:08 +0200, by Florian Zeitz
-
mod_pastebin: provide correct content-type on invalid pastes warnings too.Thu, 25 Oct 2012 00:15:23 +0000, by Marco Cirillo
-
mod_register_json: add option to handle requests only on secure connections.Tue, 23 Oct 2012 13:32:44 +0000, by Marco Cirillo
-
mod_carbons: Update to latest version of XEP-0280, while supporting the old version.Wed, 17 Oct 2012 03:47:15 +0200, by Kim Alvefur
-
mod_websocket: Accept GET request without trailing /Mon, 15 Oct 2012 21:02:43 +0200, by Florian Zeitz
-
mod_websocket: Update example HTMLMon, 15 Oct 2012 20:56:15 +0200, by Florian Zeitz
-
mod_webpresence: Don't calculate the same hash four times.Sat, 13 Oct 2012 03:31:26 +0500, by Waqas Hussain
-
mod_auth_external: Work even when the LuaProcessCall library isn't available.Sat, 13 Oct 2012 02:33:06 +0500, by Waqas Hussain
-
mod_password_policy: Fix inverted length check.Sat, 06 Oct 2012 19:25:53 +0500, by Waqas Hussain
-
mod_websocket: Check whether the xmpp sub-protocol was requestedFri, 05 Oct 2012 19:44:23 +0200, by Florian Zeitz
-
mod_auth_sql: Add users iteratorFri, 05 Oct 2012 19:34:53 +0200, by Kim Alvefur
-
mod_websocket: More robust frame handlingFri, 05 Oct 2012 16:57:34 +0200, by Florian Zeitz
-
mod_password_policy: Initial commit.Fri, 05 Oct 2012 05:49:22 +0500, by Waqas Hussain
-
mod_websocket: Fix frame length calculationThu, 04 Oct 2012 16:38:39 +0200, by Florian Zeitz
-
mod_websocket: Merge with current mod_c2sThu, 04 Oct 2012 16:37:33 +0200, by Florian Zeitz
-
mod_auth_dovecot: Improved error reporting.Fri, 28 Sep 2012 08:31:27 +0500, by Waqas Hussain
-
mod_carbons: Fix logic, top resources should only be excluded for incoming messagesSat, 22 Sep 2012 02:06:21 +0200, by Kim Alvefur
-
mod_carbons: Less complicated assignments (thanks waqas)Sat, 22 Sep 2012 01:56:59 +0200, by Kim Alvefur
-
mod_carbons: Fix handling of messages from remote hostsWed, 19 Sep 2012 16:36:32 +0200, by Kim Alvefur
-
mod_host_guard: close down streams from and to filtered entities, on initialization / configuration reload.Wed, 19 Sep 2012 01:30:58 +0000, by Marco Cirillo
-
mod_carbons: Optimize and clarify (thanks waqas)Tue, 18 Sep 2012 21:05:41 +0200, by Kim Alvefur
-
mod_carbons: Add comments and rename some variables to make it clearerTue, 18 Sep 2012 18:58:13 +0200, by Kim Alvefur
-
Merge upstream with my local LDAP workTue, 18 Sep 2012 00:31:42 +0200, by Rob Hoelz
-
Properly handle avatar/logo BINVALsTue, 18 Sep 2012 00:29:28 +0200, by Rob Hoelz
-
Test for present avatar data in user vCardTue, 18 Sep 2012 00:16:12 +0200, by Rob Hoelz
-
Fix vCard checking routine to handle avatars properlyTue, 18 Sep 2012 00:14:31 +0200, by Rob Hoelz
-
Compare decoded JPEG avatar dataTue, 18 Sep 2012 00:14:00 +0200, by Rob Hoelz
-
Fix prosody config (type is MIME type)Tue, 18 Sep 2012 00:13:37 +0200, by Rob Hoelz
-
Fix got/expected in vCard content testTue, 18 Sep 2012 00:07:31 +0200, by Rob Hoelz
-
Add photo config to sample configMon, 17 Sep 2012 23:56:21 +0200, by Rob Hoelz
-
Add test for vCard photoMon, 17 Sep 2012 23:56:11 +0200, by Rob Hoelz
-
Add avatar data/config for testingMon, 17 Sep 2012 23:55:51 +0200, by Rob Hoelz
-
mod_mam_muc_sql: SQL variant of mod_mam_mucMon, 17 Sep 2012 20:15:27 +0200, by Kim Alvefur
-
mod_mam_muc: MUC version of mod_mamMon, 17 Sep 2012 20:14:51 +0200, by Kim Alvefur
-
mod_mam_sql: Fork of mod_mam using SQL.Mon, 17 Sep 2012 20:14:26 +0200, by Kim Alvefur
-
mod_host_guard: fix typos into the code, the operators were supposed to be "not equal".Wed, 12 Sep 2012 22:05:57 +0000, by Marco Cirillo
-
mod_auth_external, mod_auth_internal_yubikey: Get rid of useless wrapper function around the auth provider.Thu, 13 Sep 2012 00:17:42 +0500, by Waqas Hussain
-
mod_host_guard: prevent possible traceback during host manual activation/deactivation.Wed, 12 Sep 2012 19:15:45 +0000, by Marco Cirillo
-
mod_auth_*: Use module:provides(), and don't explicitly specify provider.name.Thu, 13 Sep 2012 00:08:29 +0500, by Waqas Hussain
-
mod_storage_*: Update to use module:provides().Wed, 12 Sep 2012 23:58:01 +0500, by Waqas Hussain
-
mod_smacks: Avoid indexing a nil valueWed, 12 Sep 2012 18:03:55 +0200, by Kim Alvefur
-
mod_smacks: Only request ack for stanzasMon, 10 Sep 2012 21:11:04 +0200, by Kim Alvefur
-
mod_smacks: Less table indexing!Mon, 10 Sep 2012 21:02:26 +0200, by Kim Alvefur
-
Add LDAP plugin suiteSun, 02 Sep 2012 15:35:50 +0200, by rob
-
mod_mam: Fix variable name, blame autocompleteMon, 27 Aug 2012 05:18:56 +0200, by Kim Alvefur
-
mod_register_redirect: rebacked in changeset c6f1427da79d (behaviour fixed).Sun, 26 Aug 2012 23:34:36 +0000, by Marco Cirillo
-
mod_vjud/vcard.lib: Handle empty vcards (thanks mva)Mon, 27 Aug 2012 00:06:06 +0200, by Kim Alvefur
-
mod_register_redirect: revert back previous change, as returning origin.send() causes inconsistent behaviour stanza routing/callbacks wise if the request comes from a remote entity.Sun, 26 Aug 2012 17:20:45 +0000, by Marco Cirillo
-
mod_carbons: Merge enable and disable handlersSun, 26 Aug 2012 18:56:50 +0200, by Kim Alvefur
-
mod_twitter: Use module:send()Sat, 25 Aug 2012 19:25:16 +0200, by Kim Alvefur
-
mod_pastebin: Have a default pastebin URL.Tue, 21 Aug 2012 23:37:53 +0500, by Waqas Hussain
-
mod_pubsub_hub: Add compat wrapping of Atom content for interop with PuSHFri, 17 Aug 2012 17:23:52 +0200, by Kim Alvefur
-
mod_mam: Report id of first item and number of items sent.Thu, 16 Aug 2012 22:31:08 +0200, by Kim Alvefur
-
mod_mam: Change storage format to store bare JID + resource.Thu, 16 Aug 2012 21:31:46 +0200, by Kim Alvefur
-
mod_mam: remove useless checkThu, 16 Aug 2012 21:16:35 +0200, by Kim Alvefur
-
mod_pubsub_feeds: util.pubsub methods return bool, dataWed, 15 Aug 2012 17:29:18 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Fix method callWed, 15 Aug 2012 17:25:47 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Check if nodes exists in pubsub, make sure they get restored if not. (Thanks Maranda)Wed, 15 Aug 2012 16:49:00 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Remove config-reloaded hook, do setup in module.load() insteadWed, 15 Aug 2012 16:47:06 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Add parameter refresh_feeds() to force refresh of all feedsWed, 15 Aug 2012 16:34:59 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Use reference to mod_pubsub from module:dependsWed, 15 Aug 2012 16:31:27 +0200, by Kim Alvefur
-
mod_register_web: Show actual hostname in registration formFri, 10 Aug 2012 21:40:52 +0200, by Kim Alvefur
-
mod_twitter: fixed to depend on Prosody's internal util.json. TODO: Discuss (MattJ, Zash, Waqas, Maranda) about migration all json content to use cjson ( http://www.kyne.com.au/~mark/software/lua-cjson-manual.html ) library insteadFri, 10 Aug 2012 07:42:53 +0700, by Vadim Misbakh-Soloviov
-
mod_vjud: Allow working as a component, in which case the parent domain is searched.Thu, 09 Aug 2012 20:31:13 +0200, by Kim Alvefur
-
mod_vjud/vcard.lib: Iterate on tags instead of items (thanks mva)Thu, 09 Aug 2012 20:16:09 +0200, by Kim Alvefur
-
mod_vjud: Correctly pass current state to form (Thanks Florob)Thu, 09 Aug 2012 19:49:50 +0200, by Kim Alvefur
-
mod_broadcast: New module to set up a component that forwards received messages to all online users (similar to Openfire's broadcast module) (thanks Yann Verry)Tue, 07 Aug 2012 15:51:15 +0100, by Matthew Wild
-
mod_pubsub_hub: Fix calculating next periodic check of subscriptions.Tue, 07 Aug 2012 01:51:42 +0200, by Kim Alvefur
-
mod_register_redirect: use 'return origin.send' instead of returning true everytime.Mon, 06 Aug 2012 14:48:26 +0000, by Marco Cirillo
-
mod_register_redirect: fixed clunky if block (thanks Zash, mva).Mon, 06 Aug 2012 14:42:48 +0000, by Marco Cirillo
-
mod_webpresence: fixed text notation, added html, added status message outputMon, 06 Aug 2012 17:08:12 +0700, by Vadim Misbakh-Soloviov
-
mod_register_redirect: Fix typo in variable name (again...)Sun, 05 Aug 2012 17:51:58 +0100, by Matthew Wild
-
mod_register_redirect: Fix usage of incorrect variable name (thanks iron)Sun, 05 Aug 2012 13:55:29 +0100, by Matthew Wild
-
mod_webpresence: Added possibility to get status as textSun, 05 Aug 2012 09:07:48 +0700, by Vadim Misbakh-Soloviov
-
mod_s2sblackwhitelist: Remove, as very incompatible with 0.9 and similar functionality is available through mod_host_guardSun, 05 Aug 2012 02:38:38 +0100, by Matthew Wild
-
mod_support_contact: Use module:send()Sun, 05 Aug 2012 02:33:29 +0100, by Matthew Wild
-
mod_auto_accept_subscriptions: Import core_post_stanzaSun, 05 Aug 2012 02:32:17 +0100, by Matthew Wild
-
mod_block_s2s_subscriptions: New module to block incoming presence subscriptions from non-contacts on selected remote hostsSun, 05 Aug 2012 02:27:58 +0100, by Matthew Wild
-
mod_block_strangers: Bump handler priority to 200 (just because)Sun, 05 Aug 2012 02:26:45 +0100, by Matthew Wild
-
mod_block_subscriptions: Block incoming and outgoing presence subscriptions (useful in conjunction with mod_readonly)Sun, 05 Aug 2012 01:49:03 +0100, by Matthew Wild
-
mod_block_strangers: Module to block message and iqs from people not on your rosterSun, 05 Aug 2012 01:46:24 +0100, by Matthew Wild
-
mod_privacy: Remove, obsolete (bundled with Prosody). Don't come back!Sat, 04 Aug 2012 20:40:10 +0100, by Matthew Wild
-
mod_admin_web: Add explicit dependencies on mod_admin_adhoc and mod_boshFri, 03 Aug 2012 15:12:41 +0200, by Florian Zeitz
-
mod_admin_web: Move comment to appropriate lineFri, 03 Aug 2012 14:56:59 +0200, by Florian Zeitz
-
mod_admin_web: Update dependency versionsThu, 02 Aug 2012 20:44:40 +0200, by Florian Zeitz
-
mod_pubsub_hub: Enforce minimal lease timeThu, 02 Aug 2012 00:28:33 +0200, by Kim Alvefur
-
mod_pubsub_hub: Try to choose time until the next periodic check in a sane wayThu, 02 Aug 2012 00:25:24 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Use URL as node name if the config index is numericWed, 01 Aug 2012 17:14:03 +0200, by Kim Alvefur
-
mod_pubsub_hub: New module that implements the Hub part of PubSubHubbubWed, 01 Aug 2012 16:11:12 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Depend on pubsub instead of aborting if it's not loadedWed, 01 Aug 2012 16:08:54 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Use the "superactor" instead of module.host/module.nameWed, 01 Aug 2012 16:08:15 +0200, by Kim Alvefur
-
mod_admin_web: Replace core_post_stanza() with module:send()Wed, 01 Aug 2012 02:33:43 +0200, by Florian Zeitz
-
mod_addressing: Replace use of core_post_stanza() with module:send()Wed, 01 Aug 2012 02:30:30 +0200, by Kim Alvefur
-
mod_service_directories: Replace use of core_post_stanza() with module:send()Wed, 01 Aug 2012 02:29:01 +0200, by Kim Alvefur
-
mod_remote_roster: Replace use of core_post_stanza() with module:send()Wed, 01 Aug 2012 02:22:24 +0200, by Kim Alvefur
-
mod_smacks: Use require to import (thanks a lot, autocomplete)Sun, 29 Jul 2012 22:24:11 +0200, by Kim Alvefur
-
mod_smacks: Import sessionmanagerSun, 29 Jul 2012 22:21:32 +0200, by Kim Alvefur
-
mod_smacks: Fix log statementSun, 29 Jul 2012 22:11:48 +0200, by Kim Alvefur
-
mod_smacks: Import prosody.core_process_stanza()Sun, 29 Jul 2012 21:38:19 +0200, by Kim Alvefur
-
Merge with Oliver GerlichFri, 27 Jul 2012 14:29:59 +0100, by Matthew Wild
-
mod_archive: cope with <list> requests which don't have a <set> tagMon, 11 Jun 2012 22:32:45 +0200, by Oliver Gerlich
-
mod_mam: Stricter validation, reject invalid timestamps, jids.Fri, 27 Jul 2012 04:39:48 +0200, by Kim Alvefur
-
mod_readonly: Allow preventing direct modification of certain user data via XMPPFri, 27 Jul 2012 02:38:43 +0100, by 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.8Thu, 26 Jul 2012 15:14:06 +0100, by Matthew Wild
-
mod_compat_bind: Compatibility (ugh) with clients that send the resource bind to the login host (ugh)Thu, 26 Jul 2012 14:27:41 +0100, by Matthew Wild
-
mod_admin_web_timber -> mod_admin_webTue, 24 Jul 2012 15:33:55 +0100, by Matthew Wild
-
mod_register_web: nodeprep username before creating user (thanks IRON)Sun, 22 Jul 2012 19:52:45 +0100, by Matthew Wild
-
mod_adhoc_cmd_*: Remove, these are obsoleted by mod_admin_adhoc (supplied with Prosody since 0.8)Thu, 19 Jul 2012 15:33:35 +0100, by Matthew Wild
-
mod_inotify_reload: Add debug loggingThu, 19 Jul 2012 15:32:02 +0100, by Matthew Wild
-
mod_carbons: Unconditionally set namespace of forwarded message.Mon, 16 Jul 2012 22:30:43 +0200, by Kim Alvefur
-
mod_vjud: Remove some ... verbose debug loggingFri, 13 Jul 2012 14:07:30 +0200, by Kim Alvefur
-
mod_streamstats: Switch to portmanager and other 0.9 goodnessWed, 11 Jul 2012 19:07:15 +0200, by Kim Alvefur
-
mod_http_favicon: Add, serves a favicon.icoSun, 08 Jul 2012 01:00:12 +0200, by Kim Alvefur
-
mod_mam_adhoc: Use ad-hoc command node suggested by XEP-0313Sun, 08 Jul 2012 00:40:43 +0200, by Kim Alvefur
-
mod_limits: Import to prosody-modules, connection-level rate limitingFri, 06 Jul 2012 13:39:51 +0100, by Matthew Wild
-
mod_archive: switch from/toWed, 04 Jul 2012 14:08:43 +0200, by Olivier Goffart
-
mod_archive: Fix duplicate messages storedWed, 04 Jul 2012 13:58:31 +0200, by Olivier Goffart
-
mod_archive: Fix hour offset in stored message dateWed, 04 Jul 2012 13:49:57 +0200, by Olivier Goffart
-
mod_vjud: Don't break on undefined properties.Sun, 01 Jul 2012 13:51:26 +0200, by Kim Alvefur
-
mod_vjud: Switch first and last name in results to be correct.Sun, 01 Jul 2012 13:15:40 +0200, by Kim Alvefur
-
mod_vjud: Update util.vcard from verseSun, 01 Jul 2012 12:47:51 +0200, by Kim Alvefur
-
mod_compat_muc_admin: added missing import (thanke MattJ)Sat, 30 Jun 2012 23:01:29 +0000, by Marco Cirillo
-
mod_vjud: Missing fields should not match everyone. (Thanks Pidgin)Thu, 28 Jun 2012 05:24:26 +0200, by Kim Alvefur
-
mod_host_guard: adjusted log message.Tue, 26 Jun 2012 13:05:52 +0000, by Marco Cirillo
-
mod_host_guard: reduced code duplication and added better logging.Tue, 26 Jun 2012 12:05:24 +0000, by 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".Tue, 26 Jun 2012 10:57:24 +0000, by Marco Cirillo
-
mod_host_guard: removed redundant cleanup code (tested it's completely unrequired).Mon, 25 Jun 2012 23:53:40 +0000, by 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 23:26:09 +0000, by Marco Cirillo
-
mod_host_guard: referenced configmanager from prosody's _G instead of requiring it.Mon, 25 Jun 2012 22:32:54 +0000, by 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:20:27 +0000, by Marco Cirillo
-
mod_register_redirect: referenced configmanager from prosody's global space instead of requiring it (==).Mon, 25 Jun 2012 22:17:40 +0000, by Marco Cirillo
-
mod_register_json: modify logic to prevent an unnecessary call to usermanager.Mon, 25 Jun 2012 21:36:40 +0000, by Marco Cirillo
-
mod_auth_joomla: Added config option sql.prefix (default = "jos_").Sat, 23 Jun 2012 00:44:32 +0500, by Waqas Hussain
-
mod_auth_joomla: Joomla hash should be hex-encoded, not raw binary (thanks Anthony).Sat, 23 Jun 2012 00:42:01 +0500, by Waqas Hussain
-
mod_pubsub_feeds: Prepare for making it possible to unsubscribe, and some other minor changes.Wed, 20 Jun 2012 16:08:47 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Fix updating of configWed, 20 Jun 2012 15:59:45 +0200, by Kim Alvefur
-
mod_vjud: Depends on vcard lib from verse, so add that.Wed, 20 Jun 2012 15:18:48 +0200, by Kim Alvefur
Scroll all the way down to load more.