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