util.dataforms: Ensure fields have names when collecting data (fixes traceback, thanks Martin)
|
Kim Alvefur |
2018-07-15 |
util.dataforms: Include a fixed field in test
|
Kim Alvefur |
2018-07-15 |
mod_pubsub: Make generation of notification body into an event to allow extensibility
|
Kim Alvefur |
2018-07-14 |
mod_pubsub: Skip checks for adding body if no body generated
|
Kim Alvefur |
2018-07-14 |
mod_pubsub: Remove unneeded stanza API call
|
Kim Alvefur |
2018-07-14 |
moduleapi: Use :send API from :broadcast for compactness
|
Kim Alvefur |
2018-07-14 |
mod_pubsub: Add support for changing subscription options
|
Kim Alvefur |
2018-07-14 |
mod_pubsub: Add support for retrieving subscription options
|
Kim Alvefur |
2018-07-14 |
mod_pubsub: Move include_body option into subscription options
|
Kim Alvefur |
2018-07-14 |
mod_pubsub: Revert disco#info part from previous commit
|
Kim Alvefur |
2018-07-14 |
mod_pubsub: Refactor translation to/from XEP-0060-specific node configuration format
|
Kim Alvefur |
2018-07-14 |
MUC: Commit forgotten file
|
Matthew Wild |
2018-07-13 |
MUC: Add sections in room config form
|
Matthew Wild |
2018-07-13 |
MUC: Improve labels of all config form items
|
Matthew Wild |
2018-07-13 |
mod_pubsub: Add support for modifying subscriptions
|
Kim Alvefur |
2018-07-13 |
mod_pubsub: Add support for owner subscription retrieval
|
Kim Alvefur |
2018-07-13 |
util.pubsub: Support for returning *all* subscriptions
|
Kim Alvefur |
2018-07-13 |
mod_pep_plus: Include an empty set of subscribers (fixes traceback)
|
Kim Alvefur |
2018-07-13 |
mod_pep_plus: Don't save subscriptions since they are normally session based and transient
|
Kim Alvefur |
2018-07-12 |
util.pposix: Use freopen(3) when replacing standard IO streams (thanks ratchetfreak)
|
Kim Alvefur |
2018-07-12 |
MUC: Also prevent changing to an invisible nickname
|
Kim Alvefur |
2018-07-12 |
MUC: Use nickname from occupant object
|
Kim Alvefur |
2018-07-12 |
MUC: Fix stanza reference
|
Kim Alvefur |
2018-07-12 |
MUC: Reject invisible nicknames (fixes #979)
|
Kim Alvefur |
2018-07-12 |
MUC: Fix to send status code 100 *only* to the joining (fixes #680)
|
Kim Alvefur |
2018-07-11 |
MUC: Simplify creation of <{muc}x> for room creation
|
Kim Alvefur |
2018-07-11 |
util.xmppstream: Add tests for various XML features forbidden by the RFC
|
Matthew Wild |
2018-07-11 |
util.xmppstream: Perfom validation of XML declaration parameters
|
Matthew Wild |
2018-07-11 |
MUC: Include redirect in 'gone' error for destroyed rooms
|
Kim Alvefur |
2018-07-11 |
MUC: Send an 'gone' error instead of unavailable + <destroyed>
|
Kim Alvefur |
2018-07-11 |
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 |
mod_pubsub: Remove feature flag for data persistence since node config is now persistent
|
Kim Alvefur |
2018-07-01 |
util.pubsub: Return error code known by pubsub.lib if persistent creation fails
|
Kim Alvefur |
2018-07-01 |
util.pubsub: Store subscription changes
|
Kim Alvefur |
2018-07-01 |
util.pubsub: Persistence on affiliation change
|
Kim Alvefur |
2018-07-01 |
mod_pubsub: Make pubsub.lib aware of internal-server-error condition
|
Kim Alvefur |
2018-07-01 |
util.pubsub: Remove node from persistent storage on deletion
|
Kim Alvefur |
2018-07-01 |
util.pubsub: Persist nodes on configuration change
|
Kim Alvefur |
2018-07-01 |
util.pubsub: Fix applying per service node defaults when loading from nodestore
|
Kim Alvefur |
2018-07-01 |
mod_pep_plus: Support persistence of node configuration
|
Kim Alvefur |
2018-07-01 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-06-28 |
prosodyctl: Warn if attempting to run an unknown check (fixes #1161)
|
Kim Alvefur |
2018-06-28 |
mod_pubsub: Handle optional item (thanks jonasw)
|
Kim Alvefur |
2018-06-27 |
util.dataforms: Add support for field descriptions in <desc>
|
Kim Alvefur |
2018-06-27 |
MUC: Remove affiliation notify support, nothing uses it
|
Matthew Wild |
2018-06-27 |
MUC: Remove text body from affiliation change notification
|
Matthew Wild |
2018-06-27 |
MUC: Remove 'affiliation notify' config option, as it's irrelevant to room owners, always notify instead
|
Matthew Wild |
2018-06-27 |
util.pubsub: Fix typo
|
Kim Alvefur |
2018-06-26 |
mod_pubsub: Apply normalization to JIDs retrieved from attributes
|
Kim Alvefur |
2018-06-26 |
mod_pubsub: Handle :set_affiliation errors (not completely in line with the XEP)
|
Kim Alvefur |
2018-06-26 |
mod_pubsub: Support for setting affiliations (#622)
|
Kim Alvefur |
2018-06-26 |
mod_pubsub: Add boilerplate for changing affiliations
|
Kim Alvefur |
2018-06-26 |
util.pubsub: Normalize JID used as affiliation
|
Kim Alvefur |
2018-06-26 |