Merge 0.10->trunk
[prosody.git] / plugins /
2016-07-13 Kim AlvefurMerge 0.10->trunk master
2016-07-13 Kim AlvefurMerge 0.9->0.10
2016-07-13 Kim AlvefurMerge 0.10->trunk
2016-07-12 Kim Alvefurmod_http_errors: Add a newline after end of HTML
2016-07-11 Kim Alvefurmod_http_files: Send larger files using new file handle API
2016-07-11 Kim Alvefurmod_http_files: Switch to use util.cache for cache
2016-07-09 Kim AlvefurMUC: Hide new MUC room storage format behind an off...
2016-07-09 Anton Shestakovmod_http_files: send valid ETag header
2016-07-08 Kim AlvefurMerge 0.10->trunk
2016-07-08 Anton Shestakovmod_admin_telnet: remove unused import (util.serializat...
2016-07-08 Anton Shestakovmod_admin_telnet: rename variable to make it defined...
2016-07-08 Anton Shestakovmod_presence: remove unused one-letter loop variable...
2016-07-08 Kim AlvefurMerge 0.10->trunk
2016-07-07 Matthew WildMerge 0.10->trunk
2016-07-07 Kim Alvefurmod_c2s, mod_s2s: Bootstrap connection count statistic...
2016-06-28 Matthew WildMerge 0.10->trunk
2016-06-24 Kim AlvefurMerge 0.9->0.10
2016-06-22 Kim Alvefurmod_privacy: Fix selecting the top resource (fixes...
2016-06-12 Kim AlvefurMerge 0.10->trunk
2016-06-10 Kim Alvefurmod_pep: Use correct field for full JID (thanks Milan*)
2016-06-09 Kim Alvefurmod_pep: Include the bare user jid in event
2016-05-30 Kim Alvefurmod_s2s: Add util.async support
2016-05-30 Kim AlvefurMerge 0.10->trunk
2016-05-30 Kim Alvefurmod_s2s: Remove compat with namespace issue from Prosod...
2016-05-30 Kim AlvefurMerge 0.10->trunk
2016-05-28 Kim AlvefurMerge 0.10->trunk
2016-05-28 Kim AlvefurMUC: Allow members (or above) in members-only non-anony...
2016-05-25 Kim AlvefurMerge 0.10->trunk
2016-05-22 Matthew WildMerge 0.10->trunk
2016-05-22 Kim AlvefurMerge 0.10->trunk
2016-05-22 Kim AlvefurMerge 0.9->0.10
2016-05-22 Matthew WildMerge 0.10->trunk
2016-05-21 Kim Alvefurmod_presence: Re-probe for contacts presence after...
2016-05-15 Kim AlvefurMUC: Send participant list and subject on explicit...
2016-05-14 Kim AlvefurBacked out changeset 63141a85beea, broke multi-session...
2016-05-12 Matthew WildMerge 0.10->trunk
2016-05-07 Kim AlvefurMUC: Treat explicit join presence as join
2016-05-04 Kim AlvefurMerge 0.10->trunk
2016-05-04 Kim AlvefurMUC: Move status text out of <x> element (thanks Tobias)
2016-05-04 Kim AlvefurMUC: Lower priority of hook so plugins hooks run before
2016-04-30 Kim AlvefurMUC: Restore last message from state, not room config...
2016-04-29 Kim AlvefurMUC: Separate config from live state
2016-04-29 Kim AlvefurMUC: Separate force-save parameter from save-entire...
2016-04-29 Kim AlvefurMUC: Stricter validation of deserialized data
2016-04-28 Kim AlvefurMUC: Include the very last message in serialized form...
2016-04-28 Kim AlvefurMUC: Add event for when room is done being created
2016-04-28 Kim AlvefurMUC: Split out handling of the room-creating presence...
2016-04-28 Kim AlvefurMUC: Split out handling of normal (un)available presenc...
2016-04-28 Kim AlvefurMUC: Use a timestamp to keep track of when to unlock...
2016-04-28 Kim AlvefurMUC: Move the locked flag into persisted data (so not...
2016-04-28 Kim AlvefurMUC: Log cases of possible room resynchronisation
2016-04-27 Kim AlvefurMUC: Be more careful with deserialization of rooms...
2016-04-27 Kim AlvefurMUC: Use correct room name variable, fixes traceback...
2016-04-26 Kim AlvefurMUC: Correctly iterate over suspended rooms while exclu...
2016-04-20 Kim AlvefurMUC: Don't force-save rooms where not needed
2016-04-19 Kim AlvefurMUC: Assign priorities to config form hooks so they...
2016-04-19 Kim AlvefurMerge 0.10->trunk
2016-04-19 Kim AlvefurMerge 0.9->0.10
2016-04-19 Kim AlvefurMUC: Fix logic for when to broadcast unavailable presen...
2016-04-19 Kim AlvefurMUC: Return item-not-found as error when attempting...
2016-04-19 Kim AlvefurMerge 0.10->trunk
2016-04-19 Kim AlvefurMerge 0.9->0.10
2016-04-19 Kim Alvefurmod_bosh: Add annotations to ignore unused arguments...
2016-04-19 Kim Alvefurmod_bosh: Remove unused imports (also mistake in merge)
2016-04-19 Kim Alvefurmod_bosh: Fix imports that got lost in merge
2016-04-19 Kim AlvefurMerge 0.10->trunk
2016-04-19 Kim Alvefurmod_bosh: Don't decrement rid twice (thanks av6)
2016-04-19 Kim AlvefurMerge 0.10->trunk
2016-04-19 Kim AlvefurMerge 0.9->0.10
2016-04-19 Kim AlvefurMUC: Accept missing form as "instant room" request...
2016-04-19 Kim AlvefurMerge 0.10->trunk
2016-04-19 Kim Alvefurmod_bosh: Reject fractional 'wait' (See #343)
2016-04-19 Kim Alvefurmod_bosh: Return a proper BOSH error response from...
2016-04-19 Kim Alvefurmod_bosh: Validate that 'sid' and 'wait' have sane...
2016-04-19 Kim Alvefurmod_bosh: Validate 'to' host (see #343)
2016-04-19 Kim Alvefurmod_bosh: Return a proper BOSH error response instead...
2016-04-19 Kim Alvefurmod_bosh: Log error returned from stream:feed()
2016-04-19 Kim Alvefurmod_bosh: Return if a response has been sent already...
2016-04-19 Kim Alvefurmod_bosh: Remove unused import
2016-04-18 Kim AlvefurMUC: Store rooms on disk on shutdown
2016-04-18 Kim AlvefurMUC: Cache public rooms and their names to speed up...
2016-04-18 Kim AlvefurMUC: Switch to util.cache for storing rooms, store...
2016-04-18 Kim AlvefurMUC: Add support for serializing live rooms, including...
2016-04-18 Kim AlvefurMUC: Flatten format of serialized rooms
2016-04-18 Kim AlvefurMUC: Move room deserialization to muc.lib
2016-04-18 Kim AlvefurMUC: Wrap "support" for the groupchat 1.0 join protocol...
2016-04-18 Kim AlvefurMUC/subject: Fix reference to room for save call (self...
2016-04-18 Kim AlvefurMUC: Save yourself! (fixes reference to current room)
2016-04-18 Kim AlvefurMUC: Assign occupants unavailable presence on room...
2016-04-18 Kim AlvefurMUC: Use config passed to rew_roow()
2016-04-17 Kim AlvefurMerge with Link Mauve
2016-04-17 Kim AlvefurMUC: Move 'preserialization' step to muc.lib
2016-04-16 Emmanuel Gil PeyrotUpdate every link to the documentation to use HTTPS
2016-04-16 Emmanuel Gil Peyrotmod_pubsub: Don?t require util.dataforms twice
2016-04-15 Kim AlvefurMUC: Save room after subject is changed
2016-04-15 Kim AlvefurMerge 0.10->trunk
2016-04-15 Kim AlvefurMUC: Save room to storage once after form processing...
2016-04-14 Kim AlvefurMUC: Provide a noop stub room:save() method
2016-04-12 Kim AlvefurMUC: Move history to room._history
2016-04-09 Matthew Wildmod_compression: Remove and replace with placeholder...
next