Software /
code /
prosody
Graph
-
mod_pep: Only resend last item on successful subscription2018-08-04, by Kim Alvefur
-
mod_pubsub, mod_pep: The "restricted" affiliation should be allowed to be unsubscribed but nothing else2018-08-06, by Kim Alvefur
-
util.pubsub: Re-check all subscriptions on access_model change, unsubscribing those no longer allowed2018-08-06, by Kim Alvefur
-
pubsub.lib: fix more form fields2018-08-06, by Jonas Wielicki
-
Merge jonasw->trunk2018-08-06, by Kim Alvefur
-
pubsub.lib: correctly emit data form fields2018-08-06, by Jonas Wielicki
-
CHANGES: Add new pubsub items and note about PEP2018-08-06, by Matthew Wild
-
mod_pep: Save non-presence based subscriptions to storage2018-08-04, by Kim Alvefur
-
mod_pep: Note which subscriptions are presence based as subscription option2018-08-04, by Kim Alvefur
-
pubsub.lib: Enable publish-options unconditionally2018-08-06, by Matthew Wild
-
pubsub.lib: Add support for pubsub#publish_model2018-08-06, by Matthew Wild
-
util.pubsub: Add support for publish_model config option2018-08-06, by Matthew Wild
-
pubsub.lib: Code formatting change2018-08-06, by Matthew Wild
-
pubsub.lib: Add comment about tonumber hack2018-08-06, by Matthew Wild
-
pubsub.lib: Enable publish-options by default2018-08-06, by Matthew Wild
-
Merge with jonasw2018-08-06, by Matthew Wild
-
pubsub.lib: auto-create node with publish-options if autocreation is enabled2018-08-05, by Jonas Wielicki
-
pubsub.lib: ignore FORM_TYPE field in config_from_xep00602018-08-05, by Jonas Wielicki
-
mod_pubsub: Pass the current values to dataforms2018-08-05, by Kim Alvefur
-
util.dataforms: Allow passing the current values to be used in stead of omitted fields2018-08-05, by Kim Alvefur
-
mod_pubsub: Use util.pubsub API for retrieving node config instead2018-08-05, by Kim Alvefur
-
mod_pubsub: Add 'get_configuration' capability to relevant affiliations2018-08-05, by Kim Alvefur
-
mod_pubsub: Add a public method for retrieving the service object2018-08-05, by Kim Alvefur
-
util.pubsub: Apply defaults metatable before config check (thanks pep.)2018-08-05, by Kim Alvefur
-
mod_pubsub: Rename variable subscription options form to improve readability2018-08-05, by Kim Alvefur
-
pubsub.lib: Support for publish-options behind a feature flag, 'enable_publish_options'2018-08-04, by Matthew Wild
-
mod_pep: Add 'get_configuration' capability to relevant affiliations2018-08-04, by Matthew Wild
-
mod_pep: Add comments describing root tables used for data2018-08-04, by Kim Alvefur
-
MUC: Provide options as options in config form (fixes traceback)2018-08-04, by Kim Alvefur
-
util.dataforms: Normalize indentation2018-08-04, by Kim Alvefur
-
pubsub.lib: Add support for precondition-not-met error2018-08-04, by Matthew Wild
-
pubsub.lib: Advertise peristent-items feature when nodes and items are persisted2018-08-04, by Matthew Wild
-
mod_pubsub: Add comment to document nodestore/itemstore methods2018-08-04, by Matthew Wild
-
util.pubsub: Add method to retrieve node configuration2018-08-04, by Matthew Wild
-
util.pubsub: Use service.node_defaults in case config.node_defaults was not provided (thanks jonasw)2018-08-04, by Matthew Wild
-
mod_storage_internal: Only apply truncate if there are more items than requested2018-08-04, by Kim Alvefur
-
util.pubsub: Tweak default affiliation of access models (fixes failing test)2018-08-04, by Matthew Wild
-
mod_pep: Restrict access models to 'presence', 'whitelist' and 'open'2018-08-04, by Kim Alvefur
-
mod_pubsub: Advertise default access model in disco2018-08-04, by Kim Alvefur
-
mod_pubsub: Restrict access model to 'whitelist' and 'open'2018-08-04, by Kim Alvefur
-
mod_pubsub: Add configurable maximum on number of items2018-08-04, by Kim Alvefur
-
mod_pep: Move subscriber check into 'presence' access model callback2018-08-04, by Kim Alvefur
-
util.pubsub: Look for a configured callback for more complicated access models2018-08-04, by Kim Alvefur
-
mod_pep: Set default access model to 'presence'2018-08-04, by Kim Alvefur
-
mod_pubsub: Add access model to configuration form2018-08-04, by Kim Alvefur
-
util.pubsub: Add initial support for configurable access models2018-08-04, by Kim Alvefur
-
util.dataforms: Only allow overriding of options when passed via the :form method2018-08-03, by Kim Alvefur
-
MUC: Allow destruction of tombstones (eg via telnet or adhoc command)2018-08-03, by Kim Alvefur
-
util.dataforms: Allow overriding default options even if the form has such2018-08-03, by Kim Alvefur
-
util.dataforms: Allow passing dynamically generated options as values (fixes traceback)2018-08-03, by Kim Alvefur
-
util.dataforms: Exclude descriptive text fields from forms of type 'submit'2018-08-03, by Kim Alvefur
-
util.dataforms: Skip all fields for the 'cancel' form type2018-08-03, by Kim Alvefur
-
util.dataforms: Only include options in 'form' type forms2018-08-03, by Kim Alvefur
-
util.dataforms: Set default value for form type argument2018-08-03, by Kim Alvefur
-
mod_admin_adhoc: Normalize indentation2018-08-03, by Kim Alvefur
-
mod_admin_adhoc: Keep options for list-single in 'options' field where they belong2018-08-03, by Kim Alvefur
-
util.dataforms: Detach generation of options from values (fixes #1177)2018-08-03, by Kim Alvefur
-
util.dataforms: Add failing test for #11772018-06-30, by Kim Alvefur
-
mod_pep: Return true if all node config checks passes (fixes configuration)2018-08-03, by Kim Alvefur
-
MUC: Split long lines [luacheck strict]2018-08-03, by Kim Alvefur
-
mod_pep: Silence warnings about unused arguments [luacheck]2018-08-03, by Kim Alvefur
-
mod_muc: Fire event when room is (and about to be) restored2018-08-03, by Matthew Wild
-
mod_muc: Add comment2018-08-03, by Matthew Wild
-
mod_pep: Add 'pep_max_items' option to set an upper limit, defaults to 256 (scientifically chosen)2018-08-01, by Matthew Wild
-
pubsub.lib: Support for not-acceptable error2018-08-01, by Matthew Wild
-
util.pubsub: Add support for a config validation function2018-08-01, by Matthew Wild
-
mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep2018-08-01, by Matthew Wild
-
mod_csi: Imported from prosody-modules 66b3085ecc492018-08-01, by Matthew Wild
-
mod_pubsub: Enforce max_items on insertion2018-07-31, by Kim Alvefur
-
util.xmppstream: Explicitly release old parser object on stream reset2018-07-31, by Matthew Wild
-
Merge 0.10->trunk2018-07-30, by Matthew Wild
-
sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with that for incoming2018-07-24, by Kim Alvefur
-
mod_s2s: Reduce logging (#776)2018-07-22, by Kim Alvefur
-
core.stanza_router: Reduce logging of common routing (#776)2018-07-22, by Kim Alvefur
-
sessionmanager: Log top tag of outgoing stanzas on c2s (#776)2018-07-22, by Kim Alvefur
-
sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with that for incoming2018-07-24, by Kim Alvefur
-
mod_s2s: Reduce logging (#776)2018-07-22, by Kim Alvefur
-
core.stanza_router: Reduce logging of common routing (#776)2018-07-22, by Kim Alvefur
-
sessionmanager: Log top tag of outgoing stanzas on c2s (#776)2018-07-22, by Kim Alvefur
-
mod_pep_plus: Fix boolean logic precedence (thanks Link Mauve)2018-07-29, by Kim Alvefur
-
util.serialization: Tighten up type checks2018-07-28, by Kim Alvefur
-
util.vcard: Use the new :text_tag API in more places2018-07-25, by Kim Alvefur
-
util.vcard: Include values of 'properties' (eg PHOTO TYPE) in vcard-temp serialization2018-07-25, by Kim Alvefur
-
MUC: Fix another logic inversion ()2018-07-17, by Matthew Wild
-
MUC: Fix inverted logic ()2018-07-17, by Matthew Wild
-
Backed out changeset 0bf0ff3b0f91 (incorrect fix)2018-07-17, by Matthew Wild
-
MUC: Use JID from correct place when adding <body> to mediated invites (thanks Link Mauve/lovetox)2018-07-17, by Matthew Wild
-
MUC: Add 'actor' field in muc-config-submitted event2018-07-17, by Matthew Wild
-
MUC: Add some comments clarifying methods2018-07-17, by Matthew Wild
-
MUC: Add new iteration methods, all_rooms/live_rooms to eventually replace each_room2018-07-17, by Matthew Wild
-
MUC: Rename variable for consistency with other code that uses the term 'live'2018-07-17, by Matthew Wild
-
MUC: Return 'gone' error for destroyed rooms in other cases than attempted join2018-07-16, by Kim Alvefur
-
util.dataforms: Ensure fields have names when collecting data (fixes traceback, thanks Martin)2018-07-15, by Kim Alvefur
-
util.dataforms: Include a fixed field in test2018-07-15, by Kim Alvefur
-
mod_pubsub: Make generation of notification body into an event to allow extensibility2018-07-14, by Kim Alvefur
-
mod_pubsub: Skip checks for adding body if no body generated2018-07-14, by Kim Alvefur
-
mod_pubsub: Remove unneeded stanza API call2018-07-14, by Kim Alvefur
-
moduleapi: Use :send API from :broadcast for compactness2018-07-14, by Kim Alvefur
-
mod_pubsub: Add support for changing subscription options2018-07-14, by Kim Alvefur
-
mod_pubsub: Add support for retrieving subscription options2018-07-14, by Kim Alvefur
-
mod_pubsub: Move include_body option into subscription options2018-07-14, by Kim Alvefur
-
mod_pubsub: Revert disco#info part from previous commit2018-07-14, by Kim Alvefur
-
mod_pubsub: Refactor translation to/from XEP-0060-specific node configuration format2018-07-14, by Kim Alvefur
-
MUC: Commit forgotten file2018-07-13, by Matthew Wild
-
MUC: Add sections in room config form2018-07-13, by Matthew Wild
-
MUC: Improve labels of all config form items2018-07-13, by Matthew Wild
-
mod_pubsub: Add support for modifying subscriptions2018-07-13, by Kim Alvefur
-
mod_pubsub: Add support for owner subscription retrieval2018-07-13, by Kim Alvefur
-
util.pubsub: Support for returning *all* subscriptions2018-07-13, by Kim Alvefur
-
mod_pep_plus: Include an empty set of subscribers (fixes traceback)2018-07-13, by Kim Alvefur
-
mod_pep_plus: Don't save subscriptions since they are normally session based and transient2018-07-12, by Kim Alvefur
-
util.pposix: Use freopen(3) when replacing standard IO streams (thanks ratchetfreak)2018-07-12, by Kim Alvefur
-
MUC: Also prevent changing to an invisible nickname2018-07-12, by Kim Alvefur
-
MUC: Use nickname from occupant object2018-07-12, by Kim Alvefur
-
MUC: Fix stanza reference2018-07-12, by Kim Alvefur
-
MUC: Reject invisible nicknames (fixes #979)2018-07-12, by Kim Alvefur
-
MUC: Fix to send status code 100 *only* to the joining (fixes #680)2018-07-11, by Kim Alvefur
-
MUC: Simplify creation of <{muc}x> for room creation2018-07-11, by Kim Alvefur
-
util.xmppstream: Add tests for various XML features forbidden by the RFC2018-07-11, by Matthew Wild
-
util.xmppstream: Perfom validation of XML declaration parameters2018-07-11, by Matthew Wild
-
MUC: Include redirect in 'gone' error for destroyed rooms2018-07-11, by Kim Alvefur
-
MUC: Send an 'gone' error instead of unavailable + <destroyed>2018-07-11, by Kim Alvefur
-
MUC: Remove <item> from room destruction announcement, it's added later somwehere2018-07-11, by Kim Alvefur
-
MUC: Allow an admin to recreate destroyed rooms2018-07-11, by Kim Alvefur
-
MUC: Add support for storing a tombstone for destroyed rooms (#1182)2018-07-11, by Kim Alvefur
-
MUC: Unset persistence of destroyed rooms later in event chain2018-07-11, by Kim Alvefur
-
MUC: Remove room state on successful restoration from disk2018-07-11, by Kim Alvefur
-
MUC: Purge saved room state when deleting a room2018-07-11, by Kim Alvefur
-
MUC: Include destruction reason and other info in destroyed event2018-07-11, by Kim Alvefur
-
MUC: Log a debug message when a non-persistent room becomes empty and is destroyed2018-07-11, by Kim Alvefur
-
mod_admin_telnet: Rename timer:info() -> debug:timers()2018-07-10, by Matthew Wild
-
util.serialization: Rewritte for performance and flexibility2018-07-10, by Kim Alvefur
-
MUC: Flag rooms being destroyed (fixes #887)2018-07-10, by Kim Alvefur
-
mod_pubsub: Update max_items on resize (fixes #1082)2018-07-09, by Kim Alvefur
-
mod_pubsub: Cache only max_items to avoid holding reference to possibly outdated config2018-07-09, by Kim Alvefur
-
util_pubsub_spec: Add test for #10822018-07-09, by Kim Alvefur
-
MUC: Bring handling of presence errors to the room more in line with unavailable presence2018-07-09, by Matthew Wild
-
MUC: Return new occupant object from :save_occupant(), which can include useful info2018-07-09, by Matthew Wild
-
mod_muc_mam: Disable presence logging by default2018-07-08, by Kim Alvefur
-
util.stanza: Brief tests for :remove_children2018-07-08, by Kim Alvefur
-
Merge 0.10->trunk2018-07-08, by Kim Alvefur
-
util.stanza: Add method for removing all children with a specific name, xmlns2018-07-08, by Kim Alvefur
-
MUC/password: Set room password on creation if included in join stanza2018-07-08, by Kim Alvefur
-
MUC/password: Rename variable for clarity [luacheck]2018-07-08, by Kim Alvefur
-
util.{async,timer}: Move sleep() to reduce dependencies of util.timer2018-07-07, by Kim Alvefur
-
moduleapi: Lazy-load statsmanager on demand2018-07-07, by Kim Alvefur
-
moduleapi: Lazy-load configmanager on demand simplify dependency graph2018-07-07, by Kim Alvefur
-
Merge 0.10->trunk2018-07-07, by Kim Alvefur
-
mod_groups: Log a warning about invalid JIDs (#1180)2018-07-07, by Kim Alvefur
-
luacheckrc: Remove mod_groups from ignored files2018-07-07, by Kim Alvefur
-
mod_groups: Adjust imports to avoid name clash [luacheck]2018-07-07, by Kim Alvefur
-
MUC: Remove empty statement [luacheck]2018-07-07, by Kim Alvefur
-
MUC: Clarify logic of invitations in members-only rooms2018-07-07, by Matthew Wild
-
MUC: Add roomconfig_roomname to disco#info, and ensure it's not auto-generated2018-07-07, by Matthew Wild
-
util.dataforms: More robust handling of field values, especially booleans2018-07-07, by Matthew Wild
-
net.server: Set default read timeout to 14 minutes (fixes #971)2018-07-06, by Kim Alvefur
-
mod_pep_plus: Use service discovery helpers from pubsub.lib2018-07-06, by Kim Alvefur
-
mod_pubsub: Advertise title and description in disco#info2018-07-06, by Kim Alvefur
-
mod_pubsub: Move service discovery to pubsub.lib to allow reuse2018-07-06, by Kim Alvefur
-
mod_pubsub: Support configurable title and description fields2018-07-06, by Kim Alvefur
-
mod_pubsub: Translate missing fields into node config2018-07-06, by Kim Alvefur
-
mod_muc: Add support for muc_room_default_allow_member_invites2018-07-06, by Matthew Wild
-
luacheckrc: Remove exception for modules that produce no warnings2018-07-05, by Kim Alvefur
-
mod_announce: Fix luacheck warnings2018-07-05, by Kim Alvefur
-
luacheckrc: Consider mod_http clean2018-07-05, by Kim Alvefur
-
mod_http: Rename argument to avoid name clash with outer scope [luacheck]2018-07-05, by Kim Alvefur
-
mod_http: Rename loop variable to avoid name clash [luacheck]2018-07-05, by Kim Alvefur
-
mod_http: Rename loop variable to avoid name clash [luacheck]2018-07-05, by Kim Alvefur
-
mod_http: Silecence harmless warnings2018-07-05, by Kim Alvefur
-
luacheckrc: Remove exception for mod_pep, it's clean2018-07-05, by Kim Alvefur
-
mod_pep: Remove unused variable [luacheck]2018-07-05, by Kim Alvefur
-
mod_pep: Rename variables to avoid name clash [luacheck]2018-07-05, by Kim Alvefur
-
mod_pep: Move comment to a shorter line [luacheck]2018-07-05, by Kim Alvefur
-
mod_admin_telnet: Add some experimental commands for inspecting stats2018-07-04, by Matthew Wild
-
mod_ping: Fix typo2018-07-02, by Kim Alvefur
-
mod_uptime: Depend on mod_adhoc2018-07-02, by Kim Alvefur
-
mod_ping: Depend on mod_ahoc2018-07-02, by Kim Alvefur
-
mod_announce: Depend on mod_adhoc for consistent behaviour (thanks meaz, Link Mauve)2018-07-02, by Kim Alvefur
-
CHANGES: Restructure Pubsub category2018-07-02, by Kim Alvefur
-
util.startup: Add a comment marking some compat code2018-07-01, by Kim Alvefur
-
mod_pubsub: Remove feature flag for data persistence since node config is now persistent2018-07-01, by Kim Alvefur
-
util.pubsub: Return error code known by pubsub.lib if persistent creation fails2018-07-01, by Kim Alvefur
-
util.pubsub: Store subscription changes2018-07-01, by Kim Alvefur
-
util.pubsub: Persistence on affiliation change2018-07-01, by Kim Alvefur
-
mod_pubsub: Make pubsub.lib aware of internal-server-error condition2018-07-01, by Kim Alvefur
-
util.pubsub: Remove node from persistent storage on deletion2018-07-01, by Kim Alvefur
-
util.pubsub: Persist nodes on configuration change2018-07-01, by Kim Alvefur
-
util.pubsub: Fix applying per service node defaults when loading from nodestore2018-07-01, by Kim Alvefur
-
mod_pep_plus: Support persistence of node configuration2018-07-01, by Kim Alvefur
-
Merge 0.10->trunk2018-06-28, by Kim Alvefur
-
prosodyctl: Warn if attempting to run an unknown check (fixes #1161)2018-06-28, by Kim Alvefur
-
mod_pubsub: Handle optional item (thanks jonasw)2018-06-27, by Kim Alvefur
-
util.dataforms: Add support for field descriptions in <desc>2018-06-27, by Kim Alvefur
-
MUC: Remove affiliation notify support, nothing uses it2018-06-27, by Matthew Wild
-
MUC: Remove text body from affiliation change notification2018-06-27, by Matthew Wild
-
MUC: Remove 'affiliation notify' config option, as it's irrelevant to room owners, always notify instead2018-06-27, by Matthew Wild
-
util.pubsub: Fix typo2018-06-26, by Kim Alvefur
-
mod_pubsub: Apply normalization to JIDs retrieved from attributes2018-06-26, by Kim Alvefur
-
mod_pubsub: Handle :set_affiliation errors (not completely in line with the XEP)2018-06-26, by Kim Alvefur
-
mod_pubsub: Support for setting affiliations (#622)2018-06-26, by Kim Alvefur
-
mod_pubsub: Add boilerplate for changing affiliations2018-06-26, by Kim Alvefur
-
util.pubsub: Normalize JID used as affiliation2018-06-26, by Kim Alvefur
-
mod_pubsub: Add the list of affiliations to reply2018-06-26, by Kim Alvefur
-
mod_pubsub: Retrieve the node object2018-06-26, by Kim Alvefur
-
mod_pubsub: Boilerplate checks for affiliation retrieval2018-06-26, by Kim Alvefur
-
mod_pubsub: Add stubs for affiliation handling2018-06-26, by Kim Alvefur
-
MUC: Avoid sending error for unavailable presence in GC 1.0 check2018-06-26, by Kim Alvefur
-
Backed out changeset d41f8ce67c8e2018-06-26, by Kim Alvefur
-
MUC: Record timestamp of subject changes and stamp delay tag later2018-06-26, by Kim Alvefur
-
MUC: Reorder subject related arguments to increasing requiredness (API break)2018-06-26, by Kim Alvefur
-
util.async: Copy hooks from main thread into coroutines2018-06-25, by Matthew Wild
-
MUC: Measure cache hits and misses2018-06-23, by Kim Alvefur
-
MUC: Rename eviction hit rate measure2018-06-23, by Kim Alvefur
-
prosodyctl: Restrict c2s checks for when c2s is enabled2018-06-23, by Kim Alvefur
-
prosodyctl: Only check for s2s if mod_s2s is enabled (fixes #1031)2018-06-23, by Emmanuel Gil Peyrot
-
Merge 0.10->trunk2018-06-22, by Matthew Wild
-
mod_admin_telnet: Add debug:events() and debug:logevents()2018-06-22, by Matthew Wild
-
Merge 0.10->trunk2018-06-22, by Kim Alvefur
-
mod_s2s: Close sockets held by resolver (#1170)2018-06-17, by Kim Alvefur
-
mod_bosh: Add extra debug logging to help with #11342018-05-14, by Kim Alvefur
-
prosodyctl: check: Replace loaded-module calculation with a more accurate query to modulemanager, fixes #11712018-06-20, by Matthew Wild
-
modulemanager: Expose function to get the list of modules that should be loaded on a host2018-06-20, by Matthew Wild
-
MUC: Normalize role value, fixes removal on loss of membership (thanks mimi89999)2018-06-18, by Kim Alvefur
-
MUC: Remove support for GC 1.0 for joining2018-03-09, by Kim Alvefur
-
MUC: Remove support for GC 1.0 during room creation2018-03-09, by Kim Alvefur
-
MUC: Move extraction of <{muc}x> earlier, to be used later to differentiate between join and presence update2018-03-09, by Kim Alvefur
-
mod_s2s: Use session logger to ease debugging2018-06-14, by Kim Alvefur
-
mod_s2s: Log a message before trying the next SRV record2018-06-14, by Kim Alvefur
-
Merge 0.10->trunk2018-06-10, by Kim Alvefur
-
net.dns: Lazily generate unknown RR type names2018-06-10, by Kim Alvefur
-
Backed out changeset eae606b9266c: Used a lot of memory2018-06-10, by Kim Alvefur
-
Merge 0.10->trunk2018-06-09, by Kim Alvefur
-
mod_mam: Add coment on how 'complete' works2018-06-09, by Kim Alvefur
-
mod_mam: Handle edge-case of max=0 so that complete attr is set (fixes #1128)2018-06-09, by Kim Alvefur
-
net.dns: Expand table of known RR types from IANA registry2018-06-09, by Kim Alvefur
-
Merge 0.10->trunk2018-06-09, by Kim Alvefur
-
net.dns: Syntesize type names for the full range2018-06-09, by Kim Alvefur
Scroll all the way down to load more.