Log

description author age
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
prosodyctl: Make log level configurable through PROSODYCTL_LOG_LEVEL (useful for debugging) Matthew Wild 2018-06-07
Added tag 0.10.2 for changeset 7ec098b68042 Matthew Wild 2018-05-31
MUC: Expose method for creating a bare room object Kim Alvefur 2018-06-06
mod_muc_unique: Use util.id for more compact identifiers Kim Alvefur 2018-06-06
MUC: Track rooms created via internal public API Kim Alvefur 2018-06-05
console: Allow passing a config when creating a room Kim Alvefur 2018-04-14
MUC: Allow passing config to public create_room API Kim Alvefur 2018-04-14
util.sasl.anonymous: Shorter! Kim Alvefur 2018-06-05
util.sasl.anonymous: Generate shorter random usernames Kim Alvefur 2018-05-29
sessionmanager: Generate shorter random resoures Kim Alvefur 2018-05-29
MUC: Advertise support for voice requests Kim Alvefur 2018-06-02
MUC: Fix Ooo (thanks pep.) Kim Alvefur 2018-06-03
MUC: Make rooms hidden (non-public) by default for improved privacy Kim Alvefur 2018-06-03
MUC: Use xml:lang from stanza that creates a room as default for language Kim Alvefur 2018-06-03
MUC: Add support for setting MUC room defaults from the config file Kim Alvefur 2018-06-03
MUC: Enable room locking by default to gather feedback (#328) Kim Alvefur 2018-06-03
MUC: Move voice request into its own lib Kim Alvefur 2018-06-02
util.dataforms: Add a simple function for identifying form types Kim Alvefur 2018-06-02
util.dataforms: Remove string conversion to let util.stanza validate types Kim Alvefur 2018-06-02
util.dataforms: Add initial tests Kim Alvefur 2018-06-02
MUC: Correctly use a multiple options field for requested role (thanks jonasw) Kim Alvefur 2018-06-02
MUC: Handle and return error in role change when granting voice Kim Alvefur 2018-06-01
MUC: Add some debug logging for voice requests Kim Alvefur 2018-06-01
MUC: Invert final conditional to be consistent with the other if statements Kim Alvefur 2018-06-01
MUC: Get acting occupant into a local variable for easier access Kim Alvefur 2018-06-01
MUC: Use util.jid.resource Kim Alvefur 2018-06-01
CHANGES: Mention voice request Kim Alvefur 2018-02-19
MUC: Split out the nickname from the full room JID in voice request from Kim Alvefur 2017-10-21
MUC: Reuse the same dataform for voice requests Kim Alvefur 2017-10-20
MUC: Ignore unused argumens [luacheck] Kim Alvefur 2017-10-20
MUC: Support MUC voice requests and approvals in moderated rooms (closes #655) (thanks to Lance Stout) Kim Alvefur 2017-10-20
MUC: Include a human-readable error message when not allowed to change subject Kim Alvefur 2018-06-01
MUC: Advertise room subject in disco#info Kim Alvefur 2018-06-01
MUC: Advertise in whether participants are allowed to change the subject (#1155) Kim Alvefur 2018-06-01
Merge 0.10->trunk Matthew Wild 2018-05-30
Merge 0.9->0.10 0.10.2 Matthew Wild 2018-05-30
Added tag 0.9.14 for changeset 29c6d2681bad Matthew Wild 2018-05-30
mod_c2s: Do not allow the stream 'to' to change across stream restarts (fixes #1147) 0.9.14 Kim Alvefur 2018-05-25
Merge 0.10->trunk Matthew Wild 2018-05-30
MUC: Revert unstable MUC commits since 0.10.1 Matthew Wild 2018-05-30
MUC: Fix error logged when no persistent rooms present Matthew Wild 2018-05-30
mod_bosh: Store the normalized hostname on session (fixes #1151) Kim Alvefur 2018-05-30
MUC: Handle setting default history messages when history length is unset (thanks tmolitor) Kim Alvefur 2018-05-29
MUC: ensure that x/item/@jid is always a bare JID Jonas Wielicki 2018-05-17
MUC: correctly emit <status/> tags Jonas Wielicki 2018-05-17
MUC: reject non-bare JIDs in set_affiliation requests with not-acceptable Jonas Wielicki 2018-05-17
MUC: fix set_role invocation Jonas Wielicki 2018-05-17
mod_disco: Skip code specific to disco on user accounts (avoids invoking usermanager, fixes #1150) Kim Alvefur 2018-05-28
MUC: Add support for setting a room language (closes #1149) Kim Alvefur 2018-05-30
mod_muc_mam: Set status code 170/171 on archiving configuration change Kim Alvefur 2018-05-29
MUC: Some spacing to improve readability Kim Alvefur 2018-05-26
MUC: Pass description via formdata field where it should be Kim Alvefur 2018-05-26
MUC: Use correct field name for description in disco#info (fixes #1148) Kim Alvefur 2018-05-26