Log

description author age
mod_http_avatar: Add a module to serve vCard-temp avatars over HTTP. Emmanuel Gil Peyrot 2018-06-01
mod_auto_answer_disco_info: Switch to origin.log to provide better debug to admins. Emmanuel Gil Peyrot 2018-06-01
mod_cache_c2s_caps: Switch to origin.log to provide better debug to admins. Emmanuel Gil Peyrot 2018-06-01
mod_cloud_notify: use next() instead of # operator and update README tmolitor 2018-06-01
mod_cloud_notify: Don't use deprecated table.getn tmolitor 2018-06-01
mod_vcard_muc: Get room from rooms table when get_room_from_jid API is not supported Michel Le Bihan 2018-05-30
mod_muc_lang: Remove unneeded type and label from disco#info Kim Alvefur 2018-05-30
mod_muc_lang: Add a README Kim Alvefur 2018-05-30
mod_muc_lang: Fix to use correct field name in disco#info Kim Alvefur 2018-05-30
mod_muc_lang: Fix to use correct data field Kim Alvefur 2018-05-30
mod_saslauth_muc: Use correct API for getting rooms Kim Alvefur 2018-05-30
mod_slack_webhooks: Use the correct MUC API Kim Alvefur 2018-05-30
mod_muc_intercom: Fix to use correct name for variable Kim Alvefur 2018-05-30
mod_muc_lang: Advertises the room language Kim Alvefur 2018-05-30
mod_pubsub_stats: Make the node used configurable Kim Alvefur 2018-05-29
mod_pubsub_stats: Simple module that publishes stats in XEP-0039 format Kim Alvefur 2018-05-29
mod_http_muc_log: Handle errors while loading template file in a more graceful manner Kim Alvefur 2018-05-29
mod_s2s_keepalive/README: Clarify options (fixes #675) Kim Alvefur 2018-05-29
mod_http_muc_log: Include URL in disco#info for public rooms Kim Alvefur 2018-05-29
mod_http_muc_log: Use separate variable for filename and file handle Kim Alvefur 2018-05-28
mod_http_muc_log: Fix inverted logic Kim Alvefur 2018-05-28
mod_http_muc_log: Add comment about argument to policy function Kim Alvefur 2018-05-28
mod_http_muc_log: Add a note about changing how presence is treated Kim Alvefur 2018-05-28
mod_http_muc_log: Base read-access on whether anyone would be able to join (like MUC) Kim Alvefur 2018-05-28
mod_http_muc_log: Only exclude hidden rooms from listing (like disco#items) Kim Alvefur 2018-05-28
mod_http_muc_log: Improve readability of policy function Kim Alvefur 2018-05-28
Merge commit tmolitor 2018-05-28
mod_cloud_notify: Limit number of devices to 5 and change some default settings tmolitor 2018-05-28
mod_delay: Don't break on smacks resume tmolitor 2018-05-28
mod_deny_omemo: Prevents publishing and retreival of OMEMO PEP nodes Kim Alvefur 2018-05-28
mod_pubsub_feeds/README: Give PubSubHubbub its own section Kim Alvefur 2018-05-27
mod_pubsub_feeds/README: Markup options in table as code Kim Alvefur 2018-05-27
mod_pubsub_feeds/README: Give option summary its own heading Kim Alvefur 2018-05-27
mod_pubsub_feeds/README: Add comment explaining what the index in 'feeds' does Kim Alvefur 2018-05-27
mod_pubsub_feeds/README: Normalize Markdown syntax Kim Alvefur 2018-05-27
mod_pubsub_feeds: Use ETag instead of problematic If-Modified-Since Kim Alvefur 2018-05-27
mod_vcard_muc: Send presence on muc-occupant-session-new event Michel Le Bihan 2018-05-26
mod_pastebin: Restore URL in final body text Kim Alvefur 2018-05-24
mod_pastebin: Fix line count pattern added by 040eaa3844f4 Kim Alvefur 2018-05-24
mod_vcard_muc: Initial commit Michel Le Bihan 2018-05-24
mod_mam_muc/README: Add note about mod_muc_mam being included with Prosody Kim Alvefur 2018-05-24
mod_auth_ccert: Silence warning about unused global [luacheck] Kim Alvefur 2018-05-24
mod_conversejs: Suggest some alternative cliets if JavaScript is disabled Kim Alvefur 2018-04-07
mod_conversejs: Appologise for the JavaScript Kim Alvefur 2018-04-07
mod_conversejs: Make HTML more well-formed Kim Alvefur 2018-04-07
mod_auth_http_cookie: Possibly temporary fork of mod_http_auth_async that adds cookie auth support Matthew Wild 2018-05-24
mod_mam_muc: Remove support for Prosody trunk/0.11 Kim Alvefur 2018-04-02
mod_pastebin: Support the new MUC API in Prosody trunk Kim Alvefur 2018-05-22
mod_pastebin: Add an OOB tag pointing to the pastebin URL Kim Alvefur 2018-05-20
mod_pastebin: Silence some warnings [luacheck] Kim Alvefur 2018-05-20
mod_pastebin: Remove unused locals [luacheck] Kim Alvefur 2018-05-20
mod_pastebin: Check line length via preconstructed pattern instead of gsub Kim Alvefur 2018-05-20
mod_pastebin: Remove redundant check for non-empty body since it returns earlier in that case Kim Alvefur 2018-05-20
mod_pastebin: Avoid using pattern matching facilities for simple prefix removal Kim Alvefur 2018-05-20
mod_pastebin: Replace tags using :maptags API instead of hacky direct manipulation Kim Alvefur 2018-05-20
mod_pastebin: Move result of host detection into a variable to improve readabily Kim Alvefur 2018-05-20