Log

description author age
MUC: Fix conflict when restoring room where the same bare JID has joined as multiple participants Kim Alvefur 2016-09-11
Merge 0.10->trunk Matthew Wild 2016-09-07
mod_bosh: Save last response in case retransmission is required Sam Whited 2016-09-07
net.server_epoll: Make minimum poll wait time configurable Kim Alvefur 2016-09-04
net.server_epoll: Support for setting configuration parameters Kim Alvefur 2016-09-04
mod_bosh: Update BOSH wait timeout logic to work despite the addition of deferred requests Matthew Wild 2016-09-02
mod_bosh: Fix typo Matthew Wild 2016-09-02
Merge 0.10->trunk Matthew Wild 2016-09-02
mod_bosh: Make 'hold' and 'requests' fixed to '1' and '2' respectively, as this is what all implementations realistically use Matthew Wild 2016-09-02
mod_bosh: Log when a stanza isn't handled because we can't find a session for it Matthew Wild 2016-09-02
mod_bosh: Correctly handle requests arriving out of order (thanks Jitsi folk!) Matthew Wild 2016-09-02
Logging error if MUC room cache is full Sam Whited 2016-09-02
Merge 0.10->trunk Matthew Wild 2016-08-31
stanza_router: Make 'unhandled stanza' errors more informative Matthew Wild 2016-08-31
Merge 0.10->trunk Matthew Wild 2016-08-31
moduleapi: 'duration' became 'times' Matthew Wild 2016-08-31
storagemanager: Fix for previous commit Matthew Wild 2016-08-31
storagemanager: Fire event when opening a store, and allow the returned store/err to be overridden Matthew Wild 2016-08-31
storagemanager: Simplify function flow Matthew Wild 2016-08-31
Backed out changeset a23b5cb8c22b Matthew Wild 2016-08-31
MUC: Restore modern version of public create_room() function removed in dfaacf042cfe Kim Alvefur 2016-08-30
mod_admin_telnet: Fix to use modern way to fetch a MUC room Kim Alvefur 2016-08-30
Merge 0.10->trunk Kim Alvefur 2016-08-28
mod_s2s: Fire event when s2s connection fails Matthew Wild 2016-08-27
net.server_epoll: More comments Kim Alvefur 2016-08-27
Merge 0.10->trunk Kim Alvefur 2016-08-26
net.http.parser: Don't collapse buffer when expecting a chunk and not enough data has been received Kim Alvefur 2016-08-26
net.http.parser: Fix missing buffer length adjustment when parsing chunked streams Kim Alvefur 2016-08-26
Merge 0.10->trunk Kim Alvefur 2016-08-24
configure: Add ostype preset for NetBSD Holger Weiss 2015-04-17
MUC: Fix compatibility with new and old storage format Kim Alvefur 2016-08-23
net.server_epoll: Remove commented out code Kim Alvefur 2016-08-23
net.server_epoll: Return early in the event of zero timers Kim Alvefur 2016-08-23
net.server_epoll: Fix timer returning boolean Kim Alvefur 2016-08-23
net.server_epoll: Let :init handle setup for onconnect handling Kim Alvefur 2016-08-22
net.server_epoll: Tailcalls Kim Alvefur 2016-08-22
net.server_epoll: Move management of fd registry to :setflags Kim Alvefur 2016-08-22
net.server_epoll: Comments Kim Alvefur 2016-08-22
net.server_epoll: Make maximum wait time configurable Kim Alvefur 2016-08-22
Merge 0.10->trunk Kim Alvefur 2016-08-20
mod_blocklist: Mention issue numbers Kim Alvefur 2016-08-20
mod_blocklist: Decrease priority of iq hooks to ease handling by other modules Kim Alvefur 2016-08-20
Merge 0.10->trunk Kim Alvefur 2016-08-19
configure: Add --compiler-wrapper flag for using things like ccache or distcc Kim Alvefur 2016-08-19
configure: Add initial attempt at pkg-config preset Kim Alvefur 2016-08-19
configure: Do the same to CFLAGS and LDFLAGS in linux preset as for debian Kim Alvefur 2016-08-19
configure: Move -ggdb flag here from util-src/Make Kim Alvefur 2016-08-19
configure: Add C compiler flag to indicate C89 Kim Alvefur 2016-08-19
Move C compiler flag -pedantic from Makefile to configure Kim Alvefur 2016-08-19
util-src/Makefile: Remove redundant -Wall (already set by configure) Kim Alvefur 2016-08-19
configure: Remove unused 'find_helper' function Kim Alvefur 2016-08-19
configure: Indicate that LUA_INCDIR is set in openbsd preset Kim Alvefur 2016-08-19
configure: Quote strings Kim Alvefur 2016-08-19
configure: Respect Lua suffix in Debian preset if already set Kim Alvefur 2016-08-19
configure: Normalize whitespace Kim Alvefur 2016-08-19
net.server_epoll: Set timers before calling onincoming, fixes traceback if connection is closed before onincoming returns Kim Alvefur 2016-08-18
Merge 0.10->trunk Kim Alvefur 2016-08-18
net.server_epoll: Call ondetach when listeners are replaced Kim Alvefur 2016-08-18
net.server_epoll: Make sure wantwrite is set when starting TLS Kim Alvefur 2016-08-18
net.server_epoll: Prevent invalid FDs from being added to epoll Kim Alvefur 2016-08-18
net.server_epoll: Make sure a recent LuaSocket is avaliable Kim Alvefur 2016-08-18
net.server_epoll: Trigger onconnect for TLS connections when writable after handshake Kim Alvefur 2016-08-18
net.server_epoll: Add separate timout for initial connection Kim Alvefur 2016-08-18
net.server_epoll: TLS handshake timeout Kim Alvefur 2016-08-18
net.server_epoll: Refactor to use common initialization Kim Alvefur 2016-08-18
net.server_epoll: Connect async in addclient Kim Alvefur 2016-08-18
net.server_epoll: Return status from starttls method Kim Alvefur 2016-08-18
net.server_epoll: Prevent anything from happening to destroyed sockets Kim Alvefur 2016-08-18
net.server_epoll: Prevent further writing after closing a socket Kim Alvefur 2016-08-18
net.server_epoll: Additional logging of connects and TLS Kim Alvefur 2016-08-18
net.server_epoll: Improve syntax Kim Alvefur 2016-08-18
net.server_epoll: Remove read timeout when waiting to read more from buffer Kim Alvefur 2016-08-18
net.server_epoll: Return early on successful write Kim Alvefur 2016-08-18
net.server_epoll: Don't call ondrain when connection is to be closed Kim Alvefur 2016-08-18
net.server_epoll: Comment some overly verbose logging Kim Alvefur 2016-08-18
net.server_epoll: Return something as FD when no connection exists Kim Alvefur 2016-08-18
net.server_epoll: Improve string representation of connections Kim Alvefur 2016-08-18
net.server_epoll: Collect and expose local and remote address and ports Kim Alvefur 2016-08-18
net.server_epoll: Call callbacks through common method in protected mode Kim Alvefur 2016-08-18
net.http.server: Add luacheck annotations Kim Alvefur 2016-08-18
Merge 0.9->0.10 Kim Alvefur 2016-08-18
mod_http: Allow configuring http parser size limits Kim Alvefur 2016-08-18
net.http.server: Expose way to set http server options Kim Alvefur 2016-08-18
net.http.parser: Allow limits to be configurable via options callback Kim Alvefur 2016-08-18
net.http.parser: Add a limit on maximum buffer size, default to 20M Kim Alvefur 2016-08-18
net.http.parser: Add a limit on content length, default to 10M Kim Alvefur 2016-08-18
net.http.parser: Buffer into a table to reduce GC pressure, collapse to string when needed (fixes #603) Kim Alvefur 2016-08-13
net.server_epoll: Fix missing quotes in logging call Kim Alvefur 2016-08-18
net.server_epoll: Add some comments Kim Alvefur 2016-08-17
net.http.codes: Add HTTP status code 451 Unavailable For Legal Reasons from RFC 7725 Kim Alvefur 2016-08-13
net.http.codes: Remove used argument Kim Alvefur 2016-08-13
mod_register: Fix inverted throttle check (fixes #724) Kim Alvefur 2016-08-13
net.http.parser: Remove unused argument [luacheck] Kim Alvefur 2016-08-13
ejabberdsql2prosody: rename variable 't' to prevent shadowing upvalues [luacheck] Anton Shestakov 2016-08-12
ejabberdsql2prosody: rename variable 'host' to prevent shadowing upvalue [luacheck] Anton Shestakov 2016-08-12
ejabberdsql2prosody: remove unused one-letter loop variables [luacheck] Anton Shestakov 2016-08-12
ejabberdsql2prosody: remove unused function pushback() [luacheck] Anton Shestakov 2016-08-12
net.server_epoll: Clear write flag before calling ondrain, fixes calling of ondisconnect on explicit close Kim Alvefur 2016-08-16
net.server_epoll: Wrap calling of ondisconnect listener in additional indirection Kim Alvefur 2016-08-13
Merge 0.10->trunk Kim Alvefur 2016-08-11
mod_s2s: Set read mode for s2sout sockets to the same as s2sins Kim Alvefur 2016-08-11
net.server_epoll: Continue reading after a slight delay if there is buffered data after a read Kim Alvefur 2016-08-11
net.server_epoll: Replace any previous pausefor timer Kim Alvefur 2016-08-11
net.server_epoll: Fix calculation of next timer event Kim Alvefur 2016-08-11
net.server_epoll: Don't mistake success for an error Kim Alvefur 2016-08-11
net.server_epoll: Make addclient conform to API (expected by net.http.request) Kim Alvefur 2016-08-10
net.server_epoll: Some logging when closing a connection Kim Alvefur 2016-08-10
net.server_epoll: Use first writable event to signal onconnect Kim Alvefur 2016-08-10
net.server_epoll: Make addclient use wrapclient Kim Alvefur 2016-08-10
net.server_epoll: Log epoll_ctl() calls and return values Kim Alvefur 2016-08-10
net.server_epoll: Rename arguments and varibles for consistensy Kim Alvefur 2016-08-10
net.server_epoll: Remove last traces of code for bypassing buffering on writable sockets Kim Alvefur 2016-08-10
Merge 0.10->trunk Kim Alvefur 2016-08-10
configure: Remove C++ compiler variable, not used Kim Alvefur 2016-08-10
net.server_epoll: New experimental server backend Kim Alvefur 2016-08-10
net.server: Monkey-patch in a fallback get_backend method if missing Kim Alvefur 2016-08-10
net.server: Allow arbitrary network backends to be configured Kim Alvefur 2016-08-10
net.server: Only update configuration if server backend supports changing settings Kim Alvefur 2016-08-10
net.server: Fix whitespace Kim Alvefur 2016-08-10
Merge 0.10->trunk Kim Alvefur 2016-08-08
net.http.server: Set blocksize for serving data from FDs to 64k (sweet spot of efficiency according to a recent study) Kim Alvefur 2016-08-08
mod_c2s: Don't try to keep alive sessions where the stream is not (yet) open Kim Alvefur 2016-08-07
mod_c2s: Fix whitespace (why does it keep getting messed up?) Kim Alvefur 2016-08-07
util.table: Move loop variable to top of function for C89 compatibility Kim Alvefur 2016-08-07
mod_s2s: Index session after checking if it exists (fixes traceback in case of a connection without a session having a read timeout) Kim Alvefur 2016-08-07
MUC: Pass room JID instead of room itself to logger, fixes traceback (thanks damencho) Kim Alvefur 2016-08-06
doc/session: As far as I remember, sessions have had a close method, not disconnect Kim Alvefur 2016-08-03
Merge 0.10 -> trunk Matthew Wild 2016-07-29
statsmanager: Refactor to simplify logic. Notably renames 'statistics_provider' to 'statistics', and external libs now just begin with ':' Matthew Wild 2016-07-29
Merge 0.10->trunk Kim Alvefur 2016-07-29
certmanager: Assume default config path of '.' (fixes prosodyctl check certs when not installed) Kim Alvefur 2016-07-29
Merge 0.10 -> trunk Matthew Wild 2016-07-28
util.openssl: rename variable to not collide with other 'k's [luacheck] Anton Shestakov 2016-07-28
prosodyctl: remove unused variables [luacheck] Anton Shestakov 2016-07-28
net.dns: remove unused variable unpack [luacheck] Anton Shestakov 2016-07-28
net.server_select: remove unused import [luacheck] Anton Shestakov 2016-07-28
Merge 0.10->trunk Matthew Wild 2016-07-27
statsmanager: If provider doesn't offer a get_stats method, still fire the stats-update event if stats_interval is specified (however stats-updated will not fire) Matthew Wild 2016-07-27
Merge 0.10 -> trunk Matthew Wild 2016-07-27
statsmanager, util.statsd: Add built-in statsd provider Matthew Wild 2016-07-27
statsmanager: Add 'stats_provider' option, to allow selecting alternative API providers to util.statistics Matthew Wild 2016-07-27
net.http: Add quotes around ids in log messages Matthew Wild 2016-07-27
util.table: Add pack() function (this is already available in Lua 5.2+) Matthew Wild 2016-07-27
mod_http: Fix indentation in redir_handler Emmanuel Gil Peyrot 2016-07-24
Default configuration: Remove trailing whitespaces Emmanuel Gil Peyrot 2016-07-24
Merge 0.10->trunk Kim Alvefur 2016-07-23
test_utf8: remove 2 unused variables and an undefined variable [luacheck] Anton Shestakov 2016-07-23
test_util_http: wrap individual test blocks in do-end [luacheck] Anton Shestakov 2016-07-23
util.sql: remove unused one-letter loop variables [luacheck] Anton Shestakov 2016-07-23
test_util_uuid: remove unused one-letter loop variable [luacheck] Anton Shestakov 2016-07-23
test_util_multitable: remove unused one-letter loop variable [luacheck] Anton Shestakov 2016-07-23
Merge 0.10->trunk Matthew Wild 2016-07-21
test_util_queue: finish stress-test by emptying the queue Anton Shestakov 2016-07-20
test_util_queue: Reduce iteration count of loop and add asserts Kim Alvefur 2016-07-20
tests: Adapt test for util.queue to the test framework Kim Alvefur 2016-07-20
mod_bosh: Fix merge mistakes from c8923f882274 Kim Alvefur 2016-07-14
Merge 0.10->trunk Kim Alvefur 2016-07-14
test_util_cache: wrap individual test blocks in do-end [luacheck] Anton Shestakov 2016-07-14
test_util_stanza: wrap individual test blocks in do-end [luacheck] Anton Shestakov 2016-07-14
mod_net_multiplex: remove unused one-letter loop variable [luacheck] Anton Shestakov 2016-07-14
net.server_select: remove unused one-letter loop variable [luacheck] Anton Shestakov 2016-07-14
net.dns: remove unused one-letter loop variables [luacheck] Anton Shestakov 2016-07-14
fallbacks.bit: remove unused one-letter loop variables [luacheck] Anton Shestakov 2016-07-14
run_tests: use "$@" for passing arguments [shellcheck] Anton Shestakov 2016-07-14
Merge 0.10->trunk Kim Alvefur 2016-07-13
Merge 0.9->0.10 Kim Alvefur 2016-07-13
sessionmanager: Make session.send() return true unless there really is an error [backported from 0.10] Kim Alvefur 2015-09-21
Merge 0.10->trunk Kim Alvefur 2016-07-13
tests: Add basic test for net.http.parser Kim Alvefur 2016-07-12
mod_http_errors: Add a newline after end of HTML Kim Alvefur 2016-07-12
mod_http_files: Send larger files using new file handle API Kim Alvefur 2016-07-11
mod_http_files: Switch to use util.cache for cache Kim Alvefur 2016-07-11
net.http.server: Add response method for reading response body from a file handle Kim Alvefur 2016-07-11
MUC: Hide new MUC room storage format behind an off-by-default option Kim Alvefur 2016-07-09
mod_http_files: send valid ETag header Anton Shestakov 2016-07-09
util.ip: rename variable (i is already defined) [luacheck] Anton Shestakov 2016-07-09
test_util_cache: rename a variable (c is already defined) [luacheck] Anton Shestakov 2016-07-09
test_util_cache: remove unused argument c3 [luacheck] Anton Shestakov 2016-07-09
prosodyctl: remove unused one-letter loop variable [luacheck] Anton Shestakov 2016-07-09
util.openssl: remove unused one-letter loop variable [luacheck] Anton Shestakov 2016-07-09
util.ip: remove unused one-letter loop variables [luacheck] Anton Shestakov 2016-07-09
net.dns: don't use "for s,s in pairs..." (unused loop variable s) [luacheck] Anton Shestakov 2016-07-09
luacheckrc: make module a global in plugins/ Anton Shestakov 2016-07-09
luacheckrc: make test helpers read-only globals, add testlib_new_env and runtest Anton Shestakov 2016-07-09
Merge 0.10->trunk Kim Alvefur 2016-07-08
luacheckrc: Ignore assert helper functions used in tests/* Kim Alvefur 2016-07-08
net.adns: remove unused local variables t_insert and t_remove [luacheck] Anton Shestakov 2016-07-08
mod_admin_telnet: remove unused import (util.serialization) [luacheck] Anton Shestakov 2016-07-08
test_util_jid: make function test() local [luacheck] Anton Shestakov 2016-07-08
test_util_multitable: make mt variable local [luacheck] Anton Shestakov 2016-07-08
mod_admin_telnet: rename variable to make it defined (room -> room_name) Anton Shestakov 2016-07-08
mod_presence: remove unused one-letter loop variable [luacheck] Anton Shestakov 2016-07-08
net.dns: remove unused one-letter loop variables [luacheck] Anton Shestakov 2016-07-08
net.server_select: remove unused one-letter loop variables [luacheck] Anton Shestakov 2016-07-08
Merge 0.10->trunk Kim Alvefur 2016-07-08
mod_c2s, mod_s2s: Bootstrap connection count statistic on module load Kim Alvefur 2016-07-07
Merge 0.10->trunk Matthew Wild 2016-07-07
net.http: Add log messages for requests, including their id (so "calling callback" and tracebacks can be traced back to their initial request) Matthew Wild 2016-07-07
net.http: Add request.id to every request object (can be overridden by providing ex.id) Matthew Wild 2016-07-07
Merge 0.10->trunk Matthew Wild 2016-06-28
util.time: New tiny library to abstract LuaSocket's gettime() function, so we can use other sources in the future Matthew Wild 2016-06-28
Merge 0.9->0.10 Kim Alvefur 2016-06-24
mod_privacy: Fix selecting the top resource (fixes #694) Kim Alvefur 2016-06-22
util.openssl: Handle return value from os.execute being true in Lua 5.2 Kim Alvefur 2016-06-23
util.prosodyctl: Handle os.execute in Lua 5.2 returning true when command terminates successfully Kim Alvefur 2016-06-23
Merge 0.10->trunk Kim Alvefur 2016-06-12
prosodyctl: Warn if encryption is required but mod_tls is not enabled (see #617) Kim Alvefur 2016-06-12
mod_pep: Use correct field for full JID (thanks Milan*) Kim Alvefur 2016-06-10
mod_pep: Include the bare user jid in event Kim Alvefur 2016-06-09
s2smanager: Include a stub thread on destroyed sessions (thanks Link Mauve) Kim Alvefur 2016-06-09
mod_s2s: Add util.async support Kim Alvefur 2016-05-30
Merge 0.10->trunk Kim Alvefur 2016-05-30
mod_s2s: Remove compat with namespace issue from Prosody pre-0.6.2 Kim Alvefur 2016-05-30
core.stanza_router: Remove compatibility with Jabiru not including id attribute (originally added in 9b352c8a32e6) Kim Alvefur 2016-05-30
Merge 0.10->trunk Kim Alvefur 2016-05-30
util.dataforms: Fix including default value for list-single when given as field.value[].default Kim Alvefur 2016-05-29
prosodyctl: Fix typo (thanks av6) Kim Alvefur 2016-05-28
Merge 0.10->trunk Kim Alvefur 2016-05-28
MUC: Allow members (or above) in members-only non-anonymous rooms to see the member list (fixes #445) Kim Alvefur 2016-05-28
util.dataforms: Allow separation of options from values in list fields Kim Alvefur 2016-05-27
Merge 0.10->trunk Kim Alvefur 2016-05-25
util.pposix: Ask for shared file descriptor table using rfork() on *BSD (fixes #412) Kim Alvefur 2016-05-25
util.crand: Silence compiler warning Kim Alvefur 2016-05-25
Merge 0.10->trunk Matthew Wild 2016-05-22