Software /
code /
prosody
Graph
-
util.event: Add luacheck annotation to unused parameter in tests2020-09-03, by Matthew Wild
-
util.helpers: when logging events, log individual handler calls2020-09-03, by Matthew Wild
-
util.events: Add set_debug_hook() method2020-09-03, by Matthew Wild
-
MUC: Don't default room name to JID localpart (API breaking change)2020-08-29, by Kim Alvefur
-
util.jid: Fix special escaping of '\' per XEP-01062020-08-28, by Kim Alvefur
-
util.jid: Add test coverage for XEP-0106: JID Escaping functions2020-08-28, by Kim Alvefur
-
util.error: Add a wrapper for common parameters2020-08-28, by Kim Alvefur
-
util.error: Add a 'source' parameter where origin module can be mentioned2020-08-28, by Kim Alvefur
-
util.startup: Init util.error with defaults if none given2020-08-28, by Matthew Wild
-
util.error: Add configuration for including traceback in tostring()2020-08-28, by Matthew Wild
-
util.error: Allow optional tracebacks to be injected on errors2020-08-28, by Matthew Wild
-
net.http: http.request() promise now resolves with response (breaking change)2020-08-25, by Matthew Wild
-
net.http: use new net.http.errors lib for creating error object2020-08-25, by Matthew Wild
-
mod_posix: Remove ancient undocumented user switching2020-08-24, by Kim Alvefur
-
util.dbuffer: Simplify test case2020-08-24, by Kim Alvefur
-
util.dbuffer: Fix :sub() not working with partially-consumed chunks (thanks Zash for test case)2020-08-24, by Matthew Wild
-
util.dbuffer: Add failing test case involving :sub after :discard2020-08-24, by Kim Alvefur
-
net.server_select: Fix traceback (thanks eta)2020-08-23, by Kim Alvefur
-
mod_admin_shell: Report CSI queue length from mod_csi_simple2020-08-22, by Kim Alvefur
-
mod_admin_shell: Report CSI state in c2s:show()2020-08-22, by Kim Alvefur
-
mod_external_services: Validate services added via events2020-08-16, by Kim Alvefur
-
mod_external_services: Allow specifying a credential generation callback2020-07-25, by Kim Alvefur
-
mod_external_services: Prepare to allow more credential algorithms2020-07-25, by Kim Alvefur
-
mod_external_services: Support adding services via items API2020-07-25, by Kim Alvefur
-
mod_external_services: XEP-0215: External Service Discovery2020-07-18, by Kim Alvefur
-
mod_component: Return extended error condition when not connected2020-04-13, by Kim Alvefur
-
mod_component: Reply with a different error when not connected2020-04-13, by Kim Alvefur
-
net.http.parser: Allow configuration of the chunk size fed to the parser2020-08-21, by Matthew Wild
-
net.http.parser: Switch tests so that CRLF conversion of input data is optional2020-08-21, by Matthew Wild
-
net.http.parser: Fix incorrect path in test2020-08-21, by Matthew Wild
-
net.http.parser: Add failing test for (large?) chunk-encoded responses2020-08-21, by Matthew Wild
-
net.http.parser: Fix indentation2020-08-20, by Kim Alvefur
-
util.dbuffer: Fix traceback when :collapse() is called on empty buffer2020-08-20, by Matthew Wild
-
util.dataforms: Add more XEP-0211 media element test coverage2020-08-16, by Kim Alvefur
-
util.dataforms: Convert media element sizes to avoid error on Lua 5.32020-08-16, by Kim Alvefur
-
net.http.errors: Add new module for converting net.http errors to util.error objects2020-08-13, by Matthew Wild
-
mod_net_multiplex: Set read size/mode to that of the target listener2020-08-01, by Kim Alvefur
-
mod_net_multiplex: Read no more than the max buffer size setting2020-08-01, by Kim Alvefur
-
mod_http: Add way to signal that a module supports streaming uploads2020-08-01, by Kim Alvefur
-
net.http.parser: Allow specifying sink for large request bodies2020-08-01, by Kim Alvefur
-
net.http.parser: Switch to util.dbuffer for buffering incoming data2020-08-01, by Kim Alvefur
-
Merge 0.11->trunk2020-08-08, by Kim Alvefur
-
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
-
util.ringbuffer: Prevent creation of zero-size buffer2020-05-29, by Kim Alvefur
-
util.ringbuffer: Add some initial tests2020-05-29, by Kim Alvefur
-
util.human.io: table: Fix title printing when columns use named keys2020-06-04, by Matthew Wild
-
util.array: pluck: Support default value to avoid holes2020-06-04, by Matthew Wild
-
util.human.io: table: Return title row when no row data passed2020-06-03, by Matthew Wild
-
util.human.io: table: switch row function to simply returning prepared row string2020-06-03, by Matthew Wild
-
util.adminstream: Fire event based on stanza name too for convenience2020-06-03, by Matthew Wild
-
util.human.io: Add padleft, padright and a table printing function2020-06-03, by Matthew Wild
-
util.human.units: Handle lack of math.log(n, base) on Lua 5.12020-06-03, by Kim Alvefur
-
util.human.units: Put math functions into locals2020-06-03, by Kim Alvefur
-
util.human.units: Handle location of unpack() in Lua 5.12020-06-03, by Kim Alvefur
-
mod_admin_shell: Format stats with util.human.units2020-06-03, by Kim Alvefur
-
util.human.units: A library for formatting numbers with SI units2019-01-04, by Kim Alvefur
-
core.moduleapi: Allow passing a config table trough :measure2019-01-04, by Kim Alvefur
-
core.statsmanager: Allow passing a config table trough measure2019-01-04, by Kim Alvefur
-
util.statistics: Unify API of methods to include a config table2019-01-04, by Kim Alvefur
-
GNUmakefile: Install the new util/prosodyctl/* too (thanks pascal.pascher)2020-06-03, by Kim Alvefur
-
GNUmakefile: Install util.human.*2020-06-03, by Kim Alvefur
-
makefile: Remove installation of mod_s2s dir2020-06-03, by Kim Alvefur
-
mod_s2s: Move out of empty directory2020-06-02, by Kim Alvefur
-
mod_admin_shell: Fix error due to float passed to os.date in Lua 5.32020-06-02, by Kim Alvefur
-
util.prosodyctl.shell: Save readline history2020-06-02, by Kim Alvefur
-
util.adminstream: Import net.server [luacheck]2020-06-02, by Matthew Wild
-
util.prosodyctl.shell, util.adminstream: Move connection logic into adminstream for easier reuse2020-06-02, by Matthew Wild
-
util.prosodyctl.shell: Really fix --socket option2020-06-02, by Kim Alvefur
-
util.prosodyctl.shell: Correct check for --socket2020-06-02, by Kim Alvefur
-
util.human.io: Fix variable name [luacheck]2020-06-02, by Matthew Wild
-
prosodyctl+util.prosodyctl.*: Start breaking up the ever-growing prosodyctl2020-06-02, by Matthew Wild
-
util.human.io: New central place for UI helpers2020-06-02, by Matthew Wild
-
util.prosodyctl.shell: Allow passing path to socket on command line2020-06-01, by Kim Alvefur
-
util.prosodyctl.shell: Use same config option as module for socket path2020-06-01, by Kim Alvefur
-
util.prosodyctl.shell: Join socket path with current data directory2020-06-01, by Kim Alvefur
-
mod_admin_socket: Use module API meant for file paths2020-06-01, by Kim Alvefur
-
mod_vcard_legacy: Fix publishing vcard without avatar2020-06-01, by Kim Alvefur
-
mod_vcard_legacy: Remove semi-broken support for multiple avatars2020-06-01, by Kim Alvefur
-
mod_admin_shell: Remove old variable declaration [luacheck]2020-06-01, by Matthew Wild
-
mod_admin_socket: Use wrapserver if available2020-06-01, by Kim Alvefur
-
net.server_epoll: Add way to start accepting clients on an arbitrary server socket2020-06-01, by Kim Alvefur
-
mod_admin_shell: Remove extra newline at end of help text2020-06-01, by Matthew Wild
-
mod_admin_shell, mod_admin_telnet, util.prosodyctl.shell: Separate output from final result2020-06-01, by Matthew Wild
-
prosodyctl, util.prosodyctl.shell: `prosodyctl shell` - a client to access the prosodyctl admin shell2020-06-01, by Matthew Wild
-
mod_admin_telnet: Become a front for mod_admin_shell2020-06-01, by Matthew Wild
-
mod_admin_shell: New module that implements the console interface over an admin socket2020-06-01, by Matthew Wild
-
mod_admin_socket, util.adminstream: New module to manage a local unix domain socket for admin functionality2020-06-01, by Matthew Wild
-
net.server_epoll: Handle missing ports from getsock/peername (as in the case of unix sockets)2020-06-01, by Matthew Wild
-
net.server: Switch to epoll backend by default2020-06-01, by Matthew Wild
-
net.server_select: Pass conn/handler to readbuffer/sendbuffer2020-06-01, by Matthew Wild
-
net.server_select: Ensure onconnect is always called before onincoming2020-06-01, by Matthew Wild
-
mod_c2s,mod_s2s: Make stanza size limits configurable2020-05-31, by Kim Alvefur
-
mod_c2s,mod_s2s: Use a distinct stream error for hitting stanza size limit2020-05-31, by Kim Alvefur
-
scansion: Add test for mod_server_contact_info / XEP-01572020-05-27, by Kim Alvefur
-
net.server_epoll: Fix typo in internal method name2020-05-22, by Kim Alvefur
-
net.server_epoll: Log some noise before TLS handshake step2020-05-22, by Kim Alvefur
-
mod_admin_telnet: Update existing sessions on reload2020-05-16, by Kim Alvefur
-
Merge 0.11->trunk2020-05-15, by Kim Alvefur
-
mod_storage_internal: Fix error in time limited queries on items without 'when' field, fixes #1557 0.112020-05-15, by Kim Alvefur
-
mod_storage_internal: Fix keeping old timestamp in archive map API2020-05-15, by Kim Alvefur
-
mod_http: Tell luacheck to ignore the long comment lines2020-05-14, by Kim Alvefur
-
mod_http: Add documentation to the non-obvious logic of get_ip_from_request2020-05-14, by Jonas Schäfer
-
mod_storage_memory: Add map store methods to archive store2020-05-11, by Kim Alvefur
-
doc/storage: Add archive store map-like API2020-05-11, by Kim Alvefur
-
mod_storage_internal: Implement key-value API2020-05-11, by Kim Alvefur
-
spec/storage: Reset build context of test stanza make comparisons easier2020-05-11, by Kim Alvefur
-
Merge 0.11->trunk2020-05-11, by Kim Alvefur
-
mod_csi_simple: Report whatever's not a stirng and not a stanza2020-05-10, by Kim Alvefur
-
mod_csi_simple: Report whitespace keepalives2020-05-10, by Kim Alvefur
-
mod_csi_simple: Identify raw string data in logging and stats2020-05-10, by Kim Alvefur
-
mod_csi_simple: Collect stats on flush reasons2020-05-09, by Kim Alvefur
-
mod_csi_simple: Record stats of how long buffers are held2020-05-09, by Kim Alvefur
-
mod_csi_simple: Change debug message of client-triggered flush for coherence2020-05-09, by Kim Alvefur
-
mod_csi_simple: Reset queue counter to zero when enabling2020-05-09, by Kim Alvefur
-
mod_csi_simple: Forget queue counter when disabling optimizations2020-05-09, by Kim Alvefur
-
mod_csi_simple: Fix flushing when client sent something2020-05-09, by Kim Alvefur
-
mod_csi_simple: Fix treating presence errors as presence updates2020-05-09, by Kim Alvefur
-
mod_csi_simple: Add comment highlighting that XEP-0353 is experimental2020-05-08, by Kim Alvefur
-
mod_csi_simple: Fix unintentional order of rules from merge2020-05-08, by Kim Alvefur
Scroll all the way down to load more.