Software /
code /
prosody
Graph
-
mod_admin_telnet: Sort hosts in module:list2019-12-15, by Kim Alvefur
-
mod_admin_telnet: Refactor internal function for listing hosts2019-12-15, by Kim Alvefur
-
mod_admin_telnet: Merge hostname comparison functions2019-12-15, by Kim Alvefur
-
mod_admin_telnet: Sort by complete labels2019-12-15, by Kim Alvefur
-
mod_admin_telnet: Fix host sorting2019-12-15, by Kim Alvefur
-
util.stanza: Accept util.error object to error_reply2019-12-14, by Kim Alvefur
-
util.sasl: Add stub tests2019-12-14, by Kim Alvefur
-
util.error: Move default for numeric error code to net.http.server2019-12-14, by Kim Alvefur
-
mod_s2s: Fix name conflict introduced in c7864f9709692019-12-10, by Kim Alvefur
-
util.sasl.scram: Ignore unused authzid variable (strict lint)2019-12-09, by Kim Alvefur
-
.luacheckrc: Remove passing spec/ files from ignore list2019-12-09, by Matthew Wild
-
net.http.parser tests: Expand tests to include validation of results2019-12-09, by Matthew Wild
-
.luacheckrc: Remove passing file from ignore list2019-12-09, by Matthew Wild
-
configmanager tests: Split long line2019-12-09, by Matthew Wild
-
util.x509: Fix recording of CommonNames in get_identities2019-12-08, by Kim Alvefur
-
util.error: Write down some thoughts in comments2019-12-08, by Kim Alvefur
-
net.server_epoll: Use monotonic time for scheduling2019-12-08, by Kim Alvefur
-
net.server_epoll: Change timer rescheduling method to match util.timer2019-12-08, by Kim Alvefur
-
net.server_epoll: Remove unused function for adding timer at absolute time2019-12-08, by Kim Alvefur
-
mod_admin_telnet: Avoid using LuaSocket for timestamps2019-12-08, by Kim Alvefur
-
mod_saslauth: Set a nicer bounce error explaining SASL EXTERNAL failures2019-12-07, by Kim Alvefur
-
mod_saslauth: Collect SASL EXTERNAL failures into an util.error object2019-12-07, by Kim Alvefur
-
net.server_epoll: Add debug logging for delayed reading2019-12-07, by Kim Alvefur
-
net.connect: Mention RFC 6724 regression2019-12-07, by Kim Alvefur
-
net.connect: Add some TODOs and FIXMEs2019-12-07, by Kim Alvefur
-
mod_s2s: Invert condition to return early and reduce indentation2019-12-04, by Kim Alvefur
-
mod_s2s: Fix mistake in 28755107c2f42019-12-03, by Kim Alvefur
-
mod_saslauth: Advertise correct set of mechanisms2019-12-02, by Kim Alvefur
-
util.*.c: Add static qualifiers everywhere2019-12-01, by Emmanuel Gil Peyrot
-
util.encodings: Remove redundant cast2019-12-01, by Emmanuel Gil Peyrot
-
util.encodings: Don’t export unneeded symbols2019-12-01, by Emmanuel Gil Peyrot
-
mod_s2s: Refactor stream error handling on close2019-12-01, by Kim Alvefur
-
mod_s2s: Use stanza type check instead of duck typing2019-12-01, by Kim Alvefur
-
mod_net_multiplex: Remove debug message2019-12-01, by Kim Alvefur
-
net.server_select: Remove prefix added to TLS handshaker errors2019-12-01, by Kim Alvefur
-
mod_s2s: Improve TLS handshake error messages2019-12-01, by Kim Alvefur
-
mod_s2s: Log from session logger2019-11-30, by Kim Alvefur
-
mod_s2s: Improve log message about forbidding insecure connections2019-11-30, by Kim Alvefur
-
mod_admin_telnet: Sort hosts2019-11-30, by Kim Alvefur
-
mod_carbons: Improve performance by delaying creation of carbon payload2019-11-30, by Kim Alvefur
-
core.portmanager: Complete error message for SNI TLS context problems2019-11-30, by Kim Alvefur
-
tests: Disable s2s in scansion tests2019-11-30, by Kim Alvefur
-
mod_net_multiplex: Tweak debug logging for ALPN case2019-11-29, by Kim Alvefur
-
mod_net_multiplex: Add support for using ALPN2019-11-29, by Kim Alvefur
-
net.http: Set ALPN on requests2019-11-29, by Kim Alvefur
-
core.portmanager: Fix TLS context inheritance for SNI hosts (completes SNI support)2019-11-29, by Kim Alvefur
-
core.portmanager: Don't set the first TLS context with a cert as main context2019-11-29, by Kim Alvefur
-
mod_admin_telnet: Display ALPN in show_tls() if supported and available2019-11-20, by Kim Alvefur
-
mod_http: Log served URLs at 'info' level2019-11-29, by Kim Alvefur
-
mod_s2s: Prevent unhandled stanza handler from complaining about stream features on aborted connections2019-11-29, by Kim Alvefur
-
mod_s2s_bidi: Ignore unencrypted connections if s2s_require_encryption is set2019-11-28, by Kim Alvefur
-
mod_s2s: Abort outgoing connections earlier when TLS requirement isn't satisfied2019-11-28, by Kim Alvefur
-
mod_s2s: Send stream errors for cert problems on outgoing connections2019-11-28, by Kim Alvefur
-
mod_s2s: Improve error in bounces due to cert validation problems2019-11-27, by Kim Alvefur
-
mod_s2s_auth_certs: Save chain validation errors for later use2019-11-27, by Kim Alvefur
-
net.websocket: Fix traceback in case of ondisconnect being called twice2019-11-26, by Matthew Wild
-
net.connect: Add some TODO comments2019-11-25, by Kim Alvefur
-
MUC: Add missing reference to room (thanks buildbot) [luacheck]2019-11-25, by Kim Alvefur
-
MUC: Indicate the component as origin of various errors where there's no room2019-11-25, by Kim Alvefur
-
MUC: Indicate that the room is the origin of various errors where 'from' is an occupant JID2019-11-25, by Kim Alvefur
-
MUC: Indicate origin of registration related errors2019-11-25, by Kim Alvefur
-
MUC: Indicate origin of password related errors2019-11-25, by Kim Alvefur
-
util.stanza: Support the 'by' attribute on errors2019-11-25, by Kim Alvefur
-
util.stanza: Check that argument to error_reply is NOT a stanza of type error2019-11-25, by Kim Alvefur
-
util.stanza: Check that argument to error_reply is a stanza2019-11-25, by Kim Alvefur
-
util.stanza: Remove redundant check for attrs2019-11-25, by Kim Alvefur
-
util.stanza: Check that argument to reply is a stanza2019-11-25, by Kim Alvefur
-
Merge 0.11->trunk2019-11-24, by Kim Alvefur
-
net.resolvers.service: Pass IP literals directly to basic resolver2019-11-24, by Kim Alvefur
-
net.resolvers.basic: Normalise IP literals, ensures net.server is happy 0.112019-11-24, by Kim Alvefur
-
Merge 0.11->trunk2019-11-24, by Kim Alvefur
-
net.resolvers.basic: Fix resolution of IPv6 literals (in brackets) (fixes #1459) 0.112019-11-24, by Kim Alvefur
-
MUC: Add testcase for #14662019-11-23, by Kim Alvefur
-
Merge 0.11->trunk2019-11-23, by Kim Alvefur
-
core.modulemanager: Disable mod_vcard if mod_vcard_legacy is enabled to prevent conflict (#1469) 0.112019-11-23, by Kim Alvefur
-
prosodyctl check: Warn about conflict between mod_vcard and mod_vcard_legacy (#1469) 0.112019-11-23, by Kim Alvefur
-
mod_http_errors: Show a friendly page instead of 404 on top level2019-11-17, by Kim Alvefur
-
mod_csi: Cache CSI module availability to improve readabilty2019-11-23, by Kim Alvefur
-
mod_csi: Set module status based on whether a CSI handler module appears to be loaded2019-11-23, by Kim Alvefur
-
mod_csi: Only advertise CSI to clients if something is handling CSI events2019-11-17, by Kim Alvefur
-
mod_s2s: Add error text for error replies on some s2s failures (#770)2019-11-23, by Kim Alvefur
-
s2s: Allow passing a custom error for bouncing queued stanzas (#770)2019-11-23, by Kim Alvefur
-
mod_admin_telnet: Show SNI name in show_tls() if available2019-11-20, by Kim Alvefur
-
util.termcolours: Use explicit number formatting instead of coercion on concatenation2019-11-20, by Kim Alvefur
-
prosody.cfg.lua.dist: Remove mention of syslog near mod_posix2019-11-19, by Kim Alvefur
-
mod_s2s: Wait for remote to close any connection allowing incoming stanzas2019-11-18, by Kim Alvefur
-
net.server_epoll: Save log tag in a field on FD watchers too2019-11-17, by Kim Alvefur
-
Back out c8aa66595072: Extra changes accidentally included2019-11-17, by Kim Alvefur
-
net.server_epoll: Save log tag in a field on FD watchers too2019-11-17, by Kim Alvefur
-
net.server_epoll: Improve read timeout debug messages2019-10-19, by Kim Alvefur
-
net.server_epoll: Clarify a debug message2019-10-19, by Kim Alvefur
-
mod_muc_mam: Copy debug log improvements from mod_mam2019-11-17, by Kim Alvefur
-
mod_csi_simple: Make sure to disable optimizations before mod_smacks (thanks pep.)2019-11-17, by Kim Alvefur
-
util.interpolation: Add commented test case for passing nil to filter2019-11-17, by Kim Alvefur
-
util.interpolation: Test template filters2019-11-17, by Kim Alvefur
-
Merge 0.11->trunk2019-11-16, by Kim Alvefur
-
util.pposix: Avoid overflow of malloc info at 2GB (fixes #1445 until 4GB) 0.112019-11-16, by Kim Alvefur
-
mod_http: Soften dependency on mod_http_errors2019-11-16, by Kim Alvefur
-
doap: Sort XEPs by number2019-11-15, by Kim Alvefur
-
server_event: Remove duplicated code (thanks waqas)2019-11-13, by Kim Alvefur
-
util.dependencies: Avoid missing bitop false positive on Lua 5.42019-11-09, by Kim Alvefur
-
util.startup: Disable plugin installer path creation for now (see comments)2019-11-08, by Kim Alvefur
-
util.startup: Split plugin installer path setup into a separate function2019-11-08, by Kim Alvefur
-
mod_s2s: Allow passing bounce reason as an util.error object (see #770)2019-11-08, by Kim Alvefur
-
util.paths: Don't treat path as pattern, fix traceback (thanks Menel87)2019-11-08, by Kim Alvefur
-
Merge 0.11->trunk2019-11-07, by Kim Alvefur
-
mod_ping: Remove ad-hoc command2019-11-07, by Kim Alvefur
-
mod_admin_adhoc: Add some flags to s2s listing command2019-11-07, by Kim Alvefur
-
util.array: Fix typo in test2019-11-06, by Kim Alvefur
-
net.http.server: Treat promise rejection without value as a HTTP 500 error2019-11-05, by Kim Alvefur
-
net.http.server: Handle promises from http handlers2019-11-01, by Kim Alvefur
-
net.http.server: Handle util.error objects from http handlers2019-11-01, by Kim Alvefur
-
net.http.server: Tail call because tail call!2019-11-01, by Kim Alvefur
-
net.http.server: Factor out handling of event response for easier reuse2019-11-01, by Kim Alvefur
-
Merge 0.11->trunk2019-11-03, by Kim Alvefur
-
doap: Add version of XEP-00122019-11-03, by Kim Alvefur
-
doap: Reorder tags for consistency2019-11-03, by Kim Alvefur
-
Merge 0.11->trunk2019-11-02, by Kim Alvefur
-
net.resolvers: Apply IDNA conversion to ascii for DNS lookups (fixes #1426) 0.112019-11-02, by Kim Alvefur
-
mod_admin_telnet: Show s2s authentication method (probably) used2019-11-02, by Kim Alvefur
-
mod_user_account_management: Apply username normalization later2019-11-02, by Kim Alvefur
-
mod_s2s: Only nameprep stream to/from addresses if they are present2019-11-02, by Kim Alvefur
-
mod_dialback: Fix potential traceback in case of missing addressing2019-11-02, by Kim Alvefur
-
mod_c2s: Validate that a 'to' attribute exists at all2019-11-02, by Kim Alvefur
-
core.sessionmanager: Require that client-requested resources pass strict resourceprep2019-11-02, by Kim Alvefur
-
mod_bosh: Abort early if request is missing hostname2019-11-02, by Kim Alvefur
-
mod_dialback: Abort early if request is missing addressing attributes2019-11-02, by Kim Alvefur
-
core.configmanager: Handle nameprep validation errors2019-11-02, by Kim Alvefur
-
core.configmanager: Ensure Hosts are given names2019-11-02, by Kim Alvefur
-
MUC: Make nickname field in registration form required2019-11-02, by Kim Alvefur
-
core.sessionmanager: Fix traceback from passing nil to resourceprep2019-11-02, by Kim Alvefur
-
util.encodings: Don't ignore non-strings passed to stringprep functions2019-11-02, by Kim Alvefur
-
net.http.codes: Avoid implicit number -> string coercion2019-11-01, by Kim Alvefur
-
prosodyctl: Print friendly version of error messages2019-11-01, by Kim Alvefur
-
mod_register_ibr: Enforce strict JID validation2019-11-01, by Kim Alvefur
-
util.prosodyctl: Enforce strict JID validation on user creation2019-11-01, by Kim Alvefur
-
MUC: Strictly validate room JID on creation2019-11-01, by Kim Alvefur
-
util.error: Add well-known field 'code' in error templates2019-11-01, by Kim Alvefur
-
mod_register_limits: Use util.error for managing rejection reasons2019-11-01, by Kim Alvefur
-
mod_register_ibr: Allow registartion rejection reason as util.error object2019-11-01, by Kim Alvefur
-
MUC: Enforce strict resourceprep on nicknames (bye bye robot face)2019-09-23, by Kim Alvefur
-
core.stanza_router: Do strict jidprep on c2s2019-09-09, by Kim Alvefur
-
util.encodings: Strictly verify that the 'strict' *prep argument is a boolean2019-10-30, by Kim Alvefur
-
util.jid: Add a 'strict' flag for jidprep calls2019-09-09, by Kim Alvefur
-
util.encodings: Optional strict flag to stringprep2019-04-24, by Kim Alvefur
-
util.pubsub, pubsub.lib and tests: Add text to precondition-not-met error (fixes #1455)2019-10-27, by Matthew Wild
-
MUC: Advertise history related fields as integers via XEP-01222019-10-20, by Kim Alvefur
-
CHANGES: Add a line for #13352019-10-20, by Kim Alvefur
-
MUC: Add controls for whose presence is broadcast (closes #1335)2019-10-20, by Lance Stout
-
util.interpolation: Test map syntax2019-10-20, by Kim Alvefur
-
util.interpolation: Test array syntax2019-10-20, by Kim Alvefur
-
util.interpolation: Test #14522019-10-20, by Kim Alvefur
-
Merge 0.11->trunk2019-10-20, by Kim Alvefur
-
util.interpolation: Support unescaped variables with more modifiers (fixes #1452) 0.112019-10-20, by Kim Alvefur
-
doap: Sort <implements> by XEP number2019-10-20, by Kim Alvefur
-
doap: mod_csi_simple tries to follow XEP-0286: Mobile Considerations, not XEP-02682019-10-20, by Kim Alvefur
-
doap: Trim a trailing '.' from a version/branch name for consistency2019-10-20, by Kim Alvefur
-
doap: Copy longer description from README2019-10-20, by Kim Alvefur
-
Merge 0.11->trunk2019-10-20, by Kim Alvefur
-
MUC: Validate registration dataform more carefully2019-10-20, by Kim Alvefur
-
mod_saslauth: Demote "no SASL mechanisms" error back to warning2019-10-15, by Kim Alvefur
-
mod_saslauth: Improve logging of why no SASL mechanisms were offered2019-10-15, by Kim Alvefur
-
mod_saslauth: Use the power of Set Theory to mange sets of SASL mechanisms2019-10-15, by Kim Alvefur
-
mod_saslauth: Log (debug) messages about channel binding2019-10-15, by Kim Alvefur
-
doc/doap: Claim support for XEP-0368 by way of legacy_ssl_ports2019-10-14, by Kim Alvefur
-
doc/doap: Claim support for XEP-0268 via mod_csi_simple2019-10-14, by Kim Alvefur
-
mod_saslauth: Remove useless debug log line2019-10-12, by Kim Alvefur
-
mod_saslauth: Remove commented-out debug log line2019-10-12, by Kim Alvefur
-
net.server_epoll: Save IP and port from connection creation call2019-10-12, by Kim Alvefur
-
server_epoll: Log full string represestation when connected2019-10-12, by Kim Alvefur
-
net.server_epoll: Handle getpeer/sockname returning a normal error2019-10-12, by Kim Alvefur
-
net.server_epoll: Fix to get remote IP on direct TLS connections2019-10-12, by Kim Alvefur
-
net.server_epoll: Move a log message to improve ordering2019-10-12, by Kim Alvefur
-
net.http.files: Explicitly convert number to string, avoiding implicit coercion2019-10-12, by Kim Alvefur
-
net.http.server: Explicitly convert number to string, avoiding implicit coercion2019-10-12, by Kim Alvefur
-
mod_websocket: Guard against upgrading to websocket from a HEAD request2019-10-12, by Kim Alvefur
-
net.http.server: Re-fire unhandled HEAD requsts as GET events (fixes #1447)2019-10-12, by Kim Alvefur
-
net.http.server: Ensure HEAD requests are sent with empty body2019-10-12, by Kim Alvefur
-
doap: Add XEP-0380 since mod_csi_simple takes that into consideration2019-10-10, by Kim Alvefur
-
doap: Even more XEP details2019-10-10, by Kim Alvefur
-
doap: Add detials for XEP-0280, 0288 and 02922019-10-10, by Kim Alvefur
-
doap: Note about XEP-0237: Roster Versioning being merged into rfc61212019-10-10, by Kim Alvefur
-
doap: Referece SCRAM2019-10-10, by Kim Alvefur
-
doap: Note about where XEP-0227 is used2019-10-10, by Kim Alvefur
-
doap: Fix missing '0' in URL to XEP-02882019-10-10, by Kim Alvefur
-
mod_http: Unhook CORS related event handlers2019-10-10, by Kim Alvefur
-
util.statistics: Add a total count for rate counters, counting from server start.2019-10-10, by Emmanuel Gil Peyrot
-
doap: Mention support for XEP-0122: Data Forms Validation2019-10-09, by Kim Alvefur
-
doap: Fix element name typo (node -> note)2019-10-09, by Kim Alvefur
-
mod_s2s: Close with a stream error in case neither SASL or Dialback are available2019-10-06, by Kim Alvefur
-
mod_admin_telnet: xmpp:ping: Log ping time2019-10-06, by Kim Alvefur
-
net.server_epoll: Guard against nil return from TLS info method2019-10-06, by Kim Alvefur
-
doap: Add reference to draft-cridland-xmpp-session2019-10-06, by Kim Alvefur
-
net.server_epoll: Log TLS version and cipher for all completed handshakes2019-10-06, by Kim Alvefur
-
util.sasl.scram: Avoid implicit coersion of number to string2019-10-06, by Kim Alvefur
-
net.server_epoll: Log size of partial writes (debug)2019-10-05, by Kim Alvefur
-
core.s2smanager: Fix traceback due to mixup with to/from2019-10-05, by Kim Alvefur
-
mod_csi_simple: Always remove session filters when disabling CSI2019-10-05, by Kim Alvefur
-
mod_csi_simple: Try not to flush buffer while already flushing it2019-10-05, by Kim Alvefur
-
core.s2smanager: Remove bidi-enabled s2sin from outgoing routing table2019-10-05, by Kim Alvefur
-
net.server_epoll: Return early when attepting to set write lock state to current state2019-10-05, by Kim Alvefur
-
Merge 0.11->trunk2019-10-03, by Matthew Wild
-
util.promise: Add some additional tests to cover callback return values2019-09-30, by Matthew Wild
-
mod_offline: Log a debug message when message is stored2019-09-29, by Kim Alvefur
-
util.sasl.scram: Fix old API2019-09-29, by Kim Alvefur
-
Merge 0.11-trunk2019-09-29, by Kim Alvefur
-
MUC: Strip tags with MUC-related namespaces from private messages (fixes #1427) 0.112019-09-29, by Kim Alvefur
-
mod_admin_telnet: Use new compact function for waiting on promises2019-09-29, by Kim Alvefur
-
util.async: Add function for waiting on promises and unpacking the results2019-09-29, by Kim Alvefur
-
mod_register_ibr: Distinguish between failure to create account or save extra data2019-09-29, by Kim Alvefur
-
net.server_epoll: Correct indentation2019-09-29, by Kim Alvefur
-
core.modulemanager: Split lists across multiple lines for improved readability2019-09-29, by Kim Alvefur
-
mod_register_ibr: Reminder to maybe use util.error in the future2019-09-29, by Kim Alvefur
-
mod_register_ibr, mod_register_limits: Add support for custom error type and defined-condition.2019-09-29, by Emmanuel Gil Peyrot
-
net.server_epoll: Ignore unused self argument [luacheck]2019-09-29, by Kim Alvefur
-
net.server_epoll: Fix link function to not replace listeners2019-09-29, by Kim Alvefur
-
net.server_epoll: Handle read size argument to link2019-09-29, by Kim Alvefur
-
net.server_epoll: Add some timeout related logging2019-09-29, by Kim Alvefur
-
mod_register_ibr: Add FORM_TYPE as required by XEP-0077.2019-09-29, by Emmanuel Gil Peyrot
-
net.server_epoll: Add debug logging for various connection events2019-09-29, by Kim Alvefur
-
net.server_epoll: Make log tag accessible as a field2019-09-29, by Kim Alvefur
-
net.server_epoll: Make it easy to override handler for incoming data2019-09-29, by Kim Alvefur
-
mod_csi_simple: Remove duplicated check for connection2019-09-28, by Kim Alvefur
-
mod_pubsub: Remove the unwanted check for @notify on <purge/>.2019-09-28, by Emmanuel Gil Peyrot
-
util.sql: Preserve 3rd and 4th return values from transaction (fixes #1434) (thanks mrdoctorwho)2019-09-28, by Kim Alvefur
-
doap: Add some supported-since versions2019-09-27, by Kim Alvefur
-
doap: Add some XEP versions2019-09-27, by Kim Alvefur
-
MUC: Fix XML syntax error in test2019-09-21, by Kim Alvefur
-
MUC: Update test for vcard-temp changes2019-09-21, by Kim Alvefur
-
Merge 0.11->trunk2019-09-21, by Kim Alvefur
-
mod_vcard_legacy: Don't owerwrite empty photo elements (fixes #1432) 0.112019-09-21, by Kim Alvefur
-
mod_vcard_legacy: Advertise lack of avatar correctly (fixes #1431) (thanks lovetox) 0.112019-09-21, by Kim Alvefur
-
doap: Remove stray '('2019-09-19, by Kim Alvefur
-
doap: Add details about most recent XEPs numbered over 3002019-09-19, by Kim Alvefur
-
doap: Add details to XEPs numbered under 1002019-09-19, by Kim Alvefur
-
doap: Fix namespace of <until>2019-09-19, by Kim Alvefur
-
doap: Update to newer format2019-09-19, by Kim Alvefur
-
util.encodings: Spell out all IDNA 2008 options ICU has2019-09-10, by Kim Alvefur
-
util.encodings: Switch ICU binding to IDNA2008 (fixes #533, #1301)2019-09-10, by Kim Alvefur
-
Prepare required data folder for integration tests2019-09-12, by Maxime “pep” Buquet
-
util.x509: Return sets of services per identity2019-09-10, by Kim Alvefur
-
mod_http: Add support for configuring CORS Access-Control-Allow-Credentials2019-09-11, by Matthew Wild
-
util.x509: Only collect commonNames that pass idna2019-09-10, by Kim Alvefur
-
util.x509: Nameprep commonName once2019-09-10, by Kim Alvefur
-
doap: Add XEP-02882019-09-09, by Kim Alvefur
-
doap: Add a Description Of A Project file2019-08-27, by Kim Alvefur
-
mod_admin_telnet: Identify native bidi sessions2019-09-08, by Kim Alvefur
-
CHANGES: Add XEP-02882019-09-08, by Kim Alvefur
-
mod_s2s_bidi: Enables bi-directional streams via XEP-02882019-09-08, by Kim Alvefur
-
mod_s2s: Remove warning about hostname mismatch2019-09-07, by Kim Alvefur
-
mod_s2s: Insert s2sin into outgoing routing table when bidirectional2019-09-07, by Kim Alvefur
-
mod_s2s: Add function to send replies on s2sout connections that support incoming traffic2019-09-07, by Kim Alvefur
-
mod_s2s: Handle authentication of s2sin and s2sout the same way2019-09-07, by Kim Alvefur
-
core.stanza_router: Handle s2s in more direction-agnostic way2019-09-07, by Kim Alvefur
-
core.s2smanager: Add map of names authenticate for remote on s2sout for parity with s2sin2019-09-07, by Kim Alvefur
-
core.s2smanager: Add [direction] boolean flags to s2s connections2019-09-07, by Kim Alvefur
-
mod_offline: Add some debug logging to reduce confusion2019-09-08, by Kim Alvefur
-
util.bitops: Library to find appropriate bitwise library (closes #1395)2019-07-21, by Kim Alvefur
-
mod_s2s: Remove obsolete cleanup code2019-09-07, by Kim Alvefur
-
mod_admin_telnet: Identify bidi-capable s2sout sessions (fixes #1403)2019-09-07, by Kim Alvefur
-
tests: Disable TLS in scansion tests2019-09-06, by Kim Alvefur
-
core.certmanager: Lower severity for tls config not having cert2019-09-06, by Kim Alvefur
-
net.http: Pass server name along for SNI (fixes #1408)2019-09-01, by Kim Alvefur
-
net.server: Handle server name (SNI) as extra argument2019-08-31, by Kim Alvefur
-
net.server: Accept and save an 'extra' field for client connections2019-08-31, by Kim Alvefur
-
Merge 0.11->trunk2019-08-31, by Kim Alvefur
-
MUC: Fix delay tag @from in test to be the room JID (#1054 came back)2019-08-31, by Kim Alvefur
-
MUC: Add a test covering basic room creation, messages and destruction2019-08-31, by Kim Alvefur
-
net.server_epoll: Add support for opportunistic writes2019-08-27, by Kim Alvefur
-
core.certmanager: Remove unused import [luacheck]2019-08-25, by Kim Alvefur
-
Remove COMPAT with temporary luasec fork2019-08-25, by Kim Alvefur
-
MUC: Simplify nickname refresh loop2019-08-25, by Kim Alvefur
-
core.certmanager: Move EECDH ciphers before EDH in default cipherstring2019-08-25, by Kim Alvefur
-
mod_storage_internal: Include last text message2019-08-22, by Kim Alvefur
-
mod_storage_*: Also include timestmap of first message in :summary API2019-08-22, by Kim Alvefur
-
mod_storage_*: Include timestamp of latest message in :summary API2019-08-22, by Kim Alvefur
-
mod_storage_*: Tweak :summary API to allow future expansion with more fields2019-08-22, by Kim Alvefur
-
mod_auth_internal_hashed: Precompute SCRAM authentication profile name (thanks MattJ)2019-08-21, by Kim Alvefur
-
mod_auth_internal_hashed: Add support for optionally using SCRAM-SHA-256 instead of SHA-12019-01-13, by Kim Alvefur
-
util.sasl.scram: Add support for SCRAM-SHA-2562019-01-13, by Kim Alvefur
-
util.sasl.scram: Factor out SHA-1 specific getAuthenticationDatabaseSHA12019-01-13, by Kim Alvefur
-
mod_vcard_legacy: Use PEP nickname if vcard4 data is unavailable2019-08-22, by Kim Alvefur
-
core.moduleapi: Restructure send_iq method for more atomic cleanup2019-08-21, by Kim Alvefur
-
core.moduleapi: Uppercase "IQ stanza" for consistency2019-08-21, by Kim Alvefur
-
Merge 0.11->trunk2019-08-20, by Kim Alvefur
-
Merge mod-installer (2019 GSoC by João Duarte)2019-08-19, by Matthew Wild
-
util/prosodyctl: call_luarocks now sets a directory variable itself2019-08-16, by João Duarte
-
util/prosodyctl: Removed the check_flags and execute_command function2019-08-16, by João Duarte
-
prosodyctl: Install, remove and list commands now use the call_luarocks function2019-08-16, by João Duarte
-
core.configmanager: Removed code related to complement_lua_path2019-08-16, by João Duarte
-
util.pluginloader: Added a new path to the variable local_names2019-08-16, by João Duarte
-
util.paths: Fixed file termination for package.cpath's extra path2019-08-16, by João Duarte
-
util.startup: Changed the way util.paths.complement_lua_path was being accessed2019-08-16, by João Duarte
-
prosodyctl: Fixed a typo2019-08-16, by João Duarte
-
util.startup: Reorganized code at setup_plugindir2019-08-01, by João Duarte
-
util.paths: Refactored a variable, to avoid shadowing2019-08-01, by João Duarte
-
util.startup: Now calls a function to complement lua's path/cpath2019-08-01, by João Duarte
-
core.configmanager: Added support to 'complement_lua_path'2019-08-01, by João Duarte
-
util.paths: Added the function 'complement_lua_path'2019-08-01, by João Duarte
-
util.startup: setup_plugindir now also checks package.cpath for duplicates2019-08-01, by João Duarte
-
util.startup: Directly calling lfs.currentdir instead of storing it in a local variable2019-08-01, by João Duarte
-
util.startup: Removed/rewrote comments at setup_plugindir2019-08-01, by João Duarte
-
util.startupt: setup_plugindir now uses lfs.mkdir to check/create directories2019-08-01, by João Duarte
-
util.prosodyctl: Changed a comment2019-08-01, by João Duarte
-
prosodyctl: Removed the auxiliary command 'enabled_plugins'2019-07-31, by João Duarte
-
prosodyctl: The install, remove and list commands now work by calling the execute_command function2019-07-31, by João Duarte
-
util.prosodyctl: Added the execute_command function2019-07-31, by João Duarte
-
prosodyctl: Rewrote the list command, to make it cleaner and easier to work with2019-07-31, by João Duarte
-
util.prosodyctl: call_luarocks function is now compatible with the list command2019-07-31, by João Duarte
-
prosodyctl: Rewrote the remove command, to make it cleaner and easier to work with2019-07-31, by João Duarte
-
prosodyctl: Rewrote the install command, to make it more cleaner2019-07-31, by João Duarte
-
util.prosodyctl: Added the call_luarocks function2019-07-31, by João Duarte
-
util.prosodyctl: Added the check_flags function2019-07-31, by João Duarte
-
prosodyctl: Removed unnecessary comments from the remove command2019-07-31, by João Duarte
-
prosodyctl: Swapped prints for the show_message function at the install/remove commands2019-07-31, by João Duarte
-
make_repo.lua: Moved to /tools/make_repo.lua2019-07-29, by João Duarte
-
prosody.cfg.lua.dist: Added a field for the installer's path2019-07-27, by João Duarte
-
util.startup: Improved how .set_plugindir updates prosody.paths.plugins, package.path and package.cpath2019-07-27, by João Duarte
-
util.startup: The .setup_plugindir function now correctly sets a default/specified path for custom plugins2019-07-26, by João Duarte
-
prosodyctl: Corrected the help output of the install and remove commands2019-07-26, by João Duarte
-
util.startup: Removed unnecessary if clause at startup.set_plugindir2019-07-25, by João Duarte
-
prosodyctl: Removed the list duplicate at the commands_order variable2019-07-25, by João Duarte
-
prosodyctl: Removed the local_plugins command2019-07-24, by João Duarte
-
prosodyctl: Custom plugins paths are now retrieved by an helper function2019-07-24, by João Duarte
-
util.prosodyctl: Created the helper function get_path_custom_plugins2019-07-24, by João Duarte
-
prosodyctl: Updated the list command, to use the new directory for custom plugins2019-07-24, by João Duarte
-
prosodyctl: Updated the remove command to use the new directory for custom plugins2019-07-24, by João Duarte
-
prosodyctl: The install command now performs its job at a dedicated folder for custom plugins2019-07-24, by João Duarte
-
util.startup: Now it also loads default or configured paths to custom plugin directories and creates them2019-07-24, by João Duarte
-
prosodyctl: Removed/rewrote comments at the install, remove and list commands2019-07-24, by João Duarte
-
prosodyctl: Corrected the remove and install commands' order2019-07-24, by João Duarte
-
prosodyctl: Added the install and remove arguments to the reorganized commands_order variable2019-07-24, by João Duarte
-
prosodyctl: Removed the admin_add and admin_remove from the commands_order variable2019-07-24, by João Duarte
-
util.prosodyctl: Removed the admin_operation command2019-07-24, by João Duarte
-
prosodyctl: Removed the make, admin_add and admin_remove commands2019-07-24, by João Duarte
-
make_repo: This script creates a repository with prosody plugins' rockspecs2019-07-24, by João Duarte
-
prosodyctl: Removed the development commands magic, get_modules and write_rockspec2019-07-24, by João Duarte
-
prosodyctl: The install command now prints output regarding module configuration2019-07-23, by João Duarte
-
util.prosodyctl: Added the show_module_configuration_help function2019-07-23, by João Duarte
-
prosodyctl: The install command is now also checking a specified remote server2019-07-23, by João Duarte
-
prosodyctl: Corrected the outputs from the install command2019-07-23, by João Duarte
-
prosodyctl: Corrected output printed by the remove command2019-07-23, by João Duarte
-
util.prosodyctl: Corrected indentation on my code2019-07-20, by João Duarte
-
prosodyctl: Corrected indentation on my code2019-07-20, by João Duarte
-
prosodyctl: Removed trailing whitespaces2019-07-17, by João Duarte
-
prosodyctl: Added missing semicolons to some return calls2019-07-17, by João Duarte
-
prosodyctl: Improved the 'remove' command2019-07-17, by João Duarte
-
prosodyctl: The 'install' command can now recognize the flag '--tree'2019-07-17, by João Duarte
-
prosodyctl: Improved the 'list' command2019-07-17, by João Duarte
-
prosodyctl: Added the 'install' command2019-07-17, by João Duarte
-
prosodyctl: Added the 'remove' command2019-07-16, by João Duarte
-
prosodyctl: Added the 'make' function2019-07-16, by João Duarte
-
prosodyctl: Added the 'write_rockspec' function2019-07-16, by João Duarte
-
prosodyctl: Added the 'get_modules' commands2019-07-16, by João Duarte
-
util.prosodyctl: Added help support to 'admin_operation'2019-06-27, by João Duarte
-
prosodyctl: added help support to all my functions2019-06-27, by João Duarte
-
prosodyctl: Complemented my functions with return calls, when possible2019-06-26, by João Duarte
-
prosodyctl: Corrected the calls to the recently moved function 'admin_operation'2019-06-25, by João Duarte
-
util.prosodyctl: Moved the 'admin_operation' function from prosodyctl to here2019-06-25, by João Duarte
-
prosodyctl: Added the 'admin_remove' command2019-06-25, by João Duarte
-
prosodyctl: Added the 'admin_add' command2019-06-25, by João Duarte
-
prosodyctl: Implemented a command bridge to the 'luarocks-admin add' command, called 'admin_add'2019-06-21, by João Duarte
-
Merge my line of development->trunk2019-06-21, by João Duarte
-
prosodyctl: Implemented the 'list' command, which is a bridge to 'luarocks list'2019-06-20, by João Duarte
-
prosodyctl: The 'test' function now also prints which plugins are enabled2019-06-07, by João Duarte
-
prosodyctl: Created a custom function, 'test', that prints back a welcoming message2019-06-07, by João Duarte
-
net.resolvers.service: Fix DNS fallback2019-08-17, by Kim Alvefur
-
mod_s2s: Use net.connect instead of s2sout.lib for outgoing s2s connections2018-11-10, by Kim Alvefur
-
mod_muc_mam: Conditionally advertise MAM feature on rooms (fixes #1407)2019-08-10, by Kim Alvefur
-
mod_vcard_legacy: Complete roundtrip support for ORG/ORGNAME2019-08-02, by Kim Alvefur
-
mod_vcard_legacy: Add support for JABBERID - impp/uri conversion2019-01-19, by Kim Alvefur
-
util.stanza: Use :text_tag internally everywhere2019-08-02, by Kim Alvefur
-
mod_s2s: Distinguish between high and low level errors in bounces2019-08-01, by Kim Alvefur
-
net.adns: Remove unused local [luacheck]2019-07-30, by Kim Alvefur
-
net.websocket: Fix log call to pass data via format string instead of concatenation2019-07-30, by Kim Alvefur
-
net.*: Remove tostring call from logging2019-07-30, by Kim Alvefur
-
plugins: Remove tostring call from logging2019-07-30, by Kim Alvefur
-
util.session: Remove tostring call from logging2019-07-30, by Kim Alvefur
-
util.sql: Remove tostring call from logging2019-07-30, by Kim Alvefur
-
util.startup: Remove tostring call from logging2019-07-30, by Kim Alvefur
-
core.portmanager: Remove unused local [luacheck]2019-07-30, by Kim Alvefur
-
core.portmanager: Remove tostring call from logging2019-07-30, by Kim Alvefur
-
core.sessionmanager: Remove tostring call from logging2019-07-30, by Kim Alvefur
-
core.stanza_router: Remove tostring call from logging2019-07-30, by Kim Alvefur
-
core.s2smanager: Rewrite log line to use formatting instead of concatenation2019-07-30, by Kim Alvefur
-
core.s2smanager: Remove use of tostring in logging2019-07-29, by Kim Alvefur
-
util.error: Add tests2019-07-29, by Kim Alvefur
-
util.array: Add tests2019-07-28, by Kim Alvefur
-
mod_limits: Use rate limiting in net.server if provided2019-03-28, by Kim Alvefur
-
server_epoll: Add native support for per socket bandwith limits2016-12-18, by Kim Alvefur
-
Merge 0.11->trunk2019-07-28, by Kim Alvefur
-
util.poll: Add missing return statements in fallback mode2019-07-28, by Kim Alvefur
-
mod_admin_telnet: Use already generated session id2019-07-27, by Kim Alvefur
-
mod_admin_telnet: Allow specifying a reason when closing sessions (#1400)2019-07-27, by Kim Alvefur
-
util.xmppstream: Inherit xml:lang from stream to stanzas (fixes #1401)2019-07-27, by Kim Alvefur
-
net.server_epoll: Remove unused local [luacheck]2019-07-26, by Kim Alvefur
-
mod_pubsub: Eliminate dead code2019-07-25, by Kim Alvefur
-
net.server_epoll: Overhaul logging with one log sink per connection2019-07-26, by Kim Alvefur
-
net.server_epoll: Deprecate libevent emulation layer2019-07-24, by Kim Alvefur
-
mod_admin_telnet: Add xmpp:ping to help2019-07-26, by Kim Alvefur
-
mod_admin_telnet: Add c2s:count() to help2019-07-26, by Kim Alvefur
-
mod_admin_telnet: Make c2s:count() consistent with c2s:show()2019-07-26, by Kim Alvefur
-
mod_admin_telnet: Factor out function for collecting all c2s sessions for easier reuse2019-07-26, by Kim Alvefur
-
mod_admin_telnet: Include both c2s connections and sessions in c2s:show()2019-07-26, by Kim Alvefur
-
net.server_epoll: Return errors from creating sockets2019-07-23, by Kim Alvefur
-
net.server_epoll: Add experimental option to close connections in case of listener error2019-05-25, by Kim Alvefur
-
net.server_epoll: Return listener error message2019-05-25, by Kim Alvefur
-
mod_mam: Report correct count of results for forward queries2019-07-13, by Kim Alvefur
-
mod_mam: Move final log message to end of query procedure2019-07-11, by Kim Alvefur
-
mod_mam: Log RSM parameters2019-07-11, by Kim Alvefur
-
mod_mam: Log query failure reason2019-07-11, by Kim Alvefur
-
mod_mam: Log more details in final log message2019-07-11, by Kim Alvefur
-
mod_mam: Include query id in final log message2019-07-11, by Kim Alvefur
-
mod_mam: Use stanza id in log message as fallback if no query id2019-07-11, by Kim Alvefur
-
mod_mam: Include username that performed query2019-07-11, by Kim Alvefur
-
mod_mam: Make log message more compact2019-07-11, by Kim Alvefur
-
mod_pubsub: Move a comment to where it makes sense2019-07-10, by Kim Alvefur
-
util.error: Fix traceback due to missing text field2019-07-10, by Kim Alvefur
-
mod_admin_telnet: Move error handling to thread callback (fixes #1391)2019-05-09, by Kim Alvefur
-
mod_admin_telnet: Check for simple commands before executing in sandbox2019-05-09, by Kim Alvefur
-
mod_pep: Only log when creating new pubsub services2019-07-09, by Kim Alvefur
-
net.http.files: Fix cache handling2019-06-29, by Kim Alvefur
-
prosodyctl: Fix extraction of interpreter from arg when additional arguments (fixes #1386)2019-06-29, by Kim Alvefur
-
MUC: Advertise language field as such via XEP-01222019-07-07, by Kim Alvefur
-
mod_pubsub: Expose pubsub#access_model and pubsub#publish_model (fixes #1387)2019-07-06, by Kim Alvefur
-
Merge 0.11->trunk2019-07-08, by Kim Alvefur
-
util.serialization: Cache default serialization instance (fixes #1389) 0.112019-07-08, by Kim Alvefur
-
net.server_epoll: Backport timer optimization 6c2370f17027 from trunk (see #1388) 0.112019-07-07, by Kim Alvefur
-
Merge 0.11->trunk2019-06-20, by Kim Alvefur
-
Merge 0.11->trunk2019-06-20, by Kim Alvefur
-
mod_blocklist: Add comment to clarify some logic2019-06-20, by Kim Alvefur
-
Merge 0.11->trunk2019-06-20, by Kim Alvefur
-
mod_blocklist: Trigger resend of presence when unblocking a contact (fixes #1380) 0.112019-06-20, by Kim Alvefur
-
util.dependencies: Increase Lua version to warn about to 5.42019-06-19, by Kim Alvefur
-
MUC: Reflow event tables to improve readability2019-06-19, by Kim Alvefur
-
mod_pep: Log node name instead of payload2019-06-16, by Kim Alvefur
-
Merge 0.11->trunk2019-06-10, by Kim Alvefur
-
mod_admin_telnet: Collect array from Bosh connections when appending to connection list2019-06-03, by Michel Le Bihan
-
core/sessionmanager: Remove unnecessary fallback in make_authenticated2019-06-01, by Maxime “pep” Buquet
-
prosody: Also log status code passed to exit()2019-05-31, by Kim Alvefur
-
prosody: Log shutdown reason (in past tense) as the very last thing2019-05-31, by Kim Alvefur
-
prosody: Log shutdown reason2019-05-31, by Kim Alvefur
-
Merge 0.11->trunk2019-05-30, by Kim Alvefur
-
util.sql: Ignore if tables and indices already exist on creation (fixes #1064) 0.112019-05-30, by Kim Alvefur
-
Merge 0.11->trunk2019-05-30, by Kim Alvefur
-
mod_pep: Handle presence based subscription outside of util.pubsub (fixes #1372) 0.112019-05-30, by Kim Alvefur
-
util.format: Handle integer formats the same way on Lua versions without integer support2019-05-30, by Kim Alvefur
-
util.format: Handle formats expecting an integer in Lua 5.3+ (fixes #1371)2019-05-30, by Kim Alvefur
-
mod_storage_sql: Ignore shadowed error variable [luacheck]2019-05-27, by Kim Alvefur
-
mod_storage_sql: Fix to use correct arguments to archive id lookup2019-05-27, by Kim Alvefur
-
mod_storage_sql: Correctly return item-not-found error2019-05-27, by Kim Alvefur
-
Merge 0.11->trunk2019-05-27, by Kim Alvefur
-
mod_muc_mam: Cache last date that archive owner has messages to reduce writes (fixes #1368) 0.112019-05-27, by Kim Alvefur
-
mod_mam: Cache last date that archive owner has messages to reduce writes (fixes #1368) 0.112019-05-27, by Kim Alvefur
-
Merge 0.11->trunk2019-05-27, by Kim Alvefur
-
mod_announce: Check for admin on current virtualhost instead of global (fixes #1365) (thanks yc) 0.112019-05-27, by Kim Alvefur
-
mod_csi_simple: Disable optimizations on disconnect (fixes #1358)2019-05-26, by Kim Alvefur
-
mod_storage_internal: Return appropriate error even with empty archive2019-05-05, by Kim Alvefur
-
mod_storage_memory: Return correct error even if no archive data available2019-05-05, by Kim Alvefur
-
mod_muc_mam: Propagate item-not-found to client (fixes #1325)2019-05-05, by Kim Alvefur
-
mod_mam: Propagate item-not-found to client (fixes #1325)2019-05-05, by Kim Alvefur
-
mod_storage_sql: Look up archive IDs in separate queries (fixes #1325)2019-03-22, by Kim Alvefur
-
mod_storage_memory: Return error if 'before' or 'after' are not found (partial fix for #1325)2019-03-04, by Kim Alvefur
-
mod_storage_internal: Return error if 'before' or 'after' are not found (partial fix for #1325)2019-03-04, by Kim Alvefur
-
Merge 0.11->trunk2019-05-26, by Kim Alvefur
-
util.random: Handle unlikely read errors from /dev/urandom (see #1313) 0.112019-05-18, by Kim Alvefur
-
mod_storage_sql: Handle SQLite DELETE with LIMIT being optional (fixes #1359) 0.112019-05-13, by Kim Alvefur
-
configure: Respect previously set paths in macosx preset2019-05-13, by Kim Alvefur
-
configure: Remove preset settings that are autodiscovered2019-05-13, by Kim Alvefur
-
configure: Handle ostype preset after argument processing2019-05-13, by Kim Alvefur
-
util.hashring: Add tests2019-05-13, by Matthew Wild
-
util.encodings: Declare absence of arguments [-Wstrict-prototypes]2019-05-13, by Kim Alvefur
-
util.hashring: Implementation of hashring data structure2019-05-13, by Matthew Wild
-
migrator: Add support for archives (fixes #651)2019-05-05, by Kim Alvefur
-
migrator: Rewrite to use storage modules2019-05-05, by Kim Alvefur
-
mod_storage_sql: Add support for iterating over users in archive stores2019-05-05, by Kim Alvefur
-
mod_storage_internal: Add support for iterating over users in archive stores2019-05-05, by Kim Alvefur
-
mod_muc_mam: Handle archive quotas2019-05-05, by Kim Alvefur
-
Merge 0.11->trunk2019-05-05, by Kim Alvefur
-
mod_storage_internal,memory: Only return total count if requested2019-05-05, by Kim Alvefur
-
net.http.files: Bump cache hits so they stay cached2019-05-04, by Kim Alvefur
-
Merge 0.11->trunk2019-05-04, by Kim Alvefur
-
Fix various spelling mistakes [codespell]2019-05-03, by Kim Alvefur
-
Merge 0.11->trunk2019-05-03, by Kim Alvefur
-
mod_admin_telnet: include BOSH connections in c2s:count (#998)2019-05-03, by Arc Riley
-
mod_admin_telnet: added "(bosh)" and "(websocket)" connection flags (#998)2019-05-03, by Arc Riley
-
mod_admin_telnet: include BOSH connections in c2s session commands (#998)2019-05-02, by Arc Riley
-
mod_mimicking: Improve error handling2019-04-29, by Kim Alvefur
-
mod_mimicking: Use more intuitive term "mimicry index" for skeletons2019-04-29, by Kim Alvefur
-
mod_mimicking: Update command to work with current code2019-04-29, by Kim Alvefur
-
mod_mimicking: Use new storage API2019-04-29, by Kim Alvefur
-
mod_mimicking: Hook the correct event names2019-04-29, by Kim Alvefur
-
mod_mimicking: Import skeleton() from current location2019-04-29, by Kim Alvefur
-
mod_mimicking: Prevents registration of confusable usernames (by Florob) (fixes #1347)2012-08-06, by Kim Alvefur
-
util.encodings: Add compat with ICU before version 582019-04-29, by Kim Alvefur
-
CHANGES: Remove MAM change that got rebased to 0.112019-04-29, by Kim Alvefur
-
CHANGES: New in trunk so far2019-04-29, by Kim Alvefur
-
util.encodings: Add binding to confusables skeleton function in ICU2019-04-24, by Kim Alvefur
-
Merge 0.11->trunk2019-04-24, by Kim Alvefur
-
mod_admin_telnet: Adds c2s:closeall() (Fixes #1315)2019-04-17, by João Duarte
-
util.encodings: Allow unassigned code points in ICU mode to match libidn behavior (fixes #1348) 0.112019-04-24, by Kim Alvefur
-
core.portmanager: Log debug message for each kind of TLS context created 0.112019-04-23, by Kim Alvefur
-
Backed out changeset 61bc5c52c9412019-04-20, by Kim Alvefur
-
util.hashes: Allow specifying output key length2019-04-20, by Kim Alvefur
-
util.hashes: Add PBKDF2-HMAC-SHA2562019-01-13, by Kim Alvefur
-
util.hashes: Rename PBKDF2 function2019-01-13, by Kim Alvefur
-
util.hashes: Remove now unused hmac() function2019-04-19, by Kim Alvefur
-
util.hashes: Use PBKDF2 from libcrypto2019-01-13, by Kim Alvefur
-
util.hashes: Add test vectors from RFC 6070 for PBKDF2 (aka SCRAM Hi())2019-04-19, by Kim Alvefur
-
Merge 0.11->trunk2019-04-19, by Kim Alvefur
-
util.hmac: Ignore long hex lines in tests2019-04-19, by Kim Alvefur
-
util.hmac: Generate test cases from RFC 42312019-04-10, by Kim Alvefur
-
util.hmac: Expose hmac-sha-512 too2019-04-19, by Kim Alvefur
-
util.hmac: Reflow code2019-04-19, by Kim Alvefur
-
util.hashes: Remove redundant semicolon2019-04-19, by Kim Alvefur
-
Merge 0.11->trunk2019-04-14, by Kim Alvefur
-
util.poll: Minimize scope of methods2019-04-13, by Kim Alvefur
-
Merge 0.11->trunk2019-04-13, by Kim Alvefur
-
mod_http_files: Try to determine which module using serve() needs updating2019-04-05, by Kim Alvefur
-
mod_http_files: Use net.http.files2019-04-05, by Kim Alvefur
-
net.http.files: Make into standalone library2019-04-05, by Kim Alvefur
-
net.http.files: Copy of mod_http_files2019-04-05, by Kim Alvefur
-
util.session: Fix session id not include unauthed forever2019-04-03, by Kim Alvefur
-
CONTRIBUTING: Add a short file referencing the online doc/contributing page2019-04-02, by Kim Alvefur
-
README: Add link to current issue tracker2019-04-02, by Kim Alvefur
-
README: Remove mailing list where issue tracker changes went in the Google Code days2019-04-02, by Kim Alvefur
-
mod_limits: Fix typo2019-04-02, by Kim Alvefur
-
mod_limits: Allow configuring a list of unrestricted JIDs (fixes #1323)2019-04-02, by Kim Alvefur
-
mod_limits: Fix indentation2019-04-02, by Kim Alvefur
-
.luacheckrc: Correct indentation of 'exclude_files' list2019-04-01, by Kim Alvefur
-
doc/coding_style: apply consistent semi-colon usage2019-03-30, by marc0s
-
core.s2smanager: Fix previous commit (Thanks Martin)2019-03-30, by Kim Alvefur
-
core.sessionmanager: Use util.session to create sessions2019-03-29, by Kim Alvefur
-
core.s2smanager: Use util.session to create sessions2019-03-29, by Kim Alvefur
-
core.s2smanager: Spread out session tables over multiple lines2019-03-29, by Kim Alvefur
-
core.s2smanager: Rename variable to be same in two functions2019-03-29, by Kim Alvefur
-
Merge 0.11->trunk2019-03-28, by Kim Alvefur
-
net.server_epoll: Skip delayed continuation read on paused connections 0.112019-03-28, by Kim Alvefur
-
net.server_epoll: Handle LuaSec wantread/wantwrite conditions before callbacks (fixes #1333) 0.112019-03-28, by Kim Alvefur
-
moduleapi: Log suppressed status priority and message when not overriding2019-03-26, by Matthew Wild
-
moduleapi: Remove overly-verbose debug logging on module status change2019-03-26, by Matthew Wild
-
mod_posix: Remove unnecessary import of util.format (thanks luacheck and buildbot)2019-03-26, by Matthew Wild
-
loggingmanager, mod_posix: Move syslog to core, fixes #541 (in a way)2019-03-26, by Matthew Wild
-
util.queue: Update :items() to consistently use private data directly2019-03-26, by Matthew Wild
-
Backed out changeset 3eea63a68e0f2019-03-26, by Matthew Wild
-
util.stanza: Fix :top_tag() handling of namespaced attributes2019-03-25, by Matthew Wild
-
mod_csi_simple: Include queue size in debug messages2019-03-25, by Kim Alvefur
-
mod_csi_simple: Fix type in function name2019-03-25, by Matthew Wild
-
mod_csi_simple: Improve debug logs by mentioing why the buffer gets flushed2019-03-24, by Kim Alvefur
-
mod_csi_simple: Add some debug logging2019-03-24, by Kim Alvefur
-
mod_csi_simple: Disable optimizations on unload and re-enable on load2019-03-24, by Kim Alvefur
-
mod_csi_simple: Separate out functions to enable/disable optimizations2019-03-24, by Kim Alvefur
-
mod_csi_simple: Remove old "pump" queue/buffer method, handled in net.server now2019-03-24, by Kim Alvefur
-
net.server_select: Fix write pause/resume functions2019-03-24, by Kim Alvefur
-
net.server_event: Allow writing into buffer of write-locked connections2019-03-24, by Kim Alvefur
-
mod_csi_simple: Also flush buffer in "pump" mode2019-03-24, by Kim Alvefur
-
mod_csi_simple: Trigger buffer flush on seeing incoming data2019-03-24, by Kim Alvefur
-
mod_csi_simple: Count buffered items and flush when it reaches configured limit2019-03-24, by Kim Alvefur
-
mod_csi_simple: Break out stanza timestamping into a function for future reuse2019-03-24, by Kim Alvefur
-
mod_c2s: Fire an event when outgoing buffers have been emptied2019-03-24, by Kim Alvefur
-
mod_csi_simple: Use write locks in net.server if available2018-11-24, by Kim Alvefur
-
sessionmanager: Split byte-level sending into separate session.rawsend2019-03-24, by Kim Alvefur
-
util.x509: Add function that extracts usable names from a certificate2019-01-04, by Kim Alvefur
-
mod_storage_memory: Fix copypaste mistake2019-03-23, by Kim Alvefur
-
mod_storage_memory: Implement archive summary API2019-03-23, by Kim Alvefur
-
mod_storage_sql: Implement archive summary API2019-02-25, by Kim Alvefur
-
mod_storage_internal: Implement a summary API returning message counts per contact2019-02-25, by Kim Alvefur
-
util.queue: Update :items() to consistently use private data directly2019-03-23, by Matthew Wild
-
util.queue: Add 'consume()' convenience iterator2019-03-23, by Matthew Wild
-
doc/coding_style: The codebase uses semicolons2019-03-23, by Kim Alvefur
-
doc/coding_style: Trim trailing whitespace2019-03-23, by Kim Alvefur
-
doc/coding_style: remove superfulous bracket in example2019-03-23, by Maxime “pep” Buquet
-
net/server_event: fix typo in comment2019-03-23, by Maxime “pep” Buquet
-
mod_storage_sql: No archive item limit by default2019-03-22, by Kim Alvefur
-
mod_storage_internal: Include store name when reporting quota status2019-03-22, by Kim Alvefur
-
mod_mam: On quota hit, separately delete by time and by item count2019-03-22, by Kim Alvefur
-
mod_storage_sql: Return cached count if only this is queried for2019-03-22, by Kim Alvefur
-
mod_storage_sql: Cache total count if it's calculated as part of the current query2019-03-22, by Kim Alvefur
-
mod_storage_sql: Skip cache write2019-03-22, by Kim Alvefur
-
mod_storage_sql: Fix to use currently queried store2019-03-22, by Kim Alvefur
-
mod_storage_sql: Don't increment counter twice (fixes accounting error)2019-03-22, by Kim Alvefur
-
mod_storage_internal: Increase default quota to 10 0002019-03-22, by Kim Alvefur
-
mod_storage_memory: Add support for archive item limits2019-03-20, by Kim Alvefur
-
mod_mam: Trim archive when quota has been exceeded2017-11-07, by Kim Alvefur
-
mod_storage_internal,_sql: Key item count cache on both username and store2019-03-22, by Kim Alvefur
-
mod_storage_internal,_sql: Expose archive capabilities feature set2019-03-22, by Kim Alvefur
-
mod_storage_internal,_sql: Add limit to number of items in an archive store (fixes #733)2017-10-20, by Matthew Wild
-
Merge 0.11->trunk2019-03-22, by Kim Alvefur
-
mod_mam: Perform message expiry based on building an index by date (backport of 39ee70fbb009 from trunk) 0.112019-03-22, by Kim Alvefur
-
util.startup: Don't die if there are no config warnings to log (thanks buildbot)2019-03-20, by Matthew Wild
-
util.startup: Log configuration warnings at startup2019-03-20, by Matthew Wild
-
configmanager: Pass through warnings from included files2019-03-20, by Matthew Wild
-
configmanager: Emit warning for duplicated config options2019-03-20, by Matthew Wild
-
configmanager: Add support for returning warnings2019-03-20, by Matthew Wild
-
util.startup: Give function a more generic name so it can apply to all warnings2019-03-20, by Matthew Wild
-
mod_muc_mam: Set error status if loaded on incorrect host type2019-03-19, by Matthew Wild
-
mod_s2s: Set warning status if not listening on any ports2019-03-19, by Matthew Wild
-
mod_component: Set module status to indicate whether component is connected2019-03-19, by Matthew Wild
-
.luacheckrc: Update to reflect new module API methods2019-03-19, by Matthew Wild
-
mod_admin_telnet: Show module status in module:list()2019-03-19, by Matthew Wild
-
modulemanager: Set module status on successful or failed module load2019-03-19, by Matthew Wild
-
moduleapi: New API for modules to set a status2019-03-19, by Matthew Wild
-
util.serialization: Use util.hex2019-03-17, by Kim Alvefur
-
util.serialization: Allow overriding table iterator2019-03-17, by Kim Alvefur
-
util.serialization: Optimize handling of last table separator2019-03-17, by Kim Alvefur
-
MUC: Update error message for consistency2019-03-18, by Matthew Wild
-
configure: Enable more compiler warnings2019-03-16, by Kim Alvefur
-
configure: Separate flags related to compiler warnings2019-03-16, by Kim Alvefur
-
Actually remove coding_style.txt2019-03-14, by Matthew Wild
-
doc/coding_style.{txt,md}: Update coding style guide2019-03-14, by Matthew Wild
-
Merge 0.11->trunk2019-03-14, by Matthew Wild
-
net.server_epoll: Optimize timer handling2019-03-12, by Kim Alvefur
-
mod_tls: Restore querying for certificates on s2s2019-03-11, by Kim Alvefur
-
net.server: Only add alternate SNI contexts if at least one is provided2019-03-11, by Kim Alvefur
-
core.certmanager: Do not ask for client certificates by default2019-03-10, by Kim Alvefur
-
net.server_select: SNI support (#409)2019-03-10, by Kim Alvefur
-
net.server_event: Add SNI support (#409)2019-03-10, by Kim Alvefur
-
core.portmanager: Collect per-host certificates for SNI2018-09-13, by Kim Alvefur
-
core.portmanager: Record TLS config for each port2018-10-10, by Kim Alvefur
-
net.server_epoll: Add support for SNI (#409)2019-03-10, by Kim Alvefur
-
doc/net.server: Document the new server.listen() API2019-03-10, by Kim Alvefur
-
Merge 0.11->trunk2019-03-04, by Kim Alvefur
-
mod_muc_mam: Validate that the FORM_TYPE of a query is as expected2019-03-04, by Kim Alvefur
-
mod_muc_mam: Add comment about the tricks done with the 'with' field 0.112019-03-04, by Kim Alvefur
-
util.pubsub: Validate node configuration on node creation (fixes #1328) 0.112019-03-03, by Kim Alvefur
-
Merge 0.11->trunk2019-03-02, by Kim Alvefur
-
core.portmanager: Reduce scope of variable2018-10-10, by Kim Alvefur
-
core.portmanager: Use server.listen API2018-09-13, by Kim Alvefur
-
net.server: New API for creating server listeners2018-09-13, by Kim Alvefur
-
Merge 0.11->trunk2019-02-27, by Kim Alvefur
-
mod_storage_memory: Replace query function with one based on storage_internal (fixes #1322) 0.112019-02-27, by Kim Alvefur
-
MUC: Fire an event to allow affecting decision of whether to allow a role change2019-02-24, by Kim Alvefur
-
MUC: Factor out role change permission check into its own method2019-02-24, by Kim Alvefur
-
Merge 0.11->trunk2019-02-22, by Kim Alvefur
-
prosodyctl: about: Report the current operating system according to uname2018-12-08, by Kim Alvefur
-
net.server_epoll: Increase send_timeout to 3 minutes (to match server_event)2019-02-09, by Kim Alvefur
-
net.server_epoll: Separate timeout for initial connection attempts2019-02-09, by Kim Alvefur
-
Merge 0.11->trunk2019-02-09, by Kim Alvefur
-
net.server_epoll: Rename handshake_timeout to ssl_handshake_timeout (fixes #1319) 0.112019-02-09, by Kim Alvefur
-
net.server_epoll: Use send_timeout for write timout like other implementations (fixes #1316) 0.112019-02-07, by Kim Alvefur
-
Merge 0.11->trunk2019-02-04, by Matthew Wild
-
Merge 0.11->trunk2019-01-28, by Kim Alvefur
-
util.pubsub: Add support for requesting multiple specific items (needed for #1305) 0.112019-01-28, by Kim Alvefur
-
Merge 0.11->trunk2019-01-26, by Kim Alvefur
-
GNUmakefile: Stop Prosody in case of failure in integration-test2019-01-24, by Kim Alvefur
-
Merge 0.11->trunk2019-01-22, by Kim Alvefur
-
mod_websocket: Log an error if cross_domain_websocket = true is set in a VirtualHost section 0.112019-01-22, by Kim Alvefur
-
core.statsmanager: Do a final collection on shutdown2019-01-22, by Kim Alvefur
-
TODO: Remove statistics since this was done in 0.102019-01-21, by Kim Alvefur
-
mod_mam: Fix operator precedence (thanks mimi89999)2019-01-20, by Kim Alvefur
-
Merge 0.11->trunk2019-01-19, by Kim Alvefur
-
mod_websocket: Include the value of cross_domain_websocket in debug message 0.112019-01-18, by Kim Alvefur
-
mod_bosh, mod_websocket: Remove accidentally included dependency on non-existant module2019-01-19, by Kim Alvefur
-
prosodyctl: Fix module.command invocation (thanks woffs)2019-01-18, by Kim Alvefur
-
mod_http: Determine CORS methods to whitelist from actual methods used2019-01-17, by Kim Alvefur
-
mod_http: Set up to handle OPTIONS2019-01-18, by Kim Alvefur
-
mod_websocket: Drop CORS code in favor of that in mod_http2018-10-04, by Kim Alvefur
-
mod_bosh: Drop CORS code in favor of than in mod_http2018-10-04, by Kim Alvefur
-
mod_http: Solve CORS problems once and for all2018-10-04, by Kim Alvefur
-
Merge 0.11->trunk2019-01-17, by Kim Alvefur
-
Merge 0.11->trunk2019-01-17, by Kim Alvefur
-
mod_presence: Revert empty 'to' attribute of presence before presence/initial event (fixes #1296) 0.112019-01-17, by Kim Alvefur
-
core.s2smanager: Add stub reset_stream method to destroyed sessions2019-01-16, by Kim Alvefur
-
mod_admin_telnet: sttas:show: Use format option that allows float numbers2019-01-16, by Kim Alvefur
-
util.http: Fix decoding of uppercase URL encoded chars2019-01-16, by Kim Alvefur
-
mod_c2s, mod_s2s, mod_component: Log invalid XML escaped (fixes #734)2019-01-15, by Kim Alvefur
-
mod_storage_memory: Implement :user iteration API2019-01-13, by Kim Alvefur
-
prosodyctl: Use the same runtime for starting prosody2019-01-10, by Kim Alvefur
-
util.prosodyctl: Allow passing path to Lua runtime to the start() function2019-01-10, by Kim Alvefur
-
prosodyctl: Pass the original argv table to subcommands (with first argument removed)2019-01-10, by Kim Alvefur
-
GNUmakefile: Add target for running scansion2019-01-10, by Kim Alvefur
-
Merge 0.11->trunk2019-01-10, by Kim Alvefur
-
Merge 0.11->trunk2019-01-07, by Matthew Wild
-
Added tag 0.10.3 for changeset bb8486491b482018-11-28, by Matthew Wild
-
Merge 0.11->trunk2019-01-07, by Kim Alvefur
-
mod_csi_simple: Consider messages encrypted payload as important (fixes part of #1250) 0.112019-01-06, by Kim Alvefur
-
mod_csi_simple: Consider messages with subject (eg MUC joins) (fixes part of #1250) 0.112019-01-06, by Kim Alvefur
-
mod_csi_simple: Unpack Carbons-forwarded messages (fixes part of #1250) 0.112019-01-06, by Kim Alvefur
-
mod_csi_simple: Consider messages forwarded from another of the users clients as important (fixes part of #1250) 0.112019-01-06, by Kim Alvefur
-
MUC: Rename import to avoid name clash [luacheck]2019-01-06, by Kim Alvefur
-
Merge with jonas2019-01-06, by Kim Alvefur
-
Merge 0.11->trunk2019-01-06, by Kim Alvefur
-
MUC: add ID to message if no ID is present2019-01-06, by Jonas Wielicki
-
mod_http_errors: Normalize CSS2019-01-06, by Kim Alvefur
-
util.http: Pre-generate urlencoding mappings (optimization)2019-01-06, by Kim Alvefur
-
mod_mam: Handle expiry of messages that expire in the middle of the cut-off day2019-01-06, by Kim Alvefur
-
mod_mam: Measure how long it takes to run the message expiry job job2019-01-06, by Kim Alvefur
-
mod_admin_telnet: Sort stats by name2019-01-04, by Kim Alvefur
-
mod_admin_telnet: Serialize config values (table: 0x123abc isn't useful)2019-01-04, by Kim Alvefur
-
mod_admin_telnet: config:get: Assume the global section if only one argument is given2019-01-04, by Kim Alvefur
-
mod_admin_telnet: Remove the long gone 'section' argument in the undocumented config:get command2019-01-04, by Kim Alvefur
-
mod_mam: Fix word order in log message2019-01-04, by Kim Alvefur
-
mod_mam: Perform message expiry based on building an index by date2019-01-03, by Kim Alvefur
-
core.moduleapi: Use convenience function for creating error object from stanza2018-12-30, by Kim Alvefur
-
util.error: Add a function for creating an error object from an error stanza2018-12-30, by Kim Alvefur
-
core.moduleapi: Use util.error for :send_iq errors2018-12-30, by Kim Alvefur
-
core.moduleapi: Move util imports to top2018-12-30, by Kim Alvefur
-
util.error: Add new util library for structured errors2018-12-30, by Matthew Wild
-
util.promise: Remove references to callbacks after settling promise2018-12-30, by Kim Alvefur
-
luacheckrc: Teach luacheck about the new module:send_iq() API2018-12-30, by Kim Alvefur
-
Merge 0.11->trunk2018-12-29, by Kim Alvefur
-
util.pubsub: Restore subscription index from stored data (fixes #1281) 0.112018-12-29, by Kim Alvefur
-
mod_admin_telnet: Validate hostnames in xmpp:ping command2018-12-29, by Kim Alvefur
-
mod_tls: Keep TLS context errors and repeat them again for each session2018-12-27, by Kim Alvefur
-
mod_c2s: Improve log message in case there are no stream features on offer (thanks hexa)2018-12-27, by Kim Alvefur
-
mod_saslauth: Improve log message when no SASL mechanisms offered (thanks hexa)2018-11-24, by Kim Alvefur
-
spec: Stub tests for util.interpolation2018-03-10, by Kim Alvefur
-
mod_admin_telnet: Make xmpp:ping command wait and report the reply2018-12-28, by Kim Alvefur
-
mod_admin_telnet: Enable async processing using util.async2018-12-27, by Kim Alvefur
-
mod_admin_telnet: Invert host existence check2018-12-28, by Kim Alvefur
-
core.moduleapi: Add a promise-based API for tracking IQ stanzas (fixes #714)2018-12-28, by Kim Alvefur
-
util.stanza: Require a type attribute for iq stanzas2018-12-28, by Kim Alvefur
-
net.adns: Silence individual luacheck warnings instead of ignoring entire file2018-12-24, by Kim Alvefur
-
Merge 0.11->trunk2018-12-23, by Kim Alvefur
-
mod_mam: Only accept valid JIDs in <always/> and <never/> prefs. (fixes #1275) 0.112018-12-23, by Emmanuel Gil Peyrot
-
util.table: Add test for create()2018-12-23, by Kim Alvefur
-
util.table: Add test for pack()2018-12-23, by Kim Alvefur
-
mod_pubsub: Split line in config check to improve readability2018-12-23, by Kim Alvefur
-
mod_pubsub: Change order of luacheck directives to match arguments they apply to2018-12-23, by Kim Alvefur
-
mod_pep: Set an 'id' on notifications2018-12-23, by Kim Alvefur
-
mod_pep: Add some spacing between blocks in broadcaster to improve readability2018-12-23, by Kim Alvefur
-
mod_pep: Move broadcaster code around to be more like in mod_pubsub2018-12-23, by Kim Alvefur
-
mod_pubsub: Add semicolon (code style)2018-12-23, by Kim Alvefur
-
Merge 0.11->trunk2018-12-20, by Kim Alvefur
-
Merge 0.11->trunk2018-12-19, by Matthew Wild
-
MUC: Adjust priorities of muc-get-default-role handlers (fixes #1272) 0.112018-12-19, by Matthew Wild
-
Merge 0.11->trunk2018-12-19, by Matthew Wild
-
Merge 0.11 -> trunk2018-12-19, by Matthew Wild
-
admin_telnet: show when bidi is used on s2s2018-12-18, by Maxime “pep” Buquet
-
Merge 0.11->trunk2018-12-17, by Kim Alvefur
-
prosodyctl check: Add statisticsmanager settings to known global options 0.112018-12-17, by Kim Alvefur
-
MUC: Test that subject is still empty after sending a non-subject change message with a subject (#667)2018-12-16, by Kim Alvefur
-
MUC: Add descriptive comments to #667 test2018-12-16, by Kim Alvefur
-
MUC: Add another message to #667 test2018-12-16, by Kim Alvefur
-
core.rostermanager: Cache rosters of offline users for faster access (fixes #1233)2018-12-16, by Kim Alvefur
-
Merge 0.11->trunk2018-12-15, by Kim Alvefur
-
MUC: Fix traceback when requesting voice (fixes #1269) (thanks jonas’) 0.112018-12-15, by Kim Alvefur
-
spec/scansion/prosody.cfg.lua: Add remaining modules listened in prosody.cfg.lua.dist for easier comparisons2018-12-11, by Kim Alvefur
-
spec/scansion/prosody.cfg.lua: Replace mod_vcard with mod_vcard4 and mod_vcard_legacy as in default config2018-12-11, by Kim Alvefur
-
spec/scansion/prosody.cfg.lua: Update a comment from prosody.cfg.lua.dist for easier comparisons2018-12-11, by Kim Alvefur
-
Merge 0.11->trunk2018-12-09, by Kim Alvefur
-
util.datetime: Make sure timezone difference is calculated correctly (fixes #1262) 0.112018-12-09, by Kim Alvefur
-
net.connlisteners: Remove deprecated stub module2018-12-09, by Kim Alvefur
-
net.server_epoll: Bail on callback error2018-12-08, by Kim Alvefur
-
net.server_epoll: Call onconnect right after accept()ing a new client2018-12-08, by Kim Alvefur
-
luacheckrc: No longer ignore access to undefined fields on table lib2018-12-08, by Kim Alvefur
-
util.format: Serialize values for the %q format2018-10-11, by Kim Alvefur
-
lint: Remove use of the 143 error code2018-12-08, by Kim Alvefur
-
various: Don't rely on _G.unpack existing2018-12-08, by Kim Alvefur
-
lint: No longer ignore access to the deprecated global 'unpack'2018-12-08, by Kim Alvefur
-
luacheckrc: Set Lua standard to 5.3 with 5.2 compat enabled2018-12-08, by Kim Alvefur
-
util.iterators: Use pack from table.pack2018-12-08, by Kim Alvefur
-
util.format: Use pack from util.table2018-12-08, by Kim Alvefur
-
moduleapi: Use pack from util.table2018-12-08, by Kim Alvefur
-
MUC: Add test case for #6672018-12-06, by Kim Alvefur
-
MUC/subject: Don't consider messages with <body> or <subject> (fixes #667)2018-12-04, by Kim Alvefur
-
makefile: Allow configuring path to busted (to match GNUMakefile)2018-12-04, by Matthew Wild
-
makefile: Add lint target (to match GNUMakefile)2018-12-04, by Matthew Wild
-
util.pposix: Don't define POSIX_C_SOURCE on FreeBSD to ensure visibility of initgroups()2018-12-04, by Matthew Wild
-
util.time: Bump POSIX_C_SOURCE to ensure visibility of CLOCK_MONOTONIC on FreeBSD (fixes #1253)2018-12-04, by Matthew Wild
-
configure: Refactor header search to make it more portable2018-12-03, by Matthew Wild
-
configure: Also look for lua.h in a directory with the same suffix as the interpreter (FreeBSD-friendly)2018-12-03, by Matthew Wild
-
mod_presence: Handle older boolean subscription request data (thanks Martin)2018-12-02, by Kim Alvefur
-
mod_presence: Remove unnecessary stanza clone call2018-12-02, by Kim Alvefur
-
Merge 0.11->trunk2018-12-02, by Kim Alvefur
-
mod_vcard_legacy: Limit injection of XEP-0153 to normal presence (fixes #1252) 0.112018-11-30, by Kim Alvefur
-
rostermanager, mod_presence: Store stanza for incoming subscription requests (fixes #689) (thanks Zash, Ge0rG)2018-12-01, by Matthew Wild
-
spec/keep_full_sub_req: Make the second connect a differenct device (workaround for scansion issue)2018-12-01, by Kim Alvefur
-
spec/keep_full_sub_req: Verify that the presence subscription stays the same after a reconnect2018-12-01, by Kim Alvefur
-
spec/keep_full_sub_req: Add missing type attribute2018-12-01, by Kim Alvefur
-
tests: Add scansion test for #689 about keeping the full subscription request stanza2018-11-30, by Kim Alvefur
-
Merge 0.11->trunk2018-11-30, by Kim Alvefur
-
Merge 0.11->trunk2018-11-30, by Kim Alvefur
-
util-src/makefile: Update with util.poll and util.compat (fixes #1251) 0.112018-11-30, by Kim Alvefur
-
net.websocket.frames: Prefer Lua 5.2 built-in bit module over LuaJIT version2018-11-29, by Kim Alvefur
-
configure: Recognise 5.4 as a valid Lua version2018-11-29, by Kim Alvefur
-
configure: Split list of possible suffixes into a line per Lua version2018-11-29, by Kim Alvefur
-
util.format: Tweak how nil values are handled2018-11-28, by Kim Alvefur
-
Merge 0.11->trunk2018-11-27, by Kim Alvefur
-
Merge 0.11->trunk2018-11-27, by Kim Alvefur
-
mod_csi_simple: Bypass importance event in active mode (fixes #1249) 0.112018-11-27, by Kim Alvefur
-
mod_csi_simple: Don't set <delay> stamps on <iq> stanzas (fixes #1248) 0.112018-11-27, by Kim Alvefur
-
MUC: Move check for explicit room join earlier in room creation flow2018-11-27, by Kim Alvefur
-
Merge 0.11->trunk2018-11-26, by Kim Alvefur
-
mod_csi_simple: Use the same event name when firing as when hooking (fixes #1245) 0.112018-11-25, by Kim Alvefur
-
mod_proxy65: Return an error if no port is open (fixes #1240)2018-11-25, by Kim Alvefur
-
Merge 0.11->trunk2018-11-25, by Kim Alvefur
-
MUC: Fix traceback on muc#admin query with missing <item> child (#1242) 0.112018-11-25, by Kim Alvefur
-
Merge 0.11->trunk2018-11-18, by Kim Alvefur
-
net.server_select: Fix IP validation to use correct variable (thanks quest) 0.112018-11-17, by Kim Alvefur
-
Merge 0.11->trunk2018-11-17, by Kim Alvefur
-
mod_csi_simple: Skip delay tags on objects other than stanzas (thanks quest) 0.112018-11-17, by Kim Alvefur
-
Merge 0.11->trunk2018-11-15, by Matthew Wild
-
mod_storage_sql: Catch errors during schema upgrade (thanks Nothing4You) 0.112018-11-15, by Matthew Wild
-
Merge 0.11->trunk2018-11-15, by Matthew Wild
-
MUC: Use defaults from config in create_room() if no config provided 0.112018-11-15, by Matthew Wild
-
Merge 0.11->trunk2018-11-13, by Matthew Wild
-
net.http.server: Move event formation to avoid traceback on missing Host header 0.112018-11-13, by Matthew Wild
-
Merge 0.11->trunk2018-11-12, by Kim Alvefur
-
spec/scansion/prosody.cfg.lua: Add comment about mod_scansion_record 0.112018-11-12, by Kim Alvefur
-
Merge 0.11->trunk2018-11-12, by Kim Alvefur
-
mod_scansion_record: Discard from/to where these are implicitly the sessions full JID 0.112018-11-12, by Kim Alvefur
-
Merge 0.11->trunk2018-11-11, by Kim Alvefur
-
util.sql: Switch from hacky multi-arg xpcall implementation to util.xpcall 0.112018-11-11, by Kim Alvefur
-
MUC: Fix spelling in comments2018-11-10, by Kim Alvefur
-
Merge 0.11->trunk2018-11-09, by Kim Alvefur
-
MUC: Allow anyone read access to all affiliation lists in non-anonymous rooms (fixes #1230) 0.112018-11-09, by Kim Alvefur
-
Merge 0.11->trunk2018-11-07, by Kim Alvefur
-
mod_register: Move dependency on mod_register_limits into mod_register_ibr 0.112018-11-07, by Kim Alvefur
-
mod_pep: Remove incorrect features advertised on the bare host2018-11-01, by Kim Alvefur
-
Merge 0.11->trunk2018-10-31, by Matthew Wild
-
MUC: Add luacheck annotation for unused parameter in filter function 0.112018-10-31, by Matthew Wild
-
muc_register.scs: Fix to expect new affiliation change notifications 0.112018-10-31, by Matthew Wild
-
Merge 0.11->trunk2018-10-31, by Matthew Wild
-
MUC: Announce affiliation changes for JIDs that are not in the room 0.112018-10-31, by Matthew Wild
-
Merge 0.11->trunk2018-10-30, by Kim Alvefur
-
pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226) 0.112018-10-30, by Kim Alvefur
-
Merge 0.11->trunk2018-10-30, by Matthew Wild
-
net.server_epoll: Use method to update peername on connect2018-10-29, by Kim Alvefur
-
mod_csi_simple: Import modified version of mod_csi_pump from prosody-modules 0.112018-10-29, by Kim Alvefur
-
net.server_epoll: Reschedule delayed timers relative to current time2018-10-28, by Kim Alvefur
-
Merge 0.11->trunk2018-10-28, by Kim Alvefur
-
net.server: Add an API for holding writes of outgoing data2018-10-25, by Kim Alvefur
-
net.server_select: Still allow buffering outgoing data on write-locked connections2018-10-28, by Kim Alvefur
-
net.server_select: Replace use of deprecated :lock_read in server.link2018-10-28, by Kim Alvefur
-
net.server_select: Deprecate :lock method2018-10-28, by Kim Alvefur
-
server_select: Fix :lock method2018-10-28, by Kim Alvefur
-
net.server_select: Move code from :lock_read into :pause and :resume2018-10-28, by Kim Alvefur
-
net.server_event: Deprecate :lock_read here too2018-10-28, by Kim Alvefur
-
net.server_select: Deprecate connection:lock_read() method2018-10-28, by Kim Alvefur
-
net.server_epoll: Shuffle variables earlier to improve readability2018-10-27, by Kim Alvefur
-
mod_ping, mod_uptime: Use module:provides2018-10-27, by Kim Alvefur
-
mod_adhoc: Add compat marker for older handling of adhoc items2018-10-27, by Kim Alvefur
-
util.serialization: Encode non-fatal error in way that can be restored2018-10-27, by Kim Alvefur
-
util.serialization: Rename non-fatal fallback handler for clarity2018-10-27, by Kim Alvefur
-
util.serialization: Disable use of unquoted table keys by default2018-10-27, by Kim Alvefur
-
util.serialization: Add option for allowing multiple references to the same table (but not cycles)2018-10-27, by Kim Alvefur
-
util.serialization: Test rejection of multiple references to same table2018-10-27, by Kim Alvefur
-
util.serialization: Separate errors for multiple table references and max depth2018-10-27, by Kim Alvefur
-
util.serialization: Make maximum table depth configurable2018-10-27, by Kim Alvefur
-
modulemanager: Fix issues introduced in previous commit acf74ad0b795 [thanks luacheck, scansion]2018-10-26, by Matthew Wild
-
Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall2018-10-26, by Matthew Wild
-
util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.12018-10-26, by Matthew Wild
-
util.dependencies: Remove ztact compatability warning2018-10-26, by Matthew Wild
-
util.promise: Switch from pcall to xpcall to get tracebacks on exceptions2018-10-26, by Matthew Wild
-
util.promise: Remove the non-standard ability to pass a promise to reject()2018-10-26, by Matthew Wild
-
util.promise: Add tests ensuring returning a promise resolves the current promise with that promise2018-10-26, by Matthew Wild
-
moduleapi: Prevent loading disabled module as dependency of enabled one2018-10-25, by Kim Alvefur
-
mod_mam: Remove embedded fallback archive driver (fixes #972)2018-10-25, by Kim Alvefur
-
mod_mam: Upgrade case of invalid archive store driver to hard error2018-10-25, by Kim Alvefur
-
mod_mam: Ignore case of null storage driver2018-10-25, by Kim Alvefur
-
mod_muc_mam: Fix missing form container element2018-10-25, by Kim Alvefur
-
util.promise tests: Fix declared but unused variables2018-10-25, by Matthew Wild
-
util.promise: Fix missing parameters2018-10-25, by Matthew Wild
Scroll all the way down to load more.