Software /
code /
prosody
Graph
-
Merge 0.10->trunk2015-12-16, by Matthew Wild
-
Merge 0.9->0.102015-12-16, by Matthew Wild
-
MUC: Fix incorrect nesting of status codes when room config changes (fixes #579)2015-12-16, by Matthew Wild
-
util.uuid: Remove unused import2015-12-08, by Kim Alvefur
-
Merge2015-12-16, by Matthew Wild
-
mod_storage_sql: Fix use of SQLite3 in-memory database (no path expansion)2015-12-15, by Kim Alvefur
-
util.dependencies: Use prosody.log() instead of global log()2015-12-16, by Matthew Wild
-
loggingmanager: Add prosody.log (intended to be used instead of _G.log now)2015-12-11, by Matthew Wild
-
Merge 0.10->trunk2015-12-13, by Kim Alvefur
-
util.sslconfig: More descriptive variable names and also comments2015-12-13, by Kim Alvefur
-
Merge 0.10->trunk2015-12-12, by Kim Alvefur
-
util.datamanager: Add append to public api2015-12-11, by Kim Alvefur
-
util.datamanager: Return extra location info2015-12-11, by Kim Alvefur
-
util.datamanager: Make sure only strings are passed as data to append()2015-12-11, by Kim Alvefur
-
util.datamanager: Add some comments about the append function2015-12-11, by Kim Alvefur
-
util.datamanager: Handle potential error from :write() call2015-12-11, by Kim Alvefur
-
util.datamanager: Handle potential issues from fallocate2015-12-11, by Kim Alvefur
-
util.datamanager: No shadowing of variable [luacheck]2015-12-11, by Kim Alvefur
-
util.datamanager: Skip past second check if first attemtp to open file succeeds2015-12-11, by Kim Alvefur
-
util.datamanager: In append() collect status when closing file handle as it may fail (eg the implied flush)2015-12-11, by Kim Alvefur
-
util.datamanager: Overwrite 'data' variable instead of shadownig it [luacheck]2015-12-11, by Kim Alvefur
-
util.datamanager: Factor out code for appending bytes to a file2015-12-11, by Kim Alvefur
-
MUC: Update all config form handlers to take advantage of the new per-option events2015-12-11, by Matthew Wild
-
MUC: Fire per-field events for the config form, including those with value == nil (no <value/> element in form)2015-12-11, by Matthew Wild
-
mod_bosh: Instead of a global once-per-second timer add a timer for each session when needed2015-12-07, by Kim Alvefur
-
Merge 0.10->trunk2015-12-10, by Matthew Wild
-
mod_admin_telnet: Add http:list() command to get info about current HTTP endpoints on the server2015-12-10, by Matthew Wild
-
.luacheckrc: Whitelist import() global function2015-12-10, by Matthew Wild
-
prosody: Don't silently ignore unknown command-line options2015-12-10, by Matthew Wild
-
MUC: Fix previous commit2015-12-09, by Kim Alvefur
-
MUC: Process only options that are included in a form (Fixes #521)2015-12-08, by Kim Alvefur
-
util.dataforms: Track which fields are included in a form2015-12-08, by Kim Alvefur
-
portmanager: Lower the priority of module-supplied TLS options2015-12-08, by Kim Alvefur
-
core.usermanager: Return as soon as possible once admin status is known2015-12-06, by Kim Alvefur
-
Merge 0.10->trunk2015-12-06, by Kim Alvefur
-
mod_blocklist: Update Copyright header2015-12-06, by Kim Alvefur
-
mod_blocklist: Skip creating some tables and some processing if unblocking2015-12-06, by Kim Alvefur
-
mod_blocklist: Restructure how we keep track of where to send unavailable presence2015-12-06, by Kim Alvefur
-
mod_blocklist: session[username] can't possibly be unset if that user is sending queries2015-12-06, by Kim Alvefur
-
mod_blocklist: Add comments describing some variables2015-12-06, by Kim Alvefur
-
mod_blocklist: Expand comments on caching of blocklists2015-12-06, by Kim Alvefur
-
mod_blocklist: Add comment about compliance issue #5752015-12-06, by Kim Alvefur
-
mod_blocklist: Rename variable for clarity2015-12-06, by Kim Alvefur
-
mod_blocklist: Clear second level cache when user is deleted2015-12-05, by Kim Alvefur
-
Backout unintentional commit ed5440a6ef7f2015-12-03, by Matthew Wild
-
Merge 0.10->trunk2015-12-03, by Matthew Wild
-
Merge 0.10->trunk2015-12-03, by Matthew Wild
-
net.http.server: Import util.cache2015-12-03, by Matthew Wild
-
Merge...2015-12-03, by Kim Alvefur
-
Merge2015-12-03, by Kim Alvefur
-
prosodyctl check: Point out items in the modules_enabled list that incorrectly include the 'mod_' prefix2015-12-03, by Kim Alvefur
-
prosodyctl check: Really store imported LuaSec (must be a leftover from debugging)2015-12-03, by Kim Alvefur
-
prosodyctl check: Include global options when checking "all options"2015-12-03, by Kim Alvefur
-
mod_storage_sql2: Remove from trunk (all trunk-only changes backported)2015-12-03, by Matthew Wild
-
Merge 0.10->trunk2015-12-03, by Matthew Wild
-
mod_storage_sql: Add map store (backported from trunk)2015-12-03, by Matthew Wild
-
mod_storage_sql: Whitespace fix (backported from trunk)2015-12-03, by Matthew Wild
-
Merge 0.10->trunk2015-12-03, by Matthew Wild
-
net.http.server: Use new util.cache to remember wildcard event handlers2015-12-03, by Matthew Wild
-
storagemanager: Split config retrieval into its own function2015-12-03, by Matthew Wild
-
mod_proxy65: Use typed config API (fix issues when options are set to unexpected types)2015-12-03, by Kim Alvefur
-
Merge 0.10->trunk2015-11-26, by Matthew Wild
-
tests: Add tests for util.cache2015-11-26, by Matthew Wild
-
mod_blocklist: Use util.cache to manage how many users blocklists are kept in memory2015-11-25, by Kim Alvefur
-
util.cache: Make sure cache size is specified as an integer2015-11-25, by Kim Alvefur
-
util.pposix: Expose the uname GNU extension field 'domainname'2015-11-25, by Kim Alvefur
-
util.session: How would you even send anything to a session?2015-11-24, by Kim Alvefur
-
util.session: How does a session relate do a connection?2015-11-24, by Kim Alvefur
-
util.session: What does the session say?2015-11-24, by Kim Alvefur
-
util.session: What is the identity of a session?2015-11-24, by Kim Alvefur
-
util.session: What is a session?2015-11-24, by Kim Alvefur
-
mod_admin_telnet: Add timer:info() which shows some basic info about util.timer2015-11-25, by Kim Alvefur
-
Merge2015-11-24, by Matthew Wild
-
Merge 0.10->trunk2015-11-24, by Matthew Wild
-
util.cache: Ordered key->value data structure, with size limit (same as pubsub)2015-11-24, by Matthew Wild
-
util.timer: If possible, close the existing timer handle in order to have only one2015-11-22, by Kim Alvefur
-
util.timer: Keep count of how many timer instances are active2015-11-22, by Kim Alvefur
-
net.server_event: Return event handle from add_task so it can be closed by eg util.timer2015-11-22, by Kim Alvefur
-
Merge 0.10->trunk2015-11-22, by Matthew Wild
-
mod_admin_telnet: c2s:show(): Add flag to indicate remote sessions2015-11-22, by Matthew Wild
-
Merge 0.10->trunk2015-11-17, by Matthew Wild
-
Merge 0.9->0.102015-11-17, by Matthew Wild
-
cert/openssl.cnf: Split CSR and self-signed extensions into separate sections (see d2d7ad2563f9)2015-11-09, by Kim Alvefur
-
prosody: Fix sleep call that relied on the no longer existing socket global2015-11-16, by Kim Alvefur
-
Merge 0.10->trunk2015-11-09, by Kim Alvefur
-
mod_tls: Remove unused reference to global ssl config option (certmanager adds that to the context)2015-11-09, by Kim Alvefur
-
mod_s2s/s2sout: Keep SRV lookup response around even if it's empty2015-11-05, by Kim Alvefur
-
sessionmanager: Demote write error to debug message2015-11-05, by Kim Alvefur
-
sessionmanager: Clarify log message when failing to write data to connection2015-11-04, by Kim Alvefur
-
prosodyctl: check: Don't complain about c2s_ssl or s2s_ssl being in VirtualHost sections, that's supported2015-10-21, by Kim Alvefur
-
util.queue: Add luacheck annotations2015-10-18, by Matthew Wild
-
util.queue: Add :items() iterator2015-10-18, by Matthew Wild
-
statsmanager: Add get() method2015-10-18, by Matthew Wild
-
MUC: Reject muc:admin query with missing <item> child2015-10-18, by Kim Alvefur
-
Merge 0.10->trunk2015-10-17, by Kim Alvefur
-
Merge 0.9->0.102015-10-17, by Kim Alvefur
-
Makefile: Use more specific globbing for core directory in Makefile (Thanks Robert Scheck) (fixes #532)2015-10-14, by Kim Alvefur
-
Merge 0.10->trunk2015-10-11, by Kim Alvefur
-
Merge 0.9->0.102015-10-11, by Kim Alvefur
-
util.openssl: Separate extension sections into one for self-signed certs and one for requests2015-10-11, by Kim Alvefur
-
net.websocket.frames: Fix syntax error due to code copy pasting2015-10-06, by Kim Alvefur
-
net.websocket.frames: Use struct packing in Lua 5.3 or struct lib if available2015-10-06, by Kim Alvefur
-
net.websocket.frames: Pack and unpack 64bit ints without overflows (lua-bitop/bit32 are 32bit)2015-10-06, by Kim Alvefur
-
net.websocket.frames: Link to documentation when bitop is missing2015-10-06, by Kim Alvefur
-
net.websocket.frames: Throw an error if no bit lib is found2015-10-06, by Kim Alvefur
-
net.websocket.frames: Simplify import of bitlib2015-10-06, by Kim Alvefur
-
mod_websocket: Silence luacheck warnings2015-10-06, by Kim Alvefur
-
mod_websocket: Import util.timer and session close timeout config option (thanks fairuz)2015-10-06, by Kim Alvefur
-
Merge 0.10->trunk2015-10-02, by Kim Alvefur
-
util.jid: Fix backout2015-10-02, by Kim Alvefur
-
Merge 0.10->trunk2015-10-02, by Kim Alvefur
-
Backout 7e820979fd9b (broke tests)2015-10-02, by Kim Alvefur
-
Merge 0.10->trunk2015-09-26, by Kim Alvefur
-
Merge 0.9->0.102015-09-26, by Kim Alvefur
-
configure,util-src/Makefile: Make a variable that includes -l for OpenSSL (like with IDNA_LIBS)2015-09-26, by Kim Alvefur
Scroll all the way down to load more.