MUC: Remove <item> from room destruction announcement, it's added later somwehere
|
Kim Alvefur |
2018-07-11 |
MUC: Allow an admin to recreate destroyed rooms
|
Kim Alvefur |
2018-07-11 |
MUC: Add support for storing a tombstone for destroyed rooms (#1182)
|
Kim Alvefur |
2018-07-11 |
MUC: Unset persistence of destroyed rooms later in event chain
|
Kim Alvefur |
2018-07-11 |
MUC: Remove room state on successful restoration from disk
|
Kim Alvefur |
2018-07-11 |
MUC: Purge saved room state when deleting a room
|
Kim Alvefur |
2018-07-11 |
MUC: Include destruction reason and other info in destroyed event
|
Kim Alvefur |
2018-07-11 |
MUC: Log a debug message when a non-persistent room becomes empty and is destroyed
|
Kim Alvefur |
2018-07-11 |
mod_admin_telnet: Rename timer:info() -> debug:timers()
|
Matthew Wild |
2018-07-10 |
util.serialization: Rewritte for performance and flexibility
|
Kim Alvefur |
2018-07-10 |
MUC: Flag rooms being destroyed (fixes #887)
|
Kim Alvefur |
2018-07-10 |
mod_pubsub: Update max_items on resize (fixes #1082)
|
Kim Alvefur |
2018-07-09 |
mod_pubsub: Cache only max_items to avoid holding reference to possibly outdated config
|
Kim Alvefur |
2018-07-09 |
util_pubsub_spec: Add test for #1082
|
Kim Alvefur |
2018-07-09 |
MUC: Bring handling of presence errors to the room more in line with unavailable presence
|
Matthew Wild |
2018-07-09 |
MUC: Return new occupant object from :save_occupant(), which can include useful info
|
Matthew Wild |
2018-07-09 |
mod_muc_mam: Disable presence logging by default
|
Kim Alvefur |
2018-07-08 |
util.stanza: Brief tests for :remove_children
|
Kim Alvefur |
2018-07-08 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-07-08 |
util.stanza: Add method for removing all children with a specific name, xmlns
|
Kim Alvefur |
2018-07-08 |
MUC/password: Set room password on creation if included in join stanza
|
Kim Alvefur |
2018-07-08 |
MUC/password: Rename variable for clarity [luacheck]
|
Kim Alvefur |
2018-07-08 |
util.{async,timer}: Move sleep() to reduce dependencies of util.timer
|
Kim Alvefur |
2018-07-07 |
moduleapi: Lazy-load statsmanager on demand
|
Kim Alvefur |
2018-07-07 |
moduleapi: Lazy-load configmanager on demand simplify dependency graph
|
Kim Alvefur |
2018-07-07 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-07-07 |
mod_groups: Log a warning about invalid JIDs (#1180)
|
Kim Alvefur |
2018-07-07 |
luacheckrc: Remove mod_groups from ignored files
|
Kim Alvefur |
2018-07-07 |
mod_groups: Adjust imports to avoid name clash [luacheck]
|
Kim Alvefur |
2018-07-07 |
MUC: Remove empty statement [luacheck]
|
Kim Alvefur |
2018-07-07 |
MUC: Clarify logic of invitations in members-only rooms
|
Matthew Wild |
2018-07-07 |
MUC: Add roomconfig_roomname to disco#info, and ensure it's not auto-generated
|
Matthew Wild |
2018-07-07 |
MUC: Add allowmemberinvites to disco#info so clients know whether to allow users to invite others in a members-only room
|
Matthew Wild |
2018-07-07 |
util.dataforms: More robust handling of field values, especially booleans
|
Matthew Wild |
2018-07-07 |
net.server: Set default read timeout to 14 minutes (fixes #971)
|
Kim Alvefur |
2018-07-06 |
mod_pep_plus: Use service discovery helpers from pubsub.lib
|
Kim Alvefur |
2018-07-06 |
mod_pubsub: Advertise title and description in disco#info
|
Kim Alvefur |
2018-07-06 |
mod_pubsub: Move service discovery to pubsub.lib to allow reuse
|
Kim Alvefur |
2018-07-06 |
mod_pubsub: Support configurable title and description fields
|
Kim Alvefur |
2018-07-06 |
mod_pubsub: Translate missing fields into node config
|
Kim Alvefur |
2018-07-06 |
mod_muc: Add support for muc_room_default_allow_member_invites
|
Matthew Wild |
2018-07-06 |
MUC: Add config option to allow members to invite other members to the room (previously only owners/admins could do this)
|
Matthew Wild |
2018-07-06 |
luacheckrc: Remove exception for modules that produce no warnings
|
Kim Alvefur |
2018-07-05 |
mod_announce: Fix luacheck warnings
|
Kim Alvefur |
2018-07-05 |
luacheckrc: Consider mod_http clean
|
Kim Alvefur |
2018-07-05 |
mod_http: Rename argument to avoid name clash with outer scope [luacheck]
|
Kim Alvefur |
2018-07-05 |
mod_http: Rename loop variable to avoid name clash [luacheck]
|
Kim Alvefur |
2018-07-05 |
mod_http: Rename loop variable to avoid name clash [luacheck]
|
Kim Alvefur |
2018-07-05 |
mod_http: Silecence harmless warnings
|
Kim Alvefur |
2018-07-05 |
luacheckrc: Remove exception for mod_pep, it's clean
|
Kim Alvefur |
2018-07-05 |
mod_pep: Remove unused variable [luacheck]
|
Kim Alvefur |
2018-07-05 |
mod_pep: Rename variables to avoid name clash [luacheck]
|
Kim Alvefur |
2018-07-05 |
mod_pep: Move comment to a shorter line [luacheck]
|
Kim Alvefur |
2018-07-05 |
mod_admin_telnet: Add some experimental commands for inspecting stats
|
Matthew Wild |
2018-07-04 |
mod_ping: Fix typo
|
Kim Alvefur |
2018-07-02 |
mod_uptime: Depend on mod_adhoc
|
Kim Alvefur |
2018-07-02 |
mod_ping: Depend on mod_ahoc
|
Kim Alvefur |
2018-07-02 |
mod_announce: Depend on mod_adhoc for consistent behaviour (thanks meaz, Link Mauve)
|
Kim Alvefur |
2018-07-02 |
CHANGES: Restructure Pubsub category
|
Kim Alvefur |
2018-07-02 |
util.startup: Add a comment marking some compat code
|
Kim Alvefur |
2018-07-01 |