Software /
code /
prosody
Graph
-
prosodyctl: Added the 'admin_remove' command2019-06-25, by João Duarte
-
prosodyctl: Added the 'admin_add' command2019-06-25, by João Duarte
-
prosodyctl: Implemented a command bridge to the 'luarocks-admin add' command, called 'admin_add'2019-06-21, by João Duarte
-
Merge my line of development->trunk2019-06-21, by João Duarte
-
prosodyctl: Implemented the 'list' command, which is a bridge to 'luarocks list'2019-06-20, by João Duarte
-
prosodyctl: The 'test' function now also prints which plugins are enabled2019-06-07, by João Duarte
-
prosodyctl: Created a custom function, 'test', that prints back a welcoming message2019-06-07, by João Duarte
-
net.resolvers.service: Fix DNS fallback2019-08-17, by Kim Alvefur
-
mod_s2s: Use net.connect instead of s2sout.lib for outgoing s2s connections2018-11-10, by Kim Alvefur
-
mod_muc_mam: Conditionally advertise MAM feature on rooms (fixes #1407)2019-08-10, by Kim Alvefur
-
mod_vcard_legacy: Complete roundtrip support for ORG/ORGNAME2019-08-02, by Kim Alvefur
-
mod_vcard_legacy: Add support for JABBERID - impp/uri conversion2019-01-19, by Kim Alvefur
-
util.stanza: Use :text_tag internally everywhere2019-08-02, by Kim Alvefur
-
mod_s2s: Distinguish between high and low level errors in bounces2019-08-01, by Kim Alvefur
-
net.adns: Remove unused local [luacheck]2019-07-30, by Kim Alvefur
-
net.websocket: Fix log call to pass data via format string instead of concatenation2019-07-30, by Kim Alvefur
-
net.*: Remove tostring call from logging2019-07-30, by Kim Alvefur
-
plugins: Remove tostring call from logging2019-07-30, by Kim Alvefur
-
util.session: Remove tostring call from logging2019-07-30, by Kim Alvefur
-
util.sql: Remove tostring call from logging2019-07-30, by Kim Alvefur
-
util.startup: Remove tostring call from logging2019-07-30, by Kim Alvefur
-
core.portmanager: Remove unused local [luacheck]2019-07-30, by Kim Alvefur
-
core.portmanager: Remove tostring call from logging2019-07-30, by Kim Alvefur
-
core.sessionmanager: Remove tostring call from logging2019-07-30, by Kim Alvefur
-
core.stanza_router: Remove tostring call from logging2019-07-30, by Kim Alvefur
-
core.s2smanager: Rewrite log line to use formatting instead of concatenation2019-07-30, by Kim Alvefur
-
core.s2smanager: Remove use of tostring in logging2019-07-29, by Kim Alvefur
-
util.error: Add tests2019-07-29, by Kim Alvefur
-
util.array: Add tests2019-07-28, by Kim Alvefur
-
mod_limits: Use rate limiting in net.server if provided2019-03-28, by Kim Alvefur
-
server_epoll: Add native support for per socket bandwith limits2016-12-18, by Kim Alvefur
-
Merge 0.11->trunk2019-07-28, by Kim Alvefur
-
util.poll: Add missing return statements in fallback mode2019-07-28, by Kim Alvefur
-
mod_admin_telnet: Use already generated session id2019-07-27, by Kim Alvefur
-
mod_admin_telnet: Allow specifying a reason when closing sessions (#1400)2019-07-27, by Kim Alvefur
-
util.xmppstream: Inherit xml:lang from stream to stanzas (fixes #1401)2019-07-27, by Kim Alvefur
-
net.server_epoll: Remove unused local [luacheck]2019-07-26, by Kim Alvefur
-
mod_pubsub: Eliminate dead code2019-07-25, by Kim Alvefur
-
net.server_epoll: Overhaul logging with one log sink per connection2019-07-26, by Kim Alvefur
-
net.server_epoll: Deprecate libevent emulation layer2019-07-24, by Kim Alvefur
-
mod_admin_telnet: Add xmpp:ping to help2019-07-26, by Kim Alvefur
-
mod_admin_telnet: Add c2s:count() to help2019-07-26, by Kim Alvefur
-
mod_admin_telnet: Make c2s:count() consistent with c2s:show()2019-07-26, by Kim Alvefur
-
mod_admin_telnet: Factor out function for collecting all c2s sessions for easier reuse2019-07-26, by Kim Alvefur
-
mod_admin_telnet: Include both c2s connections and sessions in c2s:show()2019-07-26, by Kim Alvefur
-
net.server_epoll: Return errors from creating sockets2019-07-23, by Kim Alvefur
-
net.server_epoll: Add experimental option to close connections in case of listener error2019-05-25, by Kim Alvefur
-
net.server_epoll: Return listener error message2019-05-25, by Kim Alvefur
-
mod_mam: Report correct count of results for forward queries2019-07-13, by Kim Alvefur
-
mod_mam: Move final log message to end of query procedure2019-07-11, by Kim Alvefur
-
mod_mam: Log RSM parameters2019-07-11, by Kim Alvefur
-
mod_mam: Log query failure reason2019-07-11, by Kim Alvefur
-
mod_mam: Log more details in final log message2019-07-11, by Kim Alvefur
-
mod_mam: Include query id in final log message2019-07-11, by Kim Alvefur
-
mod_mam: Use stanza id in log message as fallback if no query id2019-07-11, by Kim Alvefur
-
mod_mam: Include username that performed query2019-07-11, by Kim Alvefur
-
mod_mam: Make log message more compact2019-07-11, by Kim Alvefur
-
mod_pubsub: Move a comment to where it makes sense2019-07-10, by Kim Alvefur
-
util.error: Fix traceback due to missing text field2019-07-10, by Kim Alvefur
-
mod_admin_telnet: Move error handling to thread callback (fixes #1391)2019-05-09, by Kim Alvefur
-
mod_admin_telnet: Check for simple commands before executing in sandbox2019-05-09, by Kim Alvefur
-
mod_pep: Only log when creating new pubsub services2019-07-09, by Kim Alvefur
-
net.http.files: Fix cache handling2019-06-29, by Kim Alvefur
-
prosodyctl: Fix extraction of interpreter from arg when additional arguments (fixes #1386)2019-06-29, by Kim Alvefur
-
MUC: Advertise language field as such via XEP-01222019-07-07, by Kim Alvefur
-
mod_pubsub: Expose pubsub#access_model and pubsub#publish_model (fixes #1387)2019-07-06, by Kim Alvefur
-
Merge 0.11->trunk2019-07-08, by Kim Alvefur
-
util.serialization: Cache default serialization instance (fixes #1389) 0.112019-07-08, by Kim Alvefur
-
net.server_epoll: Backport timer optimization 6c2370f17027 from trunk (see #1388) 0.112019-07-07, by Kim Alvefur
-
Merge 0.11->trunk2019-06-20, by Kim Alvefur
-
Merge 0.11->trunk2019-06-20, by Kim Alvefur
-
mod_blocklist: Add comment to clarify some logic2019-06-20, by Kim Alvefur
-
Merge 0.11->trunk2019-06-20, by Kim Alvefur
-
mod_blocklist: Trigger resend of presence when unblocking a contact (fixes #1380) 0.112019-06-20, by Kim Alvefur
-
util.dependencies: Increase Lua version to warn about to 5.42019-06-19, by Kim Alvefur
-
MUC: Reflow event tables to improve readability2019-06-19, by Kim Alvefur
-
mod_pep: Log node name instead of payload2019-06-16, by Kim Alvefur
-
Merge 0.11->trunk2019-06-10, by Kim Alvefur
-
mod_admin_telnet: Collect array from Bosh connections when appending to connection list2019-06-03, by Michel Le Bihan
-
core/sessionmanager: Remove unnecessary fallback in make_authenticated2019-06-01, by Maxime “pep” Buquet
-
prosody: Also log status code passed to exit()2019-05-31, by Kim Alvefur
-
prosody: Log shutdown reason (in past tense) as the very last thing2019-05-31, by Kim Alvefur
-
prosody: Log shutdown reason2019-05-31, by Kim Alvefur
-
Merge 0.11->trunk2019-05-30, by Kim Alvefur
-
util.sql: Ignore if tables and indices already exist on creation (fixes #1064) 0.112019-05-30, by Kim Alvefur
-
Merge 0.11->trunk2019-05-30, by Kim Alvefur
-
mod_pep: Handle presence based subscription outside of util.pubsub (fixes #1372) 0.112019-05-30, by Kim Alvefur
-
util.format: Handle integer formats the same way on Lua versions without integer support2019-05-30, by Kim Alvefur
-
util.format: Handle formats expecting an integer in Lua 5.3+ (fixes #1371)2019-05-30, by Kim Alvefur
-
mod_storage_sql: Ignore shadowed error variable [luacheck]2019-05-27, by Kim Alvefur
-
mod_storage_sql: Fix to use correct arguments to archive id lookup2019-05-27, by Kim Alvefur
-
mod_storage_sql: Correctly return item-not-found error2019-05-27, by Kim Alvefur
-
Merge 0.11->trunk2019-05-27, by Kim Alvefur
-
mod_muc_mam: Cache last date that archive owner has messages to reduce writes (fixes #1368) 0.112019-05-27, by Kim Alvefur
-
mod_mam: Cache last date that archive owner has messages to reduce writes (fixes #1368) 0.112019-05-27, by Kim Alvefur
-
Merge 0.11->trunk2019-05-27, by Kim Alvefur
-
mod_announce: Check for admin on current virtualhost instead of global (fixes #1365) (thanks yc) 0.112019-05-27, by Kim Alvefur
-
mod_csi_simple: Disable optimizations on disconnect (fixes #1358)2019-05-26, by Kim Alvefur
-
mod_storage_internal: Return appropriate error even with empty archive2019-05-05, by Kim Alvefur
-
mod_storage_memory: Return correct error even if no archive data available2019-05-05, by Kim Alvefur
-
mod_muc_mam: Propagate item-not-found to client (fixes #1325)2019-05-05, by Kim Alvefur
-
mod_mam: Propagate item-not-found to client (fixes #1325)2019-05-05, by Kim Alvefur
-
mod_storage_sql: Look up archive IDs in separate queries (fixes #1325)2019-03-22, by Kim Alvefur
-
mod_storage_memory: Return error if 'before' or 'after' are not found (partial fix for #1325)2019-03-04, by Kim Alvefur
-
mod_storage_internal: Return error if 'before' or 'after' are not found (partial fix for #1325)2019-03-04, by Kim Alvefur
-
Merge 0.11->trunk2019-05-26, by Kim Alvefur
-
util.random: Handle unlikely read errors from /dev/urandom (see #1313) 0.112019-05-18, by Kim Alvefur
-
mod_storage_sql: Handle SQLite DELETE with LIMIT being optional (fixes #1359) 0.112019-05-13, by Kim Alvefur
Scroll all the way down to load more.