mod_bosh: Return if a response has been sent already (See #343)
|
Kim Alvefur |
2016-04-19 |
mod_bosh: Remove unused import
|
Kim Alvefur |
2016-04-19 |
CHANGES: Update for MUC changes
|
Kim Alvefur |
2016-04-18 |
MUC: Store rooms on disk on shutdown
|
Kim Alvefur |
2016-04-18 |
MUC: Cache public rooms and their names to speed up disco#items
|
Kim Alvefur |
2016-04-18 |
MUC: Switch to util.cache for storing rooms, store rooms to disk on eviction
|
Kim Alvefur |
2016-04-18 |
MUC: Add support for serializing live rooms, including occupants and their presence
|
Kim Alvefur |
2016-04-18 |
MUC: Flatten format of serialized rooms
|
Kim Alvefur |
2016-04-18 |
MUC: Move room deserialization to muc.lib
|
Kim Alvefur |
2016-04-18 |
MUC: Wrap "support" for the groupchat 1.0 join protocol in a config option to allow disabling
|
Kim Alvefur |
2016-04-18 |
MUC/subject: Fix reference to room for save call (self, not room)
|
Kim Alvefur |
2016-04-18 |
MUC: Save yourself! (fixes reference to current room)
|
Kim Alvefur |
2016-04-18 |
MUC: Assign occupants unavailable presence on room destruction, fixes destruction notification
|
Kim Alvefur |
2016-04-18 |
MUC: Use config passed to rew_roow()
|
Kim Alvefur |
2016-04-18 |
Merge with Link Mauve
|
Kim Alvefur |
2016-04-17 |
MUC: Move 'preserialization' step to muc.lib
|
Kim Alvefur |
2016-04-17 |
Update every link to the documentation to use HTTPS
|
Emmanuel Gil Peyrot |
2016-04-16 |
mod_pubsub: Don’t require util.dataforms twice
|
Emmanuel Gil Peyrot |
2016-04-16 |
MUC: Save room after subject is changed
|
Kim Alvefur |
2016-04-15 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-04-15 |
util.iterators: Add iterator wrapper that works like select(n, ...) applied to original iterator
|
Kim Alvefur |
2016-04-15 |
util.cache: Add method for iterating over values
|
Kim Alvefur |
2016-04-15 |
MUC: Save room to storage once after form processing, not in each individual setter
|
Kim Alvefur |
2016-04-15 |
MUC: Provide a noop stub room:save() method
|
Kim Alvefur |
2016-04-14 |
util.iterators: Normalize indentation
|
Kim Alvefur |
2016-04-13 |
MUC: Move history to room._history
|
Kim Alvefur |
2016-04-12 |
mod_compression: Remove and replace with placeholder that logs an error
|
Matthew Wild |
2016-04-09 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-04-08 |
MUC: Include originating session and stanza in events
|
Kim Alvefur |
2016-04-08 |
MUC: Spread event tables over multiple lines
|
Kim Alvefur |
2016-04-08 |
mod_presence: Fix variable name
|
Kim Alvefur |
2016-04-08 |
mod_presence: Construct a 'from' JID when roster items are removed outside of a session
|
Kim Alvefur |
2016-04-08 |