Software /
code /
prosody
Graph
-
mod_s2s: Escape invalid XML in loggin (same way as mod_c2s) fix #1574 0.11 0.11.62020-08-01, by Kim Alvefur
-
Merge 0.11->trunk2020-08-08, by Matthew Wild
-
net.server_epoll: Log debug message when a connection errors on read2020-07-25, by Kim Alvefur
-
mod_register: Add a dependency on mod_watchregistrations2020-06-29, by Emmanuel Gil Peyrot
-
mod_proxy65: Limit dump of invalid data to 300 bytes (like mod_c2s)2020-07-17, by Kim Alvefur
-
mod_proxy65: Log invalid greetings escaped instead of as base642020-07-16, by Kim Alvefur
-
mod_server_contact_info: Add status-addresses field2020-05-27, by Kim Alvefur
-
configure: Pass compiler flag to enable ICU only when building util.encodings2020-07-12, by Kim Alvefur
-
Merge 0.11->trunk2020-07-10, by Matthew Wild
-
net.resolvers.basic: Default conn_type to 'tcp' consistently if unspecified (thanks marc0s) 0.112020-07-10, by Matthew Wild
-
prosodyctl about: Show longer name for luaunbound2020-07-10, by Kim Alvefur
-
prosodyctl about: Strip name from lua module _VERSION2020-07-10, by Kim Alvefur
-
prosodyctl about: Substitute better names for some Lua modules2020-07-10, by Kim Alvefur
-
prosodyctl about: Split out libraries into a separate section2020-07-10, by Kim Alvefur
-
prosodyctl about: Use library function for sorted listing of lua modules2020-07-10, by Kim Alvefur
-
scansion/prosody.cfg: Fix typo2020-07-09, by Kim Alvefur
-
coding_style: Replace mention of git with hg2020-07-08, by Kim Alvefur
-
net.cqueues: Fix resuming after timeouts2020-07-08, by Kim Alvefur
-
util.indexedbheap: Add failing test case for #15722020-07-08, by Kim Alvefur
-
luacheck: Remove exception for net.cqueues since it is now clean2020-07-08, by Kim Alvefur
-
net.cqueues: Switch to server.watchfd for main loop integration2020-07-08, by Kim Alvefur
-
Merge 0.11->trunk2020-07-07, by Matthew Wild
-
mod_storage_sql: Measure hits/misses on the item count cache2020-07-02, by Kim Alvefur
-
net.server_epoll: Add setting for turning off callback protections2020-06-30, by Kim Alvefur
-
net.server_epoll: Allow setting a custom error handler for listener2020-06-30, by Kim Alvefur
-
net.server_epoll: ... and include a traceback2020-06-30, by Kim Alvefur
-
net.server_epoll: Report errors in timers2020-06-30, by Kim Alvefur
-
mod_admin_shell: Handle server_epoll using monotonic time internally2020-06-30, by Kim Alvefur
-
net.server_epoll: Expose way to turn monotonic time into wall clock time2020-06-30, by Kim Alvefur
-
mod_admin_shell: Fix debug:timers to handle net.server native timers2020-06-29, by Kim Alvefur
-
net.server_epoll: Optimize away table allocation for timer objects2020-06-29, by Kim Alvefur
-
net.server_epoll: Remove unused time field from timer objects2020-06-29, by Kim Alvefur
-
net.server_epoll: Signal API-compatibilty with util.timer2020-06-29, by Kim Alvefur
-
net.server_epoll: Make API-compatible with util.timer2020-06-29, by Kim Alvefur
-
util.timer: Defer to selected net.server if it implements this API2020-06-29, by Kim Alvefur
-
util.dbuffer: If no bytes parameter passed to read, return remainder of frontmost chunk2020-06-29, by Matthew Wild
-
doap: Expand on XEPs implemented by mod_time2020-06-28, by Kim Alvefur
-
util.human.io: Add brief test of table generation2020-06-28, by Kim Alvefur
-
util.dbuffer: Don't use # operator in tests, Lua 5.1 doesn't support __len2020-06-28, by Matthew Wild
-
net.dns: Disable jitter for default resolver (used by blocking dns.lookup() calls)2020-06-28, by Matthew Wild
-
util.dependencies: Quiet luacheck2020-06-28, by Kim Alvefur
-
util.dependencies: Tone down lua-unbound dependency for now2020-06-27, by Kim Alvefur
-
util.dbuffer: dynamic string buffer2020-06-26, by Matthew Wild
-
util.dns: Update RR types from IANA registry2020-06-25, by Kim Alvefur
-
util.prosodyctl.check: Use net.unbound for DNS if available2020-06-25, by Kim Alvefur
-
net.resolvers: Remove FIXMEs obsoleted by switch to libunbound2020-06-25, by Kim Alvefur
-
CHANGES: Add libunbound2020-06-25, by Kim Alvefur
-
net.unbound: Remove compat for missing promises (pre-0.11)2020-06-25, by Kim Alvefur
-
net.unbound: Strip support for legacy net.server APIs2020-06-25, by Kim Alvefur
-
net.adns: Log a warning if loaded (because net.unbound wasn't)2020-06-25, by Kim Alvefur
-
util.dependencies: Prefer net.unbound over net.adns2020-06-25, by Kim Alvefur
-
prosodyctl about: Report versions of luaunbound and libunbound2020-06-25, by Kim Alvefur
-
util.dependencies: Add awareness of luaunbound2020-06-25, by Kim Alvefur
-
net.unbound: Async DNS resolver library based on libunbound via luaunbound2019-03-09, by Kim Alvefur
-
util.dns: Library for decoding DNS records2019-03-09, by Kim Alvefur
-
util.ringbuffer: Fix accidentally committed test change (thanks buildbot)2020-06-25, by Matthew Wild
-
net.dns: Reduce default timeout to 5s2020-06-25, by Matthew Wild
-
net.dns: Increase backoff delays2020-06-25, by Matthew Wild
-
net.dns: Add jitter to spread queries and reduce failures due to congestion2020-06-25, by Matthew Wild
-
net.dns: Fix timeout retry logic2020-06-25, by Matthew Wild
-
net.dns: Add some debug logging2020-06-25, by Matthew Wild
-
util.ringbuffer: Add some additional asserts to tests2020-06-24, by Matthew Wild
-
util.ringbuffer: Ensure unsigned chars are always returned from :byte()2020-06-24, by Matthew Wild
-
Merge 0.11->trunk2020-06-23, by Kim Alvefur
-
net.http.server: Strip port from Host header in IPv6 friendly way (fix #1302) 0.112020-06-23, by Kim Alvefur
-
util.ringbuffer: Add test for :discard()2020-06-23, by Matthew Wild
-
Merge 0.11->trunk2020-06-23, by Kim Alvefur
-
util.startup: Remove duplicated initialization of logging (fix #1527) 0.112020-06-22, by Kim Alvefur
-
mod_register_ibr: Add event for successful password reset2020-06-22, by Matthew Wild
-
net.connect: Remove TODO about use_ipv4/6 done in 3bfb20be844c2020-06-21, by Kim Alvefur
-
Merge 0.11->trunk2020-06-21, by Kim Alvefur
-
scansion tests: Enable mod_muc_mam during tests (expect breakage)2020-06-21, by Kim Alvefur
-
MUC: Remove XEP-0091 Legacy Delayed Delivery from test2020-06-21, by Kim Alvefur
-
util.adminstream: Prevent closure on read timeout2020-06-18, by Kim Alvefur
-
mod_register_ibr: Allow registration to reset an existing account password if permitted by a plugin2020-06-18, by Matthew Wild
-
util.prosodyctl.shell: Collect extra return values2020-06-17, by Kim Alvefur
-
util.prosodyctl.shell: Handle argument parsing errors2020-06-17, by Kim Alvefur
-
util.argparse: Move exiting and error to util.startup2020-06-17, by Kim Alvefur
-
util.gc: Linter fixes [luacheck]2020-06-15, by Matthew Wild
-
util.startup: Configure the GC on startup, using the config or built-in defaults2020-06-15, by Matthew Wild
-
util.gc: New module for configuring the Lua garbage collector2020-06-15, by Matthew Wild
-
util.prosodyctl.check: Fix traceback by handling SRV '.' target to2020-06-14, by Kim Alvefur
-
util.async: Don't attempt to close thread if not created yet2020-06-14, by Matthew Wild
-
util.async: Call coroutine.close() on dead threads (Lua 5.4)2020-06-14, by Matthew Wild
-
mod_admin_shell: Update for async.wait_for rename2020-06-13, by Kim Alvefur
-
util.async: Rename wait -> wait_for (w/compat)2020-06-13, by Matthew Wild
-
storage tests: Add tests for archive queries before/after specific ids2020-06-12, by Matthew Wild
-
mod_storage_internal, mod_storage_memory: Add support for query.before2020-06-12, by Matthew Wild
-
mod_storage_sql: Fix incorrect results when fetching items before specific archive id2020-06-12, by Matthew Wild
-
util.statsd: Update for API change2020-06-11, by Kim Alvefur
-
mod_http: Support CIDR for trusted proxies.2020-06-10, by Boris Grozev
-
util.promise: Add all_settled, which follows semantics of allSettled from ES20202020-06-08, by Matthew Wild
-
util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure conditions2020-06-07, by Kim Alvefur
-
util.sslconfig: Process TLS 1.3-specific cipher list2020-06-07, by Kim Alvefur
-
core.certmanager: Add TODO about LuaSec issue2020-06-07, by Kim Alvefur
-
mod_admin_shell: Fix display of units for some statistics2020-06-06, by Kim Alvefur
-
util.human.io: Fix right-alignment2020-06-06, by Kim Alvefur
-
Merge 0.11->trunk2020-06-05, by Kim Alvefur
-
doap: Mention XEP-03592020-06-05, by Kim Alvefur
-
util.sasl.scram: Apply saslprep before hashing password, fixes #1560 0.112020-05-22, by Kim Alvefur
-
util.human.io.table: Allow a map callaback per column2020-06-04, by Kim Alvefur
-
util.human.io: Consider separator when calculating remaining width2020-06-04, by Kim Alvefur
-
util.human.io: Use literal ellipsis instead of \u escape2020-06-04, by Kim Alvefur
-
util.human.io: Replace overflow with ellipsis2020-06-04, by Kim Alvefur
-
util.human.io: Draw a separator between columns2020-06-04, by Kim Alvefur
-
util.dependencies: Use util.human.io.table to replace custom layout code2020-06-04, by Matthew Wild
-
prosodyctl: Fix traceback when no command provided (thanks Zash)2020-06-04, by Matthew Wild
-
util.human.io: Remove padding option and use $COLUMNS as default width2020-06-04, by Matthew Wild
-
util.human.units: Factor out function for getting multiplier2020-06-04, by Kim Alvefur
-
mod_admin_shell: Skip multiplier adjustment for rates2020-06-04, by Kim Alvefur
-
util.ringbuffer: Add :sub() and :byte() methods equivalent to the string methods2020-06-04, by Matthew Wild
-
util.adminstream: Set a read timeout handler2020-06-04, by Kim Alvefur
-
util.ringbuffer: Prevent creation of buffer with negative size2020-06-04, by Kim Alvefur
Scroll all the way down to load more.