Software /
code /
prosody
Graph
-
util.pubsub: Switch to use util.cache for item data2016-10-15, by Kim Alvefur
-
MUC: Run component shutdown after mod_c2s has closed its sessions (prevents ghosts)2016-10-15, by Kim Alvefur
-
Merge 0.10->trunk2016-10-13, by Kim Alvefur
-
certs/localhost.cnf: Make localhost.crt self-signed (thanks jonas)2016-10-13, by Kim Alvefur
-
net.server_epoll: Check that connection still exists after callback, fixes traceback when closed2016-10-09, by Kim Alvefur
-
Merge 0.10->trunk2016-10-08, by Kim Alvefur
-
Makefile: Fix installing modules into their correct subdirectories (thanks mimi89999)2016-10-08, by Kim Alvefur
-
net.server_event: Restore destruction of socket on read timeout (lost since e67891ad18d6) (thanks Ge0rG)2016-10-08, by Kim Alvefur
-
net.server_epoll: Separate ok from err branch more2016-10-07, by Kim Alvefur
-
Merge 0.10->trunk2016-10-07, by Kim Alvefur
-
mod_s2s: Log error message from DNS lookup2016-10-04, by Kim Alvefur
-
MUC: Return 'true' from room:destroy() so that use from the telnet console says 'OK'2016-10-01, by Kim Alvefur
-
Makefile: Preserve timestamps of installed files (fixes #547)2016-09-30, by Kim Alvefur
-
Makefile: Refactor all uses of the install command with variables, allowing them to be overridden2016-09-30, by Kim Alvefur
-
Makefile: Use install to copy plugins that live in subdirectories instead of recursive cp2016-09-30, by Kim Alvefur
-
Makefile: Use more specific globbing for util.sasl.* (like 5a60b4705bc3)2016-09-30, by Kim Alvefur
-
Merge 0.9->0.102016-09-28, by Kim Alvefur
-
Tagging 0.9.112016-09-27, by Matthew Wild
-
mod_s2s: Lower log message to 'warn' level, standard for remotely-triggered protocol issues 0.9.112016-09-27, by Matthew Wild
-
prosodyctl: Fix copy/paste error in help text for deluser command2016-09-27, by Matthew Wild
-
util.dependencies: Set global 'ssl' for compat with LuaSec 0.6 (fixes #749)2016-09-23, by Kim Alvefur
-
util.datamanager: Add annotations to ignore name clashes [luacheck]2016-09-24, by Kim Alvefur
-
util.datamanager: Rename variables to avoid name clashes [luacheck]2016-09-24, by Kim Alvefur
-
mod_carbons: Fix inverted logic (Thanks Ge0rg)}2016-09-23, by Kim Alvefur
-
mod_carbons: Compare with correct variable2016-09-23, by Kim Alvefur
-
mod_carbons: Make the conditions for ignoring MUC PMs more specific (fixes #744)2016-09-23, by Kim Alvefur
-
MUC: Remove "server changed your nickname" status code, it gets into the wrong places2016-10-01, by Kim Alvefur
-
MUC: Fix logic of nickname override detection (thanks mimi89999)2016-10-01, by Kim Alvefur
-
MUC: Insert the appropriate status code (210) if the nickname is overridden2016-09-29, by Kim Alvefur
-
Merge 0.10->trunk2016-09-12, by Matthew Wild
-
core.statsmanager: Use correct variable for config validation [luacheck]2016-09-12, by Kim Alvefur
-
core.certmanager: Split cipher list into array with comments explaining each part2016-09-12, by Kim Alvefur
-
mod_c2s, mod_s2s: Switch connection counting to 'amount' type and enumerate once per statistics interval2016-09-12, by Kim Alvefur
-
MUC: Fix conflict when restoring room where the same bare JID has joined as multiple participants2016-09-11, by Kim Alvefur
-
Merge 0.10->trunk2016-09-07, by Matthew Wild
-
mod_bosh: Save last response in case retransmission is required2016-09-07, by Sam Whited
-
net.server_epoll: Make minimum poll wait time configurable2016-09-04, by Kim Alvefur
-
net.server_epoll: Support for setting configuration parameters2016-09-04, by Kim Alvefur
-
mod_bosh: Update BOSH wait timeout logic to work despite the addition of deferred requests2016-09-02, by Matthew Wild
-
mod_bosh: Fix typo2016-09-02, by Matthew Wild
-
Merge 0.10->trunk2016-09-02, by Matthew Wild
-
mod_bosh: Log when a stanza isn't handled because we can't find a session for it2016-09-02, by Matthew Wild
-
mod_bosh: Correctly handle requests arriving out of order (thanks Jitsi folk!)2016-09-02, by Matthew Wild
-
Logging error if MUC room cache is full2016-09-02, by Sam Whited
-
Merge 0.10->trunk2016-08-31, by Matthew Wild
-
stanza_router: Make 'unhandled stanza' errors more informative2016-08-31, by Matthew Wild
-
Merge 0.10->trunk2016-08-31, by Matthew Wild
-
moduleapi: 'duration' became 'times'2016-08-31, by Matthew Wild
-
storagemanager: Fix for previous commit2016-08-31, by Matthew Wild
-
storagemanager: Fire event when opening a store, and allow the returned store/err to be overridden2016-08-31, by Matthew Wild
-
storagemanager: Simplify function flow2016-08-31, by Matthew Wild
-
Backed out changeset a23b5cb8c22b2016-08-31, by Matthew Wild
-
MUC: Restore modern version of public create_room() function removed in dfaacf042cfe2016-08-30, by Kim Alvefur
-
mod_admin_telnet: Fix to use modern way to fetch a MUC room2016-08-30, by Kim Alvefur
-
Merge 0.10->trunk2016-08-28, by Kim Alvefur
-
mod_s2s: Fire event when s2s connection fails2016-08-27, by Matthew Wild
-
net.server_epoll: More comments2016-08-27, by Kim Alvefur
-
Merge 0.10->trunk2016-08-26, by Kim Alvefur
-
net.http.parser: Don't collapse buffer when expecting a chunk and not enough data has been received2016-08-26, by Kim Alvefur
-
net.http.parser: Fix missing buffer length adjustment when parsing chunked streams2016-08-26, by Kim Alvefur
-
Merge 0.10->trunk2016-08-24, by Kim Alvefur
-
configure: Add ostype preset for NetBSD2015-04-17, by Holger Weiss
-
MUC: Fix compatibility with new and old storage format2016-08-23, by Kim Alvefur
-
net.server_epoll: Remove commented out code2016-08-23, by Kim Alvefur
-
net.server_epoll: Return early in the event of zero timers2016-08-23, by Kim Alvefur
-
net.server_epoll: Fix timer returning boolean2016-08-23, by Kim Alvefur
-
net.server_epoll: Let :init handle setup for onconnect handling2016-08-22, by Kim Alvefur
-
net.server_epoll: Tailcalls2016-08-22, by Kim Alvefur
-
net.server_epoll: Move management of fd registry to :setflags2016-08-22, by Kim Alvefur
-
net.server_epoll: Comments2016-08-22, by Kim Alvefur
-
net.server_epoll: Make maximum wait time configurable2016-08-22, by Kim Alvefur
-
Merge 0.10->trunk2016-08-20, by Kim Alvefur
-
mod_blocklist: Mention issue numbers2016-08-20, by Kim Alvefur
-
mod_blocklist: Decrease priority of iq hooks to ease handling by other modules2016-08-20, by Kim Alvefur
-
Merge 0.10->trunk2016-08-19, by Kim Alvefur
-
configure: Add --compiler-wrapper flag for using things like ccache or distcc2016-08-19, by Kim Alvefur
-
configure: Add initial attempt at pkg-config preset2016-08-19, by Kim Alvefur
-
configure: Do the same to CFLAGS and LDFLAGS in linux preset as for debian2016-08-19, by Kim Alvefur
-
configure: Move -ggdb flag here from util-src/Make2016-08-19, by Kim Alvefur
-
configure: Add C compiler flag to indicate C892016-08-19, by Kim Alvefur
-
Move C compiler flag -pedantic from Makefile to configure2016-08-19, by Kim Alvefur
-
util-src/Makefile: Remove redundant -Wall (already set by configure)2016-08-19, by Kim Alvefur
-
configure: Remove unused 'find_helper' function2016-08-19, by Kim Alvefur
-
configure: Indicate that LUA_INCDIR is set in openbsd preset2016-08-19, by Kim Alvefur
-
configure: Quote strings2016-08-19, by Kim Alvefur
-
configure: Respect Lua suffix in Debian preset if already set2016-08-19, by Kim Alvefur
-
configure: Normalize whitespace2016-08-19, by Kim Alvefur
-
Merge 0.10->trunk2016-08-18, by Kim Alvefur
-
net.server_epoll: Call ondetach when listeners are replaced2016-08-18, by Kim Alvefur
-
net.server_epoll: Make sure wantwrite is set when starting TLS2016-08-18, by Kim Alvefur
-
net.server_epoll: Prevent invalid FDs from being added to epoll2016-08-18, by Kim Alvefur
-
net.server_epoll: Make sure a recent LuaSocket is avaliable2016-08-18, by Kim Alvefur
-
net.server_epoll: Trigger onconnect for TLS connections when writable after handshake2016-08-18, by Kim Alvefur
-
net.server_epoll: Add separate timout for initial connection2016-08-18, by Kim Alvefur
-
net.server_epoll: TLS handshake timeout2016-08-18, by Kim Alvefur
-
net.server_epoll: Refactor to use common initialization2016-08-18, by Kim Alvefur
-
net.server_epoll: Connect async in addclient2016-08-18, by Kim Alvefur
-
net.server_epoll: Return status from starttls method2016-08-18, by Kim Alvefur
-
net.server_epoll: Prevent anything from happening to destroyed sockets2016-08-18, by Kim Alvefur
-
net.server_epoll: Prevent further writing after closing a socket2016-08-18, by Kim Alvefur
-
net.server_epoll: Additional logging of connects and TLS2016-08-18, by Kim Alvefur
-
net.server_epoll: Improve syntax2016-08-18, by Kim Alvefur
-
net.server_epoll: Remove read timeout when waiting to read more from buffer2016-08-18, by Kim Alvefur
-
net.server_epoll: Return early on successful write2016-08-18, by Kim Alvefur
-
net.server_epoll: Don't call ondrain when connection is to be closed2016-08-18, by Kim Alvefur
-
net.server_epoll: Comment some overly verbose logging2016-08-18, by Kim Alvefur
-
net.server_epoll: Return something as FD when no connection exists2016-08-18, by Kim Alvefur
-
net.server_epoll: Improve string representation of connections2016-08-18, by Kim Alvefur
-
net.server_epoll: Collect and expose local and remote address and ports2016-08-18, by Kim Alvefur
-
net.server_epoll: Call callbacks through common method in protected mode2016-08-18, by Kim Alvefur
-
net.http.server: Add luacheck annotations2016-08-18, by Kim Alvefur
-
Merge 0.9->0.102016-08-18, by Kim Alvefur
-
mod_http: Allow configuring http parser size limits2016-08-18, by Kim Alvefur
-
net.http.server: Expose way to set http server options2016-08-18, by Kim Alvefur
-
net.http.parser: Allow limits to be configurable via options callback2016-08-18, by Kim Alvefur
-
net.http.parser: Add a limit on maximum buffer size, default to 20M2016-08-18, by Kim Alvefur
-
net.http.parser: Add a limit on content length, default to 10M2016-08-18, by Kim Alvefur
-
net.http.parser: Buffer into a table to reduce GC pressure, collapse to string when needed (fixes #603)2016-08-13, by Kim Alvefur
-
net.server_epoll: Fix missing quotes in logging call2016-08-18, by Kim Alvefur
-
net.server_epoll: Add some comments2016-08-17, by Kim Alvefur
-
net.http.codes: Add HTTP status code 451 Unavailable For Legal Reasons from RFC 77252016-08-13, by Kim Alvefur
-
net.http.codes: Remove used argument2016-08-13, by Kim Alvefur
-
mod_register: Fix inverted throttle check (fixes #724)2016-08-13, by Kim Alvefur
-
net.http.parser: Remove unused argument [luacheck]2016-08-13, by Kim Alvefur
-
ejabberdsql2prosody: rename variable 't' to prevent shadowing upvalues [luacheck]2016-08-12, by Anton Shestakov
-
ejabberdsql2prosody: rename variable 'host' to prevent shadowing upvalue [luacheck]2016-08-12, by Anton Shestakov
-
ejabberdsql2prosody: remove unused one-letter loop variables [luacheck]2016-08-12, by Anton Shestakov
-
ejabberdsql2prosody: remove unused function pushback() [luacheck]2016-08-12, by Anton Shestakov
-
net.server_epoll: Clear write flag before calling ondrain, fixes calling of ondisconnect on explicit close2016-08-16, by Kim Alvefur
-
net.server_epoll: Wrap calling of ondisconnect listener in additional indirection2016-08-13, by Kim Alvefur
-
Merge 0.10->trunk2016-08-11, by Kim Alvefur
-
mod_s2s: Set read mode for s2sout sockets to the same as s2sins2016-08-11, by Kim Alvefur
-
net.server_epoll: Continue reading after a slight delay if there is buffered data after a read2016-08-11, by Kim Alvefur
-
net.server_epoll: Replace any previous pausefor timer2016-08-11, by Kim Alvefur
-
net.server_epoll: Fix calculation of next timer event2016-08-11, by Kim Alvefur
-
net.server_epoll: Don't mistake success for an error2016-08-11, by Kim Alvefur
-
net.server_epoll: Make addclient conform to API (expected by net.http.request)2016-08-10, by Kim Alvefur
-
net.server_epoll: Some logging when closing a connection2016-08-10, by Kim Alvefur
-
net.server_epoll: Use first writable event to signal onconnect2016-08-10, by Kim Alvefur
-
net.server_epoll: Make addclient use wrapclient2016-08-10, by Kim Alvefur
-
net.server_epoll: Log epoll_ctl() calls and return values2016-08-10, by Kim Alvefur
-
net.server_epoll: Rename arguments and varibles for consistensy2016-08-10, by Kim Alvefur
-
net.server_epoll: Remove last traces of code for bypassing buffering on writable sockets2016-08-10, by Kim Alvefur
-
Merge 0.10->trunk2016-08-10, by Kim Alvefur
-
configure: Remove C++ compiler variable, not used2016-08-10, by Kim Alvefur
-
net.server_epoll: New experimental server backend2016-08-10, by Kim Alvefur
-
net.server: Monkey-patch in a fallback get_backend method if missing2016-08-10, by Kim Alvefur
-
net.server: Allow arbitrary network backends to be configured2016-08-10, by Kim Alvefur
-
net.server: Only update configuration if server backend supports changing settings2016-08-10, by Kim Alvefur
-
net.server: Fix whitespace2016-08-10, by Kim Alvefur
-
Merge 0.10->trunk2016-08-08, by Kim Alvefur
-
mod_c2s: Don't try to keep alive sessions where the stream is not (yet) open2016-08-07, by Kim Alvefur
-
mod_c2s: Fix whitespace (why does it keep getting messed up?)2016-08-07, by Kim Alvefur
-
util.table: Move loop variable to top of function for C89 compatibility2016-08-07, by Kim Alvefur
-
MUC: Pass room JID instead of room itself to logger, fixes traceback (thanks damencho)2016-08-06, by Kim Alvefur
-
doc/session: As far as I remember, sessions have had a close method, not disconnect2016-08-03, by Kim Alvefur
-
Merge 0.10 -> trunk2016-07-29, by Matthew Wild
-
Merge 0.10->trunk2016-07-29, by Kim Alvefur
-
certmanager: Assume default config path of '.' (fixes prosodyctl check certs when not installed)2016-07-29, by Kim Alvefur
-
Merge 0.10 -> trunk2016-07-28, by Matthew Wild
-
util.openssl: rename variable to not collide with other 'k's [luacheck]2016-07-28, by Anton Shestakov
-
prosodyctl: remove unused variables [luacheck]2016-07-28, by Anton Shestakov
-
net.dns: remove unused variable unpack [luacheck]2016-07-28, by Anton Shestakov
-
net.server_select: remove unused import [luacheck]2016-07-28, by Anton Shestakov
-
Merge 0.10->trunk2016-07-27, by Matthew Wild
-
Merge 0.10 -> trunk2016-07-27, by Matthew Wild
-
statsmanager, util.statsd: Add built-in statsd provider2016-07-27, by Matthew Wild
-
statsmanager: Add 'stats_provider' option, to allow selecting alternative API providers to util.statistics2016-07-27, by Matthew Wild
-
net.http: Add quotes around ids in log messages2016-07-27, by Matthew Wild
-
util.table: Add pack() function (this is already available in Lua 5.2+)2016-07-27, by Matthew Wild
-
mod_http: Fix indentation in redir_handler2016-07-24, by Emmanuel Gil Peyrot
-
Default configuration: Remove trailing whitespaces2016-07-24, by Emmanuel Gil Peyrot
-
Merge 0.10->trunk2016-07-23, by Kim Alvefur
-
test_utf8: remove 2 unused variables and an undefined variable [luacheck]2016-07-23, by Anton Shestakov
-
test_util_http: wrap individual test blocks in do-end [luacheck]2016-07-23, by Anton Shestakov
-
util.sql: remove unused one-letter loop variables [luacheck]2016-07-23, by Anton Shestakov
-
test_util_uuid: remove unused one-letter loop variable [luacheck]2016-07-23, by Anton Shestakov
-
test_util_multitable: remove unused one-letter loop variable [luacheck]2016-07-23, by Anton Shestakov
-
Merge 0.10->trunk2016-07-21, by Matthew Wild
-
test_util_queue: finish stress-test by emptying the queue2016-07-20, by Anton Shestakov
-
test_util_queue: Reduce iteration count of loop and add asserts2016-07-20, by Kim Alvefur
-
tests: Adapt test for util.queue to the test framework2016-07-20, by Kim Alvefur
-
mod_bosh: Fix merge mistakes from c8923f8822742016-07-14, by Kim Alvefur
-
Merge 0.10->trunk2016-07-14, by Kim Alvefur
-
test_util_cache: wrap individual test blocks in do-end [luacheck]2016-07-14, by Anton Shestakov
-
test_util_stanza: wrap individual test blocks in do-end [luacheck]2016-07-14, by Anton Shestakov
-
mod_net_multiplex: remove unused one-letter loop variable [luacheck]2016-07-14, by Anton Shestakov
-
net.server_select: remove unused one-letter loop variable [luacheck]2016-07-14, by Anton Shestakov
-
net.dns: remove unused one-letter loop variables [luacheck]2016-07-14, by Anton Shestakov
-
fallbacks.bit: remove unused one-letter loop variables [luacheck]2016-07-14, by Anton Shestakov
-
run_tests: use "$@" for passing arguments [shellcheck]2016-07-14, by Anton Shestakov
-
Merge 0.10->trunk2016-07-13, by Kim Alvefur
-
Merge 0.9->0.102016-07-13, by Kim Alvefur
-
sessionmanager: Make session.send() return true unless there really is an error [backported from 0.10]2015-09-21, by Kim Alvefur
-
Merge 0.10->trunk2016-07-13, by Kim Alvefur
-
tests: Add basic test for net.http.parser2016-07-12, by Kim Alvefur
-
mod_http_errors: Add a newline after end of HTML2016-07-12, by Kim Alvefur
-
mod_http_files: Send larger files using new file handle API2016-07-11, by Kim Alvefur
-
mod_http_files: Switch to use util.cache for cache2016-07-11, by Kim Alvefur
-
net.http.server: Add response method for reading response body from a file handle2016-07-11, by Kim Alvefur
-
MUC: Hide new MUC room storage format behind an off-by-default option2016-07-09, by Kim Alvefur
-
mod_http_files: send valid ETag header2016-07-09, by Anton Shestakov
-
util.ip: rename variable (i is already defined) [luacheck]2016-07-09, by Anton Shestakov
-
test_util_cache: rename a variable (c is already defined) [luacheck]2016-07-09, by Anton Shestakov
-
test_util_cache: remove unused argument c3 [luacheck]2016-07-09, by Anton Shestakov
-
prosodyctl: remove unused one-letter loop variable [luacheck]2016-07-09, by Anton Shestakov
-
util.openssl: remove unused one-letter loop variable [luacheck]2016-07-09, by Anton Shestakov
-
util.ip: remove unused one-letter loop variables [luacheck]2016-07-09, by Anton Shestakov
-
net.dns: don't use "for s,s in pairs..." (unused loop variable s) [luacheck]2016-07-09, by Anton Shestakov
-
luacheckrc: make module a global in plugins/2016-07-09, by Anton Shestakov
-
luacheckrc: make test helpers read-only globals, add testlib_new_env and runtest2016-07-09, by Anton Shestakov
-
Merge 0.10->trunk2016-07-08, by Kim Alvefur
-
luacheckrc: Ignore assert helper functions used in tests/*2016-07-08, by Kim Alvefur
-
net.adns: remove unused local variables t_insert and t_remove [luacheck]2016-07-08, by Anton Shestakov
-
mod_admin_telnet: remove unused import (util.serialization) [luacheck]2016-07-08, by Anton Shestakov
-
test_util_jid: make function test() local [luacheck]2016-07-08, by Anton Shestakov
-
test_util_multitable: make mt variable local [luacheck]2016-07-08, by Anton Shestakov
-
mod_admin_telnet: rename variable to make it defined (room -> room_name)2016-07-08, by Anton Shestakov
-
mod_presence: remove unused one-letter loop variable [luacheck]2016-07-08, by Anton Shestakov
-
net.dns: remove unused one-letter loop variables [luacheck]2016-07-08, by Anton Shestakov
-
net.server_select: remove unused one-letter loop variables [luacheck]2016-07-08, by Anton Shestakov
-
Merge 0.10->trunk2016-07-08, by Kim Alvefur
-
mod_c2s, mod_s2s: Bootstrap connection count statistic on module load2016-07-07, by Kim Alvefur
-
Merge 0.10->trunk2016-07-07, by Matthew Wild
-
net.http: Add request.id to every request object (can be overridden by providing ex.id)2016-07-07, by Matthew Wild
-
Merge 0.10->trunk2016-06-28, by Matthew Wild
-
Merge 0.9->0.102016-06-24, by Kim Alvefur
-
mod_privacy: Fix selecting the top resource (fixes #694)2016-06-22, by Kim Alvefur
-
util.openssl: Handle return value from os.execute being true in Lua 5.22016-06-23, by Kim Alvefur
-
util.prosodyctl: Handle os.execute in Lua 5.2 returning true when command terminates successfully2016-06-23, by Kim Alvefur
-
Merge 0.10->trunk2016-06-12, by Kim Alvefur
Scroll all the way down to load more.