Tue, 15 Oct 2019 00:13:52 +0200 Kim Alvefur doc/doap: Claim support for XEP-0268 via mod_csi_simple
Sun, 13 Oct 2019 00:33:35 +0200 Kim Alvefur mod_saslauth: Remove useless debug log line
Sun, 13 Oct 2019 00:32:58 +0200 Kim Alvefur mod_saslauth: Remove commented-out debug log line
Sat, 12 Oct 2019 20:22:07 +0200 Kim Alvefur net.server_epoll: Save IP and port from connection creation call
Sat, 12 Oct 2019 20:15:31 +0200 Kim Alvefur server_epoll: Log full string represestation when connected
Sat, 12 Oct 2019 20:12:04 +0200 Kim Alvefur net.server_epoll: Handle getpeer/sockname returning a normal error
Sat, 12 Oct 2019 20:07:50 +0200 Kim Alvefur net.server_epoll: Fix to get remote IP on direct TLS connections
Sat, 12 Oct 2019 19:51:29 +0200 Kim Alvefur net.server_epoll: Move a log message to improve ordering
Sat, 12 Oct 2019 19:31:48 +0200 Kim Alvefur net.http.files: Explicitly convert number to string, avoiding implicit coercion
Sat, 12 Oct 2019 19:30:29 +0200 Kim Alvefur net.http.server: Explicitly convert number to string, avoiding implicit coercion
Sat, 12 Oct 2019 19:16:43 +0200 Kim Alvefur mod_websocket: Guard against upgrading to websocket from a HEAD request
Sat, 12 Oct 2019 18:27:54 +0200 Kim Alvefur net.http.server: Re-fire unhandled HEAD requsts as GET events (fixes #1447)
Sat, 12 Oct 2019 18:27:02 +0200 Kim Alvefur net.http.server: Ensure HEAD requests are sent with empty body
Fri, 11 Oct 2019 00:58:33 +0200 Kim Alvefur doap: Add XEP-0380 since mod_csi_simple takes that into consideration
Fri, 11 Oct 2019 00:52:29 +0200 Kim Alvefur doap: Even more XEP details
Fri, 11 Oct 2019 00:29:53 +0200 Kim Alvefur doap: Add detials for XEP-0280, 0288 and 0292
Fri, 11 Oct 2019 00:29:05 +0200 Kim Alvefur doap: Note about XEP-0237: Roster Versioning being merged into rfc6121
Fri, 11 Oct 2019 00:27:53 +0200 Kim Alvefur doap: Referece SCRAM
Thu, 10 Oct 2019 23:41:59 +0200 Kim Alvefur doap: Note about where XEP-0227 is used
Thu, 10 Oct 2019 23:39:32 +0200 Kim Alvefur doap: Fix missing '0' in URL to XEP-0288
Thu, 10 Oct 2019 20:46:27 +0200 Kim Alvefur mod_http: Unhook CORS related event handlers
Thu, 10 Oct 2019 16:58:02 +0200 Emmanuel Gil Peyrot util.statistics: Add a total count for rate counters, counting from server start.
Wed, 09 Oct 2019 23:20:22 +0200 Kim Alvefur doap: Mention support for XEP-0122: Data Forms Validation
Wed, 09 Oct 2019 23:19:42 +0200 Kim Alvefur doap: Fix element name typo (node -> note)
Sun, 06 Oct 2019 21:14:53 +0200 Kim Alvefur mod_s2s: Close with a stream error in case neither SASL or Dialback are available
Sun, 06 Oct 2019 19:35:35 +0200 Kim Alvefur mod_admin_telnet: xmpp:ping: Log ping time
Sun, 06 Oct 2019 19:34:03 +0200 Kim Alvefur net.server_epoll: Guard against nil return from TLS info method
Sun, 06 Oct 2019 16:34:42 +0200 Kim Alvefur doap: Add reference to draft-cridland-xmpp-session
Sun, 06 Oct 2019 16:23:43 +0200 Kim Alvefur net.server_epoll: Log TLS version and cipher for all completed handshakes
Sun, 06 Oct 2019 16:07:26 +0200 Kim Alvefur util.sasl.scram: Avoid implicit coersion of number to string
Sat, 05 Oct 2019 18:10:12 +0200 Kim Alvefur net.server_epoll: Log size of partial writes (debug)
Sat, 05 Oct 2019 17:09:24 +0200 Kim Alvefur core.s2smanager: Fix traceback due to mixup with to/from
Sat, 05 Oct 2019 16:55:58 +0200 Kim Alvefur mod_csi_simple: Always remove session filters when disabling CSI
Sat, 05 Oct 2019 16:50:41 +0200 Kim Alvefur mod_csi_simple: Try not to flush buffer while already flushing it
Sat, 05 Oct 2019 16:21:41 +0200 Kim Alvefur core.s2smanager: Remove bidi-enabled s2sin from outgoing routing table
Sat, 05 Oct 2019 15:22:59 +0200 Kim Alvefur net.server_epoll: Return early when attepting to set write lock state to current state
Thu, 03 Oct 2019 16:38:46 +0100 Matthew Wild Merge 0.11->trunk
Thu, 03 Oct 2019 16:38:15 +0100 Matthew Wild mod_mam: Add flag to session when it performs a MAM query 0.11
Mon, 30 Sep 2019 08:22:30 +0100 Matthew Wild util.promise: Add some additional tests to cover callback return values
Sun, 29 Sep 2019 23:50:34 +0200 Kim Alvefur mod_offline: Log a debug message when message is stored
Sun, 29 Sep 2019 21:12:46 +0200 Kim Alvefur util.sasl.scram: Fix old API
Sun, 29 Sep 2019 20:48:58 +0200 Kim Alvefur Merge 0.11-trunk
Sun, 29 Sep 2019 20:48:00 +0200 Kim Alvefur MUC: Strip tags with MUC-related namespaces from private messages (fixes #1427) 0.11
Sun, 29 Sep 2019 18:44:58 +0200 Kim Alvefur mod_admin_telnet: Use new compact function for waiting on promises
Sun, 29 Sep 2019 18:42:35 +0200 Kim Alvefur util.async: Add function for waiting on promises and unpacking the results
Sun, 29 Sep 2019 17:34:47 +0200 Kim Alvefur mod_register_ibr: Distinguish between failure to create account or save extra data
Sun, 29 Sep 2019 17:30:54 +0200 Kim Alvefur net.server_epoll: Correct indentation
Sun, 29 Sep 2019 17:07:39 +0200 Kim Alvefur core.modulemanager: Split lists across multiple lines for improved readability
Sun, 29 Sep 2019 16:22:05 +0200 Kim Alvefur mod_register_ibr: Reminder to maybe use util.error in the future
Sun, 29 Sep 2019 15:26:18 +0200 Emmanuel Gil Peyrot mod_register_ibr, mod_register_limits: Add support for custom error type and defined-condition.
Sun, 29 Sep 2019 15:51:21 +0200 Kim Alvefur net.server_epoll: Ignore unused self argument [luacheck]
Sun, 29 Sep 2019 15:41:01 +0200 Kim Alvefur net.server_epoll: Fix link function to not replace listeners
Sun, 29 Sep 2019 15:36:23 +0200 Kim Alvefur net.server_epoll: Handle read size argument to link
Sun, 29 Sep 2019 15:18:40 +0200 Kim Alvefur net.server_epoll: Add some timeout related logging
Sun, 29 Sep 2019 15:05:17 +0200 Emmanuel Gil Peyrot mod_register_ibr: Add FORM_TYPE as required by XEP-0077.
Sun, 29 Sep 2019 15:02:05 +0200 Kim Alvefur net.server_epoll: Add debug logging for various connection events
Sun, 29 Sep 2019 15:00:28 +0200 Kim Alvefur net.server_epoll: Make log tag accessible as a field
Sun, 29 Sep 2019 14:50:04 +0200 Kim Alvefur net.server_epoll: Make it easy to override handler for incoming data
Sat, 28 Sep 2019 22:59:29 +0200 Kim Alvefur mod_csi_simple: Remove duplicated check for connection
Sat, 28 Sep 2019 20:00:39 +0200 Emmanuel Gil Peyrot mod_pubsub: Remove the unwanted check for @notify on <purge/>.
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip