log

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