Software /
code /
prosody
Graph
-
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
Scroll all the way down to load more.