Software /
code /
prosody
Graph
-
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
-
mod_saslauth: Pass SASL EXTERNAL failure reason on to be used in error bounces2018-02-04, by Kim Alvefur
-
mod_saslauth: Close connection if no fallback kicks in on SASL EXTERNAL failure2018-02-03, by Kim Alvefur
-
mod_component: Advertise disco#info in fallback handling of disco#info query (fixes #1062)2018-01-06, by Kim Alvefur
-
server_epoll: Restore mark on connections which had the onconnect handler called so it is only done once2018-02-03, by Kim Alvefur
-
server_epoll: Rework how socket readyness is detected2018-02-02, by Kim Alvefur
-
mod_pubsub: Ignore unused parameter [luacheck]2018-02-02, by Matthew Wild
-
mod_pubsub: Add nodestore to service configuration2018-02-02, by Matthew Wild
-
mod_pubsub: Some variable renames for clarity2018-02-02, by Matthew Wild
-
util.pubsub: Support a 'nodestore' for persisting nodes (same API as kv stores)2018-02-02, by Matthew Wild
-
util.pubsub: Move service methods object creation (just code reorganisation)2018-02-02, by Matthew Wild
-
util.pubsub: For clarity, split config tables from their metatables2018-02-01, by Matthew Wild
-
CHANGES: Mention PubSub persistence2017-12-30, by Kim Alvefur
-
CHANGES: Mention move to Busted for tests2017-12-30, by Kim Alvefur
-
Merge 0.10->trunk2017-12-29, by Kim Alvefur
-
Merge 0.10->trunk2017-12-28, by Kim Alvefur
-
certmanager: Check for missing certificate before key in configuration (should be marginally less confusing)2017-12-28, by Kim Alvefur
-
mod_bosh: Use module API to fire events2017-12-13, by Kim Alvefur
-
mod_bosh: Use moduleapi logger2017-12-13, by Kim Alvefur
-
mod_bosh: Rename variable to avoid name clash [luacheck]2017-12-13, by Kim Alvefur
-
mod_bosh: Ignore unused argument [luacheck]2017-12-13, by Kim Alvefur
-
mod_bosh: Remove unused variable [luacheck]2017-12-13, by Kim Alvefur
-
mod_register_ibr: Allow modules that do pre-registration checks to specify a reason for rejection2017-12-26, by Kim Alvefur
-
moduleapi: Warn if a module being loaded as a dependency has been disabled2017-12-26, by Kim Alvefur
-
MUC: Hook the correct event2017-12-23, by Kim Alvefur
-
mod_register_ibr: Split out throttling and IP limitations into mod_register_limits (#723)2017-12-09, by Kim Alvefur
-
mod_register: Split into mod_register_ibr and mod_user_account_management (#723)2017-10-07, by Kim Alvefur
-
mod_s2s: Remove tostring() in logging since this is handled by util.format now2017-12-21, by Kim Alvefur
-
MUC: Check delay tags when they are received instead of when they are sent2017-12-21, by Kim Alvefur
-
MUC: Move delayed delivery check into an event handler2017-12-21, by Kim Alvefur
-
Merge 0.10->trunk2017-12-22, by Kim Alvefur
-
mod_saslauth: Log which mechanisms are offered2017-12-21, by Kim Alvefur
-
mod_storage_sql: Index over contact and timestamp (happy now Ge0rg?)2017-12-12, by Kim Alvefur
-
Merge 0.9->0.102017-12-10, by Kim Alvefur
Scroll all the way down to load more.