Software /
code /
prosody
Graph
-
luacheckrc: Reflow globals settings2018-03-07, by Kim Alvefur
-
MUC/lock: Fix locking timeout to account for the direction of time2018-03-07, by Kim Alvefur
-
MUC/lock: Remove redundant fallback value2018-03-07, by Kim Alvefur
-
util_pubsub_spec: Move util.pubsub import into a setup block2018-03-07, by Kim Alvefur
-
mod_adhoc: Remove unused local [luacheck]2018-03-06, by Kim Alvefur
-
spec: Trim trailing whitespace2018-03-06, by Kim Alvefur
-
Merge 0.10->trunk2018-03-06, by Kim Alvefur
-
prosodyctl: Use correct separator in chown call (fixes #1093)2018-03-02, by Kim Alvefur
-
util_pubsub_spec: Beginnings of tests for util.pubsub2018-03-03, by Kim Alvefur
-
luacheckrc: Declare known global functions in config file2018-03-01, by Kim Alvefur
-
util.logger: Import globals (fixes on Lua 5.2)2018-02-28, by Kim Alvefur
-
vairious: Add annotation when an empty environment is set [luacheck]2018-02-28, by Kim Alvefur
-
Makefile: Also package /net/resolvers2018-02-28, by Michel Le Bihan
-
util.logger: New method 'add_simple_sink', logger.add_simple_sink(print) works2018-02-27, by Matthew Wild
-
server_epoll: Onconnect should happen before first attempt to write to socket2018-02-26, by Kim Alvefur
-
net.http: Refactor to use new net.connect API, brings support for async DNS2018-02-26, by Matthew Wild
-
net.connect: Fix to store correct parameter2018-02-26, by Matthew Wild
-
net.connect: Improve error message2018-02-26, by Matthew Wild
-
net.connect: Handle immediate failures of server.addclient2018-02-26, by Matthew Wild
-
net.connect: Handle case when resolver runs out of targets2018-02-26, by Matthew Wild
-
net.connect: Track last connection error2018-02-26, by Matthew Wild
-
mod_s2s: Don't use string concatenation when passing values to logging2018-02-25, by Kim Alvefur
-
util.ringbuffer: Add method for discarding buffered data without returning it to lua2018-02-24, by Kim Alvefur
-
util.ringbuffer: Add various comments2018-02-24, by Kim Alvefur
-
net.server_epoll: Spelling writeable -> writable2018-02-24, by Kim Alvefur
-
net.server_epoll: Call onconnect listener on first successful read or write2018-02-24, by Kim Alvefur
-
Merge 0.10->trunk2018-02-24, by Kim Alvefur
-
mod_mam: Implement option to enable MAM implicitly when client support is detected (#867)2018-02-21, by Kim Alvefur
-
mod_storage_sql: Catch and report value deserialization errors2018-02-24, by Kim Alvefur
-
net.connect: Default to *a pattern if none provided2018-02-23, by Matthew Wild
-
net.http: Rename handler to conn, for consistency with all our other code2018-02-23, by Matthew Wild
-
net.http: Remove use of 'conn' (raw socket object returned by addclient)2018-02-23, by Matthew Wild
-
moduleapi: Remove unused and undocumented :has_feature and :has_identity2018-02-23, by Kim Alvefur
-
doc: Add template / API specification for net.server (thanks Daurnimator)2018-02-23, by Kim Alvefur
-
net.connect: New API for outgoing connections, based on 'service resolvers'2018-02-23, by Matthew Wild
-
net.server_event: Not every instantly-readable connection is an error, continue if possible2018-02-23, by Matthew Wild
-
net.server_event: Better outgoing connection error handling2018-02-23, by Matthew Wild
-
net.server_select: Better detection of errors for outgoing connections2018-02-23, by Matthew Wild
-
MUC: Emit 333 status code on presence as per XEP-0045 1.30 (fixes #1087)2018-02-23, by Jonas Wielicki
-
MUC: Treat missing type and type=normal the same2017-10-20, by Kim Alvefur
-
mod_bosh: Return implicit 404 instead of the proper BOSH terminate thing2017-12-27, by Kim Alvefur
-
mod_bosh: Limit stream to current host (fixes #371)2017-12-13, by Kim Alvefur
-
mod_bosh: Make into a normal module (fixes #402)2017-12-13, by Kim Alvefur
-
util.set: Add a __name field to metatable2018-02-16, by Kim Alvefur
-
util.array: Add a __name field to metatable2018-02-16, by Kim Alvefur
-
util.stanza: Change __type to __name as this is used by Lua 5.3 in some error reporting functions2018-02-16, by Kim Alvefur
-
MUC: Prevent traceback in case of no history items to serialize (fixes #1083)2018-02-15, by Kim Alvefur
-
Merge 0.10->trunk2018-02-04, by Kim Alvefur
-
mod_dialback: Ignore unused arguments [luacheck]2018-02-04, by Kim Alvefur
-
mod_dialback: Expand abbrevation2018-02-04, by Kim Alvefur
-
mod_dialback: Split long line [luacheck]2018-02-04, by Kim Alvefur
-
mod_dialback: Use renamed API for hooking non-stanza tags2018-02-04, by Kim Alvefur
-
mod_saslauth: Ignore unused argument [luacheck]2018-02-04, by Kim Alvefur
-
mod_saslauth: Use renamed API for hooking non-stanzas2018-02-04, by Kim Alvefur
Scroll all the way down to load more.