Software /
code /
prosody-modules
Graph
-
mod_sentry: Fix to correctly iterate over tracebackWed, 09 Dec 2020 16:22:22 +0000, by Matthew Wild
-
mod_sentry: Ensure frames gets encoded as a JSON array, even if emptyWed, 09 Dec 2020 16:22:04 +0000, by Matthew Wild
-
mod_sentry: Don't include tracebacks in extra contextWed, 09 Dec 2020 16:12:35 +0000, by Matthew Wild
-
mod_sentry: Fix syntax for inclusion of stack traces in eventsWed, 09 Dec 2020 16:11:47 +0000, by Matthew Wild
-
mod_sentry: Support for including stack frames in exception eventsWed, 09 Dec 2020 15:15:17 +0000, by Matthew Wild
-
mod_sentry: Fix typo in method nameWed, 09 Dec 2020 12:21:17 +0000, by Matthew Wild
-
mod_sentry: New module to forward errors to a Sentry serverTue, 08 Dec 2020 15:34:53 +0000, by Matthew Wild
-
mod_pubsub_feeds: Don't skip publishing items after an existing oneMon, 30 Nov 2020 15:17:29 +0100, by Kim Alvefur
-
mod_muc_rai: Use log systems string formatting facilitiesTue, 01 Dec 2020 22:12:16 +0100, by Kim Alvefur
-
mod_muc_room_mention_notifications: Publish moduleFri, 04 Dec 2020 16:58:36 +0100, by Seve Ferrer
-
mod_bookmarks2: Fix luacheck warningThu, 03 Dec 2020 19:27:11 +0100, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Add a warning about client compatibilityThu, 03 Dec 2020 19:25:33 +0100, by Emmanuel Gil Peyrot
-
mod_muc_rai: Subscribe/unsubscribe users when leaving/joiningTue, 01 Dec 2020 16:45:20 +0100, by Seve Ferrer
-
mod_http_oauth2: Fix passing OAuth-specific error detailsSat, 28 Nov 2020 21:22:16 +0100, by Kim Alvefur
-
mod_rest: Expand TODOSat, 28 Nov 2020 14:14:03 +0100, by Kim Alvefur
-
mod_admin_notify: Fix traceback when no admins listed in configWed, 25 Nov 2020 06:44:51 +0000, by Matthew Wild
-
mod_cloud_notify: Modernize interface to mod_smacksTue, 24 Nov 2020 01:52:33 +0100, by tmolitor
-
mod_http_oauth2: Periodically trim unused authorization codesSun, 22 Nov 2020 19:11:42 +0100, by Kim Alvefur
-
mod_http_oauth2: Keep authorization codes in memory instead of storageSun, 22 Nov 2020 18:49:31 +0100, by Kim Alvefur
-
mod_http_oauth2: Reduce authorization code validity time to 2 minutesSun, 22 Nov 2020 18:46:25 +0100, by Kim Alvefur
-
mod_http_oauth2: Factor out authorization code validity decisionSun, 22 Nov 2020 18:39:55 +0100, by Kim Alvefur
-
mod_adhoc_oauth2_client: Fix including final client_id in result formSun, 22 Nov 2020 17:00:26 +0100, by Kim Alvefur
-
mod_adhoc_oauth2_client: Advertise URI fields with XEP-0122Sun, 22 Nov 2020 16:54:50 +0100, by Kim Alvefur
-
mod_adhoc_oauth2_client: Fix adhoc status on errorSun, 22 Nov 2020 16:17:24 +0100, by Kim Alvefur
-
mod_http_oauth2: Add TODOSun, 22 Nov 2020 01:55:42 +0100, by Kim Alvefur
-
mod_adhoc_oauth2_client: Add stub READMESun, 22 Nov 2020 01:54:06 +0100, by Kim Alvefur
-
mod_http_oauth2: Improve storage of client secretSun, 22 Nov 2020 01:32:09 +0100, by Kim Alvefur
-
mod_adhoc_oauth2_client: Note TODOSun, 22 Nov 2020 01:31:27 +0100, by Kim Alvefur
-
mod_adhoc_oauth2_client: Allow creating OAuth2 clients via ad-hocSun, 22 Nov 2020 00:50:45 +0100, by Kim Alvefur
-
mod_http_oauth2: Rescope oauth client config into users' storageSat, 21 Nov 2020 23:55:10 +0100, by Kim Alvefur
-
mod_http_oauth2: Remove unnecessary redirect uri checkSat, 21 Nov 2020 23:03:47 +0100, by Kim Alvefur
-
mod_http_oauth2: Unpack event object to improve readabilitySat, 21 Nov 2020 16:36:44 +0100, by Kim Alvefur
-
mod_http_oauth2: Fix incomplete function arity change in dea6bea2ddd3Sat, 21 Nov 2020 16:05:55 +0100, by Kim Alvefur
-
mod_http_oauth2: Authorization code flowSat, 21 Nov 2020 01:08:30 +0100, by Kim Alvefur
-
mod_ogp: Update parsing logic to catch more casesWed, 18 Nov 2020 13:48:07 +0100, by Seve Ferrer
-
mod_ogp: Improve parsing patternsWed, 18 Nov 2020 11:16:11 +0100, by Seve Ferrer
-
mod_muc_inject_mentions: Add new setting to trigger mentions only if a prefix is foundTue, 17 Nov 2020 13:45:33 +0100, by Seve Ferrer
-
mod_ogp: Add moduleSun, 15 Nov 2020 19:07:34 +0100, by Seve Ferrer
-
mod_rest: Fix attempt at indexing nil if an error stanza is missing <error>Sun, 15 Nov 2020 16:31:08 +0100, by Kim Alvefur
-
mod_rest: Ensure no attempt is made to reply to an error stanzaSun, 15 Nov 2020 16:29:48 +0100, by Kim Alvefur
-
mod_rest: Catch and log errors in callback promise chainSun, 15 Nov 2020 16:25:49 +0100, by Kim Alvefur
-
mod_rest/example: Reorder things to match the disco#info feature orderSun, 15 Nov 2020 15:41:52 +0100, by Kim Alvefur
-
mod_rest: Use promise based HTTP client APISun, 15 Nov 2020 15:33:56 +0100, by Kim Alvefur
-
mod_rest/example: Advertise version query supportSun, 15 Nov 2020 15:28:14 +0100, by Kim Alvefur
-
mod_rest: Use HTTP error mapping from net.http.errorsSun, 15 Nov 2020 15:17:50 +0100, by Kim Alvefur
-
mod_rest: Use util.error registry datatypeSat, 14 Nov 2020 22:38:28 +0100, by Kim Alvefur
-
mod_muc_inject_mentions: Make module scalable by iterating through the body instead of participants list as the main loopSat, 14 Nov 2020 18:02:49 +0100, by Seve Ferrer
-
mod_rest: Add whitespace to improve readability, code navigationThu, 12 Nov 2020 20:37:54 +0100, by Kim Alvefur
-
mod_post_msg: Advertise mod_rest, the spiritual successorThu, 12 Nov 2020 20:36:53 +0100, by Kim Alvefur
-
mod_post_msg: Tweak header levelThu, 12 Nov 2020 20:36:40 +0100, by Kim Alvefur
-
mod_prometheus: Warn users to put statistics settings in the global sectionTue, 10 Nov 2020 22:29:08 +0100, by Emmanuel Gil Peyrot
-
mod_admin_notify: New module providing an API to notify host adminsMon, 09 Nov 2020 16:53:13 +0000, by Matthew Wild
-
mod_http_oauth2: Fix typo not caught by luacheckMon, 09 Nov 2020 12:49:31 +0100, by Kim Alvefur
-
mod_firewall: Some additional documentation improvements, particularly adding section links where neededFri, 06 Nov 2020 11:17:30 +0000, by Matthew Wild
-
mod_firewall: Improve 'INSPECT' comparison operator documentationFri, 06 Nov 2020 11:16:48 +0000, by Matthew Wild
-
mod_pubsub_text_interface: Remove receipt handling (thanks meaz)Thu, 05 Nov 2020 21:51:48 +0100, by Kim Alvefur
-
mod_bob: Add dependency metadataWed, 28 Oct 2020 20:38:38 +0100, by Kim Alvefur
-
mod_auto_answer_disco_info: Add dependency data for rock packagingWed, 28 Oct 2020 20:36:02 +0100, by Kim Alvefur
-
mod_offline_email: explicitly set charset to utf-8 to override mailclients default settingsMon, 26 Oct 2020 16:32:07 +0300, by Vladimir D. Seleznev
-
mod_http_prebind: Stop hardcoding test domainSun, 25 Oct 2020 18:01:25 +0100, by Emmanuel Gil Peyrot
Scroll all the way down to load more.