Software /
code /
prosody
Graph
-
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
-
certmanager: Update the 'certificates' option after the config has been reloaded (fixes #929)2017-06-01, by Kim Alvefur
-
configmanager: Remove unused local [luacheck]2017-05-28, by Kim Alvefur
-
Merge 0.10->trunk2017-05-27, by Kim Alvefur
-
Merge 0.9->0.102017-05-27, by Kim Alvefur
-
mod_disco: Add an account/registered identity on subscribed accounts, fixes #826.2017-05-27, by Emmanuel Gil Peyrot
-
Merge 0.9->0.102017-05-27, by Kim Alvefur
-
configmanager: Remove support for multiple parsers, fixes #852.2017-05-27, by Emmanuel Gil Peyrot
-
mod_watchregistrations: Return the pointer to the root of the stanza, fixes #922.2017-05-27, by Emmanuel Gil Peyrot
-
net.dns: Simplify expiry calculation (fixes #919)2017-05-22, by Kim Alvefur
-
Merge 0.10->trunk2017-05-20, by Kim Alvefur
-
mod_mam: Attach stanza-id to original stanza (fixes #917)2017-05-20, by Kim Alvefur
-
Merge 0.10->trunk2017-05-18, by Kim Alvefur
-
rostermanager: Use correct variable (missed one place while renaming variable in b98006bfd97a)2017-05-17, by Kim Alvefur
-
Merge 0.10->trunk2017-05-16, by Kim Alvefur
-
mod_websocket: Convert set to string (syslog sink needs a better fix)2017-05-16, by Kim Alvefur
-
prosodyctl: Show description of each certificate subcommand2017-05-16, by Kim Alvefur
-
mod_storage_internal: Handle case of empty item store when deleting (fixes #910)2017-05-14, by Kim Alvefur
-
mod_storage_internal: Correctly calculate number of deleted items (fixes #912)2017-05-14, by Kim Alvefur
-
mod_message: Include username in event for offline messages2017-05-10, by Kim Alvefur
-
mod_mam: Format timestamps in log message2017-05-07, by Kim Alvefur
-
mod_message: Normalize indentation2017-05-07, by Kim Alvefur
-
mod_storage_sql: Fix logic error introduced by variable rename in aa9f198cb3c9 (thanks waqas)2017-04-30, by Matthew Wild
-
mod_mam: Use correct variable2017-04-27, by Kim Alvefur
-
mod_message: Remove TODO about privacy list (mod_privacy was removed)2017-04-27, by Kim Alvefur
-
mod_motd: Use initial presence event (saves some checking)2017-04-27, by Kim Alvefur
-
mod_component: Use typed config API2017-04-26, by Kim Alvefur
-
Merge 0.10->trunk2017-04-26, by Kim Alvefur
-
mod_mam: Don't ask the storage backend to count all items when expiry is disabled2017-04-26, by Kim Alvefur
-
mod_tls: Rebuild SSL context objects on configuration reload - #7012017-04-25, by Kim Alvefur
-
configure: --add-ldflags to amend $LDFLAGS without overriding previous value #8582017-04-25, by Kim Alvefur
-
configure: --add-cflags to amend $CFLAGS without replacing existing value(s) #8582017-04-25, by Kim Alvefur
-
Merge 0.10->trunk2017-04-24, by Kim Alvefur
-
util.crand: Build with musl/non-glibc (can't have undefined argument-taking macros?)2017-04-24, by Kim Alvefur
-
mod_admin_telnet: Output human-friendly memory usage when meminfo is unavailable (thanks nbastin)2017-04-24, by Kim Alvefur
-
mod_pep: Handle disco#info queries to nodes (fixes #805)2017-04-24, by Kim Alvefur
-
mod_pep: Split long line [luacheck]2017-04-24, by Kim Alvefur
-
util.prosodyctl: Resolve possibly relative pidfile path (fixes inconsistency with mod_posix)2017-04-24, by Kim Alvefur
-
prosodyctl: Add cert import to short help2017-04-24, by Kim Alvefur
-
Merge 0.10->trunk2017-04-24, by Kim Alvefur
-
prosodyctl: Attempt to reload prosody after importing certificates2017-04-22, by Kim Alvefur
-
prosodyctl: Make note about reporting where certificates are searched for2017-04-22, by Kim Alvefur
-
prosodyctl: Return non-zero exit code from cert import if no certificates imported2017-04-22, by Kim Alvefur
-
prosodyctl: Delay reporting of successful certificate imports until all done2017-04-22, by Kim Alvefur
-
mod_posix: Use typed config API2017-04-22, by Kim Alvefur
-
net.http: Add request.url, which is the original full URL as a string2017-04-21, by Matthew Wild
-
net.http: Fire new events: pre-request, request-connection-error, request, response2017-04-21, by Matthew Wild
-
net.http: Allow creation of http client objects, with custom options2017-04-21, by Matthew Wild
-
Merge 0.10->trunk2017-04-21, by Kim Alvefur
-
prosodyctl: cert import: Command to copy certificates into prosodys certificate directory (fixes #892)2017-04-21, by Kim Alvefur
-
prosodyctl: Split long line [luacheck]2017-04-21, by Kim Alvefur
-
prosodyctl: Normalize inconsistent whitespace [luacheck]2017-04-21, by Kim Alvefur
-
prosodyctl: Verify that directory certs are written to exists2017-04-21, by Kim Alvefur
-
prosodyctl: Verify permissions on directory that certificates are written to2017-04-21, by Kim Alvefur
-
prosodyctl: Return non-zero status to indicate error2017-04-21, by Kim Alvefur
-
prosodyctl: Remove example showing deprecated config option2017-04-21, by Kim Alvefur
-
prosodyctl: Fix indentation2017-04-21, by Kim Alvefur
-
Merge 0.10->trunk2017-04-20, by Kim Alvefur
-
prosodyctl: Use the correct variable2017-04-20, by Kim Alvefur
-
Merge 0.10->trunk2017-04-19, by Kim Alvefur
-
prosodyctl cert: If running as root, write certificate files to config directory (fixes #530)2017-04-19, by Kim Alvefur
-
prosodyctl: Rename variable for soft-require success to improve readability2017-04-19, by Kim Alvefur
-
prosodyctl: Remove --root from arg array2017-04-19, by Kim Alvefur
-
Merge 0.9->0.102017-04-19, by Kim Alvefur
-
prosodyctl: Allow continuing to run as root (fixes #893)2017-04-19, by Kim Alvefur
-
util.sasl.plain,scram: Record username in sasl state earlier2017-04-19, by Kim Alvefur
-
prosodyctl: Don't switch user if we are root and run_as_root is enabled2017-04-19, by Matthew Wild
-
mod_bosh: Update session.conn to point to the current connection (fixes #890)2017-04-17, by Kim Alvefur
-
util.datamanager: Use already known index instead of measuring length each iteration2017-04-17, by Kim Alvefur
-
Merge 0.10->trunk2017-04-15, by Kim Alvefur
-
mod_storage_internal: Support the 'key' archive query field2017-04-15, by Kim Alvefur
-
Merge 0.10->trunk2017-04-15, by Kim Alvefur
-
configure: Skip some interpreter checks if --runwith is set2017-04-15, by Kim Alvefur
-
configure: Fix explanation of where it looked for an interpreter (luarocks 3dcfa00, thanks Izaron)2017-04-15, by Kim Alvefur
-
Merge 0.10->trunk2017-04-13, by Kim Alvefur
-
util.sql: Produce more SQL-standard-like debug messages2017-04-13, by Kim Alvefur
-
Merge 0.10->trunk2017-04-12, by Kim Alvefur
-
mod_storage_sql: Limit encoding check to current database2017-04-12, by Kim Alvefur
-
mod_storage_sql: Break long lines2017-04-12, by Kim Alvefur
-
mod_storage_sql: Pass charset and collation names via variable binding2017-04-12, by Kim Alvefur
-
mod_storage_sql: Quote some field names2017-04-12, by Kim Alvefur
-
Merge 0.10->trunk2017-04-12, by Kim Alvefur
-
util.sql: Strip indentation from queries for debug logging2017-04-12, by Kim Alvefur
-
mod_storage_sql: Raise error if encoding check query fails2017-04-12, by Kim Alvefur
-
Merge 0.10->trunk2017-04-10, by Kim Alvefur
-
mod_presence: Use get_child_text on priority child element (fixes #552)2017-04-10, by Kim Alvefur
-
mod_presence: No need to overwrite index 1 since it's set on the line below2017-04-10, by Kim Alvefur
-
mod_register: Include additional data in user-registering event2017-04-10, by Kim Alvefur
-
mod_register: Remove check for empty table (previous line sets a field)2017-04-10, by Kim Alvefur
-
Merge 0.10->trunk2017-04-08, by Kim Alvefur
-
prosodyctl: Point out how default_storage is redundant if storage is a string2017-04-08, by Kim Alvefur
-
migration/prosody_sql: Commit transaction when all items have been processed2017-04-08, by Kim Alvefur
-
Merge 0.10->trunk2017-04-07, by Kim Alvefur
-
migrator/prosody_sql: Abort and demand database be upgraded if it needs to be (#635)2017-04-07, by Kim Alvefur
-
migrator.prosody_sql: Switch to util.sql (#635)2017-04-07, by Kim Alvefur
-
mod_storage_none: Add a noop archive delete method2017-04-04, by Kim Alvefur
-
Merge 0.10->trunk2017-04-03, by Kim Alvefur
-
mod_storage_none: Add allways empty archive storage2017-04-03, by Kim Alvefur
-
mod_storage_none: Ignore unused arguments [luacheck]2017-04-03, by Kim Alvefur
-
mod_auth_internal_plain: Rename unused self argument [luacheck]2017-04-03, by Kim Alvefur
-
mod_auth_internal_hashed: Split long lines [luacheck]2017-04-03, by Kim Alvefur
-
mod_auth_internal_hashed: Rename unused 'self' to _ [luacheck]2017-04-03, by Kim Alvefur
-
mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck]2017-04-03, by Kim Alvefur
-
mod_auth_anonymous: Ignore unused arguments to various not actually implemented functions [luacheck]2017-04-03, by Kim Alvefur
-
mod_websocket: Log state of cross domain set after changing it2017-04-03, by Kim Alvefur
-
Merge 0.10->trunk2017-04-02, by Kim Alvefur
-
mod_storage_sql: Fix to use correct SQL query (thanks carlos)2017-04-02, by Kim Alvefur
-
Merge 0.10->trunk2017-04-02, by Kim Alvefur
-
luacheckrc: Declare module.environment as writable (thanks Link Mauve)2017-04-02, by Kim Alvefur
-
mod_mam: Remove extraneous assert when opening the store2017-04-02, by Emmanuel Gil Peyrot
-
Merge 0.10->trunk2017-04-01, by Kim Alvefur
-
net.http: Pass error all the way to callback2017-04-01, by Kim Alvefur
-
mod_c2s: Remove unused locals [luacheck]2017-04-01, by Kim Alvefur
-
Merge 0.10->trunk2017-04-01, by Kim Alvefur
-
mod_saslauth: Remove unused argument [luacheck]2017-04-01, by Kim Alvefur
-
mod_disco: Rename variables to avoid name clash [luacheck]2017-04-01, by Kim Alvefur
-
mod_blocklist: Use local variable [luacheck]2017-04-01, by Kim Alvefur
-
Merge 0.10->trunk2017-04-01, by Kim Alvefur
-
mod_storage_sql: Remove unused return values (should those actually be used?)2017-04-01, by Kim Alvefur
-
mod_storage_sql: Ignore name clash [luacheck]2017-04-01, by Kim Alvefur
-
mod_storage_sql: Split long lines [luacheck]2017-04-01, by Kim Alvefur
-
mod_storage_sql: Ignore name clash [luacheck]2017-04-01, by Kim Alvefur
-
mod_storage_sql: Pass SQL engine as an argument to upgrade and table creator functions2017-04-01, by Kim Alvefur
-
mod_storage_sql: Move SQL queries into multiline strings for readability [luacheck]2017-04-01, by Kim Alvefur
-
mod_storage_sql: Rename variables to avoid name clashes [luacheck]2017-04-01, by Kim Alvefur
-
mod_storage_sql: Sensible defaults for 'when' and 'with' arguments2017-04-01, by Kim Alvefur
-
mod_offline: Include timestamp and empty 'with'2017-04-01, by Kim Alvefur
-
mod_storage_sql: Remove compat for argument order change2017-04-01, by Kim Alvefur
-
MUC: Include original stanza in send history event2017-04-01, by Kim Alvefur
-
MUC: Decrement priority muc-get-history hook to standard for core modules2017-04-01, by Kim Alvefur
-
Merge 0.10->trunk2017-03-31, by Kim Alvefur
-
mod_offline: Switch to using archive store via the storagemanager API2017-03-31, by Kim Alvefur
-
mod_storage_internal: Add the dates method2017-03-31, by Kim Alvefur
-
mod_storage_internal: Add support for removing archived items2017-03-31, by Kim Alvefur
-
mod_storage_internal: Add basic archive store implementation2017-03-31, by Kim Alvefur
-
mod_storage_internal: Ignore unused 'self' argument [luacheck]2017-03-31, by Kim Alvefur
-
mod_storage_internal: Reorder methods2017-03-31, by Kim Alvefur
-
mod_storage_internal: Separate driver from keyval implementation2017-03-31, by Kim Alvefur
-
util.array: Add method for filtering out duplicate values2017-03-31, by Kim Alvefur
-
util.id: New util for producing random identifiers of varying sizes2017-03-29, by Kim Alvefur
-
Merge 0.10->trunk2017-03-28, by Kim Alvefur
-
util.datamanager: Log where the error came from2017-03-28, by Kim Alvefur
-
util.datamanager: Rearrange locals2017-03-28, by Kim Alvefur
Scroll all the way down to load more.