Software /
code /
prosody
Graph
-
mod_adhoc: Add local_user permission2013-07-24, by Florian Zeitz
-
mod_adhoc: Use mod_disco for disco handling2013-07-24, by Florian Zeitz
-
mod_adhoc: Sort commands by node. This guarantees the order remains the same across restarts etc.2013-07-24, by Florian Zeitz
-
Merge 0.9->trunk2013-07-24, by Kim Alvefur
-
adhoc.lib: Don't build error reply from reply stanza2013-07-24, by Kim Alvefur
-
Merge 0.9->trunk2013-07-22, by Kim Alvefur
-
net.server_event: Pass ondrain handler from listener2013-07-22, by Kim Alvefur
-
net.http.server: Fix Keep-Alive requests with HTTP 1.02013-07-22, by Kim Alvefur
-
Merge 0.9->trunk2013-07-15, by Matthew Wild
-
util.net: Fix compilation on Windows (outputs an empty list of addresses for now) (tested only in my head)2013-07-15, by Matthew Wild
-
Merge 0.9->trunk2013-07-15, by Matthew Wild
-
util.net: Include missing header needed for successful compiltion on FreeBSD2013-07-15, by Matthew Wild
-
util.events: Remove varargs, event handlers can now only accept a single parameter2013-07-15, by Matthew Wild
-
rostermanager, mod_groups: Change roster-load event to pass an event table for consistency2013-07-15, by Matthew Wild
-
Merge 0.9->trunk2013-07-13, by Matthew Wild
-
util.sql: Do lazy fetching of affected/rowcount2013-07-12, by Kim Alvefur
-
Backed out changeset 3c57c22810872013-07-12, by Kim Alvefur
-
util.sql: Don't fetch row count of result sets for queries that don't have result sets2013-07-12, by Kim Alvefur
-
mod_storage_sql2: Add archive store with append and find methods2013-07-12, by Kim Alvefur
-
mod_storage_sql2: Create an additional table `prosodyarchive` for chronological collections2013-07-11, by Kim Alvefur
-
util.sql: Set charset and collation for MySQL when creating tables2013-07-11, by Kim Alvefur
-
Remove plugins/storage/sqlbasic.lib.lua, which seems obsolete2013-07-11, by Matthew Wild
-
Merge 0.9->trunk2013-07-11, by Matthew Wild
-
mod_storage_sql2: Remove from 0.92013-07-11, by Matthew Wild
-
mod_storage_sql2: Support XML serialization for stanzas.2013-07-10, by Kim Alvefur
-
mod_storage_sql2: Keep available store types in a table2013-07-10, by Kim Alvefur
-
mod_storage_sql2: Fix iteration over users and stores2013-07-10, by Kim Alvefur
-
mod_storage_sql2: Make sure the user field is not NULL2013-07-10, by Kim Alvefur
-
Merge 0.9->trunk2013-07-10, by Kim Alvefur
-
net.dns, net.adns: Make sure errors from net.server are propagated (thanks asterix)2013-07-10, by Kim Alvefur
-
Merge 0.9->trunk2013-07-08, by Matthew Wild
-
mod_component: Local imports for some functions, including xpcall2013-07-08, by Matthew Wild
-
mod_bosh: Only pass stanza to core_process_stanza if it wasn't dropped by filters2013-07-08, by Matthew Wild
-
Merge 0.9->trunk2013-07-08, by Matthew Wild
-
prosodyctl: Import local_addresses from the new util.net intead of luasocket2013-07-01, by Kim Alvefur
-
Merge 0.9->trunk2013-06-29, by Kim Alvefur
-
mod_admin_adhoc: Fix node of the "Get List of Online Users" command2013-06-29, by Florian Zeitz
-
Merge2013-06-29, by Matthew Wild
-
Merge 0.9->trunk2013-06-29, by Matthew Wild
-
util.pposix: setrlimit(): Add missing return on error when an incorrect number of arguments are passed2013-06-28, by Matthew Wild
-
mod_http_files: Put the MIME type map in a global shared table instead of per-host2013-06-28, by Kim Alvefur
-
Merge 0.9->trunk2013-06-26, by Matthew Wild
-
net.http: Include port number (when non-standard) in the Host header of outgoing requests, as per the HTTP RFC2013-06-26, by Matthew Wild
-
mod_s2s: Add missing global hook for read-timeout2013-06-26, by Kim Alvefur
-
Merge 0.9->trunk2013-06-24, by Matthew Wild
-
mod_storage_sql2: Use correct variable (Thanks SkyBlue and Florob)2013-06-23, by Kim Alvefur
-
mod_admin_telnet: Refactor s2s:show()2013-06-20, by Kim Alvefur
-
mod_admin_telnet: Generate session names the same way as in s2smanager2013-06-20, by Kim Alvefur
-
mod_admin_telnet: Refactor s2s:close and s2s:closeall2013-06-20, by Kim Alvefur
-
mod_register: Fix indentation2013-06-19, by Kim Alvefur
-
mod_admin_telnet: Refactor s2s:showcert()2013-06-19, by Kim Alvefur
-
net.dns: Support IPv6 addresses in resolv.conf2013-06-18, by Florian Zeitz
-
Merge 0.9->trunk2013-06-18, by Matthew Wild
-
mod_s2s/s2sout.lib: Remove unused variables and imports2013-06-18, by Matthew Wild
-
mod_s2s/s2sout.lib: Remove reference to undefined global2013-06-18, by Matthew Wild
-
mod_s2s/s2sout.lib: Use new util.net.local_addresses() to fetch local interface addresses2013-06-18, by Matthew Wild
-
mod_s2s/s2sout.lib: Only attempt to create an IPv6 socket if LuaSocket supports IPv62013-06-18, by Matthew Wild
-
util.net: Add util.net, containing local_addresses() (removed from LuaSocket 3.0)2013-06-18, by Matthew Wild
-
mod_tls: Remove debug statement2013-06-16, by Kim Alvefur
-
additional fix for erlparse loading in ejabberd2prosody.lua2013-06-14, by Vadim Misbakh-Soloviov
-
package{,c}path fixes for migration tools2013-06-14, by Vadim Misbakh-Soloviov
-
Merge the merge2013-06-13, by Matthew Wild
-
Merge 0.9->trunk2013-06-13, by Matthew Wild
-
util.dataforms: Return nil for empty list-mutli responses, to be consistent with other readers2013-06-13, by Florian Zeitz
-
mod_muc: Add Ad-Hoc command to destroy MUC rooms2013-06-04, by Florian Zeitz
-
mod_muc: Utilize mod_disco, instead of reimplementing disco handling2013-06-04, by Florian Zeitz
-
mod_pubsub: Utilize mod_disco, instead of reimplementing disco handling2013-06-04, by Florian Zeitz
-
mod_disco: Allow ansering disco requests including nodes, and adding custom items to disco#items requests2013-06-04, by Florian Zeitz
-
mod_http_files: Put the MIME type map in a global shared table2013-06-13, by Kim Alvefur
-
util.sasl.external: Add SASL EXTERNAL mechanism2013-06-13, by Kim Alvefur
-
prosody: Remove global ssl context, no longer used2013-06-13, by Kim Alvefur
-
mod_tls: Refactor to allow separate SSL configuration for c2s and s2s connections2013-06-13, by Kim Alvefur
-
certmanager: Overhaul of how ssl configs are built.2013-06-13, by Kim Alvefur
-
Merge 0.9->trunk2013-06-13, by Matthew Wild
-
mod_pep: When a client supplies no id on a published item, reflect our generated id back to it2013-06-13, by Florian Zeitz
-
Merge 0.9->trunk2013-06-13, by Matthew Wild
-
mod_muc: Fix incorrect variable name2013-05-21, by Matthew Wild
-
Merge 0.9->trunk2013-06-12, by Matthew Wild
-
certmanager: Add single_dh_use and single_ecdh_use to default options2013-06-12, by Matthew Wild
-
Merge 0.9->trunk2013-06-12, by Matthew Wild
-
certmanager: Set ssl.curve to 'secp384r1' by default, to enable ECC ciphers2013-06-12, by Matthew Wild
-
util.pubsub: Check whether node exists, when deleting2013-06-12, by Florian Zeitz
-
Merge 0.9->trunk2013-06-11, by Matthew Wild
-
certmanager: Use 'curve' and 'dhparam' options from ssl config if present2013-06-11, by Matthew Wild
-
mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage2013-05-16, by Matthew Wild
-
mod_bosh: Remove Connection: keep-alive header (conflicts with new net.http.server)2013-06-07, by Matthew Wild
-
mod_bosh: Fix global write2013-06-07, by Matthew Wild
-
mod_c2s, mod_s2s: Fire an event on read timeouts2013-06-11, by Kim Alvefur
-
mod_c2s: Become a shared module and allow being disabled on some virtualhosts2013-06-11, by Kim Alvefur
-
mod_bosh: Reduce a little code.2013-06-11, by Waqas Hussain
-
Merge 0.9->trunk2013-06-10, by Kim Alvefur
-
mod_admin_telnet: Fix another wrong boolean expression2013-06-10, by Kim Alvefur
-
Merge 0.9->trunk2013-06-09, by Kim Alvefur
-
net.server_select: Make sure there is a server to pause when hitting maxfd (Thanks elghinn)2013-06-09, by Kim Alvefur
-
mod_admin_telnet: Simplify IPv6 detection, fixes rare traceback2013-06-09, by Kim Alvefur
-
mod_s2s: Set s2s_session.ip2013-06-09, by Kim Alvefur
-
mod_bosh: Make waiting_requests and dead_sessions shared to preserve across reloads2013-06-08, by Matthew Wild
-
mod_muc: Include status code 332 on service shutdown (thanks mathieui)2013-06-08, by Matthew Wild
-
mod_bosh: Don't tostring() stream:features when passing to session.send().2013-06-07, by Waqas Hussain
-
prosodyctl: Add 'prosodyctl check certs' for validating TLS/SSL certificates2013-06-07, by Kim Alvefur
-
certmanager: Complain if key or certificate is missing from SSL config.2013-06-07, by Kim Alvefur
-
prosodyctl: Add 'prosodyctl check --help'2013-06-07, by Kim Alvefur
-
mod_bosh: Only return CORS headers if the Origin header is received, and CORS is enabled.2013-06-07, by Waqas Hussain
-
mod_bosh: Return empty string from the OPTIONS event handler, don't return the response object itself.2013-06-07, by Waqas Hussain
-
mod_bosh: Rename event handler argument to event, not request.2013-06-07, by Waqas Hussain
-
Merge 0.9->trunk2013-06-07, by Matthew Wild
-
mod_bosh: Remove logging of request.id, it doesn't exist in the new HTTP server API (thanks Mikael Nordfeldth)2013-06-07, by Matthew Wild
-
mod_bosh: Remove another place we set headers, fixes #3482013-06-06, by Matthew Wild
-
mod_bosh: Clean up handling of response headers, set them only in one place2013-06-05, by Matthew Wild
-
mod_bosh: Return errors when appropriate (invalid XML, missing sid)2013-06-05, by Matthew Wild
-
mod_bosh: Remove some very verbose logging2013-06-05, by Matthew Wild
-
Merge 0.9->trunk2013-06-05, by Matthew Wild
-
mod_bosh: Reset creating_session to prevent putting unnecessary attributes into every BOSH response2013-06-05, by Matthew Wild
-
mod_admin_telnet: Fix inverted boolean logic2013-06-04, by Kim Alvefur
Scroll all the way down to load more.