log

age author description
Sat, 02 Jun 2018 15:00:27 +0200 Kim Alvefur mod_slack_webhooks: Reduce scope of variable
Sat, 02 Jun 2018 14:59:09 +0200 Kim Alvefur mod_slack_webhooks: Split long line to improve readability [luacheck]
Sat, 02 Jun 2018 14:58:49 +0200 Kim Alvefur mod_slack_webhooks: Rename variables no avoid name clash [luacheck]
Sat, 02 Jun 2018 14:58:28 +0200 Kim Alvefur mod_slack_webhooks: Remove unused locals [luacheck]
Sat, 02 Jun 2018 15:39:37 +0200 Kim Alvefur mod_storage_memory: Fix removal of data in keyvalue (thanks jonasw)
Sat, 02 Jun 2018 03:13:13 +0200 tmolitor mod_cloud_notify: fix link to business rules description
Sat, 02 Jun 2018 03:10:28 +0200 tmolitor mod_cloud_notify: last cleanup
Sat, 02 Jun 2018 03:09:42 +0200 tmolitor mod_cloud_notify: more cleanup
Sat, 02 Jun 2018 03:09:10 +0200 tmolitor mod_cloud_notify: Some more cleanup
Sat, 02 Jun 2018 03:07:55 +0200 tmolitor mod_cloud_notify: Some readme cleanup
Sat, 02 Jun 2018 02:58:45 +0200 tmolitor mod_cloud_notify: Don't change table while iterating it
Fri, 01 Jun 2018 22:45:41 +0200 Emmanuel Gil Peyrot mod_http_avatar: Add caching support.
Fri, 01 Jun 2018 22:11:42 +0200 Emmanuel Gil Peyrot mod_http_avatar: Remove unused variable. [luacheck]
Fri, 01 Jun 2018 22:05:46 +0200 Emmanuel Gil Peyrot mod_http_avatar: Add a module to serve vCard-temp avatars over HTTP.
Fri, 01 Jun 2018 18:40:30 +0200 Emmanuel Gil Peyrot mod_auto_answer_disco_info: Switch to origin.log to provide better debug to admins.
Fri, 01 Jun 2018 18:33:53 +0200 Emmanuel Gil Peyrot mod_cache_c2s_caps: Switch to origin.log to provide better debug to admins.
Fri, 01 Jun 2018 18:24:34 +0200 tmolitor mod_cloud_notify: use next() instead of # operator and update README
Fri, 01 Jun 2018 17:54:07 +0200 tmolitor mod_cloud_notify: Don't use deprecated table.getn
Wed, 30 May 2018 19:14:01 +0200 Michel Le Bihan mod_vcard_muc: Get room from rooms table when get_room_from_jid API is not supported
Wed, 30 May 2018 10:02:38 +0200 Kim Alvefur mod_muc_lang: Remove unneeded type and label from disco#info
Wed, 30 May 2018 09:31:37 +0200 Kim Alvefur mod_muc_lang: Add a README
Wed, 30 May 2018 09:29:09 +0200 Kim Alvefur mod_muc_lang: Fix to use correct field name in disco#info
Wed, 30 May 2018 09:28:38 +0200 Kim Alvefur mod_muc_lang: Fix to use correct data field
Wed, 30 May 2018 09:10:59 +0200 Kim Alvefur mod_saslauth_muc: Use correct API for getting rooms
Wed, 30 May 2018 09:10:33 +0200 Kim Alvefur mod_slack_webhooks: Use the correct MUC API
Wed, 30 May 2018 09:08:33 +0200 Kim Alvefur mod_muc_intercom: Fix to use correct name for variable
Wed, 30 May 2018 08:40:59 +0200 Kim Alvefur mod_muc_lang: Advertises the room language
Tue, 29 May 2018 05:34:05 +0200 Kim Alvefur mod_pubsub_stats: Make the node used configurable
Tue, 29 May 2018 05:31:56 +0200 Kim Alvefur mod_pubsub_stats: Simple module that publishes stats in XEP-0039 format
Tue, 29 May 2018 05:50:19 +0200 Kim Alvefur mod_http_muc_log: Handle errors while loading template file in a more graceful manner