log

age author description
2018-06-06 Georg Lukas Neuter 0198 from mod_pinger, fix #712
2018-06-03 Jonas Wielicki mod_client_proxy: extend readme
2018-06-03 Jonas Wielicki mod_client_proxy: fix warnings
2018-06-03 Kim Alvefur mod_pubsub_post: Add a README
2018-06-03 Kim Alvefur mod_pastebin: Off-by-one, the hardest problem known to man
2018-06-03 Jonas Wielicki mod_client_proxy: a Jabber Address Translation implementation
2018-06-02 Kim Alvefur mod_slack_webhooks: Fix error handling for JSON parsing
2018-06-02 Kim Alvefur mod_slack_webhooks: Fix handling of form-urlencoded
2018-06-02 Kim Alvefur mod_slack_webhooks: Reduce scope of variable
2018-06-02 Kim Alvefur mod_slack_webhooks: Split long line to improve readability [luacheck]
2018-06-02 Kim Alvefur mod_slack_webhooks: Rename variables no avoid name clash [luacheck]
2018-06-02 Kim Alvefur mod_slack_webhooks: Remove unused locals [luacheck]
2018-06-02 Kim Alvefur mod_storage_memory: Fix removal of data in keyvalue (thanks jonasw)
2018-06-02 tmolitor mod_cloud_notify: fix link to business rules description
2018-06-02 tmolitor mod_cloud_notify: last cleanup
2018-06-02 tmolitor mod_cloud_notify: more cleanup
2018-06-02 tmolitor mod_cloud_notify: Some more cleanup
2018-06-02 tmolitor mod_cloud_notify: Some readme cleanup
2018-06-02 tmolitor mod_cloud_notify: Don't change table while iterating it
2018-06-01 Emmanuel Gil Peyrot mod_http_avatar: Add caching support.
2018-06-01 Emmanuel Gil Peyrot mod_http_avatar: Remove unused variable. [luacheck]
2018-06-01 Emmanuel Gil Peyrot mod_http_avatar: Add a module to serve vCard-temp avatars over HTTP.
2018-06-01 Emmanuel Gil Peyrot mod_auto_answer_disco_info: Switch to origin.log to provide better debug to admins.
2018-06-01 Emmanuel Gil Peyrot mod_cache_c2s_caps: Switch to origin.log to provide better debug to admins.
2018-06-01 tmolitor mod_cloud_notify: use next() instead of # operator and update README
2018-06-01 tmolitor mod_cloud_notify: Don't use deprecated table.getn
2018-05-30 Michel Le Bihan mod_vcard_muc: Get room from rooms table when get_room_from_jid API is not supported
2018-05-30 Kim Alvefur mod_muc_lang: Remove unneeded type and label from disco#info
2018-05-30 Kim Alvefur mod_muc_lang: Add a README
2018-05-30 Kim Alvefur mod_muc_lang: Fix to use correct field name in disco#info
2018-05-30 Kim Alvefur mod_muc_lang: Fix to use correct data field
2018-05-30 Kim Alvefur mod_saslauth_muc: Use correct API for getting rooms
2018-05-30 Kim Alvefur mod_slack_webhooks: Use the correct MUC API
2018-05-30 Kim Alvefur mod_muc_intercom: Fix to use correct name for variable
2018-05-30 Kim Alvefur mod_muc_lang: Advertises the room language
2018-05-29 Kim Alvefur mod_pubsub_stats: Make the node used configurable
2018-05-29 Kim Alvefur mod_pubsub_stats: Simple module that publishes stats in XEP-0039 format
2018-05-29 Kim Alvefur mod_http_muc_log: Handle errors while loading template file in a more graceful manner
2018-05-29 Kim Alvefur mod_s2s_keepalive/README: Clarify options (fixes #675)
2018-05-29 Kim Alvefur mod_http_muc_log: Include URL in disco#info for public rooms
2018-05-28 Kim Alvefur mod_http_muc_log: Use separate variable for filename and file handle
2018-05-28 Kim Alvefur mod_http_muc_log: Fix inverted logic
2018-05-28 Kim Alvefur mod_http_muc_log: Add comment about argument to policy function
2018-05-28 Kim Alvefur mod_http_muc_log: Add a note about changing how presence is treated
2018-05-28 Kim Alvefur mod_http_muc_log: Base read-access on whether anyone would be able to join (like MUC)
2018-05-28 Kim Alvefur mod_http_muc_log: Only exclude hidden rooms from listing (like disco#items)
2018-05-28 Kim Alvefur mod_http_muc_log: Improve readability of policy function
2018-05-28 tmolitor Merge commit
2018-05-28 tmolitor mod_cloud_notify: Limit number of devices to 5 and change some default settings
2018-05-28 tmolitor mod_delay: Don't break on smacks resume
2018-05-28 Kim Alvefur mod_deny_omemo: Prevents publishing and retreival of OMEMO PEP nodes
2018-05-27 Kim Alvefur mod_pubsub_feeds/README: Give PubSubHubbub its own section
2018-05-27 Kim Alvefur mod_pubsub_feeds/README: Markup options in table as code
2018-05-27 Kim Alvefur mod_pubsub_feeds/README: Give option summary its own heading
2018-05-27 Kim Alvefur mod_pubsub_feeds/README: Add comment explaining what the index in 'feeds' does
2018-05-27 Kim Alvefur mod_pubsub_feeds/README: Normalize Markdown syntax
2018-05-27 Kim Alvefur mod_pubsub_feeds: Use ETag instead of problematic If-Modified-Since
2018-05-26 Michel Le Bihan mod_vcard_muc: Send presence on muc-occupant-session-new event
2018-05-24 Kim Alvefur mod_pastebin: Restore URL in final body text
2018-05-24 Kim Alvefur mod_pastebin: Fix line count pattern added by 040eaa3844f4