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 |
mod_pubsub: Add the list of affiliations to reply
|
Kim Alvefur |
2018-06-26 |
mod_pubsub: Retrieve the node object
|
Kim Alvefur |
2018-06-26 |
mod_pubsub: Boilerplate checks for affiliation retrieval
|
Kim Alvefur |
2018-06-26 |
mod_pubsub: Add stubs for affiliation handling
|
Kim Alvefur |
2018-06-26 |
MUC: Avoid sending error for unavailable presence in GC 1.0 check
|
Kim Alvefur |
2018-06-26 |
Backed out changeset d41f8ce67c8e
|
Kim Alvefur |
2018-06-26 |
MUC: Record timestamp of subject changes and stamp delay tag later
|
Kim Alvefur |
2018-06-26 |
MUC: Reorder subject related arguments to increasing requiredness (API break)
|
Kim Alvefur |
2018-06-26 |
util.async: Copy hooks from main thread into coroutines
|
Matthew Wild |
2018-06-25 |
MUC: Measure cache hits and misses
|
Kim Alvefur |
2018-06-23 |
MUC: Rename eviction hit rate measure
|
Kim Alvefur |
2018-06-23 |
prosodyctl: Restrict c2s checks for when c2s is enabled
|
Kim Alvefur |
2018-06-23 |
prosodyctl: Only check for s2s if mod_s2s is enabled (fixes #1031)
|
Emmanuel Gil Peyrot |
2018-06-23 |
Merge 0.10->trunk
|
Matthew Wild |
2018-06-22 |
mod_admin_telnet: Add debug:events() and debug:logevents()
|
Matthew Wild |
2018-06-22 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-06-22 |
mod_s2s: Close sockets held by resolver (#1170)
|
Kim Alvefur |
2018-06-17 |
mod_bosh: Add extra debug logging to help with #1134
|
Kim Alvefur |
2018-05-14 |
prosodyctl: check: Replace loaded-module calculation with a more accurate query to modulemanager, fixes #1171
|
Matthew Wild |
2018-06-20 |
modulemanager: Expose function to get the list of modules that should be loaded on a host
|
Matthew Wild |
2018-06-20 |
MUC: Normalize role value, fixes removal on loss of membership (thanks mimi89999)
|
Kim Alvefur |
2018-06-18 |
MUC: Remove support for GC 1.0 for joining
|
Kim Alvefur |
2018-03-09 |
MUC: Remove support for GC 1.0 during room creation
|
Kim Alvefur |
2018-03-09 |
MUC: Move extraction of <{muc}x> earlier, to be used later to differentiate between join and presence update
|
Kim Alvefur |
2018-03-09 |
mod_s2s: Use session logger to ease debugging
|
Kim Alvefur |
2018-06-14 |
mod_s2s: Log a message before trying the next SRV record
|
Kim Alvefur |
2018-06-14 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-06-10 |
net.dns: Lazily generate unknown RR type names
|
Kim Alvefur |
2018-06-10 |
Backed out changeset eae606b9266c: Used a lot of memory
|
Kim Alvefur |
2018-06-10 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-06-09 |
mod_mam: Add coment on how 'complete' works
|
Kim Alvefur |
2018-06-09 |
mod_mam: Handle edge-case of max=0 so that complete attr is set (fixes #1128)
|
Kim Alvefur |
2018-06-09 |
net.dns: Expand table of known RR types from IANA registry
|
Kim Alvefur |
2018-06-09 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-06-09 |
net.dns: Syntesize type names for the full range
|
Kim Alvefur |
2018-06-09 |
net.dns: Don't attempt to cache unparsed data (fixes #1056)
|
Kim Alvefur |
2018-06-09 |
mod_s2s: Fix DNS timeout setting for per-session resolvers (fixes #1167)
|
Kim Alvefur |
2018-06-08 |
net.dns: Also cache records from the 'additional' section
|
Kim Alvefur |
2018-06-02 |
net.dns: Cache all records from the 'answer' section (fixes #487)
|
Kim Alvefur |
2018-06-08 |
mod_s2s: Add setting for overriding DNS resolvers (and avoid reading /etc/resolv.conf every time)
|
Kim Alvefur |
2018-06-02 |
mod_pep_plus: Prevent nil from being added as a child on item deletion.
|
Emmanuel Gil Peyrot |
2018-06-08 |
util.stanza: Remove redundant check from :text now done in :add_direct_child
|
Kim Alvefur |
2018-06-08 |
net.websocket: Honour ex.insecure to match net.http's new parameter for that
|
Matthew Wild |
2018-06-08 |
net.websocket: Fix incompatibility with net.http changes
|
Matthew Wild |
2018-06-08 |
MUC: Ignore unused 'self' [luacheck]
|
Kim Alvefur |
2018-06-08 |
util.stanza: Verify that other objects added as children are valid strings
|
Kim Alvefur |
2018-06-08 |
util.stanza: Verify that child tags added are really stanzas (closes #1165)
|
Kim Alvefur |
2018-06-08 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-06-08 |
Backed out changeset b8c3dbf76a2e (fixes #1162)
|
Kim Alvefur |
2018-06-08 |
mod_component: Fix a wrongly-placed closing parenthesis, fixes #1164.
|
Emmanuel Gil Peyrot |
2018-06-08 |
util.presence: Remove TODO about deprecated XEP-0016.
|
Emmanuel Gil Peyrot |
2018-06-08 |
Backed out changeset cd186331ab1f (subject in disco#info)
|
Kim Alvefur |
2018-06-07 |
util.prosodyctl: Rename variables for consistency (thanks Link Mauve)
|
Kim Alvefur |
2018-06-06 |
Merge 0.10->trunk
|
Matthew Wild |
2018-06-07 |