Software /
code /
prosody
Graph
-
util.poll: Zero FD sets watched for errors on creationSun, 07 Oct 2018 20:58:51 +0200, by Kim Alvefur
-
net.poll: Guard against negative or too large FDsSun, 07 Oct 2018 18:44:46 +0200, by Kim Alvefur
-
util.poll: Fix missing return for adding duplicate FDSun, 07 Oct 2018 18:41:44 +0200, by Kim Alvefur
-
net.server_epoll: Log error number from wait()Sun, 07 Oct 2018 17:40:13 +0200, by Kim Alvefur
-
MUC: Respond to ping per XEP-0410: MUC Self-Ping server optimization (closes #1220)Sun, 07 Oct 2018 03:48:13 +0200, by Kim Alvefur
-
.luacheckrc: Ignore unused secondaries in non-strict modeSat, 06 Oct 2018 18:56:22 +0200, by Kim Alvefur
-
.luacheckrc: Do not ignore unused secondaries in strict modeSat, 06 Oct 2018 18:52:52 +0200, by Kim Alvefur
-
net.server_epoll: Pass error number to loggingSat, 06 Oct 2018 18:50:30 +0200, by Kim Alvefur
-
util.poll: Tweak metatable name fieldSat, 06 Oct 2018 18:32:57 +0200, by Kim Alvefur
-
net.server_epoll: Fix luacheck annotationSat, 06 Oct 2018 17:59:23 +0200, by Kim Alvefur
-
net.server_epoll: Make :set_send a noop, should fix net.adnsSat, 06 Oct 2018 17:50:41 +0200, by Kim Alvefur
-
util.poll: Fix monitoring of socket exceptions in select modeSat, 06 Oct 2018 17:19:50 +0200, by Kim Alvefur
-
mod_version: Reduce scope of variableSat, 06 Oct 2018 16:38:05 +0200, by Kim Alvefur
-
mod_version: Rename confusingly named variableSat, 06 Oct 2018 16:32:37 +0200, by Kim Alvefur
-
mod_version: Make 'origin' variable local for consistencySat, 06 Oct 2018 16:29:42 +0200, by Kim Alvefur
-
mod_version: Use text_tagSat, 06 Oct 2018 16:27:31 +0200, by Kim Alvefur
-
net.server_epoll: Inherit Direct TLS flag from servers to their clientsFri, 14 Sep 2018 01:31:58 +0200, by Kim Alvefur
-
net.server_epoll: Catch errors from luasec.wrapFri, 14 Sep 2018 01:31:26 +0200, by Kim Alvefur
-
net.server_epoll: Delay wrapping sockets in TLS until just before first handshakeFri, 14 Sep 2018 01:34:38 +0200, by Kim Alvefur
-
make coverage: Allow overriding path to bustedWed, 03 Oct 2018 16:41:37 +0200, by Kim Alvefur
-
mod_server_contact_info: Comment on fallback to using 'admins'Mon, 01 Oct 2018 23:46:10 +0200, by Kim Alvefur
-
configure: Suppress warning about '~' [SC2088]Mon, 01 Oct 2018 16:23:57 +0100, by Matthew Wild
-
configure: Replace use of '-o' with '||' [SC2166]Mon, 01 Oct 2018 16:18:56 +0100, by Matthew Wild
-
configure: Fix incorrect syntax of '&&' in previous commitMon, 01 Oct 2018 16:13:28 +0100, by Matthew Wild
-
configure: Replace usage of '-a' with '&&' [SC2166]Mon, 01 Oct 2018 15:59:16 +0100, by Matthew Wild
-
make lint: Add shellcheck of configure scriptMon, 01 Oct 2018 15:35:53 +0100, by Matthew Wild
-
configure: Add shellcheck directives to suppress warnings on harmless linesMon, 01 Oct 2018 15:33:10 +0100, by Matthew Wild
-
configure: Replace logic constructs with explicit if/else statementsMon, 01 Oct 2018 15:32:47 +0100, by Matthew Wild
-
configure: Remove unnecessary 'echo'Mon, 01 Oct 2018 15:31:14 +0100, by Matthew Wild
-
configure: Rename OSTYPE variable due to conflict with magic variable with same name on some shells/platformsMon, 01 Oct 2018 15:30:49 +0100, by Matthew Wild
-
configure: Replace backticks with $()Mon, 01 Oct 2018 15:29:54 +0100, by Matthew Wild
-
configure: Remove unused functionMon, 01 Oct 2018 15:27:43 +0100, by Matthew Wild
-
make lint: Fix 'ignored files' countMon, 01 Oct 2018 15:26:51 +0100, by Matthew Wild
-
mod_websocket: Silence the one warning instead of ignoring the entire fileSun, 30 Sep 2018 17:55:13 +0200, by Kim Alvefur
-
mod_s2s: Fix previous commitSun, 30 Sep 2018 17:54:09 +0200, by Kim Alvefur
-
mod_s2s: Silence luacheck warnings in s2sout moduleSun, 30 Sep 2018 17:52:30 +0200, by Kim Alvefur
-
mod_s2s: Silence all warnings instead of ignoring the entire moduleSun, 30 Sep 2018 17:49:56 +0200, by Kim Alvefur
-
mod_admin_telnet: Guard against missing table fieldSun, 30 Sep 2018 14:55:39 +0200, by Kim Alvefur
-
mod_admin_telnet: Create metatable only onceSun, 30 Sep 2018 14:55:15 +0200, by Kim Alvefur
-
mod_admin_telnet: Remove unused histogram [luacheck]Sun, 30 Sep 2018 14:54:51 +0200, by Kim Alvefur
-
mod_admin_telnet: Remove unused variable [luacheck]Sun, 30 Sep 2018 14:48:44 +0200, by Kim Alvefur
-
mod_admin_telnet: Remove from luacheck ignore listSun, 30 Sep 2018 14:38:32 +0200, by Kim Alvefur
-
mod_admin_telnet: Import net.server instead of relying on globalSun, 30 Sep 2018 14:37:25 +0200, by Kim Alvefur
-
mod_admin_telnet: Use prosody.hosts to be more explicit and avoid name clash with 'hosts' arguments [luacheck]Sun, 30 Sep 2018 14:33:42 +0200, by Kim Alvefur
-
mod_admin_telnet: Remove or rename various unused arguments and variables [luacheck]Sun, 30 Sep 2018 14:32:32 +0200, by Kim Alvefur
-
mod_admin_telnet: Rename variable to avoid name clash [luacheck]Sun, 30 Sep 2018 14:16:49 +0200, by Kim Alvefur
-
mod_admin_adhoc: Ignore the very long lines at the end [luacheck]Sun, 30 Sep 2018 13:51:25 +0200, by Kim Alvefur
-
mod_admin_adhoc: Ignore shadowed 'err' variables [luacheck]Sun, 30 Sep 2018 13:39:25 +0200, by Kim Alvefur
-
mod_admin_adhoc: Remove unused argument [luacheck]Sun, 30 Sep 2018 13:38:33 +0200, by Kim Alvefur
-
mod_admin_adhoc: Remove unused loop variables [luacheck]Sun, 30 Sep 2018 13:37:51 +0200, by Kim Alvefur
-
mod_admin_adhoc: Remove from global luacheck ignore listSun, 30 Sep 2018 13:37:13 +0200, by Kim Alvefur
-
net.resolvers.service: Sort SRV records in correct directionSun, 30 Sep 2018 13:02:46 +0200, by Kim Alvefur
-
net.resolvers.service: Fix sorting SRV recordSun, 30 Sep 2018 12:51:34 +0200, by Kim Alvefur
-
net.resolvers.service: Rename internal variable since net.connect uses it for __tostringSat, 29 Sep 2018 23:04:53 +0200, by Kim Alvefur
-
net.resolvers.service: Add support for fallback to bare domain and default portSat, 29 Sep 2018 22:03:16 +0200, by Kim Alvefur
-
net.resolvers.service: Early return on empty result setSat, 29 Sep 2018 22:02:36 +0200, by Kim Alvefur
-
net.resolvers.service: Understand when service is explicitly unavailableSat, 29 Sep 2018 21:56:47 +0200, by Kim Alvefur
-
mod_admin_telnet: Fix local reference to util.iteratorSat, 29 Sep 2018 16:29:30 +0200, by Kim Alvefur
-
.luacheckrc: Allow randomize() global in spec/Sat, 29 Sep 2018 12:20:51 +0100, by Matthew Wild
-
Add storage tests (currently only internal and sqlite)Sat, 29 Sep 2018 11:14:29 +0100, by Matthew Wild
-
net.resolvers.service: net.connect resolver that uses SRV recordsThu, 27 Sep 2018 12:25:46 +0200, by Kim Alvefur
-
net.connect: Fix passing request table to new listenerWed, 26 Sep 2018 17:36:53 +0200, by Kim Alvefur
-
net.connect: Remove manual onattach callback invocationWed, 26 Sep 2018 15:07:25 +0200, by Kim Alvefur
-
net.server: Call a 'onattach' callback when replacing listenersWed, 26 Sep 2018 14:25:59 +0200, by Kim Alvefur
-
net.server_epoll: Include errno in log messagesWed, 26 Sep 2018 14:57:09 +0200, by Kim Alvefur
-
net.server_epoll: Factor out IP/port detection into its own methodWed, 26 Sep 2018 13:53:18 +0200, by Kim Alvefur
-
net.server_epoll: Protect from errors in get{peer,sock}nameWed, 26 Sep 2018 13:52:10 +0200, by Kim Alvefur
-
net.server_epoll: Watching instead of registering, seems more understandableMon, 24 Sep 2018 19:47:53 +0200, by Kim Alvefur
-
mod_bosh: Fire stream feature event on hosts (thanks gerald)Mon, 24 Sep 2018 17:46:51 +0200, by Kim Alvefur
-
net.http.server: Delay host checks until after host-less eventSun, 23 Sep 2018 18:59:04 +0200, by Kim Alvefur
-
mod_websocket: Serve HTTP in global contextSat, 22 Sep 2018 00:02:16 +0200, by Kim Alvefur
-
mod_bosh: Make BOSH global again!Sat, 22 Sep 2018 00:01:21 +0200, by Kim Alvefur
-
mod_http: Support global HTTP modulesFri, 21 Sep 2018 23:49:56 +0200, by Kim Alvefur
-
net.http.server: Fire an event without hostFri, 21 Sep 2018 23:40:17 +0200, by Kim Alvefur
-
mod_bosh: Add tests (run with 'busted -r bosh')Sun, 23 Sep 2018 17:12:21 +0100, by Matthew Wild
-
mod_scansion_record: Record disconnectionSat, 22 Sep 2018 19:30:31 +0200, by Kim Alvefur
-
mod_scansion_record: Lower log message to 'info' levelSat, 22 Sep 2018 19:29:27 +0200, by Kim Alvefur
-
mod_scansion_record: Use already composed identity string in log messageSat, 22 Sep 2018 19:28:52 +0200, by Kim Alvefur
-
mod_scansion_record: Record the full identity including device nameSat, 22 Sep 2018 19:04:12 +0200, by Kim Alvefur
-
mod_scansion_record: Merge header and log into one file at shutdownSat, 22 Sep 2018 18:43:09 +0200, by Kim Alvefur
-
mod_scansion_record: Record connected clients as scansion Objects declarationsSat, 22 Sep 2018 18:32:22 +0200, by Kim Alvefur
-
mod_scansion_record: Remove unused JID mapping table [luacheck]Sat, 22 Sep 2018 17:24:28 +0200, by Kim Alvefur
-
mod_scansion_record: Close files in the cleanup stage of shutdown (fixes use after close)Sat, 22 Sep 2018 15:14:25 +0200, by Kim Alvefur
-
mod_scansion_record: Generate a header with hostname and timestampSat, 22 Sep 2018 14:38:40 +0200, by Kim Alvefur
-
mod_scansion_record: Open a related file for header entriesSat, 22 Sep 2018 14:36:34 +0200, by Kim Alvefur
-
mod_scansion_record: Log name of scanison log on shutdownSat, 22 Sep 2018 14:30:10 +0200, by Kim Alvefur
-
mod_scansion_record: Fix missed rename of file handleSat, 22 Sep 2018 14:29:39 +0200, by Kim Alvefur
-
mod_scansion_record: Split up construction of filename for reuse of parts laterSat, 22 Sep 2018 14:28:39 +0200, by Kim Alvefur
-
mod_scansion_record: Hook correct shutdown eventSat, 22 Sep 2018 14:27:24 +0200, by Kim Alvefur
-
mod_scansion_record: Avoid recording the resource binding stanzaSat, 22 Sep 2018 14:19:46 +0200, by Kim Alvefur
-
mod_scansion_record: Only record stanzas in the default namespaceSat, 22 Sep 2018 14:19:22 +0200, by Kim Alvefur
-
mod_scansion_record: Rename main file handleSat, 22 Sep 2018 14:18:39 +0200, by Kim Alvefur
-
mod_scansion_record: Record into "scansion" instead of per VirtualHostSat, 22 Sep 2018 14:10:16 +0200, by Kim Alvefur
-
mod_scansion_record: Import util.filtersSat, 22 Sep 2018 14:08:24 +0200, by Kim Alvefur
-
mod_scansion_record: Correctly retrieve resourceSat, 22 Sep 2018 14:07:49 +0200, by Kim Alvefur
-
mod_scansion_record: Tweak filenameSat, 22 Sep 2018 14:05:59 +0200, by Kim Alvefur
-
mod_scansion_record: Record session connectingSat, 22 Sep 2018 14:00:11 +0200, by Kim Alvefur
-
mod_scansion_record: Complete stanza recording functionsSat, 22 Sep 2018 13:58:23 +0200, by Kim Alvefur
-
mod_scansion_record: Remove extra "Sat, 22 Sep 2018 13:55:14 +0200, by Kim Alvefur
-
mod_scansion_record: Add missing )Sat, 22 Sep 2018 13:54:54 +0200, by Kim Alvefur
-
mod_scansion_record: Finish function for writing dataSat, 22 Sep 2018 13:53:54 +0200, by Kim Alvefur
-
mod_scansion_record: and close it on shutdownSat, 22 Sep 2018 13:52:57 +0200, by Kim Alvefur
-
mod_scansion_record: Open log fileSat, 22 Sep 2018 13:52:55 +0200, by Kim Alvefur
-
mod_scansion_record: Have datamanager generate a filename for outputSat, 22 Sep 2018 13:51:28 +0200, by Kim Alvefur
-
mod_scansion_record: Unfinished code dump from MatthewSat, 22 Sep 2018 13:50:00 +0200, by Kim Alvefur
-
util.serialization: Use deserialize instead of envload directlySun, 23 Sep 2018 17:02:54 +0200, by Kim Alvefur
-
util.serialization: Add brief initial testsSun, 23 Sep 2018 16:30:35 +0200, by Kim Alvefur
-
util.serialization: Stricter type checkSun, 23 Sep 2018 16:11:13 +0200, by Kim Alvefur
-
mod_storage_memory: Fix saving of remaining items during deletionSat, 22 Sep 2018 16:03:50 +0200, by Kim Alvefur
-
mod_pep: Add test publishing a nicknameSat, 22 Sep 2018 15:34:26 +0200, by Kim Alvefur
-
Revert 2dc7490899ae::5d6b252bc36f: Unfinished and brokenFri, 21 Sep 2018 22:14:40 +0200, by Kim Alvefur
-
net.http.server: Fix default host logicFri, 21 Sep 2018 21:33:41 +0200, by Kim Alvefur
-
mod_http: Hook the host-less event if hooked from a global moduleFri, 21 Sep 2018 21:19:44 +0200, by Kim Alvefur
-
net.http.server: Move handling of hosts to mod_httpFri, 21 Sep 2018 21:19:41 +0200, by Kim Alvefur
-
mod_server_contact_info: Update copyright headerFri, 21 Sep 2018 15:34:45 +0200, by Kim Alvefur
-
mod_server_contact_info: SimplifySun, 16 Sep 2018 22:40:35 +0200, by Kim Alvefur
-
mod_admin_telnet: Split out sort function for clarityFri, 21 Sep 2018 14:37:47 +0100, by Matthew Wild
-
mod_adhoc: Use util.iterators.sorted_pairs() to sort commandsFri, 21 Sep 2018 14:37:18 +0100, by Matthew Wild
-
mod_admin_telnet: Make use of util.iterators.sorted_pairs()Fri, 21 Sep 2018 14:36:29 +0100, by Matthew Wild
-
util.json: Use util.iterators.sorted_pairs() in ordered modeFri, 21 Sep 2018 14:35:35 +0100, by Matthew Wild
Scroll all the way down to load more.