Software /
code /
prosody
Graph
-
mod_http: Set up to handle OPTIONS2019-01-18, by Kim Alvefur
-
mod_websocket: Drop CORS code in favor of that in mod_http2018-10-04, by Kim Alvefur
-
mod_bosh: Drop CORS code in favor of than in mod_http2018-10-04, by Kim Alvefur
-
mod_http: Solve CORS problems once and for all2018-10-04, by Kim Alvefur
-
Merge 0.11->trunk2019-01-17, by Kim Alvefur
-
Merge 0.11->trunk2019-01-17, by Kim Alvefur
-
mod_presence: Revert empty 'to' attribute of presence before presence/initial event (fixes #1296) 0.112019-01-17, by Kim Alvefur
-
core.s2smanager: Add stub reset_stream method to destroyed sessions2019-01-16, by Kim Alvefur
-
mod_admin_telnet: sttas:show: Use format option that allows float numbers2019-01-16, by Kim Alvefur
-
util.http: Fix decoding of uppercase URL encoded chars2019-01-16, by Kim Alvefur
-
mod_c2s, mod_s2s, mod_component: Log invalid XML escaped (fixes #734)2019-01-15, by Kim Alvefur
-
mod_storage_memory: Implement :user iteration API2019-01-13, by Kim Alvefur
-
prosodyctl: Use the same runtime for starting prosody2019-01-10, by Kim Alvefur
-
util.prosodyctl: Allow passing path to Lua runtime to the start() function2019-01-10, by Kim Alvefur
-
prosodyctl: Pass the original argv table to subcommands (with first argument removed)2019-01-10, by Kim Alvefur
-
GNUmakefile: Add target for running scansion2019-01-10, by Kim Alvefur
-
Merge 0.11->trunk2019-01-10, by Kim Alvefur
-
Merge 0.11->trunk2019-01-07, by Matthew Wild
-
Added tag 0.10.3 for changeset bb8486491b482018-11-28, by Matthew Wild
-
Merge 0.11->trunk2019-01-07, by Kim Alvefur
-
mod_csi_simple: Consider messages encrypted payload as important (fixes part of #1250) 0.112019-01-06, by Kim Alvefur
-
mod_csi_simple: Consider messages with subject (eg MUC joins) (fixes part of #1250) 0.112019-01-06, by Kim Alvefur
-
mod_csi_simple: Unpack Carbons-forwarded messages (fixes part of #1250) 0.112019-01-06, by Kim Alvefur
-
mod_csi_simple: Consider messages forwarded from another of the users clients as important (fixes part of #1250) 0.112019-01-06, by Kim Alvefur
-
MUC: Rename import to avoid name clash [luacheck]2019-01-06, by Kim Alvefur
-
Merge with jonas2019-01-06, by Kim Alvefur
-
Merge 0.11->trunk2019-01-06, by Kim Alvefur
-
MUC: add ID to message if no ID is present2019-01-06, by Jonas Wielicki
-
mod_http_errors: Normalize CSS2019-01-06, by Kim Alvefur
-
util.http: Pre-generate urlencoding mappings (optimization)2019-01-06, by Kim Alvefur
-
mod_mam: Handle expiry of messages that expire in the middle of the cut-off day2019-01-06, by Kim Alvefur
-
mod_mam: Measure how long it takes to run the message expiry job job2019-01-06, by Kim Alvefur
-
mod_admin_telnet: Sort stats by name2019-01-04, by Kim Alvefur
-
mod_admin_telnet: Serialize config values (table: 0x123abc isn't useful)2019-01-04, by Kim Alvefur
-
mod_admin_telnet: config:get: Assume the global section if only one argument is given2019-01-04, by Kim Alvefur
-
mod_admin_telnet: Remove the long gone 'section' argument in the undocumented config:get command2019-01-04, by Kim Alvefur
-
mod_mam: Fix word order in log message2019-01-04, by Kim Alvefur
-
mod_mam: Perform message expiry based on building an index by date2019-01-03, by Kim Alvefur
-
core.moduleapi: Use convenience function for creating error object from stanza2018-12-30, by Kim Alvefur
-
util.error: Add a function for creating an error object from an error stanza2018-12-30, by Kim Alvefur
-
core.moduleapi: Use util.error for :send_iq errors2018-12-30, by Kim Alvefur
-
core.moduleapi: Move util imports to top2018-12-30, by Kim Alvefur
-
util.error: Add new util library for structured errors2018-12-30, by Matthew Wild
-
util.promise: Remove references to callbacks after settling promise2018-12-30, by Kim Alvefur
-
luacheckrc: Teach luacheck about the new module:send_iq() API2018-12-30, by Kim Alvefur
-
Merge 0.11->trunk2018-12-29, by Kim Alvefur
-
util.pubsub: Restore subscription index from stored data (fixes #1281) 0.112018-12-29, by Kim Alvefur
-
mod_admin_telnet: Validate hostnames in xmpp:ping command2018-12-29, by Kim Alvefur
-
mod_tls: Keep TLS context errors and repeat them again for each session2018-12-27, by Kim Alvefur
-
mod_c2s: Improve log message in case there are no stream features on offer (thanks hexa)2018-12-27, by Kim Alvefur
-
mod_saslauth: Improve log message when no SASL mechanisms offered (thanks hexa)2018-11-24, by Kim Alvefur
-
spec: Stub tests for util.interpolation2018-03-10, by Kim Alvefur
-
mod_admin_telnet: Make xmpp:ping command wait and report the reply2018-12-28, by Kim Alvefur
-
mod_admin_telnet: Enable async processing using util.async2018-12-27, by Kim Alvefur
-
mod_admin_telnet: Invert host existence check2018-12-28, by Kim Alvefur
-
core.moduleapi: Add a promise-based API for tracking IQ stanzas (fixes #714)2018-12-28, by Kim Alvefur
-
util.stanza: Require a type attribute for iq stanzas2018-12-28, by Kim Alvefur
-
net.adns: Silence individual luacheck warnings instead of ignoring entire file2018-12-24, by Kim Alvefur
-
Merge 0.11->trunk2018-12-23, by Kim Alvefur
-
mod_mam: Only accept valid JIDs in <always/> and <never/> prefs. (fixes #1275) 0.112018-12-23, by Emmanuel Gil Peyrot
-
util.table: Add test for create()2018-12-23, by Kim Alvefur
-
util.table: Add test for pack()2018-12-23, by Kim Alvefur
-
mod_pubsub: Split line in config check to improve readability2018-12-23, by Kim Alvefur
-
mod_pubsub: Change order of luacheck directives to match arguments they apply to2018-12-23, by Kim Alvefur
-
mod_pep: Set an 'id' on notifications2018-12-23, by Kim Alvefur
-
mod_pep: Add some spacing between blocks in broadcaster to improve readability2018-12-23, by Kim Alvefur
-
mod_pep: Move broadcaster code around to be more like in mod_pubsub2018-12-23, by Kim Alvefur
-
mod_pubsub: Add semicolon (code style)2018-12-23, by Kim Alvefur
-
Merge 0.11->trunk2018-12-20, by Kim Alvefur
-
Merge 0.11->trunk2018-12-19, by Matthew Wild
-
MUC: Adjust priorities of muc-get-default-role handlers (fixes #1272) 0.112018-12-19, by Matthew Wild
-
Merge 0.11->trunk2018-12-19, by Matthew Wild
-
Merge 0.11 -> trunk2018-12-19, by Matthew Wild
-
admin_telnet: show when bidi is used on s2s2018-12-18, by Maxime “pep” Buquet
-
Merge 0.11->trunk2018-12-17, by Kim Alvefur
-
prosodyctl check: Add statisticsmanager settings to known global options 0.112018-12-17, by Kim Alvefur
-
MUC: Test that subject is still empty after sending a non-subject change message with a subject (#667)2018-12-16, by Kim Alvefur
-
MUC: Add descriptive comments to #667 test2018-12-16, by Kim Alvefur
-
MUC: Add another message to #667 test2018-12-16, by Kim Alvefur
-
core.rostermanager: Cache rosters of offline users for faster access (fixes #1233)2018-12-16, by Kim Alvefur
-
Merge 0.11->trunk2018-12-15, by Kim Alvefur
-
MUC: Fix traceback when requesting voice (fixes #1269) (thanks jonas’) 0.112018-12-15, by Kim Alvefur
-
spec/scansion/prosody.cfg.lua: Add remaining modules listened in prosody.cfg.lua.dist for easier comparisons2018-12-11, by Kim Alvefur
-
spec/scansion/prosody.cfg.lua: Replace mod_vcard with mod_vcard4 and mod_vcard_legacy as in default config2018-12-11, by Kim Alvefur
-
spec/scansion/prosody.cfg.lua: Update a comment from prosody.cfg.lua.dist for easier comparisons2018-12-11, by Kim Alvefur
-
Merge 0.11->trunk2018-12-09, by Kim Alvefur
-
util.datetime: Make sure timezone difference is calculated correctly (fixes #1262) 0.112018-12-09, by Kim Alvefur
-
net.connlisteners: Remove deprecated stub module2018-12-09, by Kim Alvefur
-
net.server_epoll: Bail on callback error2018-12-08, by Kim Alvefur
-
net.server_epoll: Call onconnect right after accept()ing a new client2018-12-08, by Kim Alvefur
-
luacheckrc: No longer ignore access to undefined fields on table lib2018-12-08, by Kim Alvefur
-
util.format: Serialize values for the %q format2018-10-11, by Kim Alvefur
-
lint: Remove use of the 143 error code2018-12-08, by Kim Alvefur
-
various: Don't rely on _G.unpack existing2018-12-08, by Kim Alvefur
-
lint: No longer ignore access to the deprecated global 'unpack'2018-12-08, by Kim Alvefur
-
luacheckrc: Set Lua standard to 5.3 with 5.2 compat enabled2018-12-08, by Kim Alvefur
-
util.iterators: Use pack from table.pack2018-12-08, by Kim Alvefur
-
util.format: Use pack from util.table2018-12-08, by Kim Alvefur
-
moduleapi: Use pack from util.table2018-12-08, by Kim Alvefur
-
MUC: Add test case for #6672018-12-06, by Kim Alvefur
-
MUC/subject: Don't consider messages with <body> or <subject> (fixes #667)2018-12-04, by Kim Alvefur
-
makefile: Allow configuring path to busted (to match GNUMakefile)2018-12-04, by Matthew Wild
-
makefile: Add lint target (to match GNUMakefile)2018-12-04, by Matthew Wild
-
util.pposix: Don't define POSIX_C_SOURCE on FreeBSD to ensure visibility of initgroups()2018-12-04, by Matthew Wild
-
util.time: Bump POSIX_C_SOURCE to ensure visibility of CLOCK_MONOTONIC on FreeBSD (fixes #1253)2018-12-04, by Matthew Wild
-
configure: Refactor header search to make it more portable2018-12-03, by Matthew Wild
-
configure: Also look for lua.h in a directory with the same suffix as the interpreter (FreeBSD-friendly)2018-12-03, by Matthew Wild
-
mod_presence: Handle older boolean subscription request data (thanks Martin)2018-12-02, by Kim Alvefur
-
mod_presence: Remove unnecessary stanza clone call2018-12-02, by Kim Alvefur
-
Merge 0.11->trunk2018-12-02, by Kim Alvefur
-
mod_vcard_legacy: Limit injection of XEP-0153 to normal presence (fixes #1252) 0.112018-11-30, by Kim Alvefur
-
rostermanager, mod_presence: Store stanza for incoming subscription requests (fixes #689) (thanks Zash, Ge0rG)2018-12-01, by Matthew Wild
-
spec/keep_full_sub_req: Make the second connect a differenct device (workaround for scansion issue)2018-12-01, by Kim Alvefur
-
spec/keep_full_sub_req: Verify that the presence subscription stays the same after a reconnect2018-12-01, by Kim Alvefur
-
spec/keep_full_sub_req: Add missing type attribute2018-12-01, by Kim Alvefur
-
tests: Add scansion test for #689 about keeping the full subscription request stanza2018-11-30, by Kim Alvefur
-
Merge 0.11->trunk2018-11-30, by Kim Alvefur
-
Merge 0.11->trunk2018-11-30, by Kim Alvefur
-
util-src/makefile: Update with util.poll and util.compat (fixes #1251) 0.112018-11-30, by Kim Alvefur
-
net.websocket.frames: Prefer Lua 5.2 built-in bit module over LuaJIT version2018-11-29, by Kim Alvefur
-
configure: Recognise 5.4 as a valid Lua version2018-11-29, by Kim Alvefur
-
configure: Split list of possible suffixes into a line per Lua version2018-11-29, by Kim Alvefur
-
util.format: Tweak how nil values are handled2018-11-28, by Kim Alvefur
-
Merge 0.11->trunk2018-11-27, by Kim Alvefur
-
Merge 0.11->trunk2018-11-27, by Kim Alvefur
-
mod_csi_simple: Bypass importance event in active mode (fixes #1249) 0.112018-11-27, by Kim Alvefur
-
mod_csi_simple: Don't set <delay> stamps on <iq> stanzas (fixes #1248) 0.112018-11-27, by Kim Alvefur
-
MUC: Move check for explicit room join earlier in room creation flow2018-11-27, by Kim Alvefur
-
Merge 0.11->trunk2018-11-26, by Kim Alvefur
-
mod_csi_simple: Use the same event name when firing as when hooking (fixes #1245) 0.112018-11-25, by Kim Alvefur
-
mod_proxy65: Return an error if no port is open (fixes #1240)2018-11-25, by Kim Alvefur
-
Merge 0.11->trunk2018-11-25, by Kim Alvefur
-
MUC: Fix traceback on muc#admin query with missing <item> child (#1242) 0.112018-11-25, by Kim Alvefur
-
Merge 0.11->trunk2018-11-18, by Kim Alvefur
-
net.server_select: Fix IP validation to use correct variable (thanks quest) 0.112018-11-17, by Kim Alvefur
-
Merge 0.11->trunk2018-11-17, by Kim Alvefur
-
mod_csi_simple: Skip delay tags on objects other than stanzas (thanks quest) 0.112018-11-17, by Kim Alvefur
-
Merge 0.11->trunk2018-11-15, by Matthew Wild
-
mod_storage_sql: Catch errors during schema upgrade (thanks Nothing4You) 0.112018-11-15, by Matthew Wild
-
Merge 0.11->trunk2018-11-15, by Matthew Wild
-
MUC: Use defaults from config in create_room() if no config provided 0.112018-11-15, by Matthew Wild
-
Merge 0.11->trunk2018-11-13, by Matthew Wild
-
net.http.server: Move event formation to avoid traceback on missing Host header 0.112018-11-13, by Matthew Wild
-
Merge 0.11->trunk2018-11-12, by Kim Alvefur
-
spec/scansion/prosody.cfg.lua: Add comment about mod_scansion_record 0.112018-11-12, by Kim Alvefur
-
Merge 0.11->trunk2018-11-12, by Kim Alvefur
-
mod_scansion_record: Discard from/to where these are implicitly the sessions full JID 0.112018-11-12, by Kim Alvefur
-
Merge 0.11->trunk2018-11-11, by Kim Alvefur
-
util.sql: Switch from hacky multi-arg xpcall implementation to util.xpcall 0.112018-11-11, by Kim Alvefur
-
MUC: Fix spelling in comments2018-11-10, by Kim Alvefur
-
Merge 0.11->trunk2018-11-09, by Kim Alvefur
-
MUC: Allow anyone read access to all affiliation lists in non-anonymous rooms (fixes #1230) 0.112018-11-09, by Kim Alvefur
-
Merge 0.11->trunk2018-11-07, by Kim Alvefur
-
mod_register: Move dependency on mod_register_limits into mod_register_ibr 0.112018-11-07, by Kim Alvefur
-
mod_pep: Remove incorrect features advertised on the bare host2018-11-01, by Kim Alvefur
-
Merge 0.11->trunk2018-10-31, by Matthew Wild
-
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
-
storagemanager tests: Also cover memory driver2018-10-12, by Kim Alvefur
-
mod_c2s: Fix fallback for missing session logger2018-10-12, by Kim Alvefur
-
util.stanza: Set preserialize as freeze metamethod2018-10-11, by Kim Alvefur
-
util.set: Add freeze metamethod2018-10-11, by Kim Alvefur
-
util.array: Add freeze metamethod2018-10-11, by Kim Alvefur
-
util.serialization: Remove encoding of very large or very small numbers in scientific notation2018-10-11, by Kim Alvefur
-
util.serialization: Simpler metatable pre-processing2018-10-11, by Kim Alvefur
-
util.serialization: Use '=' prefix for chunk source description2018-10-11, by Kim Alvefur
-
util.serialization: Make check of prefix for optional hex encoding stricter2018-10-11, by Kim Alvefur
-
util.serialization: Test table keys that are Lua keywords2018-10-11, by Kim Alvefur
-
util.serialization: Test that it rejects tables wit cycles2018-10-11, by Kim Alvefur
-
util.serialization: Make errors fatal by default (like the previous implementation)2018-10-11, by Kim Alvefur
-
mod_storage_sql: Workaround MySQL not supporting LIMIT subquery in archive truncate operations, fixes #12002018-10-11, by Matthew Wild
-
util.poll: Fix inverted logic2018-10-11, by Kim Alvefur
-
net.server_epoll: Assert successful creation of util.poll handle2018-10-11, by Kim Alvefur
-
util.poll: Handle failed epoll FD creation2018-10-11, by Kim Alvefur
-
util.poll: Early return from __gc in case of no valid epoll FD2018-10-11, by Kim Alvefur
-
net.server_epoll: Update copyright year2018-10-11, by Kim Alvefur
-
net.server: Require IP address as argument to addclient (no DNS names)2018-10-11, by Kim Alvefur
-
storagemanager tests: Remove debug print()2018-10-11, by Matthew Wild
-
storagemanager tests: Add many more archive tests, including (failing) cases for #1200 and #10732018-10-11, by Matthew Wild
-
storagemanager tests: Add additional archive query tests2018-10-11, by Matthew Wild
-
.luacov: Add config for luacov, exclude spec/2018-10-11, by Matthew Wild
-
mod_storage_memory: Switch from '@' prefix to '=' for chunks, '@' is used to indicate a source file name only2018-10-11, by Matthew Wild
-
storagemanager tests: Add some additional checks2018-10-10, by Matthew Wild
-
storagemanager tests: Add initial basic tests for archive stores2018-10-10, by Matthew Wild
-
mod_net_multiplex: Silence luacheck warnings2018-10-10, by Kim Alvefur
-
mod_net_multiplex: Remove exception from luacheck2018-10-10, by Kim Alvefur
-
mod_http_files: Rename variable to avoid name clash [luacheck]2018-10-10, by Kim Alvefur
-
mod_http_files: Silence luacheck warnings related to config variables2018-10-10, by Kim Alvefur
-
mod_http_files: Remove exception from luacheck2018-10-10, by Kim Alvefur
-
mod_privacy: Remove exception from luacheck2018-10-10, by Kim Alvefur
-
mod_storage_sql: Remove unused function argument [luacheck]2018-10-10, by Kim Alvefur
-
mod_storage_sql: Remove exception from luacheck2018-10-10, by Kim Alvefur
-
util.promise tests: Fix luacheck warnings2018-10-10, by Matthew Wild
-
util.promise: ES6-like API for promises2018-10-10, by Matthew Wild
-
MUC: Check that a room password is set before verifying password supplied by user2018-10-09, by Michel Le Bihan
-
mod_admin_telnet: Allow viewing HTTP event listeners via debug:events('http')2018-10-09, by Matthew Wild
-
mod_register_ibr: Include password in user-registering event, to allow e.g. password policy enforcement2018-10-09, by Matthew Wild
-
Fix storage tests so they run, but not by default2018-10-01, by Matthew Wild
-
util.pubsub tests: Ensure necessary tests run in the defined order2018-10-01, by Matthew Wild
-
util.poll: Increase max epoll events per call2018-10-08, by Kim Alvefur
-
mod_s2s: Indicate origin of s2s error2018-10-08, by Kim Alvefur
-
util.poll: Zero FD sets watched for errors on creation2018-10-07, by Kim Alvefur
-
net.poll: Guard against negative or too large FDs2018-10-07, by Kim Alvefur
-
util.poll: Fix missing return for adding duplicate FD2018-10-07, by Kim Alvefur
-
net.server_epoll: Log error number from wait()2018-10-07, by Kim Alvefur
-
MUC: Respond to ping per XEP-0410: MUC Self-Ping server optimization (closes #1220)2018-10-07, by Kim Alvefur
-
.luacheckrc: Ignore unused secondaries in non-strict mode2018-10-06, by Kim Alvefur
-
.luacheckrc: Do not ignore unused secondaries in strict mode2018-10-06, by Kim Alvefur
-
net.server_epoll: Pass error number to logging2018-10-06, by Kim Alvefur
-
util.poll: Tweak metatable name field2018-10-06, by Kim Alvefur
-
net.server_epoll: Fix luacheck annotation2018-10-06, by Kim Alvefur
-
net.server_epoll: Make :set_send a noop, should fix net.adns2018-10-06, by Kim Alvefur
-
util.poll: Fix monitoring of socket exceptions in select mode2018-10-06, by Kim Alvefur
-
mod_version: Reduce scope of variable2018-10-06, by Kim Alvefur
-
mod_version: Rename confusingly named variable2018-10-06, by Kim Alvefur
-
mod_version: Make 'origin' variable local for consistency2018-10-06, by Kim Alvefur
-
mod_version: Use text_tag2018-10-06, by Kim Alvefur
-
net.server_epoll: Inherit Direct TLS flag from servers to their clients2018-09-13, by Kim Alvefur
-
net.server_epoll: Catch errors from luasec.wrap2018-09-13, by Kim Alvefur
-
net.server_epoll: Delay wrapping sockets in TLS until just before first handshake2018-09-13, by Kim Alvefur
-
make coverage: Allow overriding path to busted2018-10-03, by Kim Alvefur
-
mod_server_contact_info: Comment on fallback to using 'admins'2018-10-01, by Kim Alvefur
-
configure: Suppress warning about '~' [SC2088]2018-10-01, by Matthew Wild
-
configure: Replace use of '-o' with '||' [SC2166]2018-10-01, by Matthew Wild
-
configure: Fix incorrect syntax of '&&' in previous commit2018-10-01, by Matthew Wild
-
configure: Replace usage of '-a' with '&&' [SC2166]2018-10-01, by Matthew Wild
-
make lint: Add shellcheck of configure script2018-10-01, by Matthew Wild
-
configure: Add shellcheck directives to suppress warnings on harmless lines2018-10-01, by Matthew Wild
-
configure: Replace logic constructs with explicit if/else statements2018-10-01, by Matthew Wild
-
configure: Remove unnecessary 'echo'2018-10-01, by Matthew Wild
-
configure: Rename OSTYPE variable due to conflict with magic variable with same name on some shells/platforms2018-10-01, by Matthew Wild
-
configure: Replace backticks with $()2018-10-01, by Matthew Wild
-
configure: Remove unused function2018-10-01, by Matthew Wild
-
make lint: Fix 'ignored files' count2018-10-01, by Matthew Wild
-
mod_websocket: Silence the one warning instead of ignoring the entire file2018-09-30, by Kim Alvefur
-
mod_s2s: Fix previous commit2018-09-30, by Kim Alvefur
-
mod_s2s: Silence luacheck warnings in s2sout module2018-09-30, by Kim Alvefur
-
mod_s2s: Silence all warnings instead of ignoring the entire module2018-09-30, by Kim Alvefur
-
mod_admin_telnet: Guard against missing table field2018-09-30, by Kim Alvefur
-
mod_admin_telnet: Create metatable only once2018-09-30, by Kim Alvefur
-
mod_admin_telnet: Remove unused histogram [luacheck]2018-09-30, by Kim Alvefur
-
mod_admin_telnet: Remove unused variable [luacheck]2018-09-30, by Kim Alvefur
-
mod_admin_telnet: Remove from luacheck ignore list2018-09-30, by Kim Alvefur
-
mod_admin_telnet: Import net.server instead of relying on global2018-09-30, by Kim Alvefur
-
mod_admin_telnet: Remove or rename various unused arguments and variables [luacheck]2018-09-30, by Kim Alvefur
-
mod_admin_telnet: Rename variable to avoid name clash [luacheck]2018-09-30, by Kim Alvefur
-
mod_admin_adhoc: Ignore the very long lines at the end [luacheck]2018-09-30, by Kim Alvefur
-
mod_admin_adhoc: Ignore shadowed 'err' variables [luacheck]2018-09-30, by Kim Alvefur
-
mod_admin_adhoc: Remove unused argument [luacheck]2018-09-30, by Kim Alvefur
-
mod_admin_adhoc: Remove unused loop variables [luacheck]2018-09-30, by Kim Alvefur
-
mod_admin_adhoc: Remove from global luacheck ignore list2018-09-30, by Kim Alvefur
-
net.resolvers.service: Sort SRV records in correct direction2018-09-30, by Kim Alvefur
-
net.resolvers.service: Fix sorting SRV record2018-09-30, by Kim Alvefur
-
net.resolvers.service: Rename internal variable since net.connect uses it for __tostring2018-09-29, by Kim Alvefur
-
net.resolvers.service: Add support for fallback to bare domain and default port2018-09-29, by Kim Alvefur
-
net.resolvers.service: Early return on empty result set2018-09-29, by Kim Alvefur
-
net.resolvers.service: Understand when service is explicitly unavailable2018-09-29, by Kim Alvefur
-
mod_admin_telnet: Fix local reference to util.iterator2018-09-29, by Kim Alvefur
-
.luacheckrc: Allow randomize() global in spec/2018-09-29, by Matthew Wild
-
Add storage tests (currently only internal and sqlite)2018-09-29, by Matthew Wild
-
net.resolvers.service: net.connect resolver that uses SRV records2018-09-27, by Kim Alvefur
-
net.connect: Fix passing request table to new listener2018-09-26, by Kim Alvefur
-
net.connect: Remove manual onattach callback invocation2018-09-26, by Kim Alvefur
-
net.server: Call a 'onattach' callback when replacing listeners2018-09-26, by Kim Alvefur
-
net.server_epoll: Include errno in log messages2018-09-26, by Kim Alvefur
-
net.server_epoll: Factor out IP/port detection into its own method2018-09-26, by Kim Alvefur
-
net.server_epoll: Protect from errors in get{peer,sock}name2018-09-26, by Kim Alvefur
-
net.server_epoll: Watching instead of registering, seems more understandable2018-09-24, by Kim Alvefur
-
mod_bosh: Fire stream feature event on hosts (thanks gerald)2018-09-24, by Kim Alvefur
-
net.http.server: Delay host checks until after host-less event2018-09-23, by Kim Alvefur
-
mod_websocket: Serve HTTP in global context2018-09-21, by Kim Alvefur
-
mod_bosh: Make BOSH global again!2018-09-21, by Kim Alvefur
-
mod_http: Support global HTTP modules2018-09-21, by Kim Alvefur
-
net.http.server: Fire an event without host2018-09-21, by Kim Alvefur
-
mod_bosh: Add tests (run with 'busted -r bosh')2018-09-23, by Matthew Wild
-
mod_scansion_record: Record disconnection2018-09-22, by Kim Alvefur
-
mod_scansion_record: Lower log message to 'info' level2018-09-22, by Kim Alvefur
-
mod_scansion_record: Use already composed identity string in log message2018-09-22, by Kim Alvefur
-
mod_scansion_record: Record the full identity including device name2018-09-22, by Kim Alvefur
-
mod_scansion_record: Merge header and log into one file at shutdown2018-09-22, by Kim Alvefur
-
mod_scansion_record: Record connected clients as scansion Objects declarations2018-09-22, by Kim Alvefur
-
mod_scansion_record: Remove unused JID mapping table [luacheck]2018-09-22, by Kim Alvefur
-
mod_scansion_record: Close files in the cleanup stage of shutdown (fixes use after close)2018-09-22, by Kim Alvefur
-
mod_scansion_record: Generate a header with hostname and timestamp2018-09-22, by Kim Alvefur
-
mod_scansion_record: Open a related file for header entries2018-09-22, by Kim Alvefur
-
mod_scansion_record: Log name of scanison log on shutdown2018-09-22, by Kim Alvefur
-
mod_scansion_record: Fix missed rename of file handle2018-09-22, by Kim Alvefur
-
mod_scansion_record: Split up construction of filename for reuse of parts later2018-09-22, by Kim Alvefur
-
mod_scansion_record: Hook correct shutdown event2018-09-22, by Kim Alvefur
-
mod_scansion_record: Avoid recording the resource binding stanza2018-09-22, by Kim Alvefur
-
mod_scansion_record: Only record stanzas in the default namespace2018-09-22, by Kim Alvefur
-
mod_scansion_record: Rename main file handle2018-09-22, by Kim Alvefur
-
mod_scansion_record: Record into "scansion" instead of per VirtualHost2018-09-22, by Kim Alvefur
-
mod_scansion_record: Import util.filters2018-09-22, by Kim Alvefur
-
mod_scansion_record: Correctly retrieve resource2018-09-22, by Kim Alvefur
-
mod_scansion_record: Tweak filename2018-09-22, by Kim Alvefur
-
mod_scansion_record: Record session connecting2018-09-22, by Kim Alvefur
-
mod_scansion_record: Complete stanza recording functions2018-09-22, by Kim Alvefur
-
mod_scansion_record: Remove extra "2018-09-22, by Kim Alvefur
-
mod_scansion_record: Add missing )2018-09-22, by Kim Alvefur
-
mod_scansion_record: Finish function for writing data2018-09-22, by Kim Alvefur
-
mod_scansion_record: and close it on shutdown2018-09-22, by Kim Alvefur
-
mod_scansion_record: Open log file2018-09-22, by Kim Alvefur
-
mod_scansion_record: Have datamanager generate a filename for output2018-09-22, by Kim Alvefur
-
mod_scansion_record: Unfinished code dump from Matthew2018-09-22, by Kim Alvefur
-
util.serialization: Use deserialize instead of envload directly2018-09-23, by Kim Alvefur
-
util.serialization: Add brief initial tests2018-09-23, by Kim Alvefur
-
util.serialization: Stricter type check2018-09-23, by Kim Alvefur
-
mod_storage_memory: Fix saving of remaining items during deletion2018-09-22, by Kim Alvefur
-
mod_pep: Add test publishing a nickname2018-09-22, by Kim Alvefur
-
Revert 2dc7490899ae::5d6b252bc36f: Unfinished and broken2018-09-21, by Kim Alvefur
-
net.http.server: Fix default host logic2018-09-21, by Kim Alvefur
-
mod_http: Hook the host-less event if hooked from a global module2018-09-21, by Kim Alvefur
-
net.http.server: Move handling of hosts to mod_http2018-09-21, by Kim Alvefur
-
mod_server_contact_info: Update copyright header2018-09-21, by Kim Alvefur
-
mod_server_contact_info: Simplify2018-09-16, by Kim Alvefur
-
mod_admin_telnet: Split out sort function for clarity2018-09-21, by Matthew Wild
-
mod_adhoc: Use util.iterators.sorted_pairs() to sort commands2018-09-21, by Matthew Wild
-
mod_admin_telnet: Make use of util.iterators.sorted_pairs()2018-09-21, by Matthew Wild
-
util.json: Use util.iterators.sorted_pairs() in ordered mode2018-09-21, by Matthew Wild
-
util.iterators tests: Check value matches expected [luacheck]2018-09-21, by Matthew Wild
-
util.iterators: Add sorted_pairs() method2018-09-21, by Matthew Wild
-
util.json tests: Add [luacheck] annotation to mark intentionally-empty if branch2018-09-17, by Matthew Wild
-
.luacheckrc: Remove util_cache_spec.lua from the ignore list2018-09-17, by Matthew Wild
-
util.jid: Add missing semicolon2018-09-21, by Kim Alvefur
-
util.cache tests: Add annotation to fix [luacheck] warning2018-09-17, by Matthew Wild
-
scansion: muc_register.scs: Test to ensure MUC registration by unaffiliated users is disabled by default2018-09-17, by Matthew Wild
-
net.server_epoll: Simplify minimal string representation2018-09-15, by Kim Alvefur
-
net.server_epoll: Add back setflags API for compat2018-09-15, by Kim Alvefur
-
net.server_epoll: Fix write signal handling in watchfd API2018-09-15, by Kim Alvefur
-
util.poll: Lua 5.1 compat2018-09-14, by Kim Alvefur
-
util.poll: Remove 'inline' from function declaration2018-09-14, by Kim Alvefur
-
util.poll: Test that it loads after being compiled2018-09-14, by Kim Alvefur
-
MUC: Don't kick user of a reserved nick if it's theirs (thanks pep.)2018-09-14, by Matthew Wild
-
net.server_epoll: Use util.poll2018-05-16, by Kim Alvefur
-
util.poll: Import poll library with epoll and select support2018-05-16, by Kim Alvefur
-
MUC: Include 'nick' attribute in affiliation lists (thanks jc)2018-09-14, by Matthew Wild
-
net.server_epoll: Make read_size a server-wide option2018-09-13, by Kim Alvefur
-
net.server_epoll: Rename pattern to read_size2018-09-13, by Kim Alvefur
-
net.server_epoll: Refactor Direct TLS assumptions outwards2018-09-13, by Kim Alvefur
-
util.stanza tests: Remove unused variable #luacheck2018-09-13, by Matthew Wild
-
util.stanza: Don't automatically generate ids for iq stanzas2018-09-13, by Matthew Wild
-
net.server_epoll: Factor Direct TLS handling out of connection initialization2018-09-13, by Kim Alvefur
-
spec/scansion/basic_roster.scs: Add tests for actually modifying the roster2018-09-13, by Matthew Wild
-
.luacheckrc: Remove aspirational goals from strict check, keep it simple for now2018-09-13, by Matthew Wild
-
rostermanager: Use util.id to generate ids for roster pushed2018-09-13, by Matthew Wild
-
util.stanza tests: Fix test name (copy/paste error?)2018-09-13, by Matthew Wild
-
net.server_epoll: Remove coercion of connections to strings2018-09-13, by Kim Alvefur
-
net.server_epoll: Rename all variables holding TLS contexts for consistency2018-09-13, by Kim Alvefur
-
MUC: Fix to correctly return 'node' in disco#info responses (thanks jc)2018-09-13, by Matthew Wild
-
MUC: If a user with an existing affiliation registers, preserve that affiliation (thanks jc)2018-09-13, by Matthew Wild
-
spec/scansion/prosody.cfg.lua: daemonize by default2018-09-12, by Matthew Wild
-
spec/scansion/prosody.cfg.lua: Add pidfile option so Prosody can be daemonized2018-09-12, by Matthew Wild
-
doc/net.server.lua: Not an actual source file, instruct luacheck to ignore it2018-09-12, by Matthew Wild
-
spec/scansion/prosody.cfg.lua: Config file to be used for integration tests2018-09-12, by Matthew Wild
-
mod_storage_memory: Import from prosody-modules 4c3230c22c182018-09-12, by Matthew Wild
-
mod_auth_insecure: Fix module provider name2018-09-12, by Matthew Wild
-
spec/scansion: Ensure all scripts have sensible titles2018-09-11, by Matthew Wild
-
spec/scansion: Multiple fixes to make all tests pass in latest (c35386e4b456) scansion2018-09-10, by Matthew Wild
-
GNUmakefile: Tell Mercurial to behave consistenly2018-09-09, by Kim Alvefur
-
GNUmakefile: Allow overriding path to busted2018-09-09, by Kim Alvefur
-
GNUmakefile: Allow overriding path to luacheck2018-09-09, by Kim Alvefur
-
mod_vcard_legacy: Add some notes2018-09-09, by Kim Alvefur
-
mod_vcard_legacy: Fix EXTVAL conversion (thanks pep.)2018-09-09, by Kim Alvefur
-
mod_vcard_legacy: Fix uppercase tag name (thanks pep.)2018-09-09, by Kim Alvefur
-
mod_vcard4: Advertise feature on account instead of host2018-09-08, by Kim Alvefur
-
util.pposix: Allow _DARWIN_C_SOURCE to be overriden2018-09-08, by Kim Alvefur
-
Merge 0.10->trunk2018-09-08, by Kim Alvefur
-
util.pposix: Fix or silence a warning on OS X (#1202)2018-09-08, by Kim Alvefur
-
Merge 0.10->trunk2018-09-08, by Kim Alvefur
-
util.pposix: Fix building on OS X (#1202)2018-08-18, by Kim Alvefur
-
util.pposix: Restrict use of malloc_info to glibc2018-09-07, by Kim Alvefur
-
util.pposix: Do not attempt to assign to stdio variables [pedantic]2018-09-07, by Kim Alvefur
-
mod_auth_insecure: Accept any username/password (import of mod_auth_any from prosody-modules)2018-09-07, by Matthew Wild
-
mod_pubsub: Exclude value of FORM_TYPE from stored data2018-09-07, by Kim Alvefur
-
mod_vcard_legacy: Include avatar data even if metadata can't be loaded2018-09-06, by Kim Alvefur
-
mod_vcard_legacy: Return old vcard if neither vcard4 or avatar available2018-09-06, by Kim Alvefur
-
mod_vcard_legacy: Handle avatar without vcard42018-09-06, by Kim Alvefur
-
mod_vcard_legacy: Rename variable for consistency2018-09-06, by Kim Alvefur
-
mod_vcard_legacy: Return error in case saving avatar fails2018-09-06, by Kim Alvefur
-
mod_vcard_legacy: Factor out error handling into a function2018-09-06, by Kim Alvefur
-
mod_vcard_legacy: Use correct method to clear avatar data2018-09-06, by Kim Alvefur
-
spec/scansion: Add scansion scripts used for testing2018-09-06, by Matthew Wild
-
MUC: Initialize room with empty affiliation_data if none stored2018-09-04, by Matthew Wild
-
MUC: Allow vCard4 requests trough2018-09-04, by Kim Alvefur
-
MUC: Allow admins to include a registered nick when setting affiliation2018-09-04, by Matthew Wild
-
MUC: Move comment for clarity2018-09-04, by Matthew Wild
-
mod_vcard4: Allow access to the vcard4 PEP node via iq syntax2018-08-18, by Kim Alvefur
-
mod_vcard_legacy: Announce feature on bare JID per XEP2018-09-01, by Kim Alvefur
-
mod_vcard_legacy: Clear avatars on setting a vcard-temp2018-09-01, by Kim Alvefur
-
mod_vcard_legacy: Support external avatars2018-09-01, by Kim Alvefur
-
mod_vcard_legacy: Handle incomplete avatar info2018-09-01, by Kim Alvefur
-
mod_vcard_legacy: Respond with old vcard2018-08-21, by Kim Alvefur
-
mod_vcard_legacy: Respond to attempts to set the legacy vcard-temp2018-08-21, by Kim Alvefur
-
mod_vcard_legacy: Add support for address field2018-08-21, by Kim Alvefur
-
mod_vcard_legacy: Include avatar data from XEP-0084 PEP node2018-08-20, by Kim Alvefur
-
mod_vcard_legacy: Add translation of telephone field2018-09-01, by Kim Alvefur
-
mod_vcard_legacy: Add translation of email field2018-09-01, by Kim Alvefur
-
mod_vcard_legacy: Attach vcard-temp avatar hash to outgoing presence2018-08-20, by Kim Alvefur
-
mod_vcard_legacy: Responds to vcard-temp queries with translated vcard4 data2018-08-21, by Kim Alvefur
-
mod_blocklist: Store timestamp of blocking to allow age to be determined2018-02-15, by Kim Alvefur
-
mod_pubsub: Fix dataforms error handling2018-09-01, by Kim Alvefur
-
util.dataforms: Improve default error message for failed datatype validation2018-09-03, by Kim Alvefur
-
mod_pubsub: Use dataforms validation to specify that max_items is an integer2018-09-01, by Kim Alvefur
-
mod_pubsub: Use field mapping in util.dataforms2018-09-01, by Kim Alvefur
-
util.dataforms: Add support for XEP-0122: Data Forms Validation2018-09-01, by Kim Alvefur
-
util.dataforms: Allow field names to be different from the 'var' attribute2018-08-31, by Kim Alvefur
-
configmanager: Allow referencing environment variables in the config as as ENV_<name>2018-09-03, by Matthew Wild
-
MUC: Add support for registering with a MUC, including reserving a nickname as per XEP-00452018-09-03, by Matthew Wild
-
MUC: Add some comments for clarity2018-09-03, by Matthew Wild
-
MUC: Add support for separate events for disco#info queries with a 'node'2018-09-03, by Matthew Wild
-
MUC: Add support for storing additional data with MUC affiliations2018-09-03, by Matthew Wild
-
util.pubsub: Expand comment on return type from get_items2018-08-31, by Kim Alvefur
-
mod_pubsub: Preserve current subscription options if given a partial form2018-08-31, by Kim Alvefur
-
mod_pubsub: Fix summary generation for Atom entries to use the correct field2018-08-31, by Kim Alvefur
-
util.pubsub: Explicitly add all capabilities to the 'outcast' affiliation for completeness2018-08-31, by Kim Alvefur
-
util.pubsub: Comments describing the return values of methods2018-08-22, by Kim Alvefur
-
prosodyctl: Also look for options that belong in global section under disabled hosts (fixes #1207)2018-08-29, by Kim Alvefur
-
util.pubsub: Add 'service' field to all events2018-08-27, by Matthew Wild
-
mod_version: Remove redundant2018-08-24, by Kim Alvefur
-
mod_private, mod_vcard: Use the usual comment on non-get received iqs.2018-08-24, by Emmanuel Gil Peyrot
-
mod_version: Simplify iq handling by hooking on iq-get/ instead of iq/.2018-08-24, by Emmanuel Gil Peyrot
-
mod_uptime: Simplify iq handling by hooking on iq-get/ instead of iq/.2018-08-24, by Emmanuel Gil Peyrot
-
mod_time: Simplify iq handling by hooking on iq-get/ instead of iq/.2018-08-24, by Emmanuel Gil Peyrot
-
mod_lastactivity: Simplify iq handling by hooking on iq-get/ instead of iq/.2018-08-24, by Emmanuel Gil Peyrot
-
mod_disco: Simplify iq handling by hooking on iq-get/ instead of iq/.2018-08-24, by Emmanuel Gil Peyrot
-
mod_adhoc: Simplify iq handling by hooking on iq-set/ instead of iq/.2018-08-24, by Emmanuel Gil Peyrot
-
MUC: Normalize indentation2018-08-22, by Kim Alvefur
-
util.pubsub: Remove unused argument2018-08-21, by Kim Alvefur
-
mod_vcard: Remove 0.8 COMPAT code2018-08-19, by Matthew Wild
-
util.pubsub: Fire item-published/<node> to allow for easier handling of per-node items2018-08-19, by Matthew Wild
-
util.stanza + tests: Bail out of loop if we are iterating too far, fixes #9812018-08-19, by Matthew Wild
-
util.stanza tests: Add tests for maptags() method2018-08-19, by Matthew Wild
-
net.server: Throw error when loading outside Prosody or Prosody config not loaded2018-08-19, by Matthew Wild
-
util.startup: Set flag when config fully loaded2018-08-19, by Matthew Wild
-
tests: Add muc/util tests for filtering MUC elements2018-08-19, by Matthew Wild
-
mod_pubsub: Add missing default value for deliver_payloads2018-08-19, by Kim Alvefur
-
mod_pubsub: Fix boolean value in form2018-08-19, by Kim Alvefur
-
mod_pubsub: Add a semicolon for consistency2018-08-19, by Kim Alvefur
-
util.pubsub tests: Fix whitespace2018-08-18, by Kim Alvefur
-
util.pubsub tests: Add tests for get_items()2018-08-18, by Matthew Wild
-
util.pubsub, pubsub.lib: Improve error on attempt to publish invalid item2018-08-18, by Matthew Wild
-
Pubsub: Add tests for :get_last_item() and fix for non-persistent nodes2018-08-18, by Matthew Wild
-
mod_pep: Simplify code2018-08-18, by Matthew Wild
-
util.pubsub: Fix whitespace [luacheck]2018-08-18, by Matthew Wild
-
Backed out changeset 27d800ddc3b0 (see below)2018-08-18, by Matthew Wild
-
util.pubsub: get_last_item(): Fail with item-not-found if no item yet published2018-08-18, by Matthew Wild
-
util.pubsub: get_last_item(): Return error if node does not exist2018-08-18, by Matthew Wild
-
pubsub.lib, util.pubsub: Move precondition checks to util.pubsub2018-08-18, by Matthew Wild
-
mod_pubsub: Advertise support for subscription-options2018-08-18, by Kim Alvefur
-
mod_pubsub: Advertise support for node meta-data2018-08-18, by Kim Alvefur
-
mod_pep: Remove feature for persistence already added elsewere2018-08-18, by Kim Alvefur
-
mod_pep: Remove already included access model feature2018-08-18, by Kim Alvefur
-
util.pubsub: Add comment to clarify return values2018-08-18, by Matthew Wild
-
MUC: Direct PubSub queries to occupants to their real bare JID2018-08-18, by Kim Alvefur
-
util.time: Add brief tests2018-08-17, by Kim Alvefur
-
MUC: Fix traceback when failing to restore a room2018-08-17, by Matthew Wild
-
MUC: Pass missing argument to log message2018-08-16, by Kim Alvefur
-
mod_pep: Respect setting for whether to include payload in notifications2018-08-16, by Kim Alvefur
-
mod_pep: Respect settings for which kinds of notifications to send2018-08-16, by Kim Alvefur
-
mod_pubsub: Add support for thin notifications (without the full payload)2018-08-16, by Kim Alvefur
-
mod_pubsub: Only attach publisher on normal "item" broadcasts2018-08-16, by Kim Alvefur
-
mod_pubsub: Use the correct form field2018-08-16, by Kim Alvefur
-
mod_pubsub: Specify defaults for notification settings2018-08-16, by Kim Alvefur
-
mod_pubsub: Make notification of item retraction configurable2018-08-16, by Kim Alvefur
-
mod_pubsub: Make notification of node deletion configurable2018-08-16, by Kim Alvefur
-
mod_pubsub: Add support for "quiet nodes" (disabling notifications)2018-08-16, by Kim Alvefur
-
mod_pubsub: Prepare to support turning notifications off for each kind of broadcast2018-08-16, by Kim Alvefur
-
mod_pubsub: Add payload type metadata field2018-08-13, by Kim Alvefur
-
util.pubsub: Pass "retract" as the type of such broadcasts2018-08-16, by Kim Alvefur
-
util.pubsub: Silence warnings in tests [luacheck]2018-08-16, by Kim Alvefur
-
util.async: Remove sleep function2018-08-12, by Kim Alvefur
-
util.pubsub tests: Add TODO2018-08-12, by Matthew Wild
-
util.pubsub tests: Add tests to confirm new access model is enforced on config change2018-08-12, by Matthew Wild
-
util.pubsub tests: Add initial node config tests2018-08-12, by Matthew Wild
-
util.pubsub tests: Extend publishing tests to check for correct notification behaviour on subscribe/unsubscribe2018-08-12, by Matthew Wild
-
util.pubsub: Allow outcasts to get their subscription status2018-08-12, by Matthew Wild
-
util.pubsub tests: Add tests for publish_model (publishers, open, subscribers)2018-08-12, by Matthew Wild
-
net.http.codes: "Correct" range of unassigned codes (thanks pep.)2018-08-11, by Kim Alvefur
-
util.pubsub tests: Add some initial access model tests (open and whitelist)2018-08-11, by Matthew Wild
-
spec: Correct order of arguments to asserts in configmanager tests2018-08-11, by Kim Alvefur
-
net.http.codes: Regenerate from IANA registry with tool2018-08-11, by Kim Alvefur
-
tools: Add a tool to generate net.http.codes from IANA registry2018-02-08, by Kim Alvefur
-
util-src/makefile: Add util.time to BSD makefile2018-08-11, by Kim Alvefur
-
util.time: Allow for already set constant2018-08-11, by Kim Alvefur
-
util.time: Add monotonic time2017-03-09, by Kim Alvefur
-
util.time: Convert to C2017-03-09, by Kim Alvefur
-
util.pubsub: For open nodes, default affiliation is "member"2018-08-09, by Matthew Wild
-
util.pubsub: Drop now redundant capabilities from tests2018-08-08, by Kim Alvefur
-
mod_pubsub, mod_pep, util.pubsub: Move capability definitions into util.pubsub to avoid duplication2018-08-08, by Matthew Wild
-
mod_pep: Add comment explaining 'none' affiliation2018-08-08, by Matthew Wild
-
mod_pep: Remove "subscriber" affiliation in favour of "none"2018-08-08, by Matthew Wild
-
mod_pep: Loosen restrictions on the "none" affiliation2018-08-08, by Kim Alvefur
-
mod_pep: Change default affiliation in the "presence" access model to "restricted" for non-contacts2018-08-08, by Kim Alvefur
-
encodings: Explicitly say that base64 decoding falls through in a switch, fixes a warning in gcc 7+.2018-08-08, by Emmanuel Gil Peyrot
-
pposix: Generate an error when a passed string isn’t "unlimited".2018-08-08, by Emmanuel Gil Peyrot
-
pposix, signal: Ignore unused arguments.2018-08-08, by Emmanuel Gil Peyrot
-
net, pposix, signal: Check for redefined defines, fix warnings.2018-08-08, by Emmanuel Gil Peyrot
-
moduleapi: Remove multiple-parameters feature from module:shared()2018-08-08, by Matthew Wild
-
MUC: Remove 307 status from error-kicks (fixes #939)2018-08-08, by Matthew Wild
-
mod_muc: Fix incorrect variable usage [luacheck]2018-08-08, by Matthew Wild
-
mod_proxy65: Split module:shared() into multiple calls, multiple params may be deprecated soon2018-08-07, by Matthew Wild
-
MUC: Suppress error text when participants are kicked due to error in semi-anon rooms (fixes #563)2018-08-07, by Matthew Wild
-
util.pubsub: Include node defaults from current service object2018-08-07, by Kim Alvefur
-
mod_pep: Add comment about 'hash_map' table2018-08-06, by Kim Alvefur
-
mod_pep: Correct comment about 'recipients' table2018-08-06, by Kim Alvefur
-
mod_pep: Pass 'recipients' table across module reloads2018-08-06, by Kim Alvefur
-
mod_pep: Only resend last item on successful subscription2018-08-04, by Kim Alvefur
-
mod_pubsub, mod_pep: The "restricted" affiliation should be allowed to be unsubscribed but nothing else2018-08-06, by Kim Alvefur
-
util.pubsub: Re-check all subscriptions on access_model change, unsubscribing those no longer allowed2018-08-06, by Kim Alvefur
-
pubsub.lib: fix more form fields2018-08-06, by Jonas Wielicki
-
Merge jonasw->trunk2018-08-06, by Kim Alvefur
-
pubsub.lib: correctly emit data form fields2018-08-06, by Jonas Wielicki
-
CHANGES: Add new pubsub items and note about PEP2018-08-06, by Matthew Wild
-
mod_pep: Save non-presence based subscriptions to storage2018-08-04, by Kim Alvefur
-
mod_pep: Note which subscriptions are presence based as subscription option2018-08-04, by Kim Alvefur
-
pubsub.lib: Enable publish-options unconditionally2018-08-06, by Matthew Wild
-
pubsub.lib: Add support for pubsub#publish_model2018-08-06, by Matthew Wild
-
util.pubsub: Add support for publish_model config option2018-08-06, by Matthew Wild
-
pubsub.lib: Code formatting change2018-08-06, by Matthew Wild
-
pubsub.lib: Add comment about tonumber hack2018-08-06, by Matthew Wild
-
pubsub.lib: Enable publish-options by default2018-08-06, by Matthew Wild
-
Merge with jonasw2018-08-06, by Matthew Wild
-
pubsub.lib: auto-create node with publish-options if autocreation is enabled2018-08-05, by Jonas Wielicki
-
pubsub.lib: ignore FORM_TYPE field in config_from_xep00602018-08-05, by Jonas Wielicki
-
mod_pubsub: Pass the current values to dataforms2018-08-05, by Kim Alvefur
-
util.dataforms: Allow passing the current values to be used in stead of omitted fields2018-08-05, by Kim Alvefur
-
mod_pubsub: Use util.pubsub API for retrieving node config instead2018-08-05, by Kim Alvefur
-
mod_pubsub: Add 'get_configuration' capability to relevant affiliations2018-08-05, by Kim Alvefur
-
mod_pubsub: Add a public method for retrieving the service object2018-08-05, by Kim Alvefur
-
util.pubsub: Apply defaults metatable before config check (thanks pep.)2018-08-05, by Kim Alvefur
-
mod_pubsub: Rename variable subscription options form to improve readability2018-08-05, by Kim Alvefur
-
pubsub.lib: Support for publish-options behind a feature flag, 'enable_publish_options'2018-08-04, by Matthew Wild
-
mod_pep: Add 'get_configuration' capability to relevant affiliations2018-08-04, by Matthew Wild
-
mod_pep: Add comments describing root tables used for data2018-08-04, by Kim Alvefur
-
MUC: Provide options as options in config form (fixes traceback)2018-08-04, by Kim Alvefur
-
util.dataforms: Normalize indentation2018-08-04, by Kim Alvefur
-
pubsub.lib: Add support for precondition-not-met error2018-08-04, by Matthew Wild
-
pubsub.lib: Advertise peristent-items feature when nodes and items are persisted2018-08-04, by Matthew Wild
-
mod_pubsub: Add comment to document nodestore/itemstore methods2018-08-04, by Matthew Wild
-
util.pubsub: Add method to retrieve node configuration2018-08-04, by Matthew Wild
-
util.pubsub: Use service.node_defaults in case config.node_defaults was not provided (thanks jonasw)2018-08-04, by Matthew Wild
-
mod_storage_internal: Only apply truncate if there are more items than requested2018-08-04, by Kim Alvefur
-
util.pubsub: Tweak default affiliation of access models (fixes failing test)2018-08-04, by Matthew Wild
-
mod_pep: Restrict access models to 'presence', 'whitelist' and 'open'2018-08-04, by Kim Alvefur
-
mod_pubsub: Advertise default access model in disco2018-08-04, by Kim Alvefur
-
mod_pubsub: Restrict access model to 'whitelist' and 'open'2018-08-04, by Kim Alvefur
-
mod_pubsub: Add configurable maximum on number of items2018-08-04, by Kim Alvefur
-
mod_pep: Move subscriber check into 'presence' access model callback2018-08-04, by Kim Alvefur
-
util.pubsub: Look for a configured callback for more complicated access models2018-08-04, by Kim Alvefur
-
mod_pep: Set default access model to 'presence'2018-08-04, by Kim Alvefur
-
mod_pubsub: Add access model to configuration form2018-08-04, by Kim Alvefur
-
util.pubsub: Add initial support for configurable access models2018-08-04, by Kim Alvefur
-
util.dataforms: Only allow overriding of options when passed via the :form method2018-08-03, by Kim Alvefur
-
MUC: Allow destruction of tombstones (eg via telnet or adhoc command)2018-08-03, by Kim Alvefur
-
util.dataforms: Allow overriding default options even if the form has such2018-08-03, by Kim Alvefur
-
util.dataforms: Allow passing dynamically generated options as values (fixes traceback)2018-08-03, by Kim Alvefur
-
util.dataforms: Exclude descriptive text fields from forms of type 'submit'2018-08-03, by Kim Alvefur
-
util.dataforms: Skip all fields for the 'cancel' form type2018-08-03, by Kim Alvefur
-
util.dataforms: Only include options in 'form' type forms2018-08-03, by Kim Alvefur
-
util.dataforms: Set default value for form type argument2018-08-03, by Kim Alvefur
-
mod_admin_adhoc: Normalize indentation2018-08-03, by Kim Alvefur
-
mod_admin_adhoc: Keep options for list-single in 'options' field where they belong2018-08-03, by Kim Alvefur
-
util.dataforms: Detach generation of options from values (fixes #1177)2018-08-03, by Kim Alvefur
-
util.dataforms: Add failing test for #11772018-06-30, by Kim Alvefur
-
mod_pep: Return true if all node config checks passes (fixes configuration)2018-08-03, by Kim Alvefur
-
MUC: Split long lines [luacheck strict]2018-08-03, by Kim Alvefur
-
mod_pep: Silence warnings about unused arguments [luacheck]2018-08-03, by Kim Alvefur
-
mod_muc: Fire event when room is (and about to be) restored2018-08-03, by Matthew Wild
-
mod_muc: Add comment2018-08-03, by Matthew Wild
-
mod_pep: Add 'pep_max_items' option to set an upper limit, defaults to 256 (scientifically chosen)2018-08-01, by Matthew Wild
-
pubsub.lib: Support for not-acceptable error2018-08-01, by Matthew Wild
-
util.pubsub: Add support for a config validation function2018-08-01, by Matthew Wild
-
mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep2018-08-01, by Matthew Wild
-
mod_csi: Imported from prosody-modules 66b3085ecc492018-08-01, by Matthew Wild
-
mod_pubsub: Enforce max_items on insertion2018-07-31, by Kim Alvefur
-
util.xmppstream: Explicitly release old parser object on stream reset2018-07-31, by Matthew Wild
-
Merge 0.10->trunk2018-07-30, by Matthew Wild
-
sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with that for incoming2018-07-24, by Kim Alvefur
-
mod_s2s: Reduce logging (#776)2018-07-22, by Kim Alvefur
-
core.stanza_router: Reduce logging of common routing (#776)2018-07-22, by Kim Alvefur
-
sessionmanager: Log top tag of outgoing stanzas on c2s (#776)2018-07-22, by Kim Alvefur
-
sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with that for incoming2018-07-24, by Kim Alvefur
-
mod_s2s: Reduce logging (#776)2018-07-22, by Kim Alvefur
-
core.stanza_router: Reduce logging of common routing (#776)2018-07-22, by Kim Alvefur
-
sessionmanager: Log top tag of outgoing stanzas on c2s (#776)2018-07-22, by Kim Alvefur
-
mod_pep_plus: Fix boolean logic precedence (thanks Link Mauve)2018-07-29, by Kim Alvefur
-
util.serialization: Tighten up type checks2018-07-28, by Kim Alvefur
-
util.vcard: Use the new :text_tag API in more places2018-07-25, by Kim Alvefur
-
util.vcard: Include values of 'properties' (eg PHOTO TYPE) in vcard-temp serialization2018-07-25, by Kim Alvefur
-
MUC: Fix another logic inversion ()2018-07-17, by Matthew Wild
-
MUC: Fix inverted logic ()2018-07-17, by Matthew Wild
-
Backed out changeset 0bf0ff3b0f91 (incorrect fix)2018-07-17, by Matthew Wild
-
MUC: Use JID from correct place when adding <body> to mediated invites (thanks Link Mauve/lovetox)2018-07-17, by Matthew Wild
-
MUC: Add 'actor' field in muc-config-submitted event2018-07-17, by Matthew Wild
-
MUC: Add some comments clarifying methods2018-07-17, by Matthew Wild
-
MUC: Add new iteration methods, all_rooms/live_rooms to eventually replace each_room2018-07-17, by Matthew Wild
-
MUC: Rename variable for consistency with other code that uses the term 'live'2018-07-17, by Matthew Wild
-
MUC: Return 'gone' error for destroyed rooms in other cases than attempted join2018-07-16, by Kim Alvefur
-
util.dataforms: Ensure fields have names when collecting data (fixes traceback, thanks Martin)2018-07-15, by Kim Alvefur
-
util.dataforms: Include a fixed field in test2018-07-15, by Kim Alvefur
-
mod_pubsub: Make generation of notification body into an event to allow extensibility2018-07-14, by Kim Alvefur
-
mod_pubsub: Skip checks for adding body if no body generated2018-07-14, by Kim Alvefur
-
mod_pubsub: Remove unneeded stanza API call2018-07-14, by Kim Alvefur
-
moduleapi: Use :send API from :broadcast for compactness2018-07-14, by Kim Alvefur
-
mod_pubsub: Add support for changing subscription options2018-07-14, by Kim Alvefur
-
mod_pubsub: Add support for retrieving subscription options2018-07-14, by Kim Alvefur
-
mod_pubsub: Move include_body option into subscription options2018-07-14, by Kim Alvefur
-
mod_pubsub: Revert disco#info part from previous commit2018-07-14, by Kim Alvefur
-
mod_pubsub: Refactor translation to/from XEP-0060-specific node configuration format2018-07-14, by Kim Alvefur
-
MUC: Commit forgotten file2018-07-13, by Matthew Wild
-
MUC: Add sections in room config form2018-07-13, by Matthew Wild
-
MUC: Improve labels of all config form items2018-07-13, by Matthew Wild
-
mod_pubsub: Add support for modifying subscriptions2018-07-13, by Kim Alvefur
-
mod_pubsub: Add support for owner subscription retrieval2018-07-13, by Kim Alvefur
-
util.pubsub: Support for returning *all* subscriptions2018-07-13, by Kim Alvefur
-
mod_pep_plus: Include an empty set of subscribers (fixes traceback)2018-07-13, by Kim Alvefur
-
mod_pep_plus: Don't save subscriptions since they are normally session based and transient2018-07-12, by Kim Alvefur
-
util.pposix: Use freopen(3) when replacing standard IO streams (thanks ratchetfreak)2018-07-12, by Kim Alvefur
-
MUC: Also prevent changing to an invisible nickname2018-07-12, by Kim Alvefur
-
MUC: Use nickname from occupant object2018-07-12, by Kim Alvefur
-
MUC: Fix stanza reference2018-07-12, by Kim Alvefur
-
MUC: Reject invisible nicknames (fixes #979)2018-07-12, by Kim Alvefur
-
MUC: Fix to send status code 100 *only* to the joining (fixes #680)2018-07-11, by Kim Alvefur
-
MUC: Simplify creation of <{muc}x> for room creation2018-07-11, by Kim Alvefur
-
util.xmppstream: Add tests for various XML features forbidden by the RFC2018-07-11, by Matthew Wild
-
util.xmppstream: Perfom validation of XML declaration parameters2018-07-11, by Matthew Wild
-
MUC: Include redirect in 'gone' error for destroyed rooms2018-07-11, by Kim Alvefur
-
MUC: Send an 'gone' error instead of unavailable + <destroyed>2018-07-11, by Kim Alvefur
-
MUC: Remove <item> from room destruction announcement, it's added later somwehere2018-07-11, by Kim Alvefur
-
MUC: Allow an admin to recreate destroyed rooms2018-07-11, by Kim Alvefur
-
MUC: Add support for storing a tombstone for destroyed rooms (#1182)2018-07-11, by Kim Alvefur
-
MUC: Unset persistence of destroyed rooms later in event chain2018-07-11, by Kim Alvefur
-
MUC: Remove room state on successful restoration from disk2018-07-11, by Kim Alvefur
-
MUC: Purge saved room state when deleting a room2018-07-11, by Kim Alvefur
-
MUC: Include destruction reason and other info in destroyed event2018-07-11, by Kim Alvefur
-
MUC: Log a debug message when a non-persistent room becomes empty and is destroyed2018-07-11, by Kim Alvefur
-
mod_admin_telnet: Rename timer:info() -> debug:timers()2018-07-10, by Matthew Wild
-
util.serialization: Rewritte for performance and flexibility2018-07-10, by Kim Alvefur
-
MUC: Flag rooms being destroyed (fixes #887)2018-07-10, by Kim Alvefur
-
mod_pubsub: Update max_items on resize (fixes #1082)2018-07-09, by Kim Alvefur
-
mod_pubsub: Cache only max_items to avoid holding reference to possibly outdated config2018-07-09, by Kim Alvefur
-
util_pubsub_spec: Add test for #10822018-07-09, by Kim Alvefur
-
MUC: Bring handling of presence errors to the room more in line with unavailable presence2018-07-09, by Matthew Wild
-
MUC: Return new occupant object from :save_occupant(), which can include useful info2018-07-09, by Matthew Wild
-
mod_muc_mam: Disable presence logging by default2018-07-08, by Kim Alvefur
-
util.stanza: Brief tests for :remove_children2018-07-08, by Kim Alvefur
-
Merge 0.10->trunk2018-07-08, by Kim Alvefur
-
util.stanza: Add method for removing all children with a specific name, xmlns2018-07-08, by Kim Alvefur
-
MUC/password: Set room password on creation if included in join stanza2018-07-08, by Kim Alvefur
-
MUC/password: Rename variable for clarity [luacheck]2018-07-08, by Kim Alvefur
-
util.{async,timer}: Move sleep() to reduce dependencies of util.timer2018-07-07, by Kim Alvefur
-
moduleapi: Lazy-load statsmanager on demand2018-07-07, by Kim Alvefur
-
moduleapi: Lazy-load configmanager on demand simplify dependency graph2018-07-07, by Kim Alvefur
-
Merge 0.10->trunk2018-07-07, by Kim Alvefur
-
mod_groups: Log a warning about invalid JIDs (#1180)2018-07-07, by Kim Alvefur
-
luacheckrc: Remove mod_groups from ignored files2018-07-07, by Kim Alvefur
-
mod_groups: Adjust imports to avoid name clash [luacheck]2018-07-07, by Kim Alvefur
-
MUC: Remove empty statement [luacheck]2018-07-07, by Kim Alvefur
-
MUC: Clarify logic of invitations in members-only rooms2018-07-07, by Matthew Wild
-
MUC: Add roomconfig_roomname to disco#info, and ensure it's not auto-generated2018-07-07, by Matthew Wild
-
util.dataforms: More robust handling of field values, especially booleans2018-07-07, by Matthew Wild
-
net.server: Set default read timeout to 14 minutes (fixes #971)2018-07-06, by Kim Alvefur
-
mod_pep_plus: Use service discovery helpers from pubsub.lib2018-07-06, by Kim Alvefur
-
mod_pubsub: Advertise title and description in disco#info2018-07-06, by Kim Alvefur
-
mod_pubsub: Move service discovery to pubsub.lib to allow reuse2018-07-06, by Kim Alvefur
-
mod_pubsub: Support configurable title and description fields2018-07-06, by Kim Alvefur
-
mod_pubsub: Translate missing fields into node config2018-07-06, by Kim Alvefur
-
mod_muc: Add support for muc_room_default_allow_member_invites2018-07-06, by Matthew Wild
-
luacheckrc: Remove exception for modules that produce no warnings2018-07-05, by Kim Alvefur
-
mod_announce: Fix luacheck warnings2018-07-05, by Kim Alvefur
-
luacheckrc: Consider mod_http clean2018-07-05, by Kim Alvefur
-
mod_http: Rename argument to avoid name clash with outer scope [luacheck]2018-07-05, by Kim Alvefur
-
mod_http: Rename loop variable to avoid name clash [luacheck]2018-07-05, by Kim Alvefur
-
mod_http: Rename loop variable to avoid name clash [luacheck]2018-07-05, by Kim Alvefur
-
mod_http: Silecence harmless warnings2018-07-05, by Kim Alvefur
-
luacheckrc: Remove exception for mod_pep, it's clean2018-07-05, by Kim Alvefur
-
mod_pep: Remove unused variable [luacheck]2018-07-05, by Kim Alvefur
-
mod_pep: Rename variables to avoid name clash [luacheck]2018-07-05, by Kim Alvefur
-
mod_pep: Move comment to a shorter line [luacheck]2018-07-05, by Kim Alvefur
-
mod_admin_telnet: Add some experimental commands for inspecting stats2018-07-04, by Matthew Wild
-
mod_ping: Fix typo2018-07-02, by Kim Alvefur
-
mod_uptime: Depend on mod_adhoc2018-07-02, by Kim Alvefur
-
mod_ping: Depend on mod_ahoc2018-07-02, by Kim Alvefur
-
mod_announce: Depend on mod_adhoc for consistent behaviour (thanks meaz, Link Mauve)2018-07-02, by Kim Alvefur
-
CHANGES: Restructure Pubsub category2018-07-02, by Kim Alvefur
-
util.startup: Add a comment marking some compat code2018-07-01, by Kim Alvefur
-
mod_pubsub: Remove feature flag for data persistence since node config is now persistent2018-07-01, by Kim Alvefur
-
util.pubsub: Return error code known by pubsub.lib if persistent creation fails2018-07-01, by Kim Alvefur
-
util.pubsub: Store subscription changes2018-07-01, by Kim Alvefur
-
util.pubsub: Persistence on affiliation change2018-07-01, by Kim Alvefur
-
mod_pubsub: Make pubsub.lib aware of internal-server-error condition2018-07-01, by Kim Alvefur
-
util.pubsub: Remove node from persistent storage on deletion2018-07-01, by Kim Alvefur
-
util.pubsub: Persist nodes on configuration change2018-07-01, by Kim Alvefur
-
util.pubsub: Fix applying per service node defaults when loading from nodestore2018-07-01, by Kim Alvefur
-
mod_pep_plus: Support persistence of node configuration2018-07-01, by Kim Alvefur
-
Merge 0.10->trunk2018-06-28, by Kim Alvefur
-
prosodyctl: Warn if attempting to run an unknown check (fixes #1161)2018-06-28, by Kim Alvefur
-
mod_pubsub: Handle optional item (thanks jonasw)2018-06-27, by Kim Alvefur
-
util.dataforms: Add support for field descriptions in <desc>2018-06-27, by Kim Alvefur
-
MUC: Remove affiliation notify support, nothing uses it2018-06-27, by Matthew Wild
-
MUC: Remove text body from affiliation change notification2018-06-27, by Matthew Wild
-
MUC: Remove 'affiliation notify' config option, as it's irrelevant to room owners, always notify instead2018-06-27, by Matthew Wild
-
util.pubsub: Fix typo2018-06-26, by Kim Alvefur
-
mod_pubsub: Apply normalization to JIDs retrieved from attributes2018-06-26, by Kim Alvefur
-
mod_pubsub: Handle :set_affiliation errors (not completely in line with the XEP)2018-06-26, by Kim Alvefur
-
mod_pubsub: Support for setting affiliations (#622)2018-06-26, by Kim Alvefur
-
mod_pubsub: Add boilerplate for changing affiliations2018-06-26, by Kim Alvefur
-
util.pubsub: Normalize JID used as affiliation2018-06-26, by Kim Alvefur
-
mod_pubsub: Add the list of affiliations to reply2018-06-26, by Kim Alvefur
-
mod_pubsub: Retrieve the node object2018-06-26, by Kim Alvefur
-
mod_pubsub: Boilerplate checks for affiliation retrieval2018-06-26, by Kim Alvefur
-
mod_pubsub: Add stubs for affiliation handling2018-06-26, by Kim Alvefur
-
MUC: Avoid sending error for unavailable presence in GC 1.0 check2018-06-26, by Kim Alvefur
-
Backed out changeset d41f8ce67c8e2018-06-26, by Kim Alvefur
-
MUC: Record timestamp of subject changes and stamp delay tag later2018-06-26, by Kim Alvefur
-
MUC: Reorder subject related arguments to increasing requiredness (API break)2018-06-26, by Kim Alvefur
-
util.async: Copy hooks from main thread into coroutines2018-06-25, by Matthew Wild
-
MUC: Measure cache hits and misses2018-06-23, by Kim Alvefur
-
MUC: Rename eviction hit rate measure2018-06-23, by Kim Alvefur
-
prosodyctl: Restrict c2s checks for when c2s is enabled2018-06-23, by Kim Alvefur
-
prosodyctl: Only check for s2s if mod_s2s is enabled (fixes #1031)2018-06-23, by Emmanuel Gil Peyrot
-
Merge 0.10->trunk2018-06-22, by Matthew Wild
-
mod_admin_telnet: Add debug:events() and debug:logevents()2018-06-22, by Matthew Wild
-
Merge 0.10->trunk2018-06-22, by Kim Alvefur
-
mod_s2s: Close sockets held by resolver (#1170)2018-06-17, by Kim Alvefur
-
mod_bosh: Add extra debug logging to help with #11342018-05-14, by Kim Alvefur
-
prosodyctl: check: Replace loaded-module calculation with a more accurate query to modulemanager, fixes #11712018-06-20, by Matthew Wild
-
modulemanager: Expose function to get the list of modules that should be loaded on a host2018-06-20, by Matthew Wild
-
MUC: Normalize role value, fixes removal on loss of membership (thanks mimi89999)2018-06-18, by Kim Alvefur
-
MUC: Remove support for GC 1.0 for joining2018-03-09, by Kim Alvefur
-
MUC: Remove support for GC 1.0 during room creation2018-03-09, by Kim Alvefur
-
MUC: Move extraction of <{muc}x> earlier, to be used later to differentiate between join and presence update2018-03-09, by Kim Alvefur
-
mod_s2s: Use session logger to ease debugging2018-06-14, by Kim Alvefur
-
mod_s2s: Log a message before trying the next SRV record2018-06-14, by Kim Alvefur
-
Merge 0.10->trunk2018-06-10, by Kim Alvefur
-
net.dns: Lazily generate unknown RR type names2018-06-10, by Kim Alvefur
-
Backed out changeset eae606b9266c: Used a lot of memory2018-06-10, by Kim Alvefur
-
Merge 0.10->trunk2018-06-09, by Kim Alvefur
-
mod_mam: Add coment on how 'complete' works2018-06-09, by Kim Alvefur
-
mod_mam: Handle edge-case of max=0 so that complete attr is set (fixes #1128)2018-06-09, by Kim Alvefur
-
net.dns: Expand table of known RR types from IANA registry2018-06-09, by Kim Alvefur
-
Merge 0.10->trunk2018-06-09, by Kim Alvefur
-
net.dns: Syntesize type names for the full range2018-06-09, by Kim Alvefur
-
net.dns: Don't attempt to cache unparsed data (fixes #1056)2018-06-09, by Kim Alvefur
-
mod_s2s: Fix DNS timeout setting for per-session resolvers (fixes #1167)2018-06-08, by Kim Alvefur
-
net.dns: Also cache records from the 'additional' section2018-06-02, by Kim Alvefur
-
net.dns: Cache all records from the 'answer' section (fixes #487)2018-06-08, by Kim Alvefur
-
mod_s2s: Add setting for overriding DNS resolvers (and avoid reading /etc/resolv.conf every time)2018-06-02, by Kim Alvefur
-
mod_pep_plus: Prevent nil from being added as a child on item deletion.2018-06-08, by Emmanuel Gil Peyrot
-
util.stanza: Remove redundant check from :text now done in :add_direct_child2018-06-08, by Kim Alvefur
-
net.websocket: Honour ex.insecure to match net.http's new parameter for that2018-06-08, by Matthew Wild
-
net.websocket: Fix incompatibility with net.http changes2018-06-08, by Matthew Wild
-
MUC: Ignore unused 'self' [luacheck]2018-06-08, by Kim Alvefur
-
util.stanza: Verify that other objects added as children are valid strings2018-06-08, by Kim Alvefur
-
util.stanza: Verify that child tags added are really stanzas (closes #1165)2018-06-08, by Kim Alvefur
-
Merge 0.10->trunk2018-06-08, by Kim Alvefur
-
Backed out changeset b8c3dbf76a2e (fixes #1162)2018-06-08, by Kim Alvefur
-
mod_component: Fix a wrongly-placed closing parenthesis, fixes #1164.2018-06-08, by Emmanuel Gil Peyrot
-
util.presence: Remove TODO about deprecated XEP-0016.2018-06-08, by Emmanuel Gil Peyrot
-
Backed out changeset cd186331ab1f (subject in disco#info)2018-06-07, by Kim Alvefur
-
util.prosodyctl: Rename variables for consistency (thanks Link Mauve)2018-06-06, by Kim Alvefur
-
Merge 0.10->trunk2018-06-07, by Matthew Wild
-
prosodyctl: Make log level configurable through PROSODYCTL_LOG_LEVEL (useful for debugging)2018-06-07, by Matthew Wild
-
Added tag 0.10.2 for changeset 7ec098b680422018-05-31, by Matthew Wild
-
MUC: Expose method for creating a bare room object2018-06-06, by Kim Alvefur
-
mod_muc_unique: Use util.id for more compact identifiers2018-06-06, by Kim Alvefur
-
MUC: Track rooms created via internal public API2018-06-05, by Kim Alvefur
-
console: Allow passing a config when creating a room2018-04-14, by Kim Alvefur
-
MUC: Allow passing config to public create_room API2018-04-14, by Kim Alvefur
-
util.sasl.anonymous: Shorter!2018-06-05, by Kim Alvefur
-
util.sasl.anonymous: Generate shorter random usernames2018-05-29, by Kim Alvefur
-
sessionmanager: Generate shorter random resoures2018-05-29, by Kim Alvefur
-
MUC: Advertise support for voice requests2018-06-02, by Kim Alvefur
-
MUC: Fix Ooo (thanks pep.)2018-06-03, by Kim Alvefur
-
MUC: Make rooms hidden (non-public) by default for improved privacy2018-06-03, by Kim Alvefur
-
MUC: Use xml:lang from stanza that creates a room as default for language2018-06-03, by Kim Alvefur
-
MUC: Add support for setting MUC room defaults from the config file2018-06-03, by Kim Alvefur
-
MUC: Enable room locking by default to gather feedback (#328)2018-06-03, by Kim Alvefur
-
MUC: Move voice request into its own lib2018-06-02, by Kim Alvefur
-
util.dataforms: Add a simple function for identifying form types2018-06-02, by Kim Alvefur
-
util.dataforms: Remove string conversion to let util.stanza validate types2018-06-02, by Kim Alvefur
-
util.dataforms: Add initial tests2018-06-02, by Kim Alvefur
-
MUC: Correctly use a multiple options field for requested role (thanks jonasw)2018-06-02, by Kim Alvefur
-
MUC: Handle and return error in role change when granting voice2018-06-01, by Kim Alvefur
-
MUC: Add some debug logging for voice requests2018-06-01, by Kim Alvefur
-
MUC: Invert final conditional to be consistent with the other if statements2018-06-01, by Kim Alvefur
-
MUC: Get acting occupant into a local variable for easier access2018-06-01, by Kim Alvefur
-
MUC: Use util.jid.resource2018-06-01, by Kim Alvefur
-
CHANGES: Mention voice request2018-02-19, by Kim Alvefur
-
MUC: Split out the nickname from the full room JID in voice request from2017-10-21, by Kim Alvefur
-
MUC: Reuse the same dataform for voice requests2017-10-20, by Kim Alvefur
-
MUC: Ignore unused argumens [luacheck]2017-10-20, by Kim Alvefur
-
MUC: Support MUC voice requests and approvals in moderated rooms (closes #655) (thanks to Lance Stout)2017-10-20, by Kim Alvefur
-
MUC: Include a human-readable error message when not allowed to change subject2018-06-01, by Kim Alvefur
-
MUC: Advertise room subject in disco#info2018-06-01, by Kim Alvefur
-
MUC: Advertise in whether participants are allowed to change the subject (#1155)2018-06-01, by Kim Alvefur
-
Merge 0.10->trunk2018-05-30, by Matthew Wild
-
Added tag 0.9.14 for changeset 29c6d2681bad2018-05-30, by Matthew Wild
-
mod_c2s: Do not allow the stream 'to' to change across stream restarts (fixes #1147) 0.9.142018-05-25, by Kim Alvefur
-
Merge 0.10->trunk2018-05-30, by Matthew Wild
-
MUC: Revert unstable MUC commits since 0.10.12018-05-30, by Matthew Wild
-
MUC: Fix error logged when no persistent rooms present2018-05-30, by Matthew Wild
-
mod_bosh: Store the normalized hostname on session (fixes #1151)2018-05-30, by Kim Alvefur
-
MUC: Handle setting default history messages when history length is unset (thanks tmolitor)2018-05-29, by Kim Alvefur
-
MUC: ensure that x/item/@jid is always a bare JID2018-05-17, by Jonas Wielicki
-
MUC: correctly emit <status/> tags2018-05-17, by Jonas Wielicki
Scroll all the way down to load more.