Log

description author age
mod_muc_badge: Preserve spaces in SVG, fixes displaying nicer borders. Emmanuel Gil Peyrot 2018-08-25
mod_http_muc_log: Close unclosed <p/> tag in template. Emmanuel Gil Peyrot 2018-08-25
mod_bookmarks: Display the bare JID instead of the username in logs. Emmanuel Gil Peyrot 2018-08-25
mod_pubsub_feeds: Handle feed parsing error (thanks apollo13) Kim Alvefur 2018-08-25
mod_pubsub_feeds: Fix syntax error Kim Alvefur 2018-08-25
mod_pubsub_feeds: Log a message for HTTP 301 redirects Kim Alvefur 2018-08-25
mod_pubsub_feeds: Log non-HTTP errors like certificate problems etc Kim Alvefur 2018-08-25
mod_pubsub_feeds: Log a debug message for status codes not handled Kim Alvefur 2018-08-25
mod_atom: Set the proper Content-Type header for Atom (thanks MattJ) Kim Alvefur 2018-08-24
mod_atom: Include User Nickname (if configured to be public) Kim Alvefur 2018-08-24
mod_atom: Expose title and description from node metadata in feed Kim Alvefur 2018-08-24
mod_atom: Add node as portablecontacts preferredUsername Kim Alvefur 2018-08-24
mod_atom: Add some basic metadata to feed Kim Alvefur 2018-08-24
mod_delegation: Simplify iq handling by hooking on iq-get/ instead of iq/. Emmanuel Gil Peyrot 2018-08-24
mod_readonly: Simplify iq handling by hooking on iq-set/ instead of iq/. Emmanuel Gil Peyrot 2018-08-24
mod_ipcheck: Simplify iq handling by hooking on iq-get/ instead of iq/. Emmanuel Gil Peyrot 2018-08-24
mod_auto_answer_disco_info: Simplify iq handling by hooking on the full payload tag instead of iq/full. Emmanuel Gil Peyrot 2018-08-24
mod_client_certs: Simplify iq handling by hooking on iq-get/ and iq-set/ instead of iq/. Emmanuel Gil Peyrot 2018-08-24
mod_group_bookmarks: Remove unused requires. Emmanuel Gil Peyrot 2018-08-24
mod_pubsub_github: Remove unused import [luacheck] Kim Alvefur 2018-08-24
mod_pubsub_github: Add support for signed requests Kim Alvefur 2018-08-24
mod_pubsub_github: Unpack request from event Kim Alvefur 2018-08-24
mod_group_bookmarks: Add my copyright. Emmanuel Gil Peyrot 2018-08-24
mod_group_bookmarks: Return early when the key is not bookmarks. Emmanuel Gil Peyrot 2018-08-24
mod_group_bookmarks: Use iq-get event instead of checking for stanza.attr.type == "get". Emmanuel Gil Peyrot 2018-08-24
mod_group_bookmarks: Remove duplicated requires. Emmanuel Gil Peyrot 2018-08-24
mod_pubsub_github/README: Note that it might work with Gitlab as well Kim Alvefur 2018-08-24
mod_atom: Add a brief README Kim Alvefur 2018-08-24
mod_pubsub_post/README: Add a heading for affiliation related text Kim Alvefur 2018-08-24
mod_pubsub_post: Ensure actor is non-nil (catch inability to determine IP or simliar) Kim Alvefur 2018-08-24
mod_pubsub_post: Start with actor unset Kim Alvefur 2018-08-24
mod_bookmarks: Use the new item-published/<node> event. Emmanuel Gil Peyrot 2018-08-21
mod_profile: Only replace avatar update hash if one is found Kim Alvefur 2018-08-21
mod_profile: Only retrieve the last avatar hash from PEP Kim Alvefur 2018-08-21
mod_pubsub_text_interface: Ignore whitespace after all commands Kim Alvefur 2018-08-20
mod_pubsub_text_interface: Rename variable to avoid name clash [luacheck] Kim Alvefur 2018-08-20
mod_pubsub_text_interface: Fix chain that accidentally produced nested <body> Kim Alvefur 2018-08-20
mod_pubsub_text_interface: Generate a stanza id for replies Kim Alvefur 2018-08-20
mod_profile: Pass item id onto pubsub container element Kim Alvefur 2018-08-20
mod_profile: Use type property over content identifiguesstimation Kim Alvefur 2018-08-20
mod_pubsub_text_interface: Add a README Kim Alvefur 2018-08-20
mod_pubsub_text_interface: A chat interface to PubSub Kim Alvefur 2018-08-20
mod_pubsub_feeds: Include pubsub namespace on wrapper item as required by mod_pubsub Kim Alvefur 2018-08-20
mod_atom: Update to the new mod_pep Kim Alvefur 2018-08-20
mod_firewall: Assume empty list if file could not be loaded Matthew Wild 2018-08-19
mod_candy: Remove, outdated. Consider mod_conversejs instead. Matthew Wild 2018-08-18
mod_bookmarks: Require forgotten util.jid module. Emmanuel Gil Peyrot 2018-08-18
mod_default_bookmarks: Add support for <password/>. Emmanuel Gil Peyrot 2018-08-18
mod_default_bookmarks: Add support for trunk’s mod_pep. Emmanuel Gil Peyrot 2018-08-18
mod_bookmarks: Expose publish_to_pep() to other modules. Emmanuel Gil Peyrot 2018-08-18
mod_bookmarks: Fire empty and updated events, for other modules to use. Emmanuel Gil Peyrot 2018-08-18
mod_bookmarks: Send back empty Private XML bookmarks on empty PEP bookmarks. Emmanuel Gil Peyrot 2018-08-18
mod_bookmarks: Fix traceback on retrieval since ba0d444b64aa. Emmanuel Gil Peyrot 2018-08-18
mod_bookmarks: Enforce publish_options since Prosody 249d90ff992e. Emmanuel Gil Peyrot 2018-08-18
mod_bookmarks: Simplify last item retrieval thanks to Prosody b6ffd4f951b9. Emmanuel Gil Peyrot 2018-08-18
mod_bookmarks: New module synchronising bookmarks to the new persistent mod_pep Emmanuel Gil Peyrot 2018-08-18
mod_http_upload_external: share_v2.php: Comment out verbose debug logging Matthew Wild 2018-08-14
mod_http_upload_external: share.php: Fix whitespace Matthew Wild 2018-08-14
mod_http_upload_external: Update share.php and share_v2.php to allow cross-domain requests Matthew Wild 2018-08-14
mod_s2s_auth_posh: Add a command for generating the JSON file Kim Alvefur 2018-08-13
mod_auth_http_cookie: Also try to get HTTP request from WebSocket session Kim Alvefur 2018-08-10
mod_auth_http_cookie: Try to get HTTP request from array on BOSH sessions Kim Alvefur 2018-08-10
mod_pep_vcard_png_avatar: Log error when used with new mod_pep, add compat with mod_pep_simple Matthew Wild 2018-08-09
mod_pep_vcard_avatar: Log error when used with new mod_pep, add compat with mod_pep_simple Matthew Wild 2018-08-09
mod_watchuntrusted: Add option to ignore domains Michel Le Bihan 2018-08-08
mod_e2e_policy: Always add the 'to' in warning stanzas Michel Le Bihan 2018-08-08
mod_smacks: Improve logging on resume so session changes are more easily tracked Matthew Wild 2018-08-08
mod_statistics: Split module:shared() into multiple calls, multiple params may be deprecated soon Matthew Wild 2018-08-07
mod_http_upload_external: share.php: Use hash_equals() if available to protect against timing attack Matthew Wild 2018-08-07
mod_pep_vcard_avatar: Does not work with trunk anymore Kim Alvefur 2018-08-04
mod_adhoc_dataforms_demo/README: Set a summary Kim Alvefur 2018-08-03
mod_adhoc_dataforms_demo: Silence warning about unused argument [luacheck] Kim Alvefur 2018-08-03
mod_adhoc_test -> mod_adhoc_dataforms_demo Kim Alvefur 2018-08-03
mod_adhoc_test: A module to test dataforms generation and rendering Kim Alvefur 2018-08-03
mod_omemo_all_access: Add compatibility with mod_pep_simple Matthew Wild 2018-08-03
mod_omemo_all_access: Log error when used with incompatible mod_pep Matthew Wild 2018-08-03
mod_profile: Abort if mod_pep doesn't appear to be the former mod_pep_plus Kim Alvefur 2018-08-02
mod_profile: Update for mod_pep_plus rename Kim Alvefur 2018-08-02
mod_s2s_auth_posh: Beginnings of a README Kim Alvefur 2018-02-19
mod_s2s_auth_posh: Normalize code formatting Kim Alvefur 2018-01-28
mod_s2s_auth_posh: Abort if no fingerprints are found Kim Alvefur 2017-12-21
mod_s2s_auth_posh: Remove commented out line Kim Alvefur 2017-12-21
mod_s2s_auth_posh: Skip POSH if session certificate is already valid Kim Alvefur 2017-12-21
mod_s2s_auth_posh: Remove commented out imports Kim Alvefur 2017-12-21
mod_s2s_auth_posh: Cache tweak Kim Alvefur 2017-12-21
mod_s2s_auth_posh: Changes done outside of version control during 2014-2017 Kim Alvefur 2017-03-15
mod_s2s_auth_posh: PKIX over Secure HTTP Kim Alvefur 2014-05-21
mod_firewall: Add a missing space after a comma in the README. Emmanuel Gil Peyrot 2018-08-01
mod_pastebin: Make first line and URL more clearly separated Kim Alvefur 2018-07-31
mod_lib_ldap: assert() connection for hopefully better error reporting (thanks adac) Matthew Wild 2018-07-26
mod_profile: Remove purging of previous PEP data, should no longer be needed Kim Alvefur 2018-07-24
mod_profile: Bump priority of xep153 hook to surely run before mod_presence Kim Alvefur 2018-07-24
mod_profile: Correctly add avatar hash Kim Alvefur 2018-07-24
mod_profile: Add xmlns on <item> in order to pass item validation in mod_pubsub Kim Alvefur 2018-07-24
mod_profile: Refactor wrapping of payloads in <item> Kim Alvefur 2018-07-24
mod_http_upload_external/README: Add Perl implementation by Holger to list Kim Alvefur 2018-07-18
Backed out parts of changeset a81456a13797 Kim Alvefur 2018-07-18
mod_profile: Skip injecting xep153 into presence for sessions with no username Kim Alvefur 2018-07-13
mod_profile: Add support for XEP-0398 Kim Alvefur 2018-07-12
mod_profile: Add copyright header Kim Alvefur 2018-07-12
mod_profile: Fix typo Kim Alvefur 2018-07-12
mod_presence_cache: Forget cached presence on s2s close Kim Alvefur 2018-07-12
mod_checkcerts: Note about apparent incompatibility with >=0.10.x Kim Alvefur 2018-07-12
mod_profile: Ignore shadowed variable name Kim Alvefur 2018-07-12
mod_profile: Reformat README Kim Alvefur 2018-07-12
mod_pep_vcard_avatar: Normalize syntax in README Kim Alvefur 2018-07-12
mod_pep_vcard_avatar: Mention XEP-398 Kim Alvefur 2018-07-12
mod_pep_vcard_avatar: Advertise XEP-0398 feature Kim Alvefur 2018-07-12
mod_http_upload: use correct error condition Jonas Wielicki 2018-07-08
mod_pubsub_stats: Pass configuration to disable persistence and limit number of items Kim Alvefur 2018-07-07
various/README: Add a Statistics label Kim Alvefur 2018-07-05
mod_muc_badge: Use room name instead of fixed string (beware the silly width calculations) Kim Alvefur 2018-07-04
mod_muc_badge: Simplify SVG Kim Alvefur 2018-07-04
mod_smacks_noerror: Add ability to silence errors if mod_offline is disabled tmolitor 2018-07-02
mod_statistics_statsman: Remove duplicate import [luacheck] Kim Alvefur 2018-07-02
mod_statistics_statsman: Ignore that we discard incoming data [luacheck] Kim Alvefur 2018-07-02
mod_http_external: Link to prosody-filer (Go implementation) Matthew Wild 2018-07-02
mod_http_upload_external: Reduce slot request log level from info to debug for privacy improvement Matthew Wild 2018-07-02
mod_http_upload_external: Fix to read content-type from correct place in stanza Matthew Wild 2018-07-02
mod_http_upload_external: Log file type and size Matthew Wild 2018-07-02
share_v2.php: Remove content-disposition if mime type is set Matthew Wild 2018-07-02
share_v2.php: Add error logging Matthew Wild 2018-07-02
share_v2.php: Fix syntax errors Matthew Wild 2018-07-02
share_v2.php: Fix array keys Matthew Wild 2018-07-02
mod_pubsub_stats: Include namespace on pubsub items (fixes use with trunk) Kim Alvefur 2018-07-02
mod_statistics_statsman/README: Fix typo in link Kim Alvefur 2018-06-28
mod_statistics_statsman: Streaming access to statsmanager Kim Alvefur 2018-06-28
mod_pubsub_stats: Remove unused import of util.datetime Kim Alvefur 2018-06-28
mod_pubsub_stats: Add a brief README Kim Alvefur 2018-06-28
mod_s2s_whitelist: Add a README Kim Alvefur 2018-06-28
mod_s2s_blacklist: Add a README Kim Alvefur 2018-06-28
mod_pubsub_post/README: Describe what happens to different data types Kim Alvefur 2018-06-27
mod_pubsub_post/README: Affiliation management in trunk now Kim Alvefur 2018-06-27
mod_pubsub_post: Rename README so it gets picked up by the site generator Kim Alvefur 2018-06-27
mod_smacks: Reduce unacked stanza log message from warn->debug Matthew Wild 2018-06-26
mod_prometheus: Expose min, max and average when available. Emmanuel Gil Peyrot 2018-06-25
mod_slack_webhooks: Add a special webhook target for debugging Kim Alvefur 2018-06-03
mod_slack_webhooks: Forward info about clicked button to hook Kim Alvefur 2018-06-03
mod_slack_webhooks: Add support for buttons Kim Alvefur 2018-06-03
mod_muc_badge/README: Add a possible future thing to do Kim Alvefur 2018-06-23
mod_muc_badge/README: Fix typo in examlpe URL Kim Alvefur 2018-06-23
mod_muc_badge/README: More words Kim Alvefur 2018-06-23
mod_muc_badge/README: Fix prematurely committed text Kim Alvefur 2018-06-23
mod_muc_badge: Generates a SVG badge with the number of occupants in rooms Kim Alvefur 2018-06-23
mod_pastebin: Remove reference to removed header table Kim Alvefur 2018-06-23
mod_pastebin: Prevent header table form being mutated Kim Alvefur 2018-06-23
mod_prometheus: Fetch statistics at every request. Emmanuel Gil Peyrot 2018-06-22
mod_measure_message_e2ee: Get statistics about message encryption status. Emmanuel Gil Peyrot 2018-06-22
mod_measure_client_identities: Report 0 instead of the previous value when no client with that identity is left. Emmanuel Gil Peyrot 2018-06-22
mod_measure_client_identities: Collect statistics about client identities. Emmanuel Gil Peyrot 2018-06-21
mod_prometheus: Move timestamp generation to the stats-update event. Emmanuel Gil Peyrot 2018-06-21
mod_prometheus: Put the name as a label, which fits better the usual Prosody model. Emmanuel Gil Peyrot 2018-06-21
mod_prometheus: Add my copyright. Emmanuel Gil Peyrot 2018-06-21
mod_prometheus: Change the storage model for one which matches Prometheus better. Emmanuel Gil Peyrot 2018-06-21
mod_munin: Allow names containing any number of “:”. Emmanuel Gil Peyrot 2018-06-21
mod_munin: Don’t use host when it is nil. Emmanuel Gil Peyrot 2018-06-21
mod_prometheus: Optimise global lookups. Emmanuel Gil Peyrot 2018-06-21
mod_prometheus: Don’t shadow variables. [luacheck] Emmanuel Gil Peyrot 2018-06-21
mod_prometheus: Prefix metric names with "prosody_". Emmanuel Gil Peyrot 2018-06-21
mod_prometheus: Add a new statistics export module, for Prometheus. Emmanuel Gil Peyrot 2018-06-21
mod_minimix: Set full JID when dumping cached stanzas Kim Alvefur 2018-06-19
mod_minimix: Handle having received no presence (should not happen) Kim Alvefur 2018-06-19
mod_minimix: Don't consider oneself fully joined until subject message Kim Alvefur 2018-06-19
mod_minimix/README: Doesn't handle incoming kicks yet Kim Alvefur 2018-06-19
mod_minimix: Drop presence updates for now (may be treated as GC 1.0 joins) Kim Alvefur 2018-06-19
mod_minimix: Handle missing subject Kim Alvefur 2018-06-19
mod_minimix: Change data model Kim Alvefur 2018-06-19
mod_lastlog: Split Values into Type/Default. (documentation) Emmanuel Gil Peyrot 2018-06-17
mod_auth_oauthbearer: expand intro to mention when/how you'd use this JC Brand 2018-06-14
Remove debugging helpers and clean up a little JC Brand 2018-06-14
mod_sasl_oauthbearer and mod_auth_oauthbearer JC Brand 2018-06-13
mod_pinger: work around updates on stale sessions Georg Lukas 2018-06-13
mod_server_contact_info: Remove Kim Alvefur 2018-06-09
mod_cache_c2s_caps: Fix traceback on invalid payload in disco#info result. Emmanuel Gil Peyrot 2018-06-08
mod_smacks: Convert max number into a string before inserting it into a stanza. Emmanuel Gil Peyrot 2018-06-08
mod_csi_battery_saver: flush queue on smacks resume instead of smacks hibernation tmolitor 2018-06-08
mod_cloud_notify: inform mod_smacks of first push in hibernated state tmolitor 2018-06-08
mod_smacks: defer timeouts for push enabled clients tmolitor 2018-06-08
mod_auto_answer_disco_info: Don’t traceback on iqs coming from mod_muc. Emmanuel Gil Peyrot 2018-06-08
mod_inject_ecaps2: Inject the <c/> element in the presence, not util.hashes. Emmanuel Gil Peyrot 2018-06-08
mod_smacks: send maximum resumption timeout to client Jonas Wielicki 2018-06-07
Neuter 0198 from mod_pinger, fix #712 Georg Lukas 2018-06-06
mod_client_proxy: extend readme Jonas Wielicki 2018-06-03
mod_client_proxy: fix warnings Jonas Wielicki 2018-06-03
mod_pubsub_post: Add a README Kim Alvefur 2018-06-03
mod_pastebin: Off-by-one, the hardest problem known to man Kim Alvefur 2018-06-03
mod_client_proxy: a Jabber Address Translation implementation Jonas Wielicki 2018-06-03
mod_slack_webhooks: Fix error handling for JSON parsing Kim Alvefur 2018-06-02
mod_slack_webhooks: Fix handling of form-urlencoded Kim Alvefur 2018-06-02
mod_slack_webhooks: Reduce scope of variable Kim Alvefur 2018-06-02
mod_slack_webhooks: Split long line to improve readability [luacheck] Kim Alvefur 2018-06-02
mod_slack_webhooks: Rename variables no avoid name clash [luacheck] Kim Alvefur 2018-06-02
mod_slack_webhooks: Remove unused locals [luacheck] Kim Alvefur 2018-06-02
mod_storage_memory: Fix removal of data in keyvalue (thanks jonasw) Kim Alvefur 2018-06-02
mod_cloud_notify: fix link to business rules description tmolitor 2018-06-02
mod_cloud_notify: last cleanup tmolitor 2018-06-02
mod_cloud_notify: more cleanup tmolitor 2018-06-02
mod_cloud_notify: Some more cleanup tmolitor 2018-06-02
mod_cloud_notify: Some readme cleanup tmolitor 2018-06-02
mod_cloud_notify: Don't change table while iterating it tmolitor 2018-06-02
mod_http_avatar: Add caching support. Emmanuel Gil Peyrot 2018-06-01
mod_http_avatar: Remove unused variable. [luacheck] Emmanuel Gil Peyrot 2018-06-01
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