Software /
code /
prosody
Graph
-
Merge 0.10->trunk2015-05-19, by Matthew Wild
-
Merge 0.10->trunk2015-05-19, by Kim Alvefur
-
util.interpolation: A template engine for text2015-05-19, by Kim Alvefur
-
loggingmanager: Rename function arguments to avoid name conflict [luacheck] (core/ is now luacheck-clean!)2015-05-18, by Matthew Wild
-
configmanager: Refactor function to avoid re-declaring local variable [luacheck]2015-05-18, by Matthew Wild
-
configmanager: Rename unused function arguments [luacheck]2015-05-18, by Matthew Wild
-
configmanager: Rename variable to avoid name conflicts [luacheck]2015-05-18, by Matthew Wild
-
configmanager: Rename unused function argument [luacheck]2015-05-18, by Matthew Wild
-
configmanager: Remove unnecessary function localizations [luacheck]2015-05-18, by Matthew Wild
-
configmanager: Rename variable to avoid name conflict [luacheck]2015-05-18, by Matthew Wild
-
configmanager: Rename variable to avoid name conflict [luacheck]2015-05-18, by Matthew Wild
-
prosodyctl: Soft-require LuaSec and LuaEvent so they show up in the module version listing2015-05-18, by Kim Alvefur
-
mod_tls: Treat session.ssl_ctx being false as a signal that TLS is disabled2015-05-18, by Kim Alvefur
-
mod_tls: Build <starttls/> as a stanza instead of with string concatenation2015-05-18, by Kim Alvefur
-
util.x509: Tell LuaSec we want UTF-8 data2015-05-18, by Kim Alvefur
-
mod_auth_internal_hashed: Use util.hex2015-05-18, by Kim Alvefur
-
hostmanager: Metatable with __tostring on hosts2015-05-18, by Kim Alvefur
-
Merge 0.10->trunk2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Silence luacheck warnings2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Store data from mod_auth_internal_hashed in a private namespace2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Use the registered namespace2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Update open method for current API2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Return error from io.open if unable to open file for writing2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Open file for writing even if removing so os.remove has a file to delete2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Close file handle after reading2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Use configured storage path2015-05-15, by Kim Alvefur
-
mod_storage_xep0227: Rename to reflect current naming practices2015-05-15, by Kim Alvefur
-
xep227store.lib.lua: Remove mostly duplicated code2015-05-15, by Kim Alvefur
-
net.http.codes: Update from registry2015-05-14, by Kim Alvefur
-
Merge 0.10->trunk2015-05-13, by Kim Alvefur
-
Merge 0.9->0.102015-05-13, by Kim Alvefur
-
s2smanager: Make sure destroyed sessions have a sends2s method2015-05-13, by Kim Alvefur
-
Merge 0.10->trunk2015-05-13, by Kim Alvefur
-
Merge2015-05-13, by Kim Alvefur
-
portmanager: Remove unused argument from function [luacheck]2015-05-13, by Matthew Wild
-
portmanager: Rename variable to avoid name conflict [luacheck]2015-05-13, by Matthew Wild
-
portmanager: Add luacheck annotations2015-05-13, by Matthew Wild
-
Merge 0.9->0.102015-05-13, by Kim Alvefur
-
mod_s2s: Mark stream as opened directly after opening stream, prevents session.close opening it again2015-05-13, by Kim Alvefur
-
mod_s2s: Don't cache session.sends2s (or do it later), prevents sending data after session was closed2015-05-13, by Kim Alvefur
-
mod_s2s/s2sout: Remove now unused config option dns_max_depth2015-05-13, by Kim Alvefur
-
Merge 0.10->trunk2015-05-13, by Matthew Wild
-
util.queue: Small fast FIFO/ringbuffer/queue library2015-05-13, by Matthew Wild
-
sessionmanager: Rename argument to avoid name clash with local variable [luacheck]2015-05-06, by Matthew Wild
-
sessionmanager: Rename unused loop variables to '_' [luacheck]2015-05-06, by Matthew Wild
-
util.set: Rename method argument to avoid name clash [luacheck]2015-05-06, by Matthew Wild
-
util.set: Add luacheck annotation for methods not referencing 'self'2015-05-06, by Matthew Wild
-
util.set: Remove unnecessary local declaration, arguments are already locals [luacheck]2015-05-06, by Matthew Wild
-
util.dataforms: Rename unused loop counter to '_' [luacheck]2015-05-06, by Matthew Wild
-
util.sslconfig: Rename variable to avoid name clash [luacheck]2015-05-06, by Matthew Wild
-
util.serialization: Remove unused imports of error() and loadstring() [luacheck]2015-05-06, by Matthew Wild
-
util.xml: Remove unused parameter (thanks, luacheck)2015-05-06, by Matthew Wild
-
util.dataforms: Remove unused import of pairs() (thanks luacheck)2015-05-06, by Matthew Wild
-
.luacheckrc: Commit initial config for luacheck2015-05-06, by Matthew Wild
-
Merge 0.10->trunk2015-05-06, by Matthew Wild
-
Merge2015-05-06, by Matthew Wild
-
util.events: Add get_handlers() method2015-05-06, by Matthew Wild
-
rostermanager: Variable rename for clarity and to avoid name clash [luacheck]2015-05-06, by Matthew Wild
-
modulemanager: Add luacheck annotations2015-05-06, by Matthew Wild
-
modulemanager: Remove unused import of pcall #luacheck2015-05-06, by Matthew Wild
-
moduleapi: Import util.stanza required for module:broadcast()2015-05-06, by Matthew Wild
-
mod_s2s: Fire read timeout event on correct virtualhost for incoming connections2015-05-06, by Kim Alvefur
-
mod_pubsub: Add option for default affiliation of non-existent nodes (thanks Flow)2015-05-05, by Kim Alvefur
-
moduleapi: Add luacheck annotation2015-05-06, by Matthew Wild
-
moduleapi: Minor variable renaming to avoid clashes with the 'type' function2015-05-06, by Matthew Wild
-
moduleapi: Clear self.event_handlers when unhooking an event, to prevent leaks2015-05-06, by Matthew Wild
-
moduleapi: module:measure_event(), module:measure_global_event(): Fix copy/paste error2015-05-06, by Matthew Wild
-
moduleapi: Remove accidental use of undefined and unnecessary 'priority' variable2015-05-06, by Matthew Wild
-
moduleapi: Add module:broadcast() to send a stanza to a list of JIDs2015-05-06, by Matthew Wild
-
Merge 0.10->trunk2015-05-04, by Kim Alvefur
-
util.statistics: Collect duration sample even if run fewer times than the sample interval2015-05-04, by Kim Alvefur
-
util.events: Add local reference to table.remove (fixes traceback)2015-05-04, by Kim Alvefur
-
Merge 0.10->trunk2015-05-03, by Kim Alvefur
-
Merge 0.9->0.102015-05-03, by Kim Alvefur
-
util.datamanager: Fix traceback due to %s in log message2015-04-03, by Kim Alvefur
-
util.encodings: Move declarations to top of function [pedantic]2015-05-02, by Kim Alvefur
-
util.pposix: Return error from ftruncate if that fails too (but what would we do here?)2015-05-02, by Kim Alvefur
-
util.events: Change from nil to false to indicate adding a global wrapper2015-04-28, by Matthew Wild
-
moduleapi: New methods for modules to conveniently wrap events2015-04-28, by Matthew Wild
-
moduleapi: Experimental API for modules to measure the rate+duration of events2015-04-28, by Matthew Wild
-
prosodyctl: check certs: Correctly check that certificates are valid for s2s2015-04-27, by Kim Alvefur
-
Merge 0.10->trunk2015-04-26, by Kim Alvefur
-
configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias)2015-04-26, by Kim Alvefur
-
configure: Mention openbsd preset in --help2015-04-26, by Kim Alvefur
-
Merge 0.10->trunk2015-04-25, by Kim Alvefur
-
Merge 0.9->0.102015-04-25, by Kim Alvefur
-
net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2s2015-04-24, by Kim Alvefur
-
mod_c2s, mod_s2s: Collect statistics on number of connections2015-04-25, by Kim Alvefur
-
mod_blocklist: Some cleanup [luacheck]2015-04-25, by Kim Alvefur
-
usermanager: Capitalize log message2015-04-25, by Kim Alvefur
-
mod_admin_adhoc: Remove special treatment of the "pending" roster entry2015-04-25, by Kim Alvefur
Scroll all the way down to load more.