Software /
code /
prosody
Graph
-
MUC: Add luacheck annotation for unused parameter in filter function 0.112018-10-31, by Matthew Wild
-
muc_register.scs: Fix to expect new affiliation change notifications 0.112018-10-31, by Matthew Wild
-
Merge 0.11->trunk2018-10-31, by Matthew Wild
-
MUC: Announce affiliation changes for JIDs that are not in the room 0.112018-10-31, by Matthew Wild
-
Merge 0.11->trunk2018-10-30, by Kim Alvefur
-
pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226) 0.112018-10-30, by Kim Alvefur
-
Merge 0.11->trunk2018-10-30, by Matthew Wild
-
net.server_epoll: Use method to update peername on connect2018-10-29, by Kim Alvefur
-
mod_csi_simple: Import modified version of mod_csi_pump from prosody-modules 0.112018-10-29, by Kim Alvefur
-
net.server_epoll: Reschedule delayed timers relative to current time2018-10-28, by Kim Alvefur
-
Merge 0.11->trunk2018-10-28, by Kim Alvefur
-
net.server: Add an API for holding writes of outgoing data2018-10-25, by Kim Alvefur
-
net.server_select: Still allow buffering outgoing data on write-locked connections2018-10-28, by Kim Alvefur
-
net.server_select: Replace use of deprecated :lock_read in server.link2018-10-28, by Kim Alvefur
-
net.server_select: Deprecate :lock method2018-10-28, by Kim Alvefur
-
server_select: Fix :lock method2018-10-28, by Kim Alvefur
-
net.server_select: Move code from :lock_read into :pause and :resume2018-10-28, by Kim Alvefur
-
net.server_event: Deprecate :lock_read here too2018-10-28, by Kim Alvefur
-
net.server_select: Deprecate connection:lock_read() method2018-10-28, by Kim Alvefur
-
net.server_epoll: Shuffle variables earlier to improve readability2018-10-27, by Kim Alvefur
-
mod_ping, mod_uptime: Use module:provides2018-10-27, by Kim Alvefur
-
mod_adhoc: Add compat marker for older handling of adhoc items2018-10-27, by Kim Alvefur
-
util.serialization: Encode non-fatal error in way that can be restored2018-10-27, by Kim Alvefur
-
util.serialization: Rename non-fatal fallback handler for clarity2018-10-27, by Kim Alvefur
-
util.serialization: Disable use of unquoted table keys by default2018-10-27, by Kim Alvefur
-
util.serialization: Add option for allowing multiple references to the same table (but not cycles)2018-10-27, by Kim Alvefur
-
util.serialization: Test rejection of multiple references to same table2018-10-27, by Kim Alvefur
-
util.serialization: Separate errors for multiple table references and max depth2018-10-27, by Kim Alvefur
-
util.serialization: Make maximum table depth configurable2018-10-27, by Kim Alvefur
-
modulemanager: Fix issues introduced in previous commit acf74ad0b795 [thanks luacheck, scansion]2018-10-26, by Matthew Wild
-
Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall2018-10-26, by Matthew Wild
-
util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.12018-10-26, by Matthew Wild
-
util.dependencies: Remove ztact compatability warning2018-10-26, by Matthew Wild
-
util.promise: Switch from pcall to xpcall to get tracebacks on exceptions2018-10-26, by Matthew Wild
-
util.promise: Remove the non-standard ability to pass a promise to reject()2018-10-26, by Matthew Wild
-
util.promise: Add tests ensuring returning a promise resolves the current promise with that promise2018-10-26, by Matthew Wild
-
moduleapi: Prevent loading disabled module as dependency of enabled one2018-10-25, by Kim Alvefur
-
mod_mam: Remove embedded fallback archive driver (fixes #972)2018-10-25, by Kim Alvefur
-
mod_mam: Upgrade case of invalid archive store driver to hard error2018-10-25, by Kim Alvefur
-
mod_mam: Ignore case of null storage driver2018-10-25, by Kim Alvefur
-
mod_muc_mam: Fix missing form container element2018-10-25, by Kim Alvefur
-
util.promise tests: Fix declared but unused variables2018-10-25, by Matthew Wild
-
util.promise: Fix missing parameters2018-10-25, by Matthew Wild
-
util.promise: Export is_promise()2018-10-25, by Matthew Wild
-
MUC: Remove debug log2018-10-25, by Matthew Wild
-
util.promise: Remove debug print and assert2018-10-25, by Matthew Wild
-
Merge 0.10->trunk2018-10-24, by Kim Alvefur
-
prosodyctl: Change ownership of certs to same as the cert base dir when running from a source checkout2018-10-24, by Kim Alvefur
-
prosodyctl: Allow cert dir to not be owned by root (fixes #1075)2018-10-24, by Kim Alvefur
-
mod_pep: Add automatic subscriptions on node creation (fixes #1222)2018-10-20, by Kim Alvefur
-
mod_pep: Add PEP service owners username in configuration to ease identification2018-10-20, by Kim Alvefur
-
mod_pep: Remove use of recipients table for signaling pending disco#items2018-10-23, by Kim Alvefur
-
util.pubsub: Clarify comment about return value2018-10-21, by Kim Alvefur
-
mod_pep: Add all pubsub service objects to item API in order to behave across reloads2018-10-20, by Kim Alvefur
-
mod_storage_sql: Handle Lua 5.3 move of unpack function2018-10-21, by Kim Alvefur
-
storagemanager: Fix tests on Lua 5.32018-10-21, by Kim Alvefur
-
mod_storage_memory: Adapt archive deletion code from mod_storage_internal2018-10-21, by Kim Alvefur
-
mod_storage_memory: Fix overwriting old keys2018-10-21, by Kim Alvefur
-
mod_storage_memory: Remove compat for very early argument order2018-10-21, by Kim Alvefur
-
MUC: Add function to retrieve affiliation data for a given JID2018-10-21, by Matthew Wild
-
MUC: Include affiliation data when iterating over affiliations with a room2018-10-21, by Matthew Wild
-
MUC: Use the bare JID when performing a lookup for COMPAT with clients that don't set it (fixes #1224)2018-10-21, by Matthew Wild
-
util.array: Add __div for parity with util.set2018-10-21, by Matthew Wild
-
util.array: Break long line2018-10-19, by Matthew Wild
-
stanza_router: Remove deprecation warning for core routing functions from global scope (deprecated in 0.9)2018-10-21, by Kim Alvefur
-
mod_compression: Remove tombstone (deprecated in 0.10)2018-10-21, by Kim Alvefur
-
mod_privacy: Remove tombstone (deprecated in 0.10)2018-10-21, by Kim Alvefur
-
tests: Add some comments to xep54 test2018-10-20, by Kim Alvefur
-
tests: Remove initial read since XEP is unclear (see #1104)2018-10-20, by Kim Alvefur
-
tests: Set a proper title for vCard test2018-10-20, by Kim Alvefur
-
tests: Add simple test case for XEP-00542018-10-20, by Kim Alvefur
-
mod_vcard_legacy: Pass node defaults to publish instead of create2018-10-20, by Kim Alvefur
-
CHANGES: Mention server_epoll2018-10-18, by Kim Alvefur
-
mod_vcard_legacy: Create nodes with open access (fixes #1221)2018-10-18, by Kim Alvefur
-
util.promise: Add promise.try()2018-10-18, by Matthew Wild
-
util.pubsub: Allow publishing with a config that should be used as defaults only2018-10-18, by Matthew Wild
-
util.promise: Add a string representation2018-10-18, by Kim Alvefur
-
util.promise: Add promise:finally()2018-10-18, by Matthew Wild
-
util.promise: Some code relocation2018-10-18, by Matthew Wild
-
util.promise: Also support automatic resolution by returning a promise from an on_reject handler2018-10-18, by Matthew Wild
-
util.promise: Add additional test for promise.reject()2018-10-18, by Matthew Wild
-
util.promise: Fix promise.reject() to return a rejected promise, and fix buggy test for it2018-10-18, by Matthew Wild
-
core.moduleapi: Remove redundant condition2018-10-17, by Kim Alvefur
-
net.server_epoll: Special handling of signal interrupts2018-10-12, by Kim Alvefur
-
net.server_epoll: Ignore ENOENT when deregitering socket2018-10-12, by Kim Alvefur
-
net.server_epoll: Graceful handling of registering already added socket2018-10-12, by Kim Alvefur
-
util.http: Add tests for normalize_path2018-10-14, by Kim Alvefur
-
mod_http: Move normalize_path to util.http2018-10-14, by Kim Alvefur
-
Merge 0.10->trunk2018-10-14, by Kim Alvefur
-
mod_http: Make sure path from http_external_url always ends with a slash (fixes #1183)2018-10-14, by Kim Alvefur
-
mod_storage_sql: Fix issue number in comment that was fixed by 55b40f3fa659 (fixes #1073)2018-10-13, by Matthew Wild
-
mod_storage_sql: Keep prosodyarchive_index unique constraint on non-MySQL DBs2018-10-12, by Matthew Wild
-
net.server: Swich method for connecting sockets with remotes2018-10-12, by Kim Alvefur
-
net.server_epoll: Check return conditions of early socket setup2018-10-12, by Kim Alvefur
-
net.server_epoll: Add support for the conn_type argument to addclient2018-10-12, by Kim Alvefur
-
net.resolvers.basic: Suffix IPv4 TCP socket types with '4' to match eg 'tcp6'2018-10-12, by Kim Alvefur
-
net.server: Remove socket constructor fallback2018-10-12, by Kim Alvefur
-
util.dependencies: Add compat code for normalization of socket constructors2018-10-12, by Kim Alvefur
-
mod_storage_sql: Change prosodyarchive_index to be non-unique (fixes #1087)2018-10-11, by Matthew Wild
-
mod_storage_sql: Have :users() throw an error on failure instead of returning non-iterator values2018-10-11, by Matthew Wild
Scroll all the way down to load more.