Software /
code /
prosody
Graph
-
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
-
net.dns: Don't attempt to cache unparsed data (fixes #1056)2018-06-09, by Kim Alvefur
-
mod_s2s: Fix DNS timeout setting for per-session resolvers (fixes #1167)2018-06-08, by Kim Alvefur
-
net.dns: Also cache records from the 'additional' section2018-06-02, by Kim Alvefur
-
net.dns: Cache all records from the 'answer' section (fixes #487)2018-06-08, by Kim Alvefur
-
mod_s2s: Add setting for overriding DNS resolvers (and avoid reading /etc/resolv.conf every time)2018-06-02, by Kim Alvefur
-
mod_pep_plus: Prevent nil from being added as a child on item deletion.2018-06-08, by Emmanuel Gil Peyrot
-
util.stanza: Remove redundant check from :text now done in :add_direct_child2018-06-08, by Kim Alvefur
-
net.websocket: Honour ex.insecure to match net.http's new parameter for that2018-06-08, by Matthew Wild
-
net.websocket: Fix incompatibility with net.http changes2018-06-08, by Matthew Wild
-
MUC: Ignore unused 'self' [luacheck]2018-06-08, by Kim Alvefur
-
util.stanza: Verify that other objects added as children are valid strings2018-06-08, by Kim Alvefur
-
util.stanza: Verify that child tags added are really stanzas (closes #1165)2018-06-08, by Kim Alvefur
-
Merge 0.10->trunk2018-06-08, by Kim Alvefur
-
Backed out changeset b8c3dbf76a2e (fixes #1162)2018-06-08, by Kim Alvefur
-
mod_component: Fix a wrongly-placed closing parenthesis, fixes #1164.2018-06-08, by Emmanuel Gil Peyrot
-
util.presence: Remove TODO about deprecated XEP-0016.2018-06-08, by Emmanuel Gil Peyrot
-
Backed out changeset cd186331ab1f (subject in disco#info)2018-06-07, by Kim Alvefur
-
util.prosodyctl: Rename variables for consistency (thanks Link Mauve)2018-06-06, by Kim Alvefur
-
Merge 0.10->trunk2018-06-07, by Matthew Wild
-
prosodyctl: Make log level configurable through PROSODYCTL_LOG_LEVEL (useful for debugging)2018-06-07, by Matthew Wild
-
Added tag 0.10.2 for changeset 7ec098b680422018-05-31, by Matthew Wild
-
MUC: Expose method for creating a bare room object2018-06-06, by Kim Alvefur
-
mod_muc_unique: Use util.id for more compact identifiers2018-06-06, by Kim Alvefur
-
MUC: Track rooms created via internal public API2018-06-05, by Kim Alvefur
-
console: Allow passing a config when creating a room2018-04-14, by Kim Alvefur
-
MUC: Allow passing config to public create_room API2018-04-14, by Kim Alvefur
-
util.sasl.anonymous: Shorter!2018-06-05, by Kim Alvefur
-
util.sasl.anonymous: Generate shorter random usernames2018-05-29, by Kim Alvefur
-
sessionmanager: Generate shorter random resoures2018-05-29, by Kim Alvefur
-
MUC: Advertise support for voice requests2018-06-02, by Kim Alvefur
-
MUC: Fix Ooo (thanks pep.)2018-06-03, by Kim Alvefur
-
MUC: Make rooms hidden (non-public) by default for improved privacy2018-06-03, by Kim Alvefur
-
MUC: Use xml:lang from stanza that creates a room as default for language2018-06-03, by Kim Alvefur
-
MUC: Add support for setting MUC room defaults from the config file2018-06-03, by Kim Alvefur
-
MUC: Enable room locking by default to gather feedback (#328)2018-06-03, by Kim Alvefur
-
MUC: Move voice request into its own lib2018-06-02, by Kim Alvefur
-
util.dataforms: Add a simple function for identifying form types2018-06-02, by Kim Alvefur
-
util.dataforms: Remove string conversion to let util.stanza validate types2018-06-02, by Kim Alvefur
-
util.dataforms: Add initial tests2018-06-02, by Kim Alvefur
-
MUC: Correctly use a multiple options field for requested role (thanks jonasw)2018-06-02, by Kim Alvefur
-
MUC: Handle and return error in role change when granting voice2018-06-01, by Kim Alvefur
-
MUC: Add some debug logging for voice requests2018-06-01, by Kim Alvefur
-
MUC: Invert final conditional to be consistent with the other if statements2018-06-01, by Kim Alvefur
-
MUC: Get acting occupant into a local variable for easier access2018-06-01, by Kim Alvefur
-
MUC: Use util.jid.resource2018-06-01, by Kim Alvefur
-
CHANGES: Mention voice request2018-02-19, by Kim Alvefur
-
MUC: Split out the nickname from the full room JID in voice request from2017-10-21, by Kim Alvefur
-
MUC: Reuse the same dataform for voice requests2017-10-20, by Kim Alvefur
-
MUC: Ignore unused argumens [luacheck]2017-10-20, by Kim Alvefur
-
MUC: Support MUC voice requests and approvals in moderated rooms (closes #655) (thanks to Lance Stout)2017-10-20, by Kim Alvefur
-
MUC: Include a human-readable error message when not allowed to change subject2018-06-01, by Kim Alvefur
-
MUC: Advertise room subject in disco#info2018-06-01, by Kim Alvefur
-
MUC: Advertise in whether participants are allowed to change the subject (#1155)2018-06-01, by Kim Alvefur
-
Merge 0.10->trunk2018-05-30, by Matthew Wild
-
Added tag 0.9.14 for changeset 29c6d2681bad2018-05-30, by Matthew Wild
-
mod_c2s: Do not allow the stream 'to' to change across stream restarts (fixes #1147) 0.9.142018-05-25, by Kim Alvefur
-
Merge 0.10->trunk2018-05-30, by Matthew Wild
-
MUC: Revert unstable MUC commits since 0.10.12018-05-30, by Matthew Wild
-
MUC: Fix error logged when no persistent rooms present2018-05-30, by Matthew Wild
-
mod_bosh: Store the normalized hostname on session (fixes #1151)2018-05-30, by Kim Alvefur
-
MUC: Handle setting default history messages when history length is unset (thanks tmolitor)2018-05-29, by Kim Alvefur
-
MUC: ensure that x/item/@jid is always a bare JID2018-05-17, by Jonas Wielicki
-
MUC: correctly emit <status/> tags2018-05-17, by Jonas Wielicki
-
MUC: reject non-bare JIDs in set_affiliation requests with not-acceptable2018-05-17, by Jonas Wielicki
-
MUC: fix set_role invocation2018-05-17, by Jonas Wielicki
-
mod_disco: Skip code specific to disco on user accounts (avoids invoking usermanager, fixes #1150)2018-05-28, by Kim Alvefur
-
MUC: Add support for setting a room language (closes #1149)2018-05-30, by Kim Alvefur
-
mod_muc_mam: Set status code 170/171 on archiving configuration change2018-05-29, by Kim Alvefur
-
MUC: Some spacing to improve readability2018-05-26, by Kim Alvefur
-
MUC: Pass description via formdata field where it should be2018-05-26, by Kim Alvefur
-
MUC: Use correct field name for description in disco#info (fixes #1148)2018-05-26, by Kim Alvefur
-
Merge 0.10->trunk2018-05-25, by Kim Alvefur
-
core.certmanager: Allow all non-whitespace in service name (fixes #1019)2018-05-25, by Kim Alvefur
-
mod_pubsub: Add support for parsing subscription options form (no options supported yet)2018-05-23, by Kim Alvefur
-
mod_pubsup: Ignore unused 'self' argument [luacheck]2018-05-23, by Kim Alvefur
-
.luacheckrc: Remove mod_pubsub/pubsub.lib.lua from files excluded from checks2018-05-23, by Kim Alvefur
-
Backed out changeset bf91de890107: It did not have the intended effectc2018-05-22, by Kim Alvefur
-
mod_pubsub: Fix syntax error2018-05-22, by Kim Alvefur
-
.luacheckrc: Only ignore warnings for excluded files, not syntax errors2018-05-22, by Kim Alvefur
-
Merge 0.10->trunk2018-05-22, by Kim Alvefur
-
mod_c2s: Avoid concatenating potential nil value (fixes #753)2018-05-22, by Kim Alvefur
-
MUC: Add support for an optional hard limit on number of rooms (fixes #766)2018-05-22, by Kim Alvefur
-
spec/util_pubsub: Test whether someone can subscribe to a node2018-05-20, by Kim Alvefur
-
util.pubsub: Also check for affiliation set on bare JID2018-05-21, by Kim Alvefur
-
mod_pubsub: Add support for generation of a plain text <body> from Atom payloads2018-05-20, by Kim Alvefur
-
mod_pubsub: Make the 'type' attribute on broadcast messages configurable2018-05-20, by Kim Alvefur
-
util.pubsub: Pass node and service objects to broadcaster to allow eg config access2018-05-20, by Kim Alvefur
-
mod_watchregistrations: Allow making the message type configurable2018-05-20, by Kim Alvefur
-
mod_pubsub: Set an id attribute on outgoing event messages2018-05-20, by Kim Alvefur
-
util.pubsub: Add a default/fallback JID normalization function2018-05-20, by Kim Alvefur
-
util.pubsub: Don't record the superuser as owner on creation2018-05-20, by Kim Alvefur
-
mod_pubsub: Use moduleapi broadcast method2018-05-20, by Kim Alvefur
-
GNUmakefile: Add a fallback for `hg files` not working in linter target2018-05-20, by Kim Alvefur
-
.luacheckrc: Ignore attempts to get table.unpack2018-05-18, by Kim Alvefur
-
spec/util_iterators: Remove unused import of util.set [luacheck]2018-05-18, by Kim Alvefur
-
.luacheckrc: Remove mod_limits from excluded files as it should now be clean2018-05-18, by Kim Alvefur
-
mod_limits: Rename variable to avoid name clash [luacheck]2018-05-02, by Kim Alvefur
-
Fix wrong tests committed with 7b621a4a2e8d2018-05-18, by Matthew Wild
-
.luacheckrc: Add some additional stricter requirements when PROSODY_STRICT_LINT=12018-05-18, by Matthew Wild
-
.luacheckrc: Ignore currently-unclean files unless env var PROSODY_STRICT_LINT=12018-05-18, by Matthew Wild
-
.luacheckrc: Fix whitespace2018-05-18, by Matthew Wild
-
GNUmakefile: Add 'lint' target2018-05-18, by Matthew Wild
-
util.iterators: Add join() method and tests2018-05-18, by Matthew Wild
-
Merge 0.10 -> trunk2018-05-16, by Matthew Wild
-
MUC: Restore status codes on presence sent to occupant when their affiliation changes (thanks jonasw)2018-05-16, by Matthew Wild
-
Merge 0.10 -> trunk2018-05-16, by Matthew Wild
-
MUC: Allow the number of messages sent by default to be configured (fixes #397)2018-05-16, by Matthew Wild
-
MUC: Import revised, more comprehensive patch for 8da11142fabf (#345)2018-05-16, by Matthew Wild
-
muc: Allow clients to change multiple affiliations or roles at once (#345)2017-03-18, by Lennart Sauerbeck
-
Added tag 0.10.1 for changeset 4ae8dd415e942018-05-11, by Matthew Wild
-
mod_websocket: Store the request object on the session for use by other modules 0.10.12018-05-08, by Matthew Wild
-
util.async: Move runner id into log tag2018-05-03, by Kim Alvefur
-
prosodyctl: Config check for modules that are also components (fixes #1138)2018-05-11, by Kim Alvefur
-
mod_muc_mam: Have stanza-id filtering over all groupchat messages, not just ones considered for history2018-04-27, by Kim Alvefur
-
mod_muc_mam: Skip fetching history if built-in recent history is enough2018-04-27, by Kim Alvefur
-
mod_muc_mam: Skip fetching history if no history was requested2018-04-27, by Kim Alvefur
-
mod_muc_mam: Tweak calculation of max history to retrieve2018-04-27, by Kim Alvefur
-
GNUMakefile: Add note about how to list coverage of individual files2018-04-30, by Matthew Wild
-
net.server: Add watchfd, a simple API for watching file descriptors2018-05-09, by Kim Alvefur
-
MUC: Introduce an event to allow plugins to influence which messages are added to history2018-05-07, by Kim Alvefur
-
MUC: Move condition for what gets added to history so that other modules benefit (thanks jcbrand)2018-05-07, by Kim Alvefur
-
net.server_epoll: Guard against connection missing the getpeername method (thanks LuaSec)2018-05-02, by Kim Alvefur
-
net.server_epoll: Retry retrieving peername once connected2018-05-02, by Kim Alvefur
-
net.server_epoll: Handle connection being closed and destroyed in onconnect callback2018-05-02, by Kim Alvefur
-
net.resolvers.basic: Support IP address literals2018-05-02, by Kim Alvefur
-
mod_privacy: Silence long line warning [luacheck]2018-05-02, by Kim Alvefur
-
mod_admin_adhoc: Silence various harmless warnings [luacheck]2018-05-01, by Kim Alvefur
-
mod_admin_adhoc: Rename loop variable to avoid name clash [luacheck]2018-05-01, by Kim Alvefur
-
mod_admin_adhoc: Rename variable to avoid name clash [luacheck]2018-05-01, by Kim Alvefur
-
mod_admin_adhoc: Remove unused initial values [luacheck]2018-05-01, by Kim Alvefur
-
mod_admin_adhoc: Split a long line (improves readability) [luacheck]2018-05-01, by Kim Alvefur
-
mod_legacyauth: Split a long line [luacheck]2018-05-01, by Kim Alvefur
-
mod_bosh: Fix inconsistent whitespace [luacheck]2018-05-01, by Kim Alvefur
-
util.async: Add helper methods for setting watchers2018-04-30, by Matthew Wild
-
mod_bosh: Fix for 7be8f649d97d to skip error handling and allow other modules to handle the request2018-04-29, by Matthew Wild
-
mod_c2s: Add a counter for IPv6.2017-09-09, by Emmanuel Gil Peyrot
-
mod_s2s: Add a counter for IPv6.2017-09-09, by Emmanuel Gil Peyrot
-
util.timer: Ensure we don't try to schedule negative timeouts (which rightly upset libevent). Fixes #11352018-04-29, by Matthew Wild
-
util.events: Add more tests (100% line coverage)2018-04-25, by Matthew Wild
-
util.events: Add tests2018-04-24, by Matthew Wild
-
Merge 0.10->trunk2018-04-24, by Matthew Wild
-
util.events: Fix loop construct (negative step required)2018-04-24, by Matthew Wild
-
mod_http_files: Correct cache insertion (fixes #1130)2018-04-17, by Kim Alvefur
-
util.startup: Don't initialize global protection for prosodyctl, for now2018-04-18, by Matthew Wild
-
util.startup: Force console logging before initializing logging (see 2fdeb979cc7c)2018-04-14, by Kim Alvefur
-
MUC: Move something into empty if branch2018-03-09, by Kim Alvefur
-
mod_pep_plus: Skip getting PEP service instance for sessions that have not touched PEP2018-04-11, by Kim Alvefur
-
mod_bosh: Increase number of stored responses to ensure we always keep responses within the rid window available2018-04-11, by Matthew Wild
-
net.server_event: Don't close servers if just quitting the loop once2018-04-10, by Matthew Wild
-
loggingmanager: Remove luacheck annotations for global log functions that are now set in util.startup2018-04-10, by Kim Alvefur
-
net.server_select: Allow setquitting("once") to allow resuming the loop later2018-04-10, by Matthew Wild
-
util.startup: Initialize logging immediately after configuration is read (which is how it used to work)2018-04-10, by Matthew Wild
-
mod_bosh: Improve connection robustness with better handling of unexpected rids2018-04-10, by Matthew Wild
-
mod_bosh: Some additonal comments to improve code readability2018-04-10, by Matthew Wild
-
mod_bosh: Whitespace2018-04-10, by Matthew Wild
-
mod_bosh: Improve logging - parse errors will now log through the session logger if possible2018-04-10, by Matthew Wild
-
mod_bosh: Improve logging on session close (reason may be a table with params)2018-04-10, by Matthew Wild
-
Merge 0.10->trunk2018-04-10, by Kim Alvefur
-
mod_register_limits: Promote log message about inability to apply black/whitelists to a warning2018-04-09, by Kim Alvefur
-
mod_register_limits: Change debug message wording, there's no user yet2018-04-09, by Kim Alvefur
-
mod_register_limits: Use existing local variable2018-04-09, by Kim Alvefur
-
mod_register_ibr: Return a textual error to the user for problems with parsing form data2018-04-09, by Kim Alvefur
-
mod_register_ibr: Reshape the code using early returns to reduce needless indentation2018-04-07, by Kim Alvefur
-
util.ringbuffer: Fix typo in comment [codespell]2018-04-06, by Kim Alvefur
-
util.startup/prosodyctl: Delay enabling global protection until last (silences warning about CFG_PLUGINDIR)2018-04-06, by Kim Alvefur
-
util.startup: Fix traceback due to both plugin path becoming nil if plugin_paths is unset2018-04-06, by Kim Alvefur
-
net.connlisteners: Remove duplicated field in exports [luacheck]2018-04-05, by Kim Alvefur
-
Merge 0.10->trunk2018-04-05, by Kim Alvefur
-
net.http: Import setmetatable into local scope (fixes #1125)2018-04-05, by Kim Alvefur
-
mod_ping: Ignore unused arguments [luacheck]2018-04-05, by Kim Alvefur
-
Fix spelling throughout the codebase [codespell]2018-02-04, by Kim Alvefur
-
luacheckrc: No longer ignore use of the global 'server' (net.server)2018-04-05, by Kim Alvefur
-
prosody: Get net.server via requre to avoid relying on globals2018-04-05, by Kim Alvefur
-
mod_muc_mam: Save the MUC <x> on recorded join stanzas2018-03-24, by Kim Alvefur
-
mod_muc_mam: Let muc/history.lib decide which messages to store2018-03-24, by Kim Alvefur
-
mod_muc_mam: Remove 0.10 compat code2017-12-12, by Kim Alvefur
-
mod_muc_mam: Import mod_mam_muc from prosody-modules ba6466fa68232018-04-02, by Kim Alvefur
-
util.startup: Initialize prosody.log / _G.log here instead of in loggingmanager to reduce dependencies2018-04-05, by Kim Alvefur
-
util.startup: Initialize logging earlier, so that messages from eg net.server are shown2018-04-05, by Kim Alvefur
-
prosodyctl: Use prosody.hosts instead of _G.hosts2018-03-29, by Kim Alvefur
-
core: Use prosody.hosts instead of _G.hosts for consistency2018-03-29, by Kim Alvefur
-
luacheckrc: Forget about _G.hosts, things should use _G.prosody.hosts2018-03-29, by Kim Alvefur
-
util.startup: Access the hosts table via the prosody global for consistency2018-03-29, by Kim Alvefur
-
prosody: Use prosody.log instead of _G.log because it looks nicer2018-04-05, by Kim Alvefur
-
util.startup: Use own logger instead of the possibly not available yet _G.log2018-04-05, by Kim Alvefur
-
luacheckrc: Remove allowance for the global log() since it may not exist as early as before2018-04-05, by Kim Alvefur
-
Merge 0.10 -> trunk2018-04-04, by Matthew Wild
-
CHANGES: Normalize syntax2018-04-02, by Kim Alvefur
-
Merge 0.10 -> trunk2018-04-04, by Matthew Wild
-
net.http: Fix parameter order to http request callbacks2018-04-04, by Matthew Wild
-
MUC: Don't reply to errors with more errors (fixes #1122)2018-03-28, by Kim Alvefur
-
MUC: Say something about storage failure before aborting (see #1091)2018-03-12, by Kim Alvefur
-
MUC: Prevent creation of room that could not be loaded from storage (see #1091)2018-03-09, by Kim Alvefur
-
MUC: Abort module loading if unable to get list of persistent rooms from storage (fixes #1091)2018-03-07, by Kim Alvefur
-
prosodyctl: Increase robustness in luarocks version detection (fixes #1003)2018-03-30, by Kim Alvefur
-
Backed out changeset a0f728c3aa69 in favor of 580c13ed0ca12018-03-29, by Kim Alvefur
-
util.startup: Initialize the 'prosody' global earlier (various things needs the global util.events instance)2018-03-29, by Kim Alvefur
-
util.startup: Factor out processing of plugin and data paths into a separate functions2018-03-29, by Kim Alvefur
-
util.json: Unescape surrogate pairs2018-03-27, by Matthew Wild
-
mod_pep_plus: Validate items here too (thanks Link Mauve)2018-03-25, by Kim Alvefur
-
mod_pubsub: Reject publishing of non-items2018-03-21, by Kim Alvefur
-
util.pubsub: Allow setting a callback for validating items to be published2018-03-21, by Kim Alvefur
-
loggingmanager: Hook event for reopening log files instead of config reloaded2018-03-25, by Kim Alvefur
-
configmanager: Move firing of the 'config-reloaded' event into util.startup (fixes #1117)2018-03-25, by Kim Alvefur
-
storagemanager: Default storage_async_check to false for a while2018-03-25, by Matthew Wild
-
net.http: Allow enabling/disabling error suppression, useful for tests2018-03-24, by Matthew Wild
-
net.http: Fix for Lua 5.2: return error from error handler (xpcall changed)2018-03-24, by Matthew Wild
-
util.startup: Read version for prosodyctl (restores version in 'about' command)2018-03-24, by Kim Alvefur
-
net.http.server: Prevent loading of net.server in tests (breaks unrelated tests for some reason)2018-03-23, by Kim Alvefur
-
util.timer: Move sleep() here from util.async2018-03-23, by Kim Alvefur
-
util.async: Remove last trace of async.once [luacheck]2018-03-23, by Kim Alvefur
-
util.async: Remove async.once(), can now be replaced by runner():run(func)2018-03-23, by Matthew Wild
-
prosody, util.startup: Switch from async.once() to long-lived thread, to avoid GC2018-03-23, by Matthew Wild
-
util.async: Make parameters to async.runner() optional2018-03-23, by Matthew Wild
-
mod_announce: Remove unreachable return statement [luacheck]2018-03-23, by Kim Alvefur
-
net.httpserver: Make function local, fixes loading since there is no environment [luacheck]2018-03-23, by Kim Alvefur
-
luacheckrc: Allow top level variables in prosodyctl (eg CFG_*) [luacheck]2018-03-23, by Kim Alvefur
-
luacheckrc: Let luacheck know about the log and server globals2018-03-23, by Kim Alvefur
-
stanza_router: Limit scope of deprecated warning function since it is not used anywhere else [luacheck]2018-03-23, by Kim Alvefur
-
s2smanager: Explicitly export the incoming_s2s table [luacheck]2018-03-23, by Kim Alvefur
-
luacheckrc: Only allow top level declarations in the main prosody executable2018-03-23, by Kim Alvefur
-
util.startup: Expose make_host() function2018-03-22, by Matthew Wild
-
util.startup: Expose user switching information via prosody global object2018-03-22, by Matthew Wild
-
prosodyctl: Large number of changes to satisfy [luacheck], includes bug fixes2018-03-22, by Matthew Wild
-
storagemanager: Remove unused variable [luacheck]2018-03-22, by Kim Alvefur
-
util.async: Use wrapper for once runner (thanks luacheck)2018-03-22, by Kim Alvefur
-
prosodyctl, util.prosodyctl: Pass source path as a parameter instead of global variable2018-03-22, by Matthew Wild
-
util.startup: Fix variable usage [luacheck]2018-03-22, by Matthew Wild
-
util.startup: Move original_logging_config to a local variable2018-03-22, by Matthew Wild
-
util.startup: Restore user switching2018-03-22, by Matthew Wild
-
util.startup: Fix chdir() to use correct path variable2018-03-22, by Matthew Wild
-
mod_posix: Delay setting signal handlers until in the main thread2018-03-22, by Matthew Wild
-
MUC: Catch and log error in case of storage failure in iterator over rooms2018-03-15, by Kim Alvefur
-
MUC: Override methods on broken rooms to return internal-server-error instead2018-03-22, by Kim Alvefur
-
MUC: Return error if unable to keep track of room due to storage failure2018-03-07, by Kim Alvefur
-
MUC: Log failure to load room state2018-03-16, by Kim Alvefur
-
MUC: Only fetch stored room state if room config is loaded without error2018-03-16, by Kim Alvefur
-
MUC: Prevent room eviction on storage failure2018-03-07, by Kim Alvefur
-
MUC: Produce an untracked, locked room on failure to read room from storage (#1091)2018-03-12, by Kim Alvefur
-
util.async: Allow nil as a guard key2018-03-22, by Matthew Wild
-
storagemanager: Log warning on storage access outside of async contexts2018-03-22, by Matthew Wild
-
util.startup: Execute startup routine inside async context2018-03-22, by Matthew Wild
-
prosodyctl: Run commands inside async context2018-03-22, by Matthew Wild
-
util.async: Add sleep() method2018-03-22, by Matthew Wild
-
util.async: tests: ensure async.once() propagates errors2018-03-22, by Matthew Wild
-
util.async: Add once() to create temporary runners2018-03-22, by Matthew Wild
-
util.async: Add ready() to check whether running in async context2018-03-22, by Matthew Wild
-
util.pubsub: Add simple test covering publishing and retrieving an item2018-03-21, by Kim Alvefur
-
mod_roster: Use new :text_tag()2018-03-21, by Kim Alvefur
-
util.stanza: Add :text_tag(), a shortcut for adding nodes with text2018-03-21, by Kim Alvefur
-
mod_roster: Iterate over roster group items in more modern manner2018-03-21, by Kim Alvefur
-
mod_proxy65: Fix all warnings from luacheck2018-03-21, by Matthew Wild
-
mod_proxy65: Fix passing number to stanza API (thanks mimi89999)2018-03-21, by Matthew Wild
-
util.stanza: tests: Add more invalid data types and update for :text(nil) and :text("")2018-03-21, by Matthew Wild
-
util.stanza: Allow :text(nil) and :text("") as harmless nops2018-03-21, by Matthew Wild
-
util.startup: Remove unused loop variable [luacheck]2018-03-21, by Kim Alvefur
-
util.startup: Ignore various globals being read and written as part of startup [luacheck]2018-03-21, by Kim Alvefur
-
util.startup: Trim trailing whitespace [luacheck]2018-03-21, by Kim Alvefur
-
util.startup: Oops, uncomment accidentally-commented code2018-03-20, by Matthew Wild
-
prosody, prosodyctl, util.startup: Finally factor out startup-related and common code into a separate module2018-03-20, by Matthew Wild
-
util.prosodyctl: Fix getpass() for new return values of os.execute() in Lua 5.22018-03-20, by Matthew Wild
-
util.async: tests: more code re-use2018-03-19, by Matthew Wild
-
util.async: tests: luacheck-clean, fixes some actual issues2018-03-19, by Matthew Wild
-
util.async: tests: remove obsolete code and comments2018-03-19, by Matthew Wild
-
util.async: tests: slight modifications to allow more code reuse in tests2018-03-19, by Matthew Wild
-
util.async: Bump log warnings to error level2018-03-19, by Matthew Wild
-
util.async: Add some more tests for wait/done2018-03-18, by Matthew Wild
-
util.async: Split runner_continue into smaller functions for easier testing and safety2018-03-18, by Matthew Wild
-
util.stanza: Switch from asserts to if's, improve performance, errors and tests2018-03-18, by Matthew Wild
-
util.async: Remove redundant line committed by mistake (Zash, luacheck)2018-03-17, by Matthew Wild
-
util.async: tests: Ensure done() can be called before wait()2018-03-17, by Matthew Wild
-
util.async: tests: Add helper function to create mock watcher callbacks2018-03-17, by Matthew Wild
-
util.async: Trim trailing whitespace in tests [luacheck]2018-03-17, by Kim Alvefur
-
util.stanza: Test coverage of is_stanza()2018-03-17, by Kim Alvefur
-
util.format: Add test coverage for case of extra nil argument2018-03-17, by Kim Alvefur
-
util.format: Fix tests to have expected value first2018-03-17, by Kim Alvefur
-
util.async: tests: replace peeking at internal state with monitoring correct callback behaviour2018-03-17, by Matthew Wild
-
util.async: if debugging is enabled, use runner id in logs2018-03-17, by Matthew Wild
-
util.async: ensure change in e77b37de482e applies after out-of-loop resume also2018-03-17, by Matthew Wild
-
util.async: Behaviour change: continue to process queued items after errors2018-03-17, by Matthew Wild
-
util.async: Yet more tests2018-03-17, by Matthew Wild
-
util.async: Convert asserts to a return false (same as other unexpected behaviour)2018-03-17, by Matthew Wild
-
GNUMakefile: Add 'coverage' target (requires luacov and luacov-console)2018-03-17, by Matthew Wild
-
util.async: Add comment2018-03-16, by Matthew Wild
-
util.async: You can never have too many asserts!2018-03-16, by Matthew Wild
-
util.async: Ensure runner is left in correct state after out-of-main-loop error (+tests)2018-03-16, by Matthew Wild
-
util.async: Add test to ensure waiters throw an error outside async contexts2018-03-16, by Matthew Wild
-
util.async: Add tests to specifically cover error handling2018-03-16, by Matthew Wild
-
MUC: Use empty string if no subject provided (thanks pep+)2018-03-16, by Matthew Wild
-
util.async: Add tests2018-03-16, by Matthew Wild
-
util.async: Log the non-error state as well when there is an error being processed2018-03-16, by Matthew Wild
-
util.async: Bugfix, don't continue main loop while there is a pending error2018-03-16, by Matthew Wild
-
util.async: Fix order of statements so queue count makes more sense2018-03-16, by Matthew Wild
-
util.async: Log warning when unexpected state is reached2018-03-16, by Matthew Wild
-
util.async: Add per-runner ids and add runner:log() method2018-03-16, by Matthew Wild
-
util.stanza: Add stricter validation for data passed to stanza builder API2018-03-16, by Matthew Wild
-
util.stanza: Add tests ensuring support for unicode in tag/attr names2018-03-16, by Matthew Wild
-
util.stanza: Fix tests to call error_reply() correctly, and add tests to ensure it vaguely works2018-03-16, by Matthew Wild
-
mod_http: Pass util.events object to API, fixes traceback2018-03-16, by Kim Alvefur
-
mod_websocket: Transfer IP address derived by mod_http2018-03-15, by Kim Alvefur
-
mod_http: Set request.ip on all HTTP requests (moves code out of mod_bosh) (fixes #540)2018-03-15, by Kim Alvefur
-
Add makefiles compatible with BSD make2018-03-11, by Kim Alvefur
-
Rename Makefile -> GNUmakefile to reflect dependency on GNU Make2017-10-31, by Kim Alvefur
-
Merge 0.10->trunk2018-03-10, by Kim Alvefur
-
Merge 0.9->0.102018-03-10, by Kim Alvefur
-
mod_admin_telnet: Include the default path property in URL calculation (fixes #1099)2018-03-10, by Kim Alvefur
-
MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)2018-03-08, by Jonas Wielicki
-
Added tag 0.9.13 for changeset 082d127286452018-01-10, by Matthew Wild
-
mod_register_limits: Return reason for disallowing2018-03-10, by Kim Alvefur
-
mod_register_limits: Log message for white- and blacklist hits separate2018-03-10, by Kim Alvefur
-
mod_register_limits: Log a debug message when disallowing registration by ewhite- or blacklist2018-03-10, by Kim Alvefur
-
mod_register_ibr: Include reason for rejection of registration in debug log2018-03-10, by Kim Alvefur
-
luacheckrc: Ignore all unknown globals in config file (ie all settings)2018-03-09, by Kim Alvefur
-
Merge 0.10->trunk2018-03-09, by Kim Alvefur
-
mod_mam: Remove unmatched closing paren2018-03-09, by Kim Alvefur
-
mod_presence: Ignore unused argument but make note of its use elsewhere [luacheck]2018-03-09, by Kim Alvefur
-
MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)2018-03-08, by Jonas Wielicki
-
mod_mam: Add an option for whether to include 'total' counts by default in queries2018-03-07, by Kim Alvefur
-
mod_mam: Log a debug message if archive expiry has been disabled2018-03-07, by Kim Alvefur
-
Backed out changeset 97a094fdf101, interferes with 6ddddfe05a742018-03-07, by Kim Alvefur
-
mod_presence: Remove unused local [luacheck]2018-03-09, by Kim Alvefur
-
luacheckrc: Restore module semantics, but only for plugins (ignores some globals)2018-03-09, by Kim Alvefur
-
MUC: Write down which functions are exposed and thus available to other modules2018-03-09, by Kim Alvefur
-
MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)2018-03-08, by Jonas Wielicki
-
util.import: Explicitly export the global import function [luacheck]2018-03-07, by Kim Alvefur
-
.luacheckrc: Add awareness of the module:http_url API added by mod_http2018-03-07, by Kim Alvefur
-
luacheckrc: Remove allowance legacy module() related globals2018-03-07, by Kim Alvefur
-
luacheckrc: Reflow globals settings2018-03-07, by Kim Alvefur
-
MUC/lock: Fix locking timeout to account for the direction of time2018-03-07, by Kim Alvefur
-
MUC/lock: Remove redundant fallback value2018-03-07, by Kim Alvefur
-
util_pubsub_spec: Move util.pubsub import into a setup block2018-03-07, by Kim Alvefur
-
mod_adhoc: Remove unused local [luacheck]2018-03-06, by Kim Alvefur
-
spec: Trim trailing whitespace2018-03-06, by Kim Alvefur
-
Merge 0.10->trunk2018-03-06, by Kim Alvefur
-
prosodyctl: Use correct separator in chown call (fixes #1093)2018-03-02, by Kim Alvefur
-
util_pubsub_spec: Beginnings of tests for util.pubsub2018-03-03, by Kim Alvefur
-
luacheckrc: Declare known global functions in config file2018-03-01, by Kim Alvefur
-
util.logger: Import globals (fixes on Lua 5.2)2018-02-28, by Kim Alvefur
-
vairious: Add annotation when an empty environment is set [luacheck]2018-02-28, by Kim Alvefur
-
Makefile: Also package /net/resolvers2018-02-28, by Michel Le Bihan
-
util.logger: New method 'add_simple_sink', logger.add_simple_sink(print) works2018-02-27, by Matthew Wild
-
server_epoll: Onconnect should happen before first attempt to write to socket2018-02-26, by Kim Alvefur
-
net.http: Refactor to use new net.connect API, brings support for async DNS2018-02-26, by Matthew Wild
-
net.connect: Fix to store correct parameter2018-02-26, by Matthew Wild
-
net.connect: Improve error message2018-02-26, by Matthew Wild
-
net.connect: Handle immediate failures of server.addclient2018-02-26, by Matthew Wild
-
net.connect: Handle case when resolver runs out of targets2018-02-26, by Matthew Wild
-
net.connect: Track last connection error2018-02-26, by Matthew Wild
-
mod_s2s: Don't use string concatenation when passing values to logging2018-02-25, by Kim Alvefur
-
util.ringbuffer: Add method for discarding buffered data without returning it to lua2018-02-24, by Kim Alvefur
-
util.ringbuffer: Add various comments2018-02-24, by Kim Alvefur
-
net.server_epoll: Spelling writeable -> writable2018-02-24, by Kim Alvefur
-
net.server_epoll: Call onconnect listener on first successful read or write2018-02-24, by Kim Alvefur
-
Merge 0.10->trunk2018-02-24, by Kim Alvefur
-
mod_mam: Implement option to enable MAM implicitly when client support is detected (#867)2018-02-21, by Kim Alvefur
-
mod_storage_sql: Catch and report value deserialization errors2018-02-24, by Kim Alvefur
-
net.connect: Default to *a pattern if none provided2018-02-23, by Matthew Wild
-
net.http: Rename handler to conn, for consistency with all our other code2018-02-23, by Matthew Wild
-
net.http: Remove use of 'conn' (raw socket object returned by addclient)2018-02-23, by Matthew Wild
-
moduleapi: Remove unused and undocumented :has_feature and :has_identity2018-02-23, by Kim Alvefur
-
doc: Add template / API specification for net.server (thanks Daurnimator)2018-02-23, by Kim Alvefur
-
net.connect: New API for outgoing connections, based on 'service resolvers'2018-02-23, by Matthew Wild
-
net.server_event: Not every instantly-readable connection is an error, continue if possible2018-02-23, by Matthew Wild
-
net.server_event: Better outgoing connection error handling2018-02-23, by Matthew Wild
-
net.server_select: Better detection of errors for outgoing connections2018-02-23, by Matthew Wild
-
MUC: Emit 333 status code on presence as per XEP-0045 1.30 (fixes #1087)2018-02-23, by Jonas Wielicki
-
MUC: Treat missing type and type=normal the same2017-10-20, by Kim Alvefur
-
mod_bosh: Return implicit 404 instead of the proper BOSH terminate thing2017-12-27, by Kim Alvefur
-
mod_bosh: Limit stream to current host (fixes #371)2017-12-13, by Kim Alvefur
-
mod_bosh: Make into a normal module (fixes #402)2017-12-13, by Kim Alvefur
-
util.set: Add a __name field to metatable2018-02-16, by Kim Alvefur
-
util.array: Add a __name field to metatable2018-02-16, by Kim Alvefur
-
util.stanza: Change __type to __name as this is used by Lua 5.3 in some error reporting functions2018-02-16, by Kim Alvefur
-
MUC: Prevent traceback in case of no history items to serialize (fixes #1083)2018-02-15, by Kim Alvefur
-
Merge 0.10->trunk2018-02-04, by Kim Alvefur
-
mod_dialback: Ignore unused arguments [luacheck]2018-02-04, by Kim Alvefur
-
mod_dialback: Expand abbrevation2018-02-04, by Kim Alvefur
-
mod_dialback: Split long line [luacheck]2018-02-04, by Kim Alvefur
-
mod_dialback: Use renamed API for hooking non-stanza tags2018-02-04, by Kim Alvefur
-
mod_saslauth: Ignore unused argument [luacheck]2018-02-04, by Kim Alvefur
-
mod_saslauth: Use renamed API for hooking non-stanzas2018-02-04, by Kim Alvefur
-
mod_saslauth: Pass SASL EXTERNAL failure reason on to be used in error bounces2018-02-04, by Kim Alvefur
-
mod_saslauth: Close connection if no fallback kicks in on SASL EXTERNAL failure2018-02-03, by Kim Alvefur
-
mod_component: Advertise disco#info in fallback handling of disco#info query (fixes #1062)2018-01-06, by Kim Alvefur
-
server_epoll: Restore mark on connections which had the onconnect handler called so it is only done once2018-02-03, by Kim Alvefur
-
server_epoll: Rework how socket readyness is detected2018-02-02, by Kim Alvefur
-
mod_pubsub: Ignore unused parameter [luacheck]2018-02-02, by Matthew Wild
-
mod_pubsub: Add nodestore to service configuration2018-02-02, by Matthew Wild
-
mod_pubsub: Some variable renames for clarity2018-02-02, by Matthew Wild
-
util.pubsub: Support a 'nodestore' for persisting nodes (same API as kv stores)2018-02-02, by Matthew Wild
-
util.pubsub: Move service methods object creation (just code reorganisation)2018-02-02, by Matthew Wild
-
util.pubsub: For clarity, split config tables from their metatables2018-02-01, by Matthew Wild
-
CHANGES: Mention PubSub persistence2017-12-30, by Kim Alvefur
-
CHANGES: Mention move to Busted for tests2017-12-30, by Kim Alvefur
-
Merge 0.10->trunk2017-12-29, by Kim Alvefur
-
Merge 0.10->trunk2017-12-28, by Kim Alvefur
-
certmanager: Check for missing certificate before key in configuration (should be marginally less confusing)2017-12-28, by Kim Alvefur
-
mod_bosh: Use module API to fire events2017-12-13, by Kim Alvefur
-
mod_bosh: Use moduleapi logger2017-12-13, by Kim Alvefur
-
mod_bosh: Rename variable to avoid name clash [luacheck]2017-12-13, by Kim Alvefur
-
mod_bosh: Ignore unused argument [luacheck]2017-12-13, by Kim Alvefur
-
mod_bosh: Remove unused variable [luacheck]2017-12-13, by Kim Alvefur
-
mod_register_ibr: Allow modules that do pre-registration checks to specify a reason for rejection2017-12-26, by Kim Alvefur
-
moduleapi: Warn if a module being loaded as a dependency has been disabled2017-12-26, by Kim Alvefur
-
MUC: Hook the correct event2017-12-23, by Kim Alvefur
-
mod_register_ibr: Split out throttling and IP limitations into mod_register_limits (#723)2017-12-09, by Kim Alvefur
-
mod_register: Split into mod_register_ibr and mod_user_account_management (#723)2017-10-07, by Kim Alvefur
-
mod_s2s: Remove tostring() in logging since this is handled by util.format now2017-12-21, by Kim Alvefur
-
MUC: Check delay tags when they are received instead of when they are sent2017-12-21, by Kim Alvefur
-
MUC: Move delayed delivery check into an event handler2017-12-21, by Kim Alvefur
-
Merge 0.10->trunk2017-12-22, by Kim Alvefur
-
mod_saslauth: Log which mechanisms are offered2017-12-21, by Kim Alvefur
-
mod_storage_sql: Index over contact and timestamp (happy now Ge0rg?)2017-12-12, by Kim Alvefur
-
Merge 0.9->0.102017-12-10, by Kim Alvefur
-
MUC: Rename variable to make it clearer that it is the room JID and not the MUC host 0.9.132017-12-10, by Kim Alvefur
-
MUC: Ensure that <delay/> elements which match our from are stripped (fixes #1055)2017-12-09, by Jonas Wielicki
-
MUC: fix the @from on <delay/> in history replay (fixes #1054)2017-12-09, by Jonas Wielicki
-
util_throttle_spec: Fix minor typo in test title2017-12-21, by Waqas Hussain
-
adhoc.lib: Rename other variable to avoid name clash [luacheck]2017-12-12, by Kim Alvefur
-
Backed out changeset 84c117cdd048, broke things2017-12-12, by Kim Alvefur
-
mod_storage_sql: Remove ability to override name of key-value table (unreachable and would not work)2017-12-11, by Kim Alvefur
-
util.ip: Remove redundant caching of method output (supposed to be done in ab9ddfb03d4d but lost somehow)2017-12-09, by Kim Alvefur
-
util.ip: Convert the correct IP to IPv6-mapped for comparison (fixes traceback, possibly invalid result)2017-12-09, by Kim Alvefur
-
Merge 0.10->trunk2017-12-09, by Kim Alvefur
-
Merge 0.9->0.102017-12-09, by Kim Alvefur
-
MUC: Always send subject message, even if it is empty (fixes #1053)2017-12-09, by Kim Alvefur
-
mod_register: Include the session and its IP address in user-registering event, so that plugins can use this2017-12-08, by Kim Alvefur
-
mod_s2s: Restructure some code2017-12-05, by Kim Alvefur
-
mod_s2s: Remove unused argument [luacheck]2017-12-05, by Kim Alvefur
-
mod_s2s: Remove unused local [luacheck]2017-12-05, by Kim Alvefur
-
mod_adhoc: Rename variable to avoid name clash [luacheck]2017-12-05, by Kim Alvefur
-
mod_adhoc/adhoc.lib: Rename variable to avoid name clash [luacheck]2017-12-05, by Kim Alvefur
-
mod_dialback: Use non-deprecated API2017-12-05, by Kim Alvefur
-
mod_dialback: Split long line [luacheck]2017-12-05, by Kim Alvefur
-
Merge 0.10->trunk2017-12-05, by Kim Alvefur
-
DEPENDS: Change link to https2017-12-05, by Kim Alvefur
-
mod_limits: Fix typo in comment2017-12-05, by Kim Alvefur
-
mod_register: Support CIDR notation in white-/blacklists (closes #941)2017-12-01, by Kim Alvefur
-
util.crand: Return early if a zero bytes are requested2017-12-03, by Kim Alvefur
-
spec/util.random: Check a larger range of sizes2017-12-03, by Kim Alvefur
-
util.crand: Throw an error for sizes smaller than 1 byte2017-12-03, by Kim Alvefur
-
util.crand: Make it possible to use arc4random on Linux (needs libbsd)2017-12-03, by Kim Alvefur
-
util.crand: Use a small buffer on the stack for small pieces of random, should be faster2017-12-03, by Kim Alvefur
-
util.crand: Remove unneeded cast2017-12-03, by Kim Alvefur
-
util.crand: Silence signedness warning2017-12-03, by Kim Alvefur
-
util.crand: Only keep return value of getrandom() as the others don't return partial results2017-12-02, by Kim Alvefur
-
util.crand: Try getrandom() again until buffer is filled2017-12-02, by Kim Alvefur
-
net.websocket.frames: Ignore Lua 5.3-only fields [luacheck]2017-12-02, by Kim Alvefur
-
util.ip: Do equality checking by comparing packed representation to avoid any variations2017-12-01, by Kim Alvefur
-
Merge 0.10->trunk2017-12-01, by Kim Alvefur
-
util.ip: Add CGNAT network range reserved in RFC 65982017-12-01, by Kim Alvefur
-
util.ip: Do exact match for longer bit counts than available2017-12-01, by Kim Alvefur
-
util.ip: Do CIDR matching by comparing all bits at once instead of using O(n) function2017-12-01, by Kim Alvefur
-
util.ip: Cache return values of all methods in one place2017-12-01, by Kim Alvefur
-
util.ip: Instantiate various addresses used for comparisons once2017-12-01, by Kim Alvefur
-
util.ip: Simplify creation of IPv6-mapped IPv4 addresses2017-12-01, by Kim Alvefur
-
util.ip: Add a method returning a normalized IP address2017-12-01, by Kim Alvefur
-
util.ip: Simplify bitstring method2017-12-01, by Kim Alvefur
-
util.ip: Make bit string function into a method2017-12-01, by Kim Alvefur
-
util.ip: Parse IP address using inet_pton2017-12-01, by Kim Alvefur
-
util.ip: Reflow module export table2017-12-01, by Kim Alvefur
-
util.ip: Reflow metatable2017-12-01, by Kim Alvefur
-
net.dns: Use inet_ntop from util.net if available2017-11-29, by Kim Alvefur
-
util.net: Add bindings to inet_ntop and inet_pton2017-11-26, by Kim Alvefur
-
util.crand: Add comments about defines2017-11-30, by Kim Alvefur
-
util.crand: Apply formatter2017-11-30, by Kim Alvefur
-
util.crand: Reorder includes so system ones are first2017-11-30, by Kim Alvefur
-
util.crand: Always include stdlib to be sure __GLIBC_PREREQ is defined2017-11-30, by Kim Alvefur
-
net.dns: Don't compress a single zero group in IPv6 addresses to match behaviour of inet_ntop2017-12-01, by Kim Alvefur
-
util.signal: Fix loop (fixes #1047)2017-11-30, by Kim Alvefur
-
prosodyctl: Fix traceback with lfs < 1.6.2 and show warning2017-11-30, by Matthew Wild
-
util.template: Use util.envload instead of loadstring which is deprecated in Lua 5.22017-11-23, by Kim Alvefur
-
util.format: Import unpack from table lib in Lua 5.2+2017-11-23, by Kim Alvefur
-
util.envload: Ignore "undefined variable" warning for loadstring [luacheck with strict 5.2 or 5.3 checks]2017-11-23, by Kim Alvefur
-
Merge 0.10->trunk2017-11-23, by Kim Alvefur
-
util.signal: Use a static array to keep track of pending signals (fixes #1029)2017-11-14, by Kim Alvefur
-
spec/net.http.server: Add test for #10442017-11-22, by Kim Alvefur
-
Merge 0.10->trunk2017-11-22, by Kim Alvefur
-
util.helpers: Handle missing priorities, happens due to wildcard magic in net.http.server (fixes #1044)2017-11-22, by Kim Alvefur
-
Merge 0.10->trunk2017-11-21, by Kim Alvefur
-
mod_storage_sql: Add indices that include the with and when columns of archives2017-11-21, by Kim Alvefur
-
util.async: Fix thread check to work correctly in Lua 5.22017-11-21, by Kim Alvefur
-
util.async: Factor out thread check into a function2017-11-21, by Kim Alvefur
-
Merge 0.10->trunk2017-11-20, by Kim Alvefur
-
certmanager: Set single curve conditioned on LuaSec advertising EC crypto support2017-11-19, by Kim Alvefur
-
certmanager: Filter out curves not supported by LuaSec2017-11-19, by Kim Alvefur
-
certmanager: Change table representing LuaSec capabilities to match capabilities table exposed in LuaSec 0.72017-11-19, by Kim Alvefur
-
mod_storage_internal: Skip write if no items matched a deletion query2017-11-19, by Kim Alvefur
-
util.pubsub: Recreate itemstore if persist_items changes or resize it if max_items changes2017-11-09, by Kim Alvefur
-
mod_pubsub: Allow itemstore to override item ids2017-11-09, by Kim Alvefur
-
mod_pubsub/archive_itemstore: Support resize operation2017-11-09, by Kim Alvefur
-
util.cache: Call on-eviction callback when shrinking2017-11-18, by Kim Alvefur
-
util.cache: Add a method to resize the cache2017-11-18, by Kim Alvefur
-
util.cache: Add method for removing all data (does not call eviction callback)2017-11-06, by Kim Alvefur
-
mod_storage_sql: Add support for truncating deletion2017-11-09, by Kim Alvefur
-
mod_storage_internal: Optimize truncation2017-11-10, by Kim Alvefur
-
mod_storage_internal: Allow truncating deletion at the beginning or end of an archive store2017-11-09, by Kim Alvefur
-
util.datetime: Add tests2017-11-19, by Kim Alvefur
-
mod_debug_sql: Declare itself as global module2017-11-18, by Kim Alvefur
-
Merge 0.10->trunk2017-11-10, by Kim Alvefur
-
util: Ignore some Lua 5.1 vs 5.2 compat things [luacheck]2017-11-10, by Kim Alvefur
-
mod_c2s: Set a default value for c2s_timeout (fixes #1036)2017-11-10, by Kim Alvefur
-
MUC: Cache names of public rooms on eviction2017-11-09, by Kim Alvefur
-
MUC: Measure rate of room eviction2017-11-09, by Kim Alvefur
-
MUC: Tweak debug log message2017-11-09, by Kim Alvefur
-
net.server_event: Split long line [luacheck]2017-11-10, by Kim Alvefur
-
util.format: Move tests to spec/2017-11-10, by Kim Alvefur
-
util: Various minor changes to please [luacheck]2017-11-10, by Kim Alvefur
-
luacheckrc: Ignore long commets (e.g. license in util.sasl)2017-11-10, by Kim Alvefur
-
util.sql: Discard useless substitution count from string.gsub in SQL debug logs2017-11-08, by Kim Alvefur
-
Merge 0.10->trunk2017-11-07, by Kim Alvefur
-
util.sql: Return an error message when a SQL commit fails (LuaDBI doesn't) (Thanks Ge0rG)2017-11-07, by Kim Alvefur
-
mod_pep_plus: Broadcast only the last item (thanks lovetox)2017-11-07, by Kim Alvefur
-
util.pubsub: Add method for retreiving the last item (useful for sending on subscribe)2017-11-06, by Kim Alvefur
-
mod_pubsub: Add a tail method (like util.cache) to archive_itemstore2017-11-06, by Kim Alvefur
-
mod_pubsub: Update node config names (should have been in 2abbb01cd756) (thanks lovetox)2017-11-06, by Kim Alvefur
-
spec/util.encodings: Test a lonly padding (can appear like this in SASL)2017-11-03, by Kim Alvefur
-
spec/util.encodings: Test an UTF-8 sequence2017-11-03, by Kim Alvefur
-
spec/util.encodings: Fix syntax2017-11-03, by Kim Alvefur
-
spec/util.encodings: Remove workaround for a thing2017-11-03, by Kim Alvefur
-
Merge 0.10->trunk2017-11-03, by Kim Alvefur
-
util.termcolours: Split a long line [luacheck]2017-11-03, by Kim Alvefur
-
spec/util.encodings: Add some base64 tests (Thanks Link Mavue)2017-11-03, by Kim Alvefur
-
Merge 0.10->trunk2017-10-29, by Kim Alvefur
-
man prosodyctl: Highlight subcommands2017-10-23, by Kim Alvefur
-
mod_http_errors: Use util.interpolation to render HTML template2017-10-27, by Kim Alvefur
-
mod_http_errors: Set Content-Type header to HTML (fixes #1030)2017-10-27, by Kim Alvefur
-
net.http.server: Include response object in most http-error events2017-10-27, by Kim Alvefur
-
rostermanager: Log warning if removal self-contact failed2017-10-28, by Kim Alvefur
-
rostermanager: Use internal method for storing removal of self-contact2017-10-28, by Kim Alvefur
-
rostermanager: Demote warning to debug message2017-10-28, by Kim Alvefur
-
rostermanager: Capitalize log message2017-10-28, by Kim Alvefur
-
rostermanager: Remove self-contact entry (fixes #933)2017-09-19, by Emmanuel Gil Peyrot
-
rostermanager: Simplify logging.2017-09-19, by Emmanuel Gil Peyrot
-
loggingmanager: Make timestamps enabled by default in file sink (fixes #1004)2017-10-26, by Kim Alvefur
-
mod_carbons: Synthesize a 'to' attribute for carbons of stanzas to "self" (fixes #956)2017-10-26, by Kim Alvefur
-
mod_mam: Load archiving preferes for offline users (fixes #1024)2017-10-17, by Kim Alvefur
-
mod_storage_xep0227: Ignore unused 'self' argument [luacheck]2017-10-25, by Kim Alvefur
-
mod_storage_xep0227: Add roster storage (fixes #1023)2017-10-19, by Kim Alvefur
-
mod_storage_xep0227: Correctly report that only key-value stores are supported2017-10-19, by Kim Alvefur
-
Merge 0.10->trunk2017-10-24, by Kim Alvefur
-
mod_stanza_debug: Logs full stanzas sent and received for debugging purposes2017-10-23, by Kim Alvefur
-
Makefile: Tell busted to use the configured Lua version (or C modules won't load)2017-10-22, by Kim Alvefur
-
hgignore: Stop ignoring *.report, these are no longer created since switching to busted2017-10-22, by Kim Alvefur
-
mod_uptime: Remove unused arguments [luacheck]2017-10-20, by Kim Alvefur
-
util.pubsub: Return an empty list if specific item asked for does not exist (thanks jonasw)2017-10-18, by Kim Alvefur
-
mod_pep_plus: Fix a typo.2017-10-18, by Emmanuel Gil Peyrot
-
mod_pep_plus: Use feature detection from pubsub.lib2017-10-18, by Kim Alvefur
-
mod_pubsub: Move service feature dection to pubsub.lib to allow reuse2017-10-18, by Kim Alvefur
-
mod_pep_plus, mod_pubsub: Remove unused reference to pubsub.lib handlers [luacheck]2017-10-18, by Kim Alvefur
-
mod_pubsub: Use correct variable name [luacheck]2017-10-18, by Kim Alvefur
-
mod_pubsub: Add support for Create and Configure2017-10-18, by Kim Alvefur
-
mod_pubsub: Fix namespace conflict with the pubsub#owner namespace2017-10-18, by Kim Alvefur
-
mod_pep_plus: Use dispatch function from pubsub.lib2017-10-18, by Kim Alvefur
-
mod_pubsub: Move dispatch function into pubsub.lib2017-10-18, by Kim Alvefur
-
mod_pep_plus: Advertise additional features not covered by inspection of pubsub service methods2017-10-17, by Kim Alvefur
-
mod_pep_plus: Fix feature mapping here too (see 29ef191c7bf9)2017-10-17, by Kim Alvefur
-
mod_pep: Advertise pubsub features that I believe to be implented2017-10-17, by Kim Alvefur
-
mod_pep: Remove disco identity and feature from the host (changed in XEP-0163 version 1.2)2017-10-17, by Kim Alvefur
-
mod_pubsub: Fix feature advertising of config-node and retrieve-default2017-10-17, by Kim Alvefur
-
mod_pubsub: Remove expose_publisher argument since it is handled in broadcaster2017-10-16, by Kim Alvefur
-
util.pubsub: Remove inclusion of publisher2017-10-16, by Kim Alvefur
-
mod_pubsub: Fix typo in import2017-10-15, by Kim Alvefur
-
mod_pubsub: Don't log private data2017-10-15, by Kim Alvefur
-
util.debug: Produce a sensible name for nameless upvalues to C functions2017-10-15, by Kim Alvefur
-
mod_pep_plus: Advertise nodes with the correct JID (missed in ec605946e597) (thanks lovetox)2017-10-13, by Kim Alvefur
-
mod_pep_plus: Make node persistence configurable via pubsub#persist_items2017-10-11, by Kim Alvefur
-
mod_pep_plus: Advertise pubsub features in disco#info (code adapted from mod_pubsub)2017-10-11, by Kim Alvefur
-
mod_pubsub, mod_pep_plus: Rename simple_itemstore to reflect that it's based on archive storage2017-10-11, by Kim Alvefur
-
mod_pubsub: Make sure that a dataform is given to configure2017-10-11, by Kim Alvefur
-
util.pubsub: Return item-not-found if a single item is requested, and not there2017-10-09, by Kim Alvefur
-
mod_pep_plus: Add missing variable2017-10-09, by Kim Alvefur
-
net.server_event: Add "libevent" to backend description2017-10-09, by Kim Alvefur
-
mod_pubsub: Hide item persistence behind option (at least until affiliations are also persisted)2017-10-09, by Kim Alvefur
-
util.pubsub: Clear data on node deletion2017-10-08, by Kim Alvefur
-
mod_pubsub: Restore persistence with one archive per node2017-10-08, by Kim Alvefur
-
mod_storage_internal: Add more extensive query support to archive:delete method2017-10-08, by Kim Alvefur
-
mod_storage_internal: Add support for archive key deduplication (like mod_storage_sql)2017-10-08, by Kim Alvefur
-
mod_pubsub: Remove use of non-existent fields2017-10-08, by Kim Alvefur
-
mod_pep_plus: Update subscriptions for other local users only2017-10-08, by Kim Alvefur
-
mod_pep_plus: Keep track of nodes, and restore them when later2017-10-08, by Kim Alvefur
-
mod_pep_plus: Use local username instead of bare JID for references2017-10-08, by Kim Alvefur
-
mod_pep_plus: Skip over roster metadata (version, pending) entry2017-10-08, by Kim Alvefur
-
mod_pep_plus: Rename variable for clarity2017-10-08, by Kim Alvefur
-
mod_pubsub: Workaround some storage modules without archive key deduplication2017-10-08, by Kim Alvefur
-
mod_pubsub: Ignore unused 'self' since the data used is an upvalue [luacheck]2017-10-08, by Kim Alvefur
-
mod_pep_plus, mod_pubsub: Store node content in separate archive stores2017-10-07, by Kim Alvefur
-
util.datamanager: Encode the 'store' path component, preserving underscores2017-10-08, by Kim Alvefur
-
mod_pubsub: Add method to clear data from a simple_itemstore2017-10-07, by Kim Alvefur
-
util.pubsub: Clear data store if it supports being cleared, otherwise fall back to creating a new one2017-10-07, by Kim Alvefur
-
mod_pubsub: Remove workaround for SQL issue (fixed in becb593ed86d)2017-10-07, by Kim Alvefur
-
mod_pubsub: Correct traceback in loop invocation (data is the iterator, does not return one)2017-10-07, by Kim Alvefur
-
Merge 0.10->trunk2017-10-05, by Kim Alvefur
-
mod_storage_sql: Also clear the prosodyarchive table when an user is deleted (fixes #1009)2017-10-05, by Kim Alvefur
-
mod_storage_sql: Remove return values from purge method2017-10-05, by Kim Alvefur
-
util.encodings: Use the 'idx' argument correctly [-Wunused-parameter]2017-10-05, by Kim Alvefur
-
Merge 0.10->trunk2017-10-04, by Kim Alvefur
-
CHANGES: Correct date using the power hindsight2017-10-04, by Kim Alvefur
-
util.sql: Don't log at error level if a transaction failed and was retried ok2017-10-04, by Matthew Wild
-
Added tag 0.10.0 for changeset 39966cbc29f42017-09-28, by Matthew Wild
-
Merge 0.10->trunk2017-09-29, by Kim Alvefur
-
configure: Remove unused OS and architecture detection that would most likely fail on systems without gcc2017-09-28, by Kim Alvefur
-
configure: Remove unused "require config" option2017-09-28, by Kim Alvefur
-
configure: Add new but undocumented flags to --help2017-09-28, by Kim Alvefur
-
configure: Set runtime in debian preset to allow building without interperter installed2017-09-28, by Kim Alvefur
-
net.adns: Import setmetatable into a local (fixes traceback on Lua 5.2)2017-09-27, by Kim Alvefur
-
prosodyctl: Abort and warn if the config can't be opened after dropping root privileges (fixes #990)2017-09-27, by Kim Alvefur
-
mod_blocklist: Drop messages to existing full JIDs in order to prevent issues with MUC PMs, fixes #6902017-09-27, by Kim Alvefur
-
prosodyctl: cert import: Reuse function from certmanager for locating certificates and keys2017-09-27, by Kim Alvefur
-
prosody.cfg.lua.dist: Correct mod_websockets to mod_websocket2017-09-27, by Kim Alvefur
-
util.throttle: Remove unused import of floor() [luacheck]2017-09-26, by Matthew Wild
-
Merge 0.10->trunk2017-09-26, by Matthew Wild
-
mod_limits: Handle fractional outstanding balance values (caused by e3f7b6fa46ba)2017-09-26, by Matthew Wild
-
Merge 0.10->trunk2017-09-26, by Matthew Wild
-
mod_s2s: Use a separate resolver object for each outgoing session2017-09-25, by Matthew Wild
-
net.adns: Restructure to allow creating separate resolver objects, like net.dns2017-09-25, by Matthew Wild
-
prosodyctl check: Fix traceback when no modules_enabled are defined (e.g., a completely empty config)2017-09-24, by Waqas Hussain
-
prosody: Tiny whitespace fix2017-09-24, by Kim Alvefur
-
net.dns: Correctly apply lower bound of RTT (thanks Ge0rG)2017-09-23, by Kim Alvefur
-
prosody.cfg.lua.dist: Improve certificates comment2017-09-23, by Matthew Wild
-
prosody.cfg.lua.dist: Further tweaks in preparation for 0.10.02017-09-23, by Matthew Wild
-
certmanager: Add debug logging (thanks av6)2017-09-23, by Matthew Wild
-
prosody.cfg.lua.dist: Update in preparation for 0.10.0 release2017-09-23, by Matthew Wild
-
mod_server_contact_info: Import from prosody-modules 2c59f2f0c37d (fixes #778)2017-09-23, by Matthew Wild
-
mod_limits: Import from prosody-modules 2c59f2f0c37d (fixes #129)2017-09-23, by Matthew Wild
-
util.dataforms: Don't include list options in result forms (fixes #983)2017-09-23, by Matthew Wild
-
Merge 0.10->trunk2017-09-21, by Kim Alvefur
-
mod_mam: Also return the preferences on set2017-09-19, by Emmanuel Gil Peyrot
-
hostmanager: Add support for 'disco_hidden' option to hide hosts from disco#items (thanks Ge0rG)2017-09-20, by Matthew Wild
-
mod_mam: Log a message when not archiving because it only had ignored tags2017-09-18, by Kim Alvefur
-
prosodyctl: cert import: Use env variable set by certbot if invoked as post-renew hook2017-09-18, by Kim Alvefur
-
prosodyctl: Only demand a hostname argument to cert commands other than import2017-09-18, by Kim Alvefur
-
prosodyctl: Use all enabled hosts if no hostnames passed to cert import2017-09-18, by Kim Alvefur
-
util_throttle_spec: Slight stylistic update for function test group titles2017-09-17, by Waqas Hussain
-
.hgignore: Add luacov.report.out, luacov.report.out.index and luacov.stats.out2017-09-17, by Waqas Hussain
-
Merge 0.10->trunk2017-09-16, by Kim Alvefur
-
util.random: Add a _source field to match util.crand2017-09-16, by Kim Alvefur
-
util.random: Remove obsolete noop seed function2017-09-16, by Kim Alvefur
-
spec/util_queue: Add iterator and peek tests for 100% line coverage2017-09-16, by Matthew Wild
-
.luacheckrc: Add busted globals for spec/* (thanks av6!)2017-09-16, by Matthew Wild
-
Makefile: Update `make test` to use the "busted" test runner2017-09-16, by Waqas Hussain
-
util.async: Fix documentation URL2017-09-15, by Waqas Hussain
-
Port tests to the `busted` test runner2017-09-15, by Waqas Hussain
-
Merge 0.10->trunk2017-09-14, by Kim Alvefur
-
Merge 0.9->0.102017-09-14, by Kim Alvefur
-
mod_c2s: Iterate over child tags instead of child nodes in stream error (fixes traceback from #987)2017-09-13, by Kim Alvefur
-
mod_mam: Log a message in case archive deletion is not supported by the storage module in use2017-09-12, by Kim Alvefur
-
mod_mam: Use a FIFO queue for scheduling archive expiry2017-09-12, by Kim Alvefur
-
core.loggingmanager: Remove now unused locals [luacheck]2017-09-11, by Kim Alvefur
-
loggingmanager, mod_posix: Import util.format correctly (fixes #985)2017-09-11, by Kim Alvefur
-
loggingmanager: Slight cleanup and optimization of file sink2017-09-10, by Waqas Hussain
-
loggingmanager, mod_posix: Replace the old inconsistent log formatting with the new util.format2017-09-10, by Waqas Hussain
-
util.format: A string.format wrapper that gracefully handles invalid arguments2017-09-10, by Waqas Hussain
-
util.dependencies: Add comment about LuaSec compat2017-07-25, by Kim Alvefur
-
util.dependencies: Add compatibility code for LuaSocket no longer exporting as a global2017-07-25, by Kim Alvefur
-
mod_saslauth: Use correct varible name (thanks Roi)2017-07-08, by Kim Alvefur
-
mod_pubsub: Comment out data persistence for now (weird without config persistence)2017-09-13, by Kim Alvefur
-
util.pubsub: Don't record publisher when superuser privileges are used (eg by modules)2017-07-29, by Kim Alvefur
-
mod_pubsub: Store data in users store, node in 'with' metadata field2017-04-26, by Kim Alvefur
-
mod_pubsub: Pass 'user' to simple_itemstore2017-04-26, by Kim Alvefur
-
util.pubsub: Catch overriden id from storage2017-04-26, by Kim Alvefur
-
mod_pubsub: Pass xmlns correctly2017-04-26, by Kim Alvefur
-
mod_pep_plus: Add item persistency.2017-04-15, by Emmanuel Gil Peyrot
-
mod_pep_plus: Fix all of the warnings [luacheck]2017-04-15, by Emmanuel Gil Peyrot
-
mod_pubsub: Add item persistence using mod_storage_*’s archive store.2017-04-15, by Emmanuel Gil Peyrot
-
util.pubsub: Add the publisher as an attribute in the item element.2017-04-02, by Emmanuel Gil Peyrot
-
util.pubsub: Add a node parameter to itemstore().2017-04-02, by Emmanuel Gil Peyrot
-
mod_pubsub: Fix a few warnings [luacheck]2017-04-14, by Emmanuel Gil Peyrot
-
tests: Add failing tests for util.async2017-09-12, by Matthew Wild
-
Merge 0.10->trunk2017-09-04, by Kim Alvefur
-
mod_mam: Factor out <stanza-id> stripping so it can be reused in two places2017-09-03, by Kim Alvefur
-
mod_mam: Clone stanza before stripping stanza id after carbons2017-09-03, by Kim Alvefur
-
man/prosodyctl.markdown: Reflow2017-09-02, by Kim Alvefur
-
man prosodyctl: Add text about the `cert import` command2017-09-02, by Kim Alvefur
-
Merge 0.10->trunk2017-08-29, by Kim Alvefur
-
prosody, prosodyctl: Fix traceback if ssl config is missing (thanks lookshe and sol)2017-08-29, by Kim Alvefur
-
Merge 0.10->trunk2017-08-28, by Kim Alvefur
-
net.http: Add option for disabling TLS certifictate validation2017-07-07, by Kim Alvefur
-
net.http: Validate HTTPS certificates (fixes #659)2017-07-07, by Kim Alvefur
-
prosody, prosodyctl: Set up TLS settings for HTTPS requests in net.http (part of fix for #659)2017-07-07, by Kim Alvefur
-
net.http: Move default SSL/TLS settings into options, allowing them to be overriden in new()2017-07-07, by Kim Alvefur
-
net.http: Expose defaults2017-07-07, by Kim Alvefur
-
net.http: Remove duplicate 'request' entry2017-07-07, by Kim Alvefur
-
mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961)2017-07-25, by Kim Alvefur
-
core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512)2017-07-28, by Kim Alvefur
-
MUC: Use variable that actually exists (thanks Martin)2017-08-06, by Kim Alvefur
-
prosodyctl: Skip certificate checks for hosts of the form node@host (fixes #779)2017-08-04, by Kim Alvefur
-
net.websocket: Remove stray module api reference, shouldn't be used in here2017-07-30, by Kim Alvefur
-
mod_disco: Advertise in stream-features after auth (probably what was meant in 200f1f6306a7) (fixes #957)2017-07-27, by Kim Alvefur
-
MUC: Reject whitespace-only nicknames (fixes #337)2017-07-20, by Kim Alvefur
-
util.sql: Greedily read all rows so we can close queries early (fixes #391)2017-08-04, by Matthew Wild
-
Merge 0.10 -> trunk2017-07-28, by Matthew Wild
-
sessionmanager: Revert session.type if binding fails due to roster load error2017-07-28, by Matthew Wild
-
mod_register: Add ::1 to the default registration_whitelist.2017-07-16, by Emmanuel Gil Peyrot
-
mod_bosh: Add ::1 to the default trusted_proxies.2017-07-16, by Emmanuel Gil Peyrot
-
Merge 0.10->trunk2017-07-06, by Kim Alvefur
-
MUC: Include a human-readable message when denying room creation because of restrict_room_creation2017-07-06, by Kim Alvefur
-
MUC: Log debug message when restoring a room from storage2017-07-06, by Kim Alvefur
-
prosodyctl: Make `cert check` do the same as `check certs`2017-07-06, by Kim Alvefur
-
MUC: Add some comments attempting to explain what presence and <x> tag goes where2017-07-06, by Kim Alvefur
-
MUC: Include status code 110 on affiliation changes (see #765)2017-07-06, by Kim Alvefur
-
MUC: Include status code 110 on role change notifications (fixes #765))2017-07-06, by Kim Alvefur
-
mod_storage_internal: Return a noop iterator if archive is empty (fixes #920)2017-07-05, by Kim Alvefur
-
mod_mam: Request a total count if no items are requested2017-07-05, by Kim Alvefur
-
man prosodyctl: Mention the --root flag2017-07-01, by Kim Alvefur
-
Backed out changeset a6574fdf8734, violates XEP-00452017-07-03, by Kim Alvefur
-
MUC: Only send status code 307 to the user being kicked, not everyone (fixes #939)2017-06-25, by Kim Alvefur
-
Merge 0.10->trunk2017-06-13, by Kim Alvefur
-
mod_posix: Ignore currently unused argument [luacheck]2017-06-13, by Kim Alvefur
-
mod_posix: Split long line [luacheck]2017-06-13, by Kim Alvefur
-
Merge 0.10->trunk2017-06-13, by Kim Alvefur
-
Merge 0.9->0.102017-06-13, by Kim Alvefur
-
net.dns: Prevent answers from immediately expiring even if TTL=0 (see #919)2017-06-13, by Kim Alvefur
-
Merge 0.10->trunk2017-06-01, by Kim Alvefur
-
Merge 0.9->0.102017-06-01, by Kim Alvefur
-
mod_welcome: Return the pointer to the root of the stanza, fixes a bug similar to #922.2017-05-30, by Emmanuel Gil Peyrot
Scroll all the way down to load more.