Software /
code /
prosody
Graph
-
net.server_epoll: Move a log message to improve orderingSat, 12 Oct 2019 19:51:29 +0200, by Kim Alvefur
-
net.http.files: Explicitly convert number to string, avoiding implicit coercionSat, 12 Oct 2019 19:31:48 +0200, by Kim Alvefur
-
net.http.server: Explicitly convert number to string, avoiding implicit coercionSat, 12 Oct 2019 19:30:29 +0200, by Kim Alvefur
-
mod_websocket: Guard against upgrading to websocket from a HEAD requestSat, 12 Oct 2019 19:16:43 +0200, by Kim Alvefur
-
net.http.server: Re-fire unhandled HEAD requsts as GET events (fixes #1447)Sat, 12 Oct 2019 18:27:54 +0200, by Kim Alvefur
-
net.http.server: Ensure HEAD requests are sent with empty bodySat, 12 Oct 2019 18:27:02 +0200, by Kim Alvefur
-
doap: Add XEP-0380 since mod_csi_simple takes that into considerationFri, 11 Oct 2019 00:58:33 +0200, by Kim Alvefur
-
doap: Even more XEP detailsFri, 11 Oct 2019 00:52:29 +0200, by Kim Alvefur
-
doap: Add detials for XEP-0280, 0288 and 0292Fri, 11 Oct 2019 00:29:53 +0200, by Kim Alvefur
-
doap: Note about XEP-0237: Roster Versioning being merged into rfc6121Fri, 11 Oct 2019 00:29:05 +0200, by Kim Alvefur
-
doap: Referece SCRAMFri, 11 Oct 2019 00:27:53 +0200, by Kim Alvefur
-
doap: Note about where XEP-0227 is usedThu, 10 Oct 2019 23:41:59 +0200, by Kim Alvefur
-
doap: Fix missing '0' in URL to XEP-0288Thu, 10 Oct 2019 23:39:32 +0200, by Kim Alvefur
-
mod_http: Unhook CORS related event handlersThu, 10 Oct 2019 20:46:27 +0200, by Kim Alvefur
-
util.statistics: Add a total count for rate counters, counting from server start.Thu, 10 Oct 2019 16:58:02 +0200, by Emmanuel Gil Peyrot
-
doap: Mention support for XEP-0122: Data Forms ValidationWed, 09 Oct 2019 23:20:22 +0200, by Kim Alvefur
-
doap: Fix element name typo (node -> note)Wed, 09 Oct 2019 23:19:42 +0200, by Kim Alvefur
-
mod_s2s: Close with a stream error in case neither SASL or Dialback are availableSun, 06 Oct 2019 21:14:53 +0200, by Kim Alvefur
-
mod_admin_telnet: xmpp:ping: Log ping timeSun, 06 Oct 2019 19:35:35 +0200, by Kim Alvefur
-
net.server_epoll: Guard against nil return from TLS info methodSun, 06 Oct 2019 19:34:03 +0200, by Kim Alvefur
-
doap: Add reference to draft-cridland-xmpp-sessionSun, 06 Oct 2019 16:34:42 +0200, by Kim Alvefur
-
net.server_epoll: Log TLS version and cipher for all completed handshakesSun, 06 Oct 2019 16:23:43 +0200, by Kim Alvefur
-
util.sasl.scram: Avoid implicit coersion of number to stringSun, 06 Oct 2019 16:07:26 +0200, by Kim Alvefur
-
net.server_epoll: Log size of partial writes (debug)Sat, 05 Oct 2019 18:10:12 +0200, by Kim Alvefur
-
core.s2smanager: Fix traceback due to mixup with to/fromSat, 05 Oct 2019 17:09:24 +0200, by Kim Alvefur
-
mod_csi_simple: Always remove session filters when disabling CSISat, 05 Oct 2019 16:55:58 +0200, by Kim Alvefur
-
mod_csi_simple: Try not to flush buffer while already flushing itSat, 05 Oct 2019 16:50:41 +0200, by Kim Alvefur
-
core.s2smanager: Remove bidi-enabled s2sin from outgoing routing tableSat, 05 Oct 2019 16:21:41 +0200, by Kim Alvefur
-
net.server_epoll: Return early when attepting to set write lock state to current stateSat, 05 Oct 2019 15:22:59 +0200, by Kim Alvefur
-
Merge 0.11->trunkThu, 03 Oct 2019 16:38:46 +0100, by Matthew Wild
-
mod_mam: Add flag to session when it performs a MAM query 0.11Thu, 03 Oct 2019 16:38:15 +0100, by Matthew Wild
-
util.promise: Add some additional tests to cover callback return valuesMon, 30 Sep 2019 08:22:30 +0100, by Matthew Wild
-
mod_offline: Log a debug message when message is storedSun, 29 Sep 2019 23:50:34 +0200, by Kim Alvefur
-
util.sasl.scram: Fix old APISun, 29 Sep 2019 21:12:46 +0200, by Kim Alvefur
-
Merge 0.11-trunkSun, 29 Sep 2019 20:48:58 +0200, by Kim Alvefur
-
MUC: Strip tags with MUC-related namespaces from private messages (fixes #1427) 0.11Sun, 29 Sep 2019 20:48:00 +0200, by Kim Alvefur
-
mod_admin_telnet: Use new compact function for waiting on promisesSun, 29 Sep 2019 18:44:58 +0200, by Kim Alvefur
-
util.async: Add function for waiting on promises and unpacking the resultsSun, 29 Sep 2019 18:42:35 +0200, by Kim Alvefur
-
mod_register_ibr: Distinguish between failure to create account or save extra dataSun, 29 Sep 2019 17:34:47 +0200, by Kim Alvefur
-
net.server_epoll: Correct indentationSun, 29 Sep 2019 17:30:54 +0200, by Kim Alvefur
-
core.modulemanager: Split lists across multiple lines for improved readabilitySun, 29 Sep 2019 17:07:39 +0200, by Kim Alvefur
-
mod_register_ibr: Reminder to maybe use util.error in the futureSun, 29 Sep 2019 16:22:05 +0200, by Kim Alvefur
-
mod_register_ibr, mod_register_limits: Add support for custom error type and defined-condition.Sun, 29 Sep 2019 15:26:18 +0200, by Emmanuel Gil Peyrot
-
net.server_epoll: Ignore unused self argument [luacheck]Sun, 29 Sep 2019 15:51:21 +0200, by Kim Alvefur
-
net.server_epoll: Fix link function to not replace listenersSun, 29 Sep 2019 15:41:01 +0200, by Kim Alvefur
-
net.server_epoll: Handle read size argument to linkSun, 29 Sep 2019 15:36:23 +0200, by Kim Alvefur
-
net.server_epoll: Add some timeout related loggingSun, 29 Sep 2019 15:18:40 +0200, by Kim Alvefur
-
mod_register_ibr: Add FORM_TYPE as required by XEP-0077.Sun, 29 Sep 2019 15:05:17 +0200, by Emmanuel Gil Peyrot
-
net.server_epoll: Add debug logging for various connection eventsSun, 29 Sep 2019 15:02:05 +0200, by Kim Alvefur
-
net.server_epoll: Make log tag accessible as a fieldSun, 29 Sep 2019 15:00:28 +0200, by Kim Alvefur
-
net.server_epoll: Make it easy to override handler for incoming dataSun, 29 Sep 2019 14:50:04 +0200, by Kim Alvefur
-
mod_csi_simple: Remove duplicated check for connectionSat, 28 Sep 2019 22:59:29 +0200, by Kim Alvefur
-
mod_pubsub: Remove the unwanted check for @notify on <purge/>.Sat, 28 Sep 2019 20:00:39 +0200, by Emmanuel Gil Peyrot
-
util.sql: Preserve 3rd and 4th return values from transaction (fixes #1434) (thanks mrdoctorwho)Sat, 28 Sep 2019 18:24:28 +0200, by Kim Alvefur
-
doap: Add some supported-since versionsSat, 28 Sep 2019 00:09:29 +0200, by Kim Alvefur
-
doap: Add some XEP versionsSat, 28 Sep 2019 00:09:24 +0200, by Kim Alvefur
-
MUC: Fix XML syntax error in testSat, 21 Sep 2019 18:16:45 +0200, by Kim Alvefur
-
MUC: Update test for vcard-temp changesSat, 21 Sep 2019 17:52:07 +0200, by Kim Alvefur
-
Merge 0.11->trunkSat, 21 Sep 2019 16:50:29 +0200, by Kim Alvefur
-
mod_vcard_legacy: Don't owerwrite empty photo elements (fixes #1432) 0.11Sat, 21 Sep 2019 16:29:16 +0200, by Kim Alvefur
Scroll all the way down to load more.