Software /
code /
prosody
Graph
-
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
-
mod_mam: Archive XEP-0353: Jingle Message Initiation2020-05-08, by Kim Alvefur
-
mod_carbons: Explicitly carbon XEP-0353: Jingle Message Initiation2020-05-08, by Kim Alvefur
-
doap: Add XEP-0353 since mod_csi_simple is aware of it2020-05-08, by Kim Alvefur
-
mod_carbons: Describe return types in a comment2020-05-08, by Kim Alvefur
-
Merge 0.11->trunk2020-05-08, by Kim Alvefur
-
mod_csi_simple: Consider XEP-0353: Jingle Message Initiation important 0.112020-05-08, by Kim Alvefur
-
mod_presence: Send unavailable presence in current thread run2020-05-08, by Kim Alvefur
-
spec/scansion/blocking: Don't send stanzas after disconnecting2020-05-08, by Kim Alvefur
-
mod_c2s: Run stream open and close events in async thread, fixes #11032020-05-08, by Kim Alvefur
-
mod_s2s: Run stream close in async context2020-05-08, by Kim Alvefur
-
mod_s2s: Improve signaling of stream open events2020-05-08, by Kim Alvefur
-
mod_csi_simple: Log reasons for not flushing2020-05-07, by Kim Alvefur
-
mod_csi_simple: Add short reasons to report2020-05-07, by Kim Alvefur
-
mod_csi_simple: Refactor to allow logging reason for buffer flush2020-05-07, by Kim Alvefur
-
mod_muc: let event handlers modify cloned presence2020-04-22, by JC Brand
-
Fixes #1533 Hats don't get sent out to own MUC user2020-04-22, by JC Brand
-
net.http: Return a Promise if no callback is given2020-05-06, by Kim Alvefur
-
mod_carbons: Clarify handling of error bounces2020-05-06, by Kim Alvefur
-
mod_csi_simple: Don't consider presence errors as important2020-05-05, by Kim Alvefur
-
MAM: Remove 1% of contents when reaching limits, fix #15452020-05-05, by Kim Alvefur
-
util.pposix,signal: Pass around various OS numbers as integers [Lua 5.3]2020-05-04, by Kim Alvefur
-
mod_admin_telnet: Use tostring as fallback in pretty printing2020-05-02, by Kim Alvefur
-
mod_admin_telnet: Don't pretty-print the normal console stuff2020-05-02, by Kim Alvefur
-
mod_admin_telnet: Reuse existing pretty printing setup2020-05-02, by Kim Alvefur
-
mod_admin_telnet: Allow configuring pretty printing defaults2020-05-02, by Kim Alvefur
-
MUC: Enforce strict resourceprep when registering room nicknames2020-05-02, by Kim Alvefur
-
mod_storage_sql: Log database connection parameters when creating engine2020-05-02, by Kim Alvefur
-
mod_admin_telnet: Silence luacheck2020-04-29, by Kim Alvefur
-
mod_admin_telnet: Add a command to configure pretty-printing settings2020-04-29, by Kim Alvefur
-
mod_admin_telnet: Add a TODO for someone to find in the future2020-04-29, by Kim Alvefur
-
mod_admin_telnet: Document HTTP command in internal help2020-04-29, by Kim Alvefur
-
mod_admin_telnet: Document (in the internal help) debug commands2020-04-29, by Kim Alvefur
-
mod_admin_telnet: Pretty-print values returned from commands2020-04-29, by Kim Alvefur
-
mod_carbons: Check for and strip 'private' tag before stopping2020-04-27, by Kim Alvefur
-
mod_carbons: Don't copy messages that should not be copied2020-04-27, by Kim Alvefur
-
Merge 0.11->trunk2020-04-26, by Kim Alvefur
-
mod_carbons: Carbon anything that has been archived by the current user2020-04-26, by Kim Alvefur
-
mod_carbons: Carbon incoming message delivery failure reports2020-04-26, by Kim Alvefur
-
mod_carbons: Fix syntax error [luacheck]2020-04-26, by Kim Alvefur
-
mod_carbons: Refactor in new style (mod_mam/csi)2020-04-26, by Kim Alvefur
-
Merge 0.11->trunk2020-04-26, by Kim Alvefur
-
MUC: Adapt rules for what should be stored from mod_mam2020-04-26, by Kim Alvefur
-
util.sasl.scram: Mention if clients try PLUS without channel binding2020-04-26, by Kim Alvefur
-
mod_mam: Store only incoming errors2020-04-26, by Kim Alvefur
-
mod_csi_simple: Explicitly mention iq stanzas2020-04-26, by Kim Alvefur
-
mod_csi_simple: Clarify what might not be stanzas here2020-04-26, by Kim Alvefur
-
mod_csi_simple: Consider nonzas important2020-04-26, by Kim Alvefur
-
mod_csi_simple: Explicitly consider errors important2020-04-26, by Kim Alvefur
-
mod_register_limits: Fix text reason field name for 'throttled'2020-04-23, by Kim Alvefur
-
mod_register_ibr: Fix reporting of registration rejection reason2020-04-23, by Kim Alvefur
-
mod_register_limits: Fix typo error name (fix #1539 p2) (thanks Ge0rG)2020-04-23, by Kim Alvefur
-
mod_register_limits: Fix order of arguments to util.error (fix #1539 p1) (thanks Ge0rG)2020-04-23, by Kim Alvefur
-
util.rsm: Don't convert values to strings that should already be strings2020-04-23, by Kim Alvefur
-
util.rsm: Explicitly serialize numbers in correct format2020-04-23, by Kim Alvefur
-
util.rsm: Test that Lua 5.3 floats are not encoded with decimal point2020-04-23, by Kim Alvefur
-
util.rsm: Fix passing number as attribute2020-04-23, by Kim Alvefur
-
util.rsm: Add tests2020-04-23, by Kim Alvefur
-
MUC tests: Add missing 'affiliation' attribute2020-04-23, by Matthew Wild
-
Merge with upstream trunk2020-04-23, by Matthew Wild
-
Merge 0.11->trunk2020-04-23, by Matthew Wild
-
Backed out changeset 18f2c7bc5795 (was testing against wrong branch) 0.112020-04-23, by Matthew Wild
-
MUC: Always include 'affiliation'/'role' attributes, defaulting to 'none' if nil 0.112020-04-23, by Matthew Wild
-
mod_mam: Remove unused variables [luacheck]2020-04-22, by Kim Alvefur
-
mod_mam: Don't store any groupchat messages2020-04-22, by Kim Alvefur
-
mod_lastactivity: Encode seconds as decimal, not float2020-04-22, by Kim Alvefur
-
mod_uptime: Encode uptime as decimal, fix #1536 (thanks Martin)2020-04-22, by Kim Alvefur
-
util.hashes: Fix output length of PBKDF2-HMAC-SHA2562020-04-22, by Kim Alvefur
-
util.hashes: Use generic name of PBKDF2-HMAC-SHA1 function in tests2020-04-22, by Kim Alvefur
-
mod_mam: Make note of Experimental (or Deferred) XEPs2020-04-22, by Kim Alvefur
-
mod_mam: Save delivery failures (thanks Ge0rG)2020-04-22, by Kim Alvefur
-
mod_mam: Keep chat markers (thanks Ge0rG)2020-04-22, by Kim Alvefur
-
mod_mam: Respect no-store hint (thanks Ge0rG)2020-04-22, by Kim Alvefur
-
mod_mam: Fix typo in comment2020-04-21, by Kim Alvefur
-
mod_mam: Prefer not archiving if no interesting payloads are found2020-04-21, by Kim Alvefur
-
mod_mam: Check sender of error instead of receiver2020-04-20, by Kim Alvefur
-
mod_mam: Store XEP-0184 receipts and requests2020-04-20, by Kim Alvefur
-
mod_mam: Add more positive hints for storage2020-04-20, by Kim Alvefur
-
mod_mam: Rework hints handling2020-04-20, by Kim Alvefur
-
mod_mam: Invert check for type2020-04-20, by Kim Alvefur
-
mod_mam: Log 'why' a stanza is archived2020-04-20, by Kim Alvefur
-
mod_mam: Factor out "should we store this" into a function2020-04-20, by Kim Alvefur
-
mod_csi_simple: Consider MUC invites important2020-04-18, by Kim Alvefur
-
mod_lastactivity: Add basic scansion test coverage2020-04-20, by Kim Alvefur
-
mod_uptime: Add scansion test coverage2020-04-20, by Kim Alvefur
-
scansion: Mock time libraries during tests2020-04-20, by Kim Alvefur
-
mod_version: Add scansion test2020-04-20, by Kim Alvefur
-
mod_bosh, mod_websocket: Add config options to override GET responses2020-04-20, by Matthew Wild
-
mod_c2s: Swap comments2020-04-19, by Kim Alvefur
-
migrator: Don't create unused directory2020-04-18, by Kim Alvefur
-
migrator: Inject data- and plugin paths during build2020-04-18, by Kim Alvefur
-
mod_csi_simple: Allow configuring extra tags indicating importance2020-04-18, by Kim Alvefur
-
util.sasl.digest-md5: Remove, obsolete since 20112020-04-14, by Kim Alvefur
-
Merge 0.11->trunk2020-04-13, by Kim Alvefur
-
core.certmanager: Move EECDH ciphers before EDH in default cipherstring (fixes #1513) 0.112019-08-25, by Kim Alvefur
-
util.prosodyctl: Tell prosody do daemonize via command line flag (fixes #1514) 0.112020-01-26, by Kim Alvefur
-
net.http.server: Use error code from util.error (fixes #1502)2020-04-12, by Kim Alvefur
-
mod_scansion_record: Indent stanzas in recordings2020-04-12, by Kim Alvefur
-
util.stanza: Add method returning stanza with added indentation2020-04-12, by Kim Alvefur
-
mod_component: Specify an error source for Component unavailable errors2020-04-11, by Kim Alvefur
-
spec: Include a hacky moduleapi stub to allow test to proceed2020-04-11, by Kim Alvefur
-
MUC: Switch hats to new presence APIs2020-04-11, by Matthew Wild
-
MUC: Add API for adding 'filtered namespaces' to be stripped from inbound presence2020-04-11, by Matthew Wild
-
MUC: Add new event 'muc-build-occupant-presence' for plugins to extend occupant presence2020-04-11, by Matthew Wild
-
spec: Add test cases for util.http.contains_token2020-04-10, by Emmanuel Gil Peyrot
-
Merge 0.11->trunk2020-04-10, by Kim Alvefur
-
core.certmanager: Look for privkey.pem to go with fullchain.pem (fix #1526) 0.112020-04-10, by Kim Alvefur
-
Merge 0.11->trunk2020-04-03, by Kim Alvefur
-
moduleapi: Rename argument to silence luacheck2020-04-01, by Kim Alvefur
-
moduleapi: Fix handling of replies to :send_iq from internal modules2020-03-22, by Kim Alvefur
-
Merge 0.11->trunk2020-03-29, by Kim Alvefur
-
mod_register_ibr: Add FORM_TYPE as required by XEP-0077 (fixes #1511) 0.112019-09-29, by Emmanuel Gil Peyrot
-
doap: Add UTR-39 (mod_mimicking)2020-03-29, by Kim Alvefur
-
Merge 0.11->trunk2020-03-22, by Kim Alvefur
-
mod_storage_sql: Add index covering sort_id to improve performance (fixes #1505) 0.112020-03-22, by Kim Alvefur
-
MUC: Add ad-hoc command setting affiliation in a room (fixes #1174)2020-03-20, by Kim Alvefur
-
MUC: Add test for destroying a room by ad-hoc command2020-03-20, by Kim Alvefur
-
doap: Add XEP-0317: Hats2020-03-19, by Kim Alvefur
-
usermanager: Fix traceback when checking admin status of host-only JIDs (fixes #1508)2020-03-19, by Matthew Wild
-
mod_presence: Advertise support for Subscription Pre-Approval2020-03-18, by Kim Alvefur
-
MUC: Add initial hats support (broadcast only)2020-03-18, by Matthew Wild
-
README: Update link to web chat2020-03-15, by Kim Alvefur
-
Merge 0.11->trunk2020-03-12, by Matthew Wild
-
MUC: Persist affiliation_data in new MUC format!2020-03-12, by Matthew Wild
-
MUC: Switch to new storage format by default2020-03-12, by Matthew Wild
-
MUC: Support for broadcasting unavailable presence for affiliated offline users2020-03-12, by Matthew Wild
-
MUC: Pass previous role to :publicise_occupant_status() when destroying a MUC2020-03-12, by Matthew Wild
-
MUC: Don't unconditionally broadcast presence with role="none"2020-03-12, by Matthew Wild
-
MUC: Pass previous role to :publicise_occupant_status() whenever possible2020-03-12, by Matthew Wild
-
Merge 0.11->trunk2020-03-11, by Kim Alvefur
-
mod_mam,mod_muc_mam: Allow other work to be performed during archive cleanup (fixes #1504) 0.112020-03-11, by Kim Alvefur
-
storagemanager, mod_storage_sql: Rename methods to :get_all() and :delete_all()2020-03-11, by Matthew Wild
-
storagemanager: Add support for :find_key() and :delete_key() to map store shim2020-03-11, by Matthew Wild
-
storagemanager: Fix unused variable in tests [luacheck]2020-03-11, by Matthew Wild
-
mod_storage_sql: Add map_store:find_key() and map_store:delete_key() (+ tests)2020-03-11, by Matthew Wild
-
storagemanager: Add tests for map stores2020-03-11, by Matthew Wild
-
mod_tokenauth: Track creation time of tokens2020-02-28, by Matthew Wild
-
mod_tokenauth: Handle tokens issued to bare hosts (eg components)2020-02-28, by Kim Alvefur
-
Merge 0.11->trunk2020-02-27, by Kim Alvefur
-
mod_pubsub, mod_pep: Ensure correct number of children of <item/> (fixes #1496) 0.112020-02-27, by Kim Alvefur
-
Merge 0.11->trunk2020-02-27, by Kim Alvefur
-
mod_muc_mam: Fix traceback saving message from non-occupant (fixes #1497) 0.112020-02-27, by Kim Alvefur
-
mod_authtokens: Rename to mod_tokenauth for consistency with mod_saslauth2020-02-26, by Matthew Wild
-
mod_authtokens: New module for managing auth tokens2020-02-26, by Matthew Wild
-
util.adhoc: Allow passing dataforms in initial command2020-02-25, by Kim Alvefur
-
Merge 0.11->trunk2020-02-24, by Kim Alvefur
-
net.dns: Handle being loaded outside of Prosody2020-02-24, by Kim Alvefur
-
mod_admin_telnet: Allow passing list of hosts to http:list()2020-02-24, by Kim Alvefur
-
mod_muc: add muc-private-message event2020-02-24, by Maxime “pep” Buquet
-
util.jwt: Remove unused return value from tests [luacheck]2020-02-24, by Kim Alvefur
-
util.jwt: Basic JSON Web Token library supporting HS256 tokens2020-02-24, by Kim Alvefur
-
usermanager, mod_authz_*: Merge mod_authz_config and mod_authz_internal into the latter2020-02-23, by Matthew Wild
-
mod_admin_telnet: Fix host selection filter, fixes loading on components2020-02-22, by Kim Alvefur
-
mod_admin_telnet: Reflow hosts filter for readability2020-02-22, by Kim Alvefur
-
Merge 0.11->trunk2020-02-22, by Kim Alvefur
-
mod_storage_sql: Move update limit check back one step, fixes traceback 0.112020-02-22, by Kim Alvefur
-
mod_ping: Fix double response to internal ping2020-02-21, by Kim Alvefur
-
Merge 0.11->trunk2020-02-21, by Kim Alvefur
-
util.startup: Break out command line argument parsing into util.argparse2020-02-19, by Kim Alvefur
-
net.resolvers.service: Fix resolving of targets with multiple IPs2020-02-16, by Kim Alvefur
-
net.server_epoll: Reduce log level of TLS handshake errors to debug2020-02-15, by Kim Alvefur
-
mod_s2s: Fix typo in comment [codespell]2020-02-13, by Kim Alvefur
-
Merge 0.11->trunk2020-02-13, by Matthew Wild
-
mod_muc: Allow control over the server-admins-are-room-owners feature (see #1174) 0.112020-02-13, by Matthew Wild
-
stanza_router: only fire pre-stanza if firing other preevents (e.g. for c2s sessions)2020-02-05, by Matthew Wild
-
mod_admin_telnet: Avoid indexing missing socket (thanks tmolitor)2020-02-05, by Kim Alvefur
-
mod_saslauth: Pass through any auth scope from the SASL handler to sessionmanager.make_authenticated()2020-02-05, by Matthew Wild
-
sessionmanager: Support passing an auth scope to make_authenticated2020-02-05, by Matthew Wild
-
portmanager: Don't auto-start network services under prosodyctl2020-02-05, by Matthew Wild
-
usermanager: Add get_roles() function2020-02-05, by Matthew Wild
-
stanza_router: Add once-per-routed-stanza event, pre-stanza2020-02-05, by Matthew Wild
-
net.server_epoll: Different error to distinguish connection timeout2020-01-31, by Kim Alvefur
-
util.net: Fix signedness warning on ARM2020-01-30, by Emmanuel Gil Peyrot
-
util.startup: expose current process type (prosody/prosodyctl) in the global prosody object2020-01-28, by Matthew Wild
-
mod_authz_internal, usermanager: Rename to mod_authz_config2020-01-27, by Matthew Wild
-
usermanager: Load authz providers on components also2020-01-27, by Matthew Wild
-
usermanager, mod_authz_internal: Move admin-checking functionality into a module. Fixes #517 (ish).2020-01-27, by Matthew Wild
-
mod_s2s: Comment on the various 'reason' arguments passed to :close2020-01-26, by Kim Alvefur
-
CHANGES: Mention deprecation of 'daemonize' option2020-01-26, by Kim Alvefur
-
scansion tests: Remove daemonize option, not needed2020-01-26, by Kim Alvefur
-
prosodyctl: Add 'daemonize' to deprecated options known by check command2020-01-26, by Kim Alvefur
-
mod_posix: Add deprecation warning for the 'daemonize' option2020-01-26, by Kim Alvefur
-
util.prosodyctl: Pass command line flag to force daemonization on start2020-01-26, by Kim Alvefur
-
net.resolvers.basic: Fix continuing if IPv6 or Legacy IP is disabled2020-01-26, by Kim Alvefur
-
mod_s2s: Pass use_ipv4/use_ipv6 from config to service resolver2020-01-25, by Matthew Wild
-
net.resolvers.basic: Obey extra.use_ipv4/use_ipv62020-01-25, by Matthew Wild
-
Backed out changeset 44ef46e1a951 (not optimal API)2020-01-25, by Matthew Wild
-
Backed out changeset 74d66b1be989 (not optimal API)2020-01-25, by Matthew Wild
-
net.resolvers.basic: Obey use_ipv4/use_ipv62020-01-25, by Matthew Wild
-
mod_admin_telnet: Use promise based DNS resolving2020-01-24, by Kim Alvefur
-
Merge 0.11->trunk2020-01-24, by Kim Alvefur
-
mod_admin_telnet: Create a DNS resolver per console session (fixes #1492) 0.112020-01-24, by Kim Alvefur
-
Merge 0.11->trunk2020-01-24, by Matthew Wild
-
mod_websocket: Fire event on session creation (thanks Aaron van Meerten) 0.112020-01-24, by Matthew Wild
-
mod_websocket: Fire event on session creation (thanks Aaron van Meerten)2020-01-24, by Matthew Wild
-
net.adns: Add :lookup_promise() method2020-01-24, by Matthew Wild
-
mod_s2s: Pass use_ipv4/ipv6 from config to connector config2020-01-24, by Matthew Wild
-
net.connect: Add API to create custom connect()s with options, incl. use_ipv[46]2020-01-24, by Matthew Wild
-
Merge 0.11->trunk2020-01-23, by Matthew Wild
-
Merge 0.11->trunk2020-01-23, by Matthew Wild
-
Merge 0.11->trunk2020-01-19, by Matthew Wild
-
util.startup: Ensure prosody.opts exists even when no options provided 0.11 0.11.52020-01-19, by Matthew Wild
-
Merge 0.11->trunk2020-01-19, by Matthew Wild
-
Merge 0.11->trunk2020-01-19, by Matthew Wild
-
mod_posix: Support for command-line flags to override 'daemonize' config option 0.112020-01-19, by Matthew Wild
-
prosody/util.startup: Switch to parse_args() for --root and --config 0.112020-01-19, by Matthew Wild
-
core.moduleapi: Hook correct event type in some cases2020-01-16, by Kim Alvefur
-
util.set: Fix equality metamethod in Lua 5.32020-01-15, by Kim Alvefur
-
util.ip: Fix equality metamethod for Lua 5.32020-01-15, by Kim Alvefur
-
util.array: Fix equality metamethod in Lua 5.32020-01-15, by Kim Alvefur
-
util.json: Test util.array integration2020-01-15, by Kim Alvefur
-
util.array: Add a test case for a behavior change in Lua 5.32020-01-14, by Kim Alvefur
-
net.server_epoll: Log error about missing *all* callbacks at 'error' level2020-01-12, by Kim Alvefur
-
net.server_epoll: Log errors caught in listeners on 'error' level2020-01-12, by Kim Alvefur
-
net.server_epoll: Add option for reducing debug logging2020-01-12, by Kim Alvefur
-
net.server_epoll: Collect full traceback from errors in listeners2020-01-05, by Kim Alvefur
-
mod_muc_mam: Measure how long a cleanup run takes (like mod_mam)2020-01-04, by Kim Alvefur
-
net.websocket.frames: Add ping and pong test cases2020-01-02, by Kim Alvefur
-
net.websocket.frames: Add test case for masked data2020-01-02, by Kim Alvefur
-
Merge 0.11->trunk2020-01-02, by Kim Alvefur
-
mod_websocket: Clear mask bit when reflecting ping frames (fixes #1484) 0.11 0.11.42020-01-02, by Kim Alvefur
-
net.http.parser: Add TODO related to #7262020-01-01, by Kim Alvefur
-
Merge 0.11->trunk2019-12-31, by Kim Alvefur
-
prosodyctl check: Warn about conflict between mod_pep and mod_pep_simple 0.112019-12-31, by Kim Alvefur
-
core.moduleapi: Rename local name for util.error for consistency2019-12-30, by Kim Alvefur
-
core.moduleapi: Fix error context in :send_iq API2019-12-30, by Kim Alvefur
-
mod_http_errors: Use text from util.errror object if included2019-12-29, by Kim Alvefur
-
util.pubsub: Ignore unused argument in tests [luacheck]2019-12-29, by Kim Alvefur
-
util.pubsub: Cover subscription filter in a partial test2019-12-26, by Kim Alvefur
-
net.server_epoll: Avoid concatenating buffer with single item2019-12-28, by Kim Alvefur
-
Merge 0.11->trunk2019-12-24, by Matthew Wild
-
core.rostermanager: Cache rosters of offline users for faster access (fixes #1233) 0.112018-12-16, by Kim Alvefur
-
Merge 0.11->trunk2019-12-24, by Kim Alvefur
-
mod_adhoc: Improve permission setting (fix #1482) BC2019-12-20, by Kim Alvefur
-
mod_storage_sql: Remove unused and not actually returned return value [luacheck]2019-12-23, by Kim Alvefur
-
Merge 0.11->trunk2019-12-23, by Kim Alvefur
-
mod_muc_mam: Log error when unable to delete old messages (fix #1481) [luacheck] 0.112019-12-23, by Kim Alvefur
-
mod_muc_mam: Remove unused variable [luacheck]2019-12-23, by Kim Alvefur
-
mod_mam: More careful validation of MAM query form2019-12-23, by Kim Alvefur
-
mod_muc_mam: Handle form identification error (e.g. not a form at all)2019-12-23, by Kim Alvefur
-
mod_legacyauth: Report failure from sessionmanager (mostly invalid username)2019-12-23, by Kim Alvefur
-
mod_presence: Ignore an unused variable [luacheck]2019-12-23, by Kim Alvefur
-
mod_pep_simple: Ignore unused variable [luacheck]2019-12-23, by Kim Alvefur
-
mod_pubsub: Ignore an unused variable [luacheck]2019-12-23, by Kim Alvefur
-
MUC: Make note to handle configuration form errors [luacheck]2019-12-23, by Kim Alvefur
-
mod_vcard: Remove unused variable [luacheck]2019-12-23, by Kim Alvefur
-
mod_limits: Remove an unused variable2019-12-23, by Kim Alvefur
-
MUC: Remove some unused variables [luacheck]2019-12-23, by Kim Alvefur
-
mod_vcard_legacy: Ignore an unused variable [luacheck]2019-12-23, by Kim Alvefur
-
mod_http_files: Log something if unable to load MIME database2019-12-23, by Kim Alvefur
-
net.server_event: Silence luacheck warnings2019-12-23, by Kim Alvefur
-
net.server_epoll: Remove an unused variable [luacheck]2019-12-23, by Kim Alvefur
-
mod_announce: Silence luacheck warning about unused variable2019-12-23, by Kim Alvefur
-
mod_admin_telnet: Silence luacheck warnings2019-12-23, by Kim Alvefur
-
mod_admin_adhoc: Remove unused JID resource variables [luacheck]2019-12-23, by Kim Alvefur
-
mod_adhoc: Remove unused variable [luacheck]2019-12-23, by Kim Alvefur
-
tests: Silence [luacheck] warnings2019-12-23, by Kim Alvefur
-
net.http.parser: Silence warning about unused variable [luacheck]2019-12-23, by Kim Alvefur
-
core.statsmanager: Ignore unused variable [luacheck]2019-12-23, by Kim Alvefur
-
core.portmanager: Ignore unused return variable [luacheck]2019-12-23, by Kim Alvefur
-
util.pubsub: Silence luacheck warnings, leaving notes on future proper fix2019-12-23, by Kim Alvefur
-
util.prosodyctl: Silence luacheck warnings2019-12-23, by Kim Alvefur
-
util.dependencies: Pass require error to error formatting function2019-12-23, by Kim Alvefur
-
util.sql: Handle failure to detect connection encoding2019-12-23, by Kim Alvefur
-
util.mercurial: Ignore an unused error variable [luacheck]2019-12-23, by Kim Alvefur
-
util.startup: Ignore unused errno variable [luacheck]2019-12-23, by Kim Alvefur
-
util.datamanager: Ignore unused 'errno' variable [luacheck]2019-12-23, by Kim Alvefur
-
core.modulemanager: Silence warning about unused err variable [luacheck]2019-12-20, by Kim Alvefur
-
core.stanza_router: Silence warning about unused err_message [luacheck]2019-12-20, by Kim Alvefur
-
core.stanza_router: Extract host part of JIDs directly [luacheck]2019-12-20, by Kim Alvefur
-
luacheck: Don't not warn about not using secondary return values2019-12-20, by Kim Alvefur
-
mod_muc_mam: Log error when unable to store stanza (fix #1480) [luacheck] 0.112019-12-23, by Kim Alvefur
-
mod_mam: Log error when unable to delete old messages (fix #1479) [luacheck] 0.112019-12-23, by Kim Alvefur
-
mod_auth_internal_hashed: Pass on errors from password hash function (fixes #1477) 0.112019-12-23, by Kim Alvefur
-
Merge 0.11->trunk2019-12-23, by Kim Alvefur
-
mod_admin_telnet: Include config:get() in help text2019-12-22, by Kim Alvefur
-
MUC: Improve presence broadcast form field label2019-12-22, by Matthew Wild
-
scansion: Trim trailing whitespace in tests2019-12-19, by Kim Alvefur
-
rostermanager, mod_presence: Support for subscription preapproval (fixes #686)2019-12-19, by Matthew Wild
-
mod_s2s: Remove obsolete pre-connect buffer2019-12-16, by Kim Alvefur
-
util.dataforms: Improve descriptions in tests2019-12-16, by Kim Alvefur
-
doap: More PEP payloads2019-12-16, by Kim Alvefur
-
mod_admin_telnet: Use common sort function in s2s:show2019-12-15, by Kim Alvefur
-
mod_admin_telnet: Use existing host comparison when comparing JIDs2019-12-15, by Kim Alvefur
-
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
Scroll all the way down to load more.