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 |