Mercurial > prosody-modules
graph
-
mod_pubsub_stats: Pass configuration to disable persistence and limit number of items2018-07-07, by Kim Alvefur
-
various/README: Add a Statistics label2018-07-05, by Kim Alvefur
-
mod_muc_badge: Use room name instead of fixed string (beware the silly width calculations)2018-07-04, by Kim Alvefur
-
mod_muc_badge: Simplify SVG2018-07-04, by Kim Alvefur
-
mod_smacks_noerror: Add ability to silence errors if mod_offline is disabled2018-07-02, by tmolitor
-
mod_statistics_statsman: Remove duplicate import [luacheck]2018-07-02, by Kim Alvefur
-
mod_statistics_statsman: Ignore that we discard incoming data [luacheck]2018-07-02, by Kim Alvefur
-
mod_http_external: Link to prosody-filer (Go implementation)2018-07-02, by Matthew Wild
-
mod_http_upload_external: Reduce slot request log level from info to debug for privacy improvement2018-07-02, by Matthew Wild
-
mod_http_upload_external: Fix to read content-type from correct place in stanza2018-07-02, by Matthew Wild
-
mod_http_upload_external: Log file type and size2018-07-02, by Matthew Wild
-
share_v2.php: Remove content-disposition if mime type is set2018-07-02, by Matthew Wild
-
share_v2.php: Add error logging2018-07-02, by Matthew Wild
-
share_v2.php: Fix syntax errors2018-07-02, by Matthew Wild
-
share_v2.php: Fix array keys2018-07-02, by Matthew Wild
-
mod_pubsub_stats: Include namespace on pubsub items (fixes use with trunk)2018-07-02, by Kim Alvefur
-
mod_statistics_statsman/README: Fix typo in link2018-06-28, by Kim Alvefur
-
mod_statistics_statsman: Streaming access to statsmanager2018-06-28, by Kim Alvefur
-
mod_pubsub_stats: Remove unused import of util.datetime2018-06-28, by Kim Alvefur
-
mod_pubsub_stats: Add a brief README2018-06-28, by Kim Alvefur
-
mod_s2s_whitelist: Add a README2018-06-28, by Kim Alvefur
-
mod_s2s_blacklist: Add a README2018-06-28, by Kim Alvefur
-
mod_pubsub_post/README: Describe what happens to different data types2018-06-27, by Kim Alvefur
-
mod_pubsub_post/README: Affiliation management in trunk now2018-06-27, by Kim Alvefur
-
mod_pubsub_post: Rename README so it gets picked up by the site generator2018-06-27, by Kim Alvefur
-
mod_smacks: Reduce unacked stanza log message from warn->debug2018-06-26, by Matthew Wild
-
mod_prometheus: Expose min, max and average when available.2018-06-25, by Emmanuel Gil Peyrot
-
mod_slack_webhooks: Add a special webhook target for debugging2018-06-03, by Kim Alvefur
-
mod_slack_webhooks: Forward info about clicked button to hook2018-06-03, by Kim Alvefur
-
mod_slack_webhooks: Add support for buttons2018-06-03, by Kim Alvefur
-
mod_muc_badge/README: Add a possible future thing to do2018-06-23, by Kim Alvefur
-
mod_muc_badge/README: Fix typo in examlpe URL2018-06-23, by Kim Alvefur
-
mod_muc_badge/README: More words2018-06-23, by Kim Alvefur
-
mod_muc_badge/README: Fix prematurely committed text2018-06-23, by Kim Alvefur
-
mod_muc_badge: Generates a SVG badge with the number of occupants in rooms2018-06-23, by Kim Alvefur
-
mod_pastebin: Remove reference to removed header table2018-06-23, by Kim Alvefur
-
mod_pastebin: Prevent header table form being mutated2018-06-23, by Kim Alvefur
-
mod_prometheus: Fetch statistics at every request.2018-06-22, by Emmanuel Gil Peyrot
-
mod_measure_message_e2ee: Get statistics about message encryption status.2018-06-22, by Emmanuel Gil Peyrot
-
mod_measure_client_identities: Report 0 instead of the previous value when no client with that identity is left.2018-06-22, by Emmanuel Gil Peyrot
-
mod_measure_client_identities: Collect statistics about client identities.2018-06-21, by Emmanuel Gil Peyrot
-
mod_prometheus: Move timestamp generation to the stats-update event.2018-06-21, by Emmanuel Gil Peyrot
-
mod_prometheus: Put the name as a label, which fits better the usual Prosody model.2018-06-21, by Emmanuel Gil Peyrot
-
mod_prometheus: Add my copyright.2018-06-21, by Emmanuel Gil Peyrot
-
mod_prometheus: Change the storage model for one which matches Prometheus better.2018-06-21, by Emmanuel Gil Peyrot
-
mod_munin: Allow names containing any number of “:”.2018-06-21, by Emmanuel Gil Peyrot
-
mod_munin: Don’t use host when it is nil.2018-06-21, by Emmanuel Gil Peyrot
-
mod_prometheus: Optimise global lookups.2018-06-21, by Emmanuel Gil Peyrot
-
mod_prometheus: Don’t shadow variables. [luacheck]2018-06-21, by Emmanuel Gil Peyrot
-
mod_prometheus: Prefix metric names with "prosody_".2018-06-21, by Emmanuel Gil Peyrot
-
mod_prometheus: Add a new statistics export module, for Prometheus.2018-06-21, by Emmanuel Gil Peyrot
-
mod_minimix: Set full JID when dumping cached stanzas2018-06-19, by Kim Alvefur
-
mod_minimix: Handle having received no presence (should not happen)2018-06-19, by Kim Alvefur
-
mod_minimix: Don't consider oneself fully joined until subject message2018-06-19, by Kim Alvefur
-
mod_minimix/README: Doesn't handle incoming kicks yet2018-06-19, by Kim Alvefur
-
mod_minimix: Drop presence updates for now (may be treated as GC 1.0 joins)2018-06-19, by Kim Alvefur
-
mod_minimix: Handle missing subject2018-06-19, by Kim Alvefur
-
mod_minimix: Change data model2018-06-19, by Kim Alvefur
-
mod_lastlog: Split Values into Type/Default. (documentation)2018-06-17, by Emmanuel Gil Peyrot
-
mod_auth_oauthbearer: expand intro to mention when/how you'd use this2018-06-14, by JC Brand