Software /
code /
prosody
Graph
-
prosodyctl: Show description of each certificate subcommandTue, 16 May 2017 17:51:33 +0200, by Kim Alvefur
-
mod_storage_internal: Handle case of empty item store when deleting (fixes #910)Sun, 14 May 2017 17:31:50 +0200, by Kim Alvefur
-
mod_storage_internal: Correctly calculate number of deleted items (fixes #912)Sun, 14 May 2017 17:22:33 +0200, by Kim Alvefur
-
mod_message: Include username in event for offline messagesWed, 10 May 2017 19:22:13 +0200, by Kim Alvefur
-
mod_mam: Format timestamps in log messageSun, 07 May 2017 20:23:29 +0200, by Kim Alvefur
-
mod_message: Normalize indentationSun, 07 May 2017 16:31:48 +0200, by Kim Alvefur
-
mod_storage_sql: Fix logic error introduced by variable rename in aa9f198cb3c9 (thanks waqas)Sun, 30 Apr 2017 10:44:53 +0100, by Matthew Wild
-
mod_mam: Use correct variableThu, 27 Apr 2017 12:41:53 +0200, by Kim Alvefur
-
mod_message: Remove TODO about privacy list (mod_privacy was removed)Thu, 27 Apr 2017 10:58:02 +0200, by Kim Alvefur
-
mod_motd: Use initial presence event (saves some checking)Thu, 27 Apr 2017 10:17:54 +0200, by Kim Alvefur
-
mod_component: Use typed config APIWed, 26 Apr 2017 16:54:58 +0200, by Kim Alvefur
-
Merge 0.10->trunkWed, 26 Apr 2017 11:55:27 +0200, by Kim Alvefur
-
mod_mam: Don't ask the storage backend to count all items when expiry is disabledWed, 26 Apr 2017 11:46:22 +0200, by Kim Alvefur
-
mod_tls: Rebuild SSL context objects on configuration reload - #701Tue, 25 Apr 2017 21:50:36 +0200, by Kim Alvefur
-
configure: --add-ldflags to amend $LDFLAGS without overriding previous value #858Tue, 25 Apr 2017 21:48:24 +0200, by Kim Alvefur
-
configure: --add-cflags to amend $CFLAGS without replacing existing value(s) #858Tue, 25 Apr 2017 21:46:46 +0200, by Kim Alvefur
-
Merge 0.10->trunkTue, 25 Apr 2017 01:42:59 +0200, by Kim Alvefur
-
util.crand: Build with musl/non-glibc (can't have undefined argument-taking macros?)Tue, 25 Apr 2017 01:35:13 +0200, by Kim Alvefur
-
mod_admin_telnet: Output human-friendly memory usage when meminfo is unavailable (thanks nbastin)Tue, 25 Apr 2017 00:14:19 +0200, by Kim Alvefur
-
mod_pep: Handle disco#info queries to nodes (fixes #805)Mon, 24 Apr 2017 23:27:21 +0200, by Kim Alvefur
-
mod_pep: Split long line [luacheck]Mon, 24 Apr 2017 22:19:27 +0200, by Kim Alvefur
-
util.prosodyctl: Resolve possibly relative pidfile path (fixes inconsistency with mod_posix)Mon, 24 Apr 2017 16:24:28 +0200, by Kim Alvefur
-
prosodyctl: Add cert import to short helpMon, 24 Apr 2017 15:53:26 +0200, by Kim Alvefur
-
Merge 0.10->trunkMon, 24 Apr 2017 14:19:49 +0200, by Kim Alvefur
-
prosodyctl: Attempt to reload prosody after importing certificatesSat, 22 Apr 2017 19:12:51 +0200, by Kim Alvefur
-
prosodyctl: Make note about reporting where certificates are searched forSat, 22 Apr 2017 19:12:26 +0200, by Kim Alvefur
-
prosodyctl: Return non-zero exit code from cert import if no certificates importedSat, 22 Apr 2017 19:12:04 +0200, by Kim Alvefur
-
prosodyctl: Delay reporting of successful certificate imports until all doneSat, 22 Apr 2017 19:11:26 +0200, by Kim Alvefur
-
mod_posix: Use typed config APISat, 22 Apr 2017 16:41:44 +0200, by Kim Alvefur
-
net.http: Add request.url, which is the original full URL as a stringFri, 21 Apr 2017 16:42:25 +0100, by Matthew Wild
-
net.http: Fire new events: pre-request, request-connection-error, request, responseFri, 21 Apr 2017 16:42:06 +0100, by Matthew Wild
-
net.http: Allow creation of http client objects, with custom optionsFri, 21 Apr 2017 16:41:27 +0100, by Matthew Wild
-
Merge 0.10->trunkFri, 21 Apr 2017 15:22:17 +0200, by Kim Alvefur
-
prosodyctl: cert import: Command to copy certificates into prosodys certificate directory (fixes #892)Fri, 21 Apr 2017 15:11:25 +0200, by Kim Alvefur
-
prosodyctl: Split long line [luacheck]Fri, 21 Apr 2017 14:44:28 +0200, by Kim Alvefur
-
prosodyctl: Normalize inconsistent whitespace [luacheck]Fri, 21 Apr 2017 14:43:52 +0200, by Kim Alvefur
-
prosodyctl: Verify that directory certs are written to existsFri, 21 Apr 2017 14:34:53 +0200, by Kim Alvefur
-
prosodyctl: Verify permissions on directory that certificates are written toFri, 21 Apr 2017 14:24:59 +0200, by Kim Alvefur
-
prosodyctl: Return non-zero status to indicate errorFri, 21 Apr 2017 14:20:46 +0200, by Kim Alvefur
-
prosodyctl: Remove example showing deprecated config optionFri, 21 Apr 2017 13:29:04 +0200, by Kim Alvefur
-
prosodyctl: Fix indentationFri, 21 Apr 2017 13:21:47 +0200, by Kim Alvefur
-
Merge 0.10->trunkThu, 20 Apr 2017 16:21:13 +0200, by Kim Alvefur
-
prosodyctl: Use the correct variableThu, 20 Apr 2017 16:20:28 +0200, by Kim Alvefur
-
Merge 0.10->trunkThu, 20 Apr 2017 00:41:49 +0200, by Kim Alvefur
-
prosodyctl cert: If running as root, write certificate files to config directory (fixes #530)Wed, 19 Apr 2017 20:39:47 +0200, by Kim Alvefur
-
prosodyctl: Rename variable for soft-require success to improve readabilityWed, 19 Apr 2017 20:38:55 +0200, by Kim Alvefur
-
prosodyctl: Remove --root from arg arrayWed, 19 Apr 2017 20:26:09 +0200, by Kim Alvefur
-
Merge 0.9->0.10Wed, 19 Apr 2017 20:02:58 +0200, by Kim Alvefur
-
prosodyctl: Allow continuing to run as root (fixes #893)Wed, 19 Apr 2017 19:31:46 +0200, by Kim Alvefur
-
util.sasl.plain,scram: Record username in sasl state earlierWed, 19 Apr 2017 06:47:02 +0200, by Kim Alvefur
-
prosodyctl: Don't switch user if we are root and run_as_root is enabledWed, 19 Apr 2017 12:40:03 +0100, by Matthew Wild
-
mod_bosh: Update session.conn to point to the current connection (fixes #890)Mon, 17 Apr 2017 21:40:06 +0200, by Kim Alvefur
-
util.datamanager: Use already known index instead of measuring length each iterationMon, 17 Apr 2017 03:26:21 +0200, by Kim Alvefur
-
net.server_epoll: Reset onwritable before calling onconnect (fixes traceback if connection closed in onconnect)Sun, 16 Apr 2017 02:36:42 +0200, by Kim Alvefur
-
Merge 0.10->trunkSat, 15 Apr 2017 02:27:43 +0200, by Kim Alvefur
-
mod_storage_internal: Support the 'key' archive query fieldSat, 15 Apr 2017 02:27:07 +0200, by Kim Alvefur
-
Merge 0.10->trunkSat, 15 Apr 2017 02:15:15 +0200, by Kim Alvefur
-
configure: Skip some interpreter checks if --runwith is setSat, 15 Apr 2017 02:10:49 +0200, by Kim Alvefur
-
configure: Fix explanation of where it looked for an interpreter (luarocks 3dcfa00, thanks Izaron)Sat, 15 Apr 2017 02:06:42 +0200, by Kim Alvefur
-
Merge 0.10->trunkThu, 13 Apr 2017 22:38:31 +0200, by Kim Alvefur
Scroll all the way down to load more.