Software /
code /
prosody-modules
Graph
-
mod_muc_badge/README: More wordsSat, 23 Jun 2018 18:14:32 +0200, by Kim Alvefur
-
mod_muc_badge/README: Fix prematurely committed textSat, 23 Jun 2018 18:12:54 +0200, by Kim Alvefur
-
mod_muc_badge: Generates a SVG badge with the number of occupants in roomsSat, 23 Jun 2018 18:08:34 +0200, by Kim Alvefur
-
mod_pastebin: Remove reference to removed header tableSat, 23 Jun 2018 16:40:46 +0200, by Kim Alvefur
-
mod_pastebin: Prevent header table form being mutatedSat, 23 Jun 2018 16:37:15 +0200, by Kim Alvefur
-
mod_prometheus: Fetch statistics at every request.Fri, 22 Jun 2018 15:19:55 +0200, by Emmanuel Gil Peyrot
-
mod_measure_message_e2ee: Get statistics about message encryption status.Fri, 22 Jun 2018 11:12:34 +0200, by Emmanuel Gil Peyrot
-
mod_measure_client_identities: Report 0 instead of the previous value when no client with that identity is left.Fri, 22 Jun 2018 11:09:02 +0200, by Emmanuel Gil Peyrot
-
mod_measure_client_identities: Collect statistics about client identities.Fri, 22 Jun 2018 01:06:18 +0200, by Emmanuel Gil Peyrot
-
mod_prometheus: Move timestamp generation to the stats-update event.Fri, 22 Jun 2018 01:03:47 +0200, by Emmanuel Gil Peyrot
-
mod_prometheus: Put the name as a label, which fits better the usual Prosody model.Fri, 22 Jun 2018 00:38:37 +0200, by Emmanuel Gil Peyrot
-
mod_prometheus: Add my copyright.Fri, 22 Jun 2018 00:32:05 +0200, by Emmanuel Gil Peyrot
-
mod_prometheus: Change the storage model for one which matches Prometheus better.Fri, 22 Jun 2018 00:31:54 +0200, by Emmanuel Gil Peyrot
-
mod_munin: Allow names containing any number of “:”.Fri, 22 Jun 2018 00:28:59 +0200, by Emmanuel Gil Peyrot
-
mod_munin: Don’t use host when it is nil.Thu, 21 Jun 2018 22:38:56 +0200, by Emmanuel Gil Peyrot
-
mod_prometheus: Optimise global lookups.Thu, 21 Jun 2018 22:15:15 +0200, by Emmanuel Gil Peyrot
-
mod_prometheus: Don’t shadow variables. [luacheck]Thu, 21 Jun 2018 22:14:12 +0200, by Emmanuel Gil Peyrot
-
mod_prometheus: Prefix metric names with "prosody_".Thu, 21 Jun 2018 22:11:01 +0200, by Emmanuel Gil Peyrot
-
mod_prometheus: Add a new statistics export module, for Prometheus.Thu, 21 Jun 2018 21:37:13 +0200, by Emmanuel Gil Peyrot
-
mod_minimix: Set full JID when dumping cached stanzasTue, 19 Jun 2018 22:27:59 +0200, by Kim Alvefur
-
mod_minimix: Handle having received no presence (should not happen)Tue, 19 Jun 2018 22:00:17 +0200, by Kim Alvefur
-
mod_minimix: Don't consider oneself fully joined until subject messageTue, 19 Jun 2018 21:59:34 +0200, by Kim Alvefur
-
mod_minimix/README: Doesn't handle incoming kicks yetTue, 19 Jun 2018 19:11:29 +0200, by Kim Alvefur
-
mod_minimix: Drop presence updates for now (may be treated as GC 1.0 joins)Tue, 19 Jun 2018 18:57:14 +0200, by Kim Alvefur
-
mod_minimix: Handle missing subjectTue, 19 Jun 2018 18:56:57 +0200, by Kim Alvefur
-
mod_minimix: Change data modelTue, 19 Jun 2018 18:28:41 +0200, by Kim Alvefur
-
mod_lastlog: Split Values into Type/Default. (documentation)Sun, 17 Jun 2018 21:29:27 +0200, by Emmanuel Gil Peyrot
-
mod_auth_oauthbearer: expand intro to mention when/how you'd use thisThu, 14 Jun 2018 09:13:30 +0000, by JC Brand
-
Remove debugging helpers and clean up a littleThu, 14 Jun 2018 09:11:03 +0000, by JC Brand
-
mod_sasl_oauthbearer and mod_auth_oauthbearerWed, 13 Jun 2018 17:09:49 +0000, by JC Brand
-
mod_pinger: work around updates on stale sessionsWed, 13 Jun 2018 08:16:45 +0200, by Georg Lukas
-
mod_server_contact_info: RemoveSat, 09 Jun 2018 21:19:54 +0200, by Kim Alvefur
-
mod_cache_c2s_caps: Fix traceback on invalid payload in disco#info result.Fri, 08 Jun 2018 21:59:42 +0200, by Emmanuel Gil Peyrot
-
mod_smacks: Convert max number into a string before inserting it into a stanza.Fri, 08 Jun 2018 17:56:54 +0200, by Emmanuel Gil Peyrot
-
mod_csi_battery_saver: flush queue on smacks resume instead of smacks hibernationFri, 08 Jun 2018 17:39:43 +0200, by tmolitor
-
mod_cloud_notify: inform mod_smacks of first push in hibernated stateFri, 08 Jun 2018 17:39:07 +0200, by tmolitor
-
mod_smacks: defer timeouts for push enabled clientsFri, 08 Jun 2018 17:38:24 +0200, by tmolitor
-
mod_auto_answer_disco_info: Don’t traceback on iqs coming from mod_muc.Fri, 08 Jun 2018 15:25:27 +0200, by Emmanuel Gil Peyrot
-
mod_inject_ecaps2: Inject the <c/> element in the presence, not util.hashes.Fri, 08 Jun 2018 11:49:29 +0200, by Emmanuel Gil Peyrot
-
mod_smacks: send maximum resumption timeout to clientThu, 07 Jun 2018 13:27:32 +0200, by Jonas Wielicki
-
Neuter 0198 from mod_pinger, fix #712Wed, 06 Jun 2018 19:20:10 +0200, by Georg Lukas
-
mod_client_proxy: extend readmeSun, 03 Jun 2018 16:26:32 +0200, by Jonas Wielicki
-
mod_client_proxy: fix warningsSun, 03 Jun 2018 16:26:25 +0200, by Jonas Wielicki
-
mod_pubsub_post: Add a READMESun, 03 Jun 2018 14:12:15 +0200, by Kim Alvefur
-
mod_pastebin: Off-by-one, the hardest problem known to manSun, 03 Jun 2018 14:09:30 +0200, by Kim Alvefur
-
mod_client_proxy: a Jabber Address Translation implementationSun, 03 Jun 2018 13:55:10 +0200, by Jonas Wielicki
-
mod_slack_webhooks: Fix error handling for JSON parsingSun, 03 Jun 2018 01:34:23 +0200, by Kim Alvefur
-
mod_slack_webhooks: Fix handling of form-urlencodedSun, 03 Jun 2018 01:31:40 +0200, by Kim Alvefur
-
mod_slack_webhooks: Reduce scope of variableSat, 02 Jun 2018 15:00:27 +0200, by Kim Alvefur
-
mod_slack_webhooks: Split long line to improve readability [luacheck]Sat, 02 Jun 2018 14:59:09 +0200, by Kim Alvefur
-
mod_slack_webhooks: Rename variables no avoid name clash [luacheck]Sat, 02 Jun 2018 14:58:49 +0200, by Kim Alvefur
-
mod_slack_webhooks: Remove unused locals [luacheck]Sat, 02 Jun 2018 14:58:28 +0200, by Kim Alvefur
-
mod_storage_memory: Fix removal of data in keyvalue (thanks jonasw)Sat, 02 Jun 2018 15:39:37 +0200, by Kim Alvefur
-
mod_cloud_notify: fix link to business rules descriptionSat, 02 Jun 2018 03:13:13 +0200, by tmolitor
-
mod_cloud_notify: last cleanupSat, 02 Jun 2018 03:10:28 +0200, by tmolitor
-
mod_cloud_notify: more cleanupSat, 02 Jun 2018 03:09:42 +0200, by tmolitor
-
mod_cloud_notify: Some more cleanupSat, 02 Jun 2018 03:09:10 +0200, by tmolitor
-
mod_cloud_notify: Some readme cleanupSat, 02 Jun 2018 03:07:55 +0200, by tmolitor
-
mod_cloud_notify: Don't change table while iterating itSat, 02 Jun 2018 02:58:45 +0200, by tmolitor
-
mod_http_avatar: Add caching support.Fri, 01 Jun 2018 22:45:41 +0200, by Emmanuel Gil Peyrot
-
mod_http_avatar: Remove unused variable. [luacheck]Fri, 01 Jun 2018 22:11:42 +0200, by Emmanuel Gil Peyrot
-
mod_http_avatar: Add a module to serve vCard-temp avatars over HTTP.Fri, 01 Jun 2018 22:05:46 +0200, by Emmanuel Gil Peyrot
-
mod_auto_answer_disco_info: Switch to origin.log to provide better debug to admins.Fri, 01 Jun 2018 18:40:30 +0200, by Emmanuel Gil Peyrot
-
mod_cache_c2s_caps: Switch to origin.log to provide better debug to admins.Fri, 01 Jun 2018 18:33:53 +0200, by Emmanuel Gil Peyrot
Scroll all the way down to load more.