Log

description author age
mod_munin: Don’t use host when it is nil. Emmanuel Gil Peyrot Thu, 21 Jun 2018 22:38:56 +0200
mod_prometheus: Optimise global lookups. Emmanuel Gil Peyrot Thu, 21 Jun 2018 22:15:15 +0200
mod_prometheus: Don’t shadow variables. [luacheck] Emmanuel Gil Peyrot Thu, 21 Jun 2018 22:14:12 +0200
mod_prometheus: Prefix metric names with "prosody_". Emmanuel Gil Peyrot Thu, 21 Jun 2018 22:11:01 +0200
mod_prometheus: Add a new statistics export module, for Prometheus. Emmanuel Gil Peyrot Thu, 21 Jun 2018 21:37:13 +0200
mod_minimix: Set full JID when dumping cached stanzas Kim Alvefur Tue, 19 Jun 2018 22:27:59 +0200
mod_minimix: Handle having received no presence (should not happen) Kim Alvefur Tue, 19 Jun 2018 22:00:17 +0200
mod_minimix: Don't consider oneself fully joined until subject message Kim Alvefur Tue, 19 Jun 2018 21:59:34 +0200
mod_minimix/README: Doesn't handle incoming kicks yet Kim Alvefur Tue, 19 Jun 2018 19:11:29 +0200
mod_minimix: Drop presence updates for now (may be treated as GC 1.0 joins) Kim Alvefur Tue, 19 Jun 2018 18:57:14 +0200
mod_minimix: Handle missing subject Kim Alvefur Tue, 19 Jun 2018 18:56:57 +0200
mod_minimix: Change data model Kim Alvefur Tue, 19 Jun 2018 18:28:41 +0200
mod_lastlog: Split Values into Type/Default. (documentation) Emmanuel Gil Peyrot Sun, 17 Jun 2018 21:29:27 +0200
mod_auth_oauthbearer: expand intro to mention when/how you'd use this JC Brand Thu, 14 Jun 2018 09:13:30 +0000
Remove debugging helpers and clean up a little JC Brand Thu, 14 Jun 2018 09:11:03 +0000
mod_sasl_oauthbearer and mod_auth_oauthbearer JC Brand Wed, 13 Jun 2018 17:09:49 +0000
mod_pinger: work around updates on stale sessions Georg Lukas Wed, 13 Jun 2018 08:16:45 +0200
mod_server_contact_info: Remove Kim Alvefur Sat, 09 Jun 2018 21:19:54 +0200
mod_cache_c2s_caps: Fix traceback on invalid payload in disco#info result. Emmanuel Gil Peyrot Fri, 08 Jun 2018 21:59:42 +0200
mod_smacks: Convert max number into a string before inserting it into a stanza. Emmanuel Gil Peyrot Fri, 08 Jun 2018 17:56:54 +0200
mod_csi_battery_saver: flush queue on smacks resume instead of smacks hibernation tmolitor Fri, 08 Jun 2018 17:39:43 +0200
mod_cloud_notify: inform mod_smacks of first push in hibernated state tmolitor Fri, 08 Jun 2018 17:39:07 +0200
mod_smacks: defer timeouts for push enabled clients tmolitor Fri, 08 Jun 2018 17:38:24 +0200
mod_auto_answer_disco_info: Don’t traceback on iqs coming from mod_muc. Emmanuel Gil Peyrot Fri, 08 Jun 2018 15:25:27 +0200
mod_inject_ecaps2: Inject the <c/> element in the presence, not util.hashes. Emmanuel Gil Peyrot Fri, 08 Jun 2018 11:49:29 +0200
mod_smacks: send maximum resumption timeout to client Jonas Wielicki Thu, 07 Jun 2018 13:27:32 +0200
Neuter 0198 from mod_pinger, fix #712 Georg Lukas Wed, 06 Jun 2018 19:20:10 +0200
mod_client_proxy: extend readme Jonas Wielicki Sun, 03 Jun 2018 16:26:32 +0200
mod_client_proxy: fix warnings Jonas Wielicki Sun, 03 Jun 2018 16:26:25 +0200
mod_pubsub_post: Add a README Kim Alvefur Sun, 03 Jun 2018 14:12:15 +0200
mod_pastebin: Off-by-one, the hardest problem known to man Kim Alvefur Sun, 03 Jun 2018 14:09:30 +0200
mod_client_proxy: a Jabber Address Translation implementation Jonas Wielicki Sun, 03 Jun 2018 13:55:10 +0200
mod_slack_webhooks: Fix error handling for JSON parsing Kim Alvefur Sun, 03 Jun 2018 01:34:23 +0200
mod_slack_webhooks: Fix handling of form-urlencoded Kim Alvefur Sun, 03 Jun 2018 01:31:40 +0200
mod_slack_webhooks: Reduce scope of variable Kim Alvefur Sat, 02 Jun 2018 15:00:27 +0200
mod_slack_webhooks: Split long line to improve readability [luacheck] Kim Alvefur Sat, 02 Jun 2018 14:59:09 +0200
mod_slack_webhooks: Rename variables no avoid name clash [luacheck] Kim Alvefur Sat, 02 Jun 2018 14:58:49 +0200
mod_slack_webhooks: Remove unused locals [luacheck] Kim Alvefur Sat, 02 Jun 2018 14:58:28 +0200
mod_storage_memory: Fix removal of data in keyvalue (thanks jonasw) Kim Alvefur Sat, 02 Jun 2018 15:39:37 +0200
mod_cloud_notify: fix link to business rules description tmolitor Sat, 02 Jun 2018 03:13:13 +0200
mod_cloud_notify: last cleanup tmolitor Sat, 02 Jun 2018 03:10:28 +0200
mod_cloud_notify: more cleanup tmolitor Sat, 02 Jun 2018 03:09:42 +0200
mod_cloud_notify: Some more cleanup tmolitor Sat, 02 Jun 2018 03:09:10 +0200
mod_cloud_notify: Some readme cleanup tmolitor Sat, 02 Jun 2018 03:07:55 +0200
mod_cloud_notify: Don't change table while iterating it tmolitor Sat, 02 Jun 2018 02:58:45 +0200
mod_http_avatar: Add caching support. Emmanuel Gil Peyrot Fri, 01 Jun 2018 22:45:41 +0200
mod_http_avatar: Remove unused variable. [luacheck] Emmanuel Gil Peyrot Fri, 01 Jun 2018 22:11:42 +0200
mod_http_avatar: Add a module to serve vCard-temp avatars over HTTP. Emmanuel Gil Peyrot Fri, 01 Jun 2018 22:05:46 +0200
mod_auto_answer_disco_info: Switch to origin.log to provide better debug to admins. Emmanuel Gil Peyrot Fri, 01 Jun 2018 18:40:30 +0200
mod_cache_c2s_caps: Switch to origin.log to provide better debug to admins. Emmanuel Gil Peyrot Fri, 01 Jun 2018 18:33:53 +0200
mod_cloud_notify: use next() instead of # operator and update README tmolitor Fri, 01 Jun 2018 18:24:34 +0200
mod_cloud_notify: Don't use deprecated table.getn tmolitor Fri, 01 Jun 2018 17:54:07 +0200
mod_vcard_muc: Get room from rooms table when get_room_from_jid API is not supported Michel Le Bihan Wed, 30 May 2018 19:14:01 +0200
mod_muc_lang: Remove unneeded type and label from disco#info Kim Alvefur Wed, 30 May 2018 10:02:38 +0200
mod_muc_lang: Add a README Kim Alvefur Wed, 30 May 2018 09:31:37 +0200
mod_muc_lang: Fix to use correct field name in disco#info Kim Alvefur Wed, 30 May 2018 09:29:09 +0200
mod_muc_lang: Fix to use correct data field Kim Alvefur Wed, 30 May 2018 09:28:38 +0200
mod_saslauth_muc: Use correct API for getting rooms Kim Alvefur Wed, 30 May 2018 09:10:59 +0200
mod_slack_webhooks: Use the correct MUC API Kim Alvefur Wed, 30 May 2018 09:10:33 +0200
mod_muc_intercom: Fix to use correct name for variable Kim Alvefur Wed, 30 May 2018 09:08:33 +0200