mod_slack_webhooks: Add support for buttons
|
Kim Alvefur |
2018-06-03 |
mod_muc_badge/README: Add a possible future thing to do
|
Kim Alvefur |
2018-06-23 |
mod_muc_badge/README: Fix typo in examlpe URL
|
Kim Alvefur |
2018-06-23 |
mod_muc_badge/README: More words
|
Kim Alvefur |
2018-06-23 |
mod_muc_badge/README: Fix prematurely committed text
|
Kim Alvefur |
2018-06-23 |
mod_muc_badge: Generates a SVG badge with the number of occupants in rooms
|
Kim Alvefur |
2018-06-23 |
mod_pastebin: Remove reference to removed header table
|
Kim Alvefur |
2018-06-23 |
mod_pastebin: Prevent header table form being mutated
|
Kim Alvefur |
2018-06-23 |
mod_prometheus: Fetch statistics at every request.
|
Emmanuel Gil Peyrot |
2018-06-22 |
mod_measure_message_e2ee: Get statistics about message encryption status.
|
Emmanuel Gil Peyrot |
2018-06-22 |
mod_measure_client_identities: Report 0 instead of the previous value when no client with that identity is left.
|
Emmanuel Gil Peyrot |
2018-06-22 |
mod_measure_client_identities: Collect statistics about client identities.
|
Emmanuel Gil Peyrot |
2018-06-21 |
mod_prometheus: Move timestamp generation to the stats-update event.
|
Emmanuel Gil Peyrot |
2018-06-21 |
mod_prometheus: Put the name as a label, which fits better the usual Prosody model.
|
Emmanuel Gil Peyrot |
2018-06-21 |
mod_prometheus: Add my copyright.
|
Emmanuel Gil Peyrot |
2018-06-21 |
mod_prometheus: Change the storage model for one which matches Prometheus better.
|
Emmanuel Gil Peyrot |
2018-06-21 |
mod_munin: Allow names containing any number of “:”.
|
Emmanuel Gil Peyrot |
2018-06-21 |
mod_munin: Don’t use host when it is nil.
|
Emmanuel Gil Peyrot |
2018-06-21 |
mod_prometheus: Optimise global lookups.
|
Emmanuel Gil Peyrot |
2018-06-21 |
mod_prometheus: Don’t shadow variables. [luacheck]
|
Emmanuel Gil Peyrot |
2018-06-21 |
mod_prometheus: Prefix metric names with "prosody_".
|
Emmanuel Gil Peyrot |
2018-06-21 |
mod_prometheus: Add a new statistics export module, for Prometheus.
|
Emmanuel Gil Peyrot |
2018-06-21 |
mod_minimix: Set full JID when dumping cached stanzas
|
Kim Alvefur |
2018-06-19 |
mod_minimix: Handle having received no presence (should not happen)
|
Kim Alvefur |
2018-06-19 |
mod_minimix: Don't consider oneself fully joined until subject message
|
Kim Alvefur |
2018-06-19 |
mod_minimix/README: Doesn't handle incoming kicks yet
|
Kim Alvefur |
2018-06-19 |
mod_minimix: Drop presence updates for now (may be treated as GC 1.0 joins)
|
Kim Alvefur |
2018-06-19 |
mod_minimix: Handle missing subject
|
Kim Alvefur |
2018-06-19 |
mod_minimix: Change data model
|
Kim Alvefur |
2018-06-19 |
mod_lastlog: Split Values into Type/Default. (documentation)
|
Emmanuel Gil Peyrot |
2018-06-17 |