Software /
code /
prosody-modules
Graph
-
mod_sentry: Don't include tracebacks in extra context2020-12-09, by Matthew Wild
-
mod_sentry: Fix syntax for inclusion of stack traces in events2020-12-09, by Matthew Wild
-
mod_sentry: Support for including stack frames in exception events2020-12-09, by Matthew Wild
-
mod_sentry: Fix typo in method name2020-12-09, by Matthew Wild
-
mod_sentry: New module to forward errors to a Sentry server2020-12-08, by Matthew Wild
-
mod_pubsub_feeds: Don't skip publishing items after an existing one2020-11-30, by Kim Alvefur
-
mod_muc_rai: Use log systems string formatting facilities2020-12-01, by Kim Alvefur
-
mod_muc_room_mention_notifications: Publish module2020-12-04, by Seve Ferrer
-
mod_bookmarks2: Fix luacheck warning2020-12-03, by Emmanuel Gil Peyrot
-
mod_bookmarks2: Add a warning about client compatibility2020-12-03, by Emmanuel Gil Peyrot
-
mod_muc_rai: Subscribe/unsubscribe users when leaving/joining2020-12-01, by Seve Ferrer
-
mod_http_oauth2: Fix passing OAuth-specific error details2020-11-28, by Kim Alvefur
-
mod_rest: Expand TODO2020-11-28, by Kim Alvefur
-
mod_admin_notify: Fix traceback when no admins listed in config2020-11-25, by Matthew Wild
-
mod_cloud_notify: Modernize interface to mod_smacks2020-11-24, by tmolitor
-
mod_http_oauth2: Periodically trim unused authorization codes2020-11-22, by Kim Alvefur
-
mod_http_oauth2: Keep authorization codes in memory instead of storage2020-11-22, by Kim Alvefur
-
mod_http_oauth2: Reduce authorization code validity time to 2 minutes2020-11-22, by Kim Alvefur
-
mod_http_oauth2: Factor out authorization code validity decision2020-11-22, by Kim Alvefur
-
mod_adhoc_oauth2_client: Fix including final client_id in result form2020-11-22, by Kim Alvefur
-
mod_adhoc_oauth2_client: Advertise URI fields with XEP-01222020-11-22, by Kim Alvefur
-
mod_adhoc_oauth2_client: Fix adhoc status on error2020-11-22, by Kim Alvefur
-
mod_http_oauth2: Add TODO2020-11-22, by Kim Alvefur
-
mod_adhoc_oauth2_client: Add stub README2020-11-22, by Kim Alvefur
-
mod_http_oauth2: Improve storage of client secret2020-11-22, by Kim Alvefur
-
mod_adhoc_oauth2_client: Note TODO2020-11-22, by Kim Alvefur
-
mod_adhoc_oauth2_client: Allow creating OAuth2 clients via ad-hoc2020-11-21, by Kim Alvefur
-
mod_http_oauth2: Rescope oauth client config into users' storage2020-11-21, by Kim Alvefur
-
mod_http_oauth2: Remove unnecessary redirect uri check2020-11-21, by Kim Alvefur
-
mod_http_oauth2: Unpack event object to improve readability2020-11-21, by Kim Alvefur
-
mod_http_oauth2: Fix incomplete function arity change in dea6bea2ddd32020-11-21, by Kim Alvefur
-
mod_http_oauth2: Authorization code flow2020-11-21, by Kim Alvefur
-
mod_ogp: Update parsing logic to catch more cases2020-11-18, by Seve Ferrer
-
mod_ogp: Improve parsing patterns2020-11-18, by Seve Ferrer
-
mod_muc_inject_mentions: Add new setting to trigger mentions only if a prefix is found2020-11-17, by Seve Ferrer
-
mod_ogp: Add module2020-11-15, by Seve Ferrer
-
mod_rest: Fix attempt at indexing nil if an error stanza is missing <error>2020-11-15, by Kim Alvefur
-
mod_rest: Ensure no attempt is made to reply to an error stanza2020-11-15, by Kim Alvefur
-
mod_rest: Catch and log errors in callback promise chain2020-11-15, by Kim Alvefur
-
mod_rest/example: Reorder things to match the disco#info feature order2020-11-15, by Kim Alvefur
-
mod_rest: Use promise based HTTP client API2020-11-15, by Kim Alvefur
-
mod_rest/example: Advertise version query support2020-11-15, by Kim Alvefur
-
mod_rest: Use HTTP error mapping from net.http.errors2020-11-15, by Kim Alvefur
-
mod_rest: Use util.error registry datatype2020-11-14, by Kim Alvefur
-
mod_rest: Add whitespace to improve readability, code navigation2020-11-12, by Kim Alvefur
-
mod_post_msg: Advertise mod_rest, the spiritual successor2020-11-12, by Kim Alvefur
-
mod_post_msg: Tweak header level2020-11-12, by Kim Alvefur
-
mod_prometheus: Warn users to put statistics settings in the global section2020-11-10, by Emmanuel Gil Peyrot
-
mod_admin_notify: New module providing an API to notify host admins2020-11-09, by Matthew Wild
-
mod_http_oauth2: Fix typo not caught by luacheck2020-11-09, by Kim Alvefur
-
mod_firewall: Some additional documentation improvements, particularly adding section links where needed2020-11-06, by Matthew Wild
-
mod_firewall: Improve 'INSPECT' comparison operator documentation2020-11-06, by Matthew Wild
-
mod_pubsub_text_interface: Remove receipt handling (thanks meaz)2020-11-05, by Kim Alvefur
-
mod_bob: Add dependency metadata2020-10-28, by Kim Alvefur
-
mod_auto_answer_disco_info: Add dependency data for rock packaging2020-10-28, by Kim Alvefur
-
mod_offline_email: explicitly set charset to utf-8 to override mailclients default settings2020-10-26, by Vladimir D. Seleznev
-
mod_http_prebind: Stop hardcoding test domain2020-10-25, by Emmanuel Gil Peyrot
-
mod_http_prebind: New module2020-10-25, by Emmanuel Gil Peyrot
-
mod_http_oauth2: Accept empty scope2020-10-23, by Kim Alvefur
-
mod_conversejs: Comment on what's going on in JS template2020-10-23, by Kim Alvefur
-
mod_log_ringbuffer: Add 'lines' option (actually an alternative ringbuffer implementation)2020-10-20, by Matthew Wild
-
mod_log_ringbuffer: Discard old data when buffer is full2020-10-20, by Matthew Wild
-
mod_invites*: Also link to mod_invites_api2020-10-19, by Kim Alvefur
-
mod_invites*: Link to each other2020-10-19, by Kim Alvefur
-
mod_debug_traceback: Fix global lookup warning on 0.11.x2020-10-19, by Matthew Wild
-
mod_cloud_notify: make logging more clear2020-10-19, by tmolitor
-
mod_log_ringbuffer: Document how to integrate with mod_debug_traceback2020-10-16, by Matthew Wild
-
mod_log_ringbuffer: Switch `filename` to not be interpolated, add filename_template which is2020-10-16, by Matthew Wild
-
mod_log_ringbuffer: Fix incorrect parameter name2020-10-16, by Matthew Wild
-
mod_debug_traceback: Fix to use the cached traceback2020-10-16, by Matthew Wild
-
mod_invites_api: Allow restricting HTTP methods per key (once implemented)2020-10-16, by Matthew Wild
-
mod_log_ringbuffer: Update default filename to include data path2020-10-16, by Matthew Wild
-
mod_debug_traceback: Descendent of mod_traceback with some additional features2020-10-16, by Matthew Wild
-
mod_s2s_keepalive: Restore timer start (Thanks Ge0rG)2020-10-16, by Kim Alvefur
-
mod_s2s_keepalive: Fix response handler (thanks Ge0rG)2020-10-16, by Kim Alvefur
-
mod_invites_page: Change client selection button text from 'Install' to 'Select' by default2020-10-16, by Matthew Wild
-
mod_invites_page: Remove preauth URI button2020-10-16, by Matthew Wild
-
mod_conversejs: Add comments about default settings2020-10-15, by Kim Alvefur
-
mod_conversejs/README: Complete list of auto-injected settings2020-10-15, by Kim Alvefur
-
mod_conversejs/README: Add text about preventing auto-load of mod_bosh/ws2020-10-15, by Kim Alvefur
-
mod_conversejs: Tweak wording2020-10-15, by Kim Alvefur
-
mod_log_ringbuffer: New module to send logs to an in-memory ringbuffer2020-10-15, by Matthew Wild
-
mod_s2s_keepalive: Fix name of timestamp function2020-10-14, by Kim Alvefur
-
mod_s2s_keepalive: Use timestamp as iq @id2020-10-14, by Kim Alvefur
-
mod_welcome_page/html: Containerize the Jumbotron!2020-10-14, by Kim Alvefur
-
mod_invites_page: Fix table in README (thanks Ge0rG)2020-10-14, by Matthew Wild
-
mod_welcome_page/html: Fix closing div tag!2020-10-14, by Kim Alvefur
-
mod_http_index: Remove unused CSS class2020-10-13, by Kim Alvefur
-
mod_http_index,muc_log: More CSS tweaks2020-10-13, by Kim Alvefur
-
mod_admin_web: Add a title for mod_http_index2020-10-12, by Kim Alvefur
-
mod_http_index,mod_http_muc_log: Tweak again2020-10-12, by Kim Alvefur
-
mod_http_index, mod_http_muc_log: Tweak navigation element margins2020-10-12, by Kim Alvefur
-
mod_http_index: Copy style from mod_http_muc_log (inc dark theme!)2020-10-12, by Kim Alvefur
-
mod_welcome_page: Serve from top level path (/) by default2020-10-12, by Kim Alvefur
-
mod_welcome_page/html: Fix form target if path isn't /2020-10-12, by Kim Alvefur
-
Merge2020-10-12, by JC Brand
-
muc_batched_probe: don't return too quickly2020-10-12, by JC Brand
-
mod_smacks: don't store mam results in offline store2020-10-12, by tmolitor
-
mod_muc_batched_probe: don't rely on mt_room:respond_to_probe method2020-10-12, by JC Brand
-
mod_register_apps: Fix removal of apps from array on unload2020-10-10, by Kim Alvefur
-
mod_register_apps: Ignore the long lines [luacheck]2020-10-10, by Kim Alvefur
-
Back out a8aacfbdaea9: Not needed since change in trunk2020-10-09, by Kim Alvefur
-
mod_welcome_page: New module to provide a friendly entrypoint to invite-based setups2020-10-09, by Matthew Wild
-
mod_register_apps: Point out assets/ directory for packaging2020-10-08, by Kim Alvefur
-
mod_http_muc_log: Move template into a directory to ease packaging2020-10-08, by Kim Alvefur
-
mod_admin_web: Really fix luarocks build spec2020-10-08, by Kim Alvefur
-
mod_admin_web: Serve resources from resource path in trunk/0.112020-10-08, by Kim Alvefur
-
mod_admin_web: Include build instructions in metadata2020-10-08, by Kim Alvefur
-
mod_register_apps: Add setup instructions for Beagle IM2020-10-07, by Matthew Wild
-
mod_muc_moderation: Improve error message to be more helpful2020-10-06, by Kim Alvefur
-
mod_conversejs: Automatically register as a site app (see mod_register_apps)2020-10-06, by Matthew Wild
Scroll all the way down to load more.