Software /
code /
prosody
Graph
-
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
Scroll all the way down to load more.