Software /
code /
prosody
Graph
-
Merge 0.9->0.102016-11-03, by Kim Alvefur
-
certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ... again (thanks waqas)2016-11-03, by Kim Alvefur
-
mod_tls: Ignore unused argument [luacheck]2016-11-02, by Kim Alvefur
-
mod_register: Rename session reference in wrapped close method [luacheck]2016-11-02, by Kim Alvefur
-
mod_register: Additional logging for various registration failure cases2016-11-02, by Kim Alvefur
-
net.server_epoll: Make sure socket exists before checking if there is buffered data in it2016-10-27, by Kim Alvefur
-
MUC: Include the appropriate status code if nickname is changed during join process2016-10-26, by Kim Alvefur
-
mod_muc/muc.lib: Allow passing different <x> elements to be passed to :publicise_occupant_status()2016-10-26, by Kim Alvefur
-
Merge 0.10->trunk2016-10-18, by Kim Alvefur
-
util.pubsub: Rename loop variable to avoid name clash [luacheck]2016-10-18, by Kim Alvefur
-
util.cache: Ignore unused argument [luacheck]2016-10-18, by Kim Alvefur
-
util.statsd: Ignore unused argument [luacheck]2016-10-18, by Kim Alvefur
-
util.array: Remove unused arguments [luacheck]2016-10-18, by Kim Alvefur
-
util.array: Rename arguments to avoid name clash [luacheck]2016-10-18, by Kim Alvefur
-
mod_carbons: Fix logic presendence2016-10-17, by Kim Alvefur
-
Merge 0.10->trunk2016-10-15, by Kim Alvefur
-
util.pubsub: Factor item storage cache into a per service configurable option2016-10-15, by Kim Alvefur
-
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
-
prosodyctl: Warn if encryption is required but mod_tls is not enabled (see #617)2016-06-12, by Kim Alvefur
-
mod_pep: Use correct field for full JID (thanks Milan*)2016-06-10, by Kim Alvefur
-
mod_pep: Include the bare user jid in event2016-06-09, by Kim Alvefur
-
s2smanager: Include a stub thread on destroyed sessions (thanks Link Mauve)2016-06-09, by Kim Alvefur
-
mod_s2s: Add util.async support2016-05-30, by Kim Alvefur
-
Merge 0.10->trunk2016-05-30, by Kim Alvefur
-
mod_s2s: Remove compat with namespace issue from Prosody pre-0.6.22016-05-30, by Kim Alvefur
-
Merge 0.10->trunk2016-05-30, by Kim Alvefur
-
util.dataforms: Fix including default value for list-single when given as field.value[].default2016-05-29, by Kim Alvefur
-
prosodyctl: Fix typo (thanks av6)2016-05-28, by Kim Alvefur
-
Merge 0.10->trunk2016-05-28, by Kim Alvefur
-
MUC: Allow members (or above) in members-only non-anonymous rooms to see the member list (fixes #445)2016-05-28, by Kim Alvefur
-
util.dataforms: Allow separation of options from values in list fields2016-05-27, by Kim Alvefur
-
Merge 0.10->trunk2016-05-25, by Kim Alvefur
-
util.pposix: Ask for shared file descriptor table using rfork() on *BSD (fixes #412)2016-05-25, by Kim Alvefur
-
util.crand: Silence compiler warning2016-05-25, by Kim Alvefur
-
Merge 0.10->trunk2016-05-22, by Matthew Wild
-
tests: Add initial tests for util.async2016-05-22, by Matthew Wild
-
util.async: Add some more comments for clarity2016-05-22, by Matthew Wild
-
Merge 0.10->trunk2016-05-22, by Kim Alvefur
-
Merge 0.9->0.102016-05-22, by Kim Alvefur
-
util.datamanager: Import tostring and type (fix global access)2016-05-22, by Kim Alvefur
-
util.sql: Import type too (fix global access)2016-05-22, by Kim Alvefur
-
mod_presence: Re-probe for contacts presence after outgoing 'subscribed' (fixes #673)2016-05-21, by Kim Alvefur
-
Merge 0.10->trunk2016-05-22, by Matthew Wild
-
util.sql: Import pcall (fixes #677)2016-05-22, by Matthew Wild
-
MUC: Send participant list and subject on explicit joins (thanks daurnimator)2016-05-15, by Kim Alvefur
-
Backed out changeset 63141a85beea, broke multi-session nicks2016-05-14, by Kim Alvefur
-
Merge 0.10->trunk2016-05-12, by Matthew Wild
-
util.events: Fix comparison of event_name with nil instead of false (fixes #554)2016-05-12, by Matthew Wild
-
MUC: Treat explicit join presence as join2016-05-07, by Kim Alvefur
-
Merge 0.10->trunk2016-05-04, by Kim Alvefur
-
portmanager: Set default read size back to 4K2016-05-04, by Kim Alvefur
-
net.server_event: Collect entire one line function on one line2016-05-04, by Kim Alvefur
-
MUC: Move status text out of <x> element (thanks Tobias)2016-05-04, by Kim Alvefur
-
MUC: Lower priority of hook so plugins hooks run before2016-05-04, by Kim Alvefur
-
MUC: Restore last message from state, not room config (missing change from cbb05b454c13)2016-04-30, by Kim Alvefur
-
MUC: Separate config from live state2016-04-29, by Kim Alvefur
-
MUC: Separate force-save parameter from save-entire-state flag2016-04-29, by Kim Alvefur
-
MUC: Stricter validation of deserialized data2016-04-29, by Kim Alvefur
-
MUC: Include the very last message in serialized form to keep it across eviction and restore2016-04-28, by Kim Alvefur
-
MUC: Add event for when room is done being created2016-04-28, by Kim Alvefur
-
MUC: Split out handling of the room-creating presence into its own method2016-04-28, by Kim Alvefur
-
MUC: Split out handling of normal (un)available presence into its own method2016-04-28, by Kim Alvefur
-
MUC: Move the locked flag into persisted data (so not to lose it on eviction)2016-04-28, by Kim Alvefur
-
MUC: Log cases of possible room resynchronisation2016-04-28, by Kim Alvefur
-
MUC: Use correct room name variable, fixes traceback (thanks mathieui)2016-04-27, by Kim Alvefur
-
MUC: Correctly iterate over suspended rooms while excluding live rooms2016-04-26, by Kim Alvefur
-
MUC: Don't force-save rooms where not needed2016-04-20, by Kim Alvefur
-
MUC: Assign priorities to config form hooks so they have a consistent order on each start2016-04-19, by Kim Alvefur
-
Merge 0.10->trunk2016-04-19, by Kim Alvefur
-
Merge 0.9->0.102016-04-19, by Kim Alvefur
-
MUC: Fix logic for when to broadcast unavailable presence (actual fix for 14170d161b39)2016-04-19, by Kim Alvefur
-
MUC: Return item-not-found as error when attempting to change role of non-existant occupant2016-04-19, by Kim Alvefur
-
Merge 0.10->trunk2016-04-19, by Kim Alvefur
-
Merge 0.9->0.102016-04-19, by Kim Alvefur
-
net.server_event: Return the correct value as timeout2016-04-19, by Kim Alvefur
-
net.server_event: Fix traceback if event re-added during starttls2016-04-19, by Kim Alvefur
-
mod_bosh: Add annotations to ignore unused arguments [luacheck]2016-04-19, by Kim Alvefur
-
mod_bosh: Remove unused imports (also mistake in merge)2016-04-19, by Kim Alvefur
-
mod_bosh: Fix imports that got lost in merge2016-04-19, by Kim Alvefur
-
Merge 0.10->trunk2016-04-19, by Kim Alvefur
-
mod_bosh: Don't decrement rid twice (thanks av6)2016-04-19, by Kim Alvefur
-
Merge 0.10->trunk2016-04-19, by Kim Alvefur
-
Merge 0.9->0.102016-04-19, by Kim Alvefur
-
MUC: Accept missing form as "instant room" request (fixes #377)2016-04-19, by Kim Alvefur
-
Merge 0.10->trunk2016-04-19, by Kim Alvefur
-
mod_bosh: Reject fractional 'wait' (See #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Return a proper BOSH error response from XML parse error callback (see #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Validate that 'sid' and 'wait' have sane values (fixes #475, also see #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Validate 'to' host (see #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Return a proper BOSH error response instead of deprecated(?) status code (See #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Log error returned from stream:feed()2016-04-19, by Kim Alvefur
-
mod_bosh: Return if a response has been sent already (See #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Remove unused import2016-04-19, by Kim Alvefur
-
CHANGES: Update for MUC changes2016-04-18, by Kim Alvefur
-
MUC: Store rooms on disk on shutdown2016-04-18, by Kim Alvefur
-
MUC: Cache public rooms and their names to speed up disco#items2016-04-18, by Kim Alvefur
-
MUC: Switch to util.cache for storing rooms, store rooms to disk on eviction2016-04-18, by Kim Alvefur
-
MUC: Add support for serializing live rooms, including occupants and their presence2016-04-18, by Kim Alvefur
-
MUC: Flatten format of serialized rooms2016-04-18, by Kim Alvefur
-
MUC: Move room deserialization to muc.lib2016-04-18, by Kim Alvefur
-
MUC: Wrap "support" for the groupchat 1.0 join protocol in a config option to allow disabling2016-04-18, by Kim Alvefur
-
MUC/subject: Fix reference to room for save call (self, not room)2016-04-18, by Kim Alvefur
-
MUC: Save yourself! (fixes reference to current room)2016-04-18, by Kim Alvefur
-
MUC: Assign occupants unavailable presence on room destruction, fixes destruction notification2016-04-18, by Kim Alvefur
-
MUC: Use config passed to rew_roow()2016-04-18, by Kim Alvefur
-
Merge with Link Mauve2016-04-17, by Kim Alvefur
-
MUC: Move 'preserialization' step to muc.lib2016-04-17, by Kim Alvefur
-
Update every link to the documentation to use HTTPS2016-04-16, by Emmanuel Gil Peyrot
-
mod_pubsub: Don’t require util.dataforms twice2016-04-16, by Emmanuel Gil Peyrot
-
MUC: Save room after subject is changed2016-04-15, by Kim Alvefur
-
Merge 0.10->trunk2016-04-15, by Kim Alvefur
-
util.iterators: Add iterator wrapper that works like select(n, ...) applied to original iterator2016-04-15, by Kim Alvefur
-
util.cache: Add method for iterating over values2016-04-15, by Kim Alvefur
-
MUC: Save room to storage once after form processing, not in each individual setter2016-04-15, by Kim Alvefur
-
MUC: Provide a noop stub room:save() method2016-04-14, by Kim Alvefur
-
util.iterators: Normalize indentation2016-04-13, by Kim Alvefur
-
MUC: Move history to room._history2016-04-12, by Kim Alvefur
-
mod_compression: Remove and replace with placeholder that logs an error2016-04-09, by Matthew Wild
-
Merge 0.10->trunk2016-04-08, by Kim Alvefur
-
MUC: Include originating session and stanza in events2016-04-08, by Kim Alvefur
-
MUC: Spread event tables over multiple lines2016-04-08, by Kim Alvefur
-
mod_presence: Fix variable name2016-04-08, by Kim Alvefur
-
mod_presence: Construct a 'from' JID when roster items are removed outside of a session2016-04-08, by Kim Alvefur
-
Merge 0.10->trunk2016-04-07, by Kim Alvefur
-
moduleapi: Allow an origin session to be passed to module:send()2016-04-06, by Kim Alvefur
-
Merge 0.10->trunk2016-04-06, by Kim Alvefur
-
mod_websocket: Fix read timeout handler (thanks mt)2016-04-06, by Kim Alvefur
-
server_event: addclient: wrapclient already calls startconnection for us [backported from trunk]2013-12-18, by daurnimator
-
Merge 0.10->trunk2016-04-05, by Kim Alvefur
-
server_event: Split long list of assignments into multiple lines for readability2016-04-05, by Kim Alvefur
-
server_event: Fix indentation (again)2016-04-05, by Kim Alvefur
-
Merge 0.10->trunk2016-04-05, by Kim Alvefur
-
mod_roster: Fire event for pending items for good measure2016-04-04, by Kim Alvefur
-
mod_roster: Handle roster item removal with event on user deletion2016-04-04, by Kim Alvefur
-
mod_presence: Send unavailable presence when roster items are removed (fixes #331)2016-04-04, by Kim Alvefur
-
mod_presence, mod_roster: Move responsibility for sending presence on roster removal to mod_presence2016-04-04, by Kim Alvefur
-
Merge 0.10->trunk2016-04-03, by Kim Alvefur
-
Merge 0.9->0.102016-04-03, by Kim Alvefur
-
mod_c2s: Just destroy the session when it has no connection (see #641)2016-04-03, by Kim Alvefur
-
Merge 0.10->trunk2016-04-02, by Kim Alvefur
-
mod_bosh: Skip sending stanzas removed out by filters (fixes #657)2016-04-01, by Kim Alvefur
-
storagemanager: Capitalize log message2016-04-01, by Kim Alvefur
-
Merge 0.10->trunk2016-03-29, by Kim Alvefur
-
net.server_select: Remove do-nothing os_difftime calls [backported from trunk]2015-01-19, by daurnimator
-
net.dns: Import unpack() in forward-compatible way (Fixes compat with Lua5.2+)2016-03-28, by Kim Alvefur
-
util.jid: Import select() into local (fixes traceback, tests on Lua 5.2)2016-03-28, by Kim Alvefur
-
Merge 0.10->trunk2016-03-26, by Matthew Wild
-
Merge 0.10->trunk2016-03-26, by Kim Alvefur
-
util.sql: Log errors in transaction to error level with traceback but return only error message (fixes #464)2016-03-25, by Kim Alvefur
-
Merge 0.10->trunk2016-03-24, by Kim Alvefur
-
mod_websocket: Send a ping on read timeout2016-03-23, by Kim Alvefur
-
Merge 0.10->trunk2016-03-23, by Matthew Wild
-
prosodyctl: Only use host part of JIDs eg components that have node parts (thanks suzyo)2016-03-22, by Kim Alvefur
-
Merge 0.10->trunk2016-03-21, by Matthew Wild
-
util.iterators: Fix use of incorrect variable accidentally introduced in a9ef93bc81d92016-03-21, by Matthew Wild
-
Merge 0.10->trunk2016-03-21, by Kim Alvefur
-
CHANGES: Move async to trunk, it was dropped from 0.102016-03-21, by Kim Alvefur
-
util.sql: Catch errors from LuaDBI connect (Fixes #568)2016-03-21, by Kim Alvefur
-
mod_storage_sql: Make sure all serialization errors are propagated2016-03-21, by Kim Alvefur
-
Merge 0.10->trunk2016-03-19, by Kim Alvefur
-
modulemanager: Silence log message about attempts to load already loaded modules for shared modules2016-03-19, by Kim Alvefur
-
Merge 0.10->trunk2016-03-18, by Matthew Wild
-
mod_component: Some cleanup [luacheck]2016-03-18, by Matthew Wild
-
mod_component: Fire event when component disconnects2016-03-18, by Matthew Wild
-
Merge2016-03-18, by Kim Alvefur
-
mod_saslauth: Disable DIGEST-MD5 by default (closes #515)2016-03-18, by Kim Alvefur
-
prosody, prosodyctl: Allow setting CFG_* variables via Lua interpreter before loading Prosody. Fixes #308.2016-03-18, by Matthew Wild
-
util.jid+tests: Add simple helpers... node(), host() and resource() for extracting specific parts of a JID2016-03-17, by Matthew Wild
-
Merge 0.10->trunk2016-03-17, by Kim Alvefur
-
mod_websocket: Make sure stanza xmlns filter runs late in the chain2016-03-17, by Kim Alvefur
-
mod_register: Make sure only an on_evict function or nil is passed to util.cache2016-03-17, by Kim Alvefur
-
Merge 0.10->trunk2016-03-17, by Matthew Wild
-
tests: util.cache: Tests for different return values of on_evict2016-03-17, by Matthew Wild
-
util.cache: Add head() and tail() methods (and tests)2016-03-17, by Matthew Wild
-
Merge 0.10->trunk2016-03-17, by Kim Alvefur
-
CHANGES: Remove mention of async2016-03-17, by Kim Alvefur
-
Merge 0.10->trunk2016-03-17, by Kim Alvefur
-
util.async: Remove to prevent blocking a stable release2016-03-17, by Kim Alvefur
-
mod_c2s: Remove use of util.async2016-03-17, by Kim Alvefur
-
Backed out BOSH use of util.async (changeset f0687c313cf1)2016-03-17, by Kim Alvefur
-
Merge 0.10->trunk2016-03-14, by Kim Alvefur
-
mod_presence: Fix partial rename2016-03-14, by Kim Alvefur
-
Merge 0.10->trunk2016-03-14, by Kim Alvefur
-
mod_presence: Move function for selecting "top resources" into a new util.presence2016-03-14, by Kim Alvefur
-
Merge 0.10->trunk2016-03-14, by Kim Alvefur
-
mod_s2s: Include name of remote server when it's missing the stream ID (thanks Ge0rG)2016-03-14, by Kim Alvefur
-
util.sql: Remove unused arguments [luacheck]2016-03-13, by Kim Alvefur
-
util.sql: Don't break out of result retreival loops2016-03-13, by Kim Alvefur
-
mod_storage_sql: Allow loops over results to end on their own2016-03-13, by Kim Alvefur
-
mod_storage_sql: Add LIMIT clause to queries where only a single row is expected2016-03-13, by Kim Alvefur
-
util.sql: Move per-driver (currenly only PostgreSQL) query transform into its own method2016-03-13, by Kim Alvefur
-
rostermanager: Remove FIXME, per XMPP Core 8.1.1.1, we do not need to set the 'to' attribute2016-03-12, by Kim Alvefur
-
MUC: Use already initialized logger2016-03-11, by Kim Alvefur
-
Merge 0.10->trunk2016-03-11, by Kim Alvefur
-
mod_watchregistrations: Use type-specific config API for 'registration_notification'2016-03-11, by Kim Alvefur
-
prosodyctl check: Add 'vcard_compatibility' to deprecated options2016-03-11, by Kim Alvefur
-
MUC: Use type-specific config API for the 'name' option2016-03-11, by Kim Alvefur
-
mod_presence: Use type-specific config API for boolean 'ignore_presence_priority' option2016-03-11, by Kim Alvefur
-
Merge 0.10->trunk2016-03-10, by Matthew Wild
-
util.prosodyctl: Remove unused variable [luacheck]2016-03-10, by Matthew Wild
-
util.json: Variable renaming to avoid shadowing [luacheck]2016-03-10, by Matthew Wild
-
util.iterators: Variable renaming to avoid shadowing [luacheck]2016-03-10, by Matthew Wild
-
util.iterators: Return initial var from upstream iterator [luacheck]2016-03-10, by Matthew Wild
-
util.iterators: Don't replace var, as we should preserve var from the original iterator [luacheck]2016-03-10, by Matthew Wild
-
Merge 0.10->trunk2016-03-09, by Matthew Wild
-
prosodyctl: Fix variable typo [luacheck]2016-03-09, by Matthew Wild
-
tests: Expand util.stanza tests2016-03-09, by Matthew Wild
-
util.stanza: Some code cleanup [luacheck]2016-03-09, by Matthew Wild
-
prosodyctl: Fix typo'd variable name [luacheck]2016-03-08, by Matthew Wild
-
Merge 0.10->trunk2016-03-07, by Kim Alvefur
-
prosodyctl: Use already sorted array of module names [luacheck]2016-03-07, by Kim Alvefur
-
prosodyctl: Include libevent version in "about" output if luaevent is available2016-03-07, by Kim Alvefur
-
Merge2016-03-07, by Matthew Wild
-
plugins/mod_http: Keep query string over automatic redirects2016-02-15, by daurnimator
-
MUC: Don't reply to error stanzas with more error stanzas (thanks woffs)2016-03-07, by Kim Alvefur
-
Merge trunk->0.102016-03-06, by Kim Alvefur
-
storagemanager: Fix saving data in map shim when no prior data exists2016-03-06, by Kim Alvefur
-
tests: Add namespace/prefix tracking test for util.xml2016-03-05, by Matthew Wild
-
Merge 0.10->trunk2016-03-05, by Matthew Wild
-
tests: Add basic tests for util.xml and util.xmppstream2016-03-05, by Matthew Wild
-
util.xmppstream: Remove namespace tracking, it's broken as implemented2016-03-05, by Matthew Wild
-
Merge 0.10->trunk2016-03-05, by Matthew Wild
-
tests: Add extra tests for util.json2016-03-05, by Matthew Wild
-
Merge 0.10->trunk2016-03-04, by Matthew Wild
-
util.json: Fix encoding of json.null (bug introduced in bf1f09a5bcf7)2016-03-04, by Matthew Wild
-
Makefile: Reduce verbosity of 'make test' so it only shows test failures2016-03-04, by Matthew Wild
-
Add tests for util.json2016-03-04, by Matthew Wild
-
Merge 0.10->trunk2016-03-03, by Kim Alvefur
-
Merge 0.9->0.102016-03-03, by Kim Alvefur
-
mod_http_files: Preserve a trailing / in paths (fixes #639)2016-03-03, by Kim Alvefur
-
mod_http_files: Don't prepend / to path twice, sanitize path does this already2016-03-03, by Kim Alvefur
-
mod_http_files: Fix traceback when serving a non-wildcard path (fixes #611)2016-03-03, by Kim Alvefur
-
mod_welcome: Pass default text to config API as default value2016-03-02, by Kim Alvefur
-
mod_welcome: Use type-specific config API2016-03-02, by Kim Alvefur
-
Merge 0.10->trunk2016-03-02, by Kim Alvefur
-
Merge 0.9->0.102016-03-02, by Kim Alvefur
-
net.server_event: Return true from conn:resume() to indicate success2016-03-02, by Kim Alvefur
-
net.server_event: Prevent resuming connections without readcallback, eg closed connections (fixes #590)2016-03-02, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
util.sasl.scram: Rename variable in places missed in 65e36b81d56a (thanks mt)2016-02-28, by Kim Alvefur
-
util.sasl.scram: Remove unused initial value [luacheck]2016-02-28, by Kim Alvefur
-
util.sasl.scram: Rename variable to avoid name clash [luacheck]2016-02-28, by Kim Alvefur
-
util.sasl.anonymous: Remove unused locals [luacheck]2016-02-28, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
prosodyctl: One month is 31 days, no 13 (thanks av6)2016-02-28, by Kim Alvefur
-
prosodyctl: Fix typo (thanks av6)2016-02-28, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
prosodyctl: check certs: Warn about certificate expiry in the near future2016-02-28, by Kim Alvefur
-
prosodyctl: check certs: Update messages to account for 'ssl' option maybe not existing2016-02-28, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
util.termcolours: Rename loop variable [luacheck]2016-02-28, by Kim Alvefur
-
util.termcolours: Validate color codes, fixes traceback2016-02-28, by Kim Alvefur
-
util.termcolours: Add some CSS color names2016-02-27, by Kim Alvefur
-
util.termcolours: Add 256 color support2016-02-27, by Kim Alvefur
-
util.datamanager: Explicit handling of each error condition (see #632)2016-02-27, by Kim Alvefur
-
Merge 0.9->0.102016-02-25, by Kim Alvefur
-
util.datamanager: Unreference file handle after closing it to prevent trying to close it again (fixes #632)2016-02-25, by Kim Alvefur
-
util.termcolours: Remove argument from noop function [luacheck]2016-02-25, by Kim Alvefur
-
util.termcolours: Silence luacheck warning2016-02-25, by Kim Alvefur
-
util.template: Use separate variables for source and compiled function [luacheck]2016-02-25, by Kim Alvefur
-
util.template: Silence luacheck warnings about unused loop vars2016-02-25, by Kim Alvefur
-
Merge 0.10->trunk2016-02-25, by Kim Alvefur
-
certs/Makefile: Add target for generating DH params2016-02-25, by Kim Alvefur
-
prosodyctl: Allow a DN path to be given to 'cert generate' command (fixes #349)2016-02-25, by Kim Alvefur
-
util.openssl: Allow order of distinguished name fields to be included in config2016-02-25, by Kim Alvefur
-
Merge 0.10->trunk2016-02-24, by Kim Alvefur
-
prosodyctl: Create host.sessions table, (needed by 1295e14614f4) (thanks goffi)2016-02-24, by Kim Alvefur
-
util.crand: Include stdlib.h instead of malloc.h for portability (thanks Tobias)2016-02-22, by Kim Alvefur
-
Merge 0.10->trunk2016-02-22, by Kim Alvefur
-
util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG2016-02-22, by Kim Alvefur
-
util.iterators: Use table.pack() on Lua 5.22016-02-22, by Kim Alvefur
-
util.multitable: Localize unpack() in Lua 5.2 compatible way2016-02-22, by Kim Alvefur
-
util.iterators: Localize unpack() in Lua 5.2 compatible way2016-02-22, by Kim Alvefur
-
util.import: Localize unpack() in Lua 5.2 compatible way2016-02-22, by Kim Alvefur
-
util.debug: Silence luacheck warning about modifying 'debug' lib2016-02-22, by Kim Alvefur
-
util.session: Fix luacheck warnings2016-02-22, by Kim Alvefur
-
util.sql: Localize unpack() in Lua 5.2 compatible way2016-02-22, by Kim Alvefur
-
Merge 0.10->trunk2016-02-22, by Kim Alvefur
-
usermanager: Shortcircuit user existence check if they have existing sessions2016-02-21, by Kim Alvefur
-
mod_debug_sql: Small plugin that enables raw SQL query logging (for debugging)2016-02-21, by Kim Alvefur
-
mod_storage_sql: Remove debug logging of archive queries2016-02-21, by Kim Alvefur
-
util.sql: Raw query debug logging (needs to be explicitly enabled by a plugin)2016-02-21, by Kim Alvefur
-
mod_storage_sql: Lower message about new engine creation to debug level2016-02-21, by Kim Alvefur
-
tests: Add minimal test for util.random that checks that it returns the number of bytes requested2016-02-21, by Kim Alvefur
-
Merge 0.10->trunk2016-02-21, by Kim Alvefur
-
mod_storage_sql: Share SQL connections with same parameters across VirtualHosts (fixes #576)2016-02-21, by Kim Alvefur
-
mod_storage_sql: Fix setting value to false in map store2016-02-19, by Kim Alvefur
-
Merge 0.10->trunk2016-02-19, by Matthew Wild
-
rostermanager: Require storagemanager at the top, fixes traceback on Lua 5.22016-02-19, by Matthew Wild
-
Merge 0.10->trunk2016-02-18, by Kim Alvefur
-
Makefile: Use runtime set by configure (fixes #629)2016-02-18, by Kim Alvefur
-
Merge 0.10->trunk2016-02-18, by Kim Alvefur
-
loggingmanager,modulemanager,moduleapi: Ignore warning about accessing _G.unpack [luacheck]2016-02-18, by Kim Alvefur
-
loggingmanager,modulemanager,moduleapi: Localize unpack compatible with Lua 5.2+2016-02-18, by Kim Alvefur
-
Merge 0.10->trunk2016-02-18, by Matthew Wild
-
certmanager: Localize tonumber2016-02-18, by Matthew Wild
-
Merge 0.10->trunk2016-02-18, by Matthew Wild
-
loggingmanager: Import select() to fix global access2016-02-18, by Matthew Wild
-
Merge 0.10->trunk2016-02-10, by Kim Alvefur
-
mod_storage_sql: Silence some harmless luacheck warnings2016-02-09, by Kim Alvefur
-
rostermanager: Use map stores when only one contact is changed2016-02-09, by Kim Alvefur
-
rostermanager: Use storagemanager2016-02-09, by Kim Alvefur
-
mod_storage_sql: Implement map:set_keys, allowing multiple keys to be set in the same transaction2016-02-09, by Kim Alvefur
-
storagemanager: Add set_keys method to map store shim2016-02-09, by Kim Alvefur
-
storagemanager: Fix map store shim if store is empty2014-08-08, by Kim Alvefur
-
storagemanager: When map store isn't available, fallback to keyval store [backported from trunk]2014-08-07, by daurnimator
-
mod_storage_sql: Support non-string keys in map store2016-02-08, by Kim Alvefur
-
Merge2016-02-08, by Matthew Wild
-
prosodyctl: fix CnP bug in deluser output2016-02-08, by Thomas Gstädtner
-
Merge 0.10->trunk2016-02-05, by Kim Alvefur
-
certmanager: Try filename.key if certificate is set to a full filename ending with .crt2016-02-05, by Kim Alvefur
-
certmanager: Apply global ssl config later so certificate/key is not overwritten by magic2016-02-05, by Kim Alvefur
-
hostmanager: Remove unused imports of 'jid_split' and 'select'2016-02-05, by Matthew Wild
-
moduleapi: Silence luacheck warning about unused 'id' parameter2016-02-05, by Matthew Wild
-
Merge 0.10->trunk2016-02-05, by Matthew Wild
-
certmanager: Support new certificate configuration for non-XMPP services too (fixes #614)2016-02-05, by Matthew Wild
-
loggingmanager: Stringify all arguments to format so we can finally see the *real* error messages2016-02-04, by Kim Alvefur
-
loggingmanager: Remove Windows hack, buffer_mode should fix this2016-02-04, by Kim Alvefur
-
loggingmanager: Write out timestamps in same write() call as everything else2016-02-04, by Kim Alvefur
-
loggingmanager: Make initial value for width of log name configurable2016-02-04, by Kim Alvefur
-
loggingmanager: Write out color code, log level and reset code in one call2016-02-04, by Kim Alvefur
-
loggingmanager: Don't reset default timestamp that is not changed by any other code2016-02-04, by Kim Alvefur
-
util.logger: Silence luacheck warning2016-02-04, by Kim Alvefur
-
util.logger: Remove unused locals2016-02-04, by Kim Alvefur
-
mod_groups: Move variable to smaller scope2016-02-04, by Kim Alvefur
-
mod_groups: Use module:get_option_path, look for file relative to config dir2016-02-04, by Kim Alvefur
-
moduleapi: Add API method for getting a file path2016-02-04, by Kim Alvefur
-
Merge 0.10->trunk2016-02-04, by Matthew Wild
-
MUC: Roll back parts of 50b9a7e86de9 that were not in the disco#info event2016-02-04, by Kim Alvefur
-
Merge 0.10->trunk2016-02-03, by Kim Alvefur
-
core.certmanager: Look for certificate and key in a few different places2016-02-03, by Kim Alvefur
-
MUC: Fix copypaste mistake2016-02-03, by Kim Alvefur
-
Merge 0.10->trunk2016-02-03, by Kim Alvefur
-
MUC: Separate form data from form in disco#info event2016-02-03, by Kim Alvefur
-
MUC: Fire a muc-disco#info event like in trunk so modules can extend the reply2016-02-03, by Kim Alvefur
-
Add util.ringbuffer, a ringbuffer with a file handle like interface2016-02-02, by Kim Alvefur
-
Merge 0.10->trunk2016-02-01, by Matthew Wild
-
util.random: Restore friendlier error from 0.9/util.uuid2016-01-31, by Kim Alvefur
-
Merge 0.10->trunk2016-01-30, by Kim Alvefur
-
CHANGES: Add websockets too (thanks av6)2016-01-29, by Kim Alvefur
-
CHANGES: Add some things trunk has over 0.10 (probably lots missing)2016-01-28, by Kim Alvefur
-
Merge 0.10->trunk2016-01-28, by Kim Alvefur
-
Add a CHANGES file with new features in 0.102016-01-28, by Kim Alvefur
-
tests: Use util.envload to load chunks (fixes #608)2016-01-28, by Kim Alvefur
-
Merge 0.10->trunk2016-01-27, by Matthew Wild
-
Merge 0.9->0.102016-01-27, by Matthew Wild
-
Added tag 0.9.10 for changeset 352270bc04392016-01-27, by Matthew Wild
-
mod_dialback: Follow XEP-0185 and use HMAC2016-01-19, by Kim Alvefur
-
Merge 0.10->trunk2016-01-26, by Kim Alvefur
-
Merge 0.9->0.102016-01-26, by Kim Alvefur
-
Merge 0.10->trunk2016-01-22, by Kim Alvefur
-
Merge 0.9->0.102016-01-22, by Kim Alvefur
-
server_select: Add logging of when servers are paused and resumed2016-01-22, by Kim Alvefur
-
server_select: Pause and mark server as full if accepting a client fails (fixes #597)2016-01-22, by Kim Alvefur
-
server_select: Retry accepting clients from full servers after 10s (matches libevent behaviour)2016-01-22, by Kim Alvefur
-
server_select: Keep track of which server listeners are full2016-01-22, by Kim Alvefur
-
net.dns: Remember query only after it was sent, in case it was not (fixes #598)2016-01-21, by Kim Alvefur
-
Backout 63f5870f9afe, no longer needed since Windows is currently unsupported2016-01-21, by Kim Alvefur
-
Merge 0.10->trunk2016-01-22, by Matthew Wild
-
mod_admin_telnet: Fix sorting of JIDs in c2s:show() family of functions (thanks lookshe and Zash)2016-01-22, by Matthew Wild
-
MUC: Add luacheck annotations, remove unused vars, rename conflicting vars etc2016-01-20, by Kim Alvefur
-
Merge 0.10->trunk2016-01-20, by Kim Alvefur
-
mod_dialback: Follow XEP-0185 and use HMAC2016-01-19, by Kim Alvefur
-
MUC: Rename variables to please luacheck2016-01-20, by Kim Alvefur
-
Merge 0.10->trunk2016-01-16, by Kim Alvefur
-
net.http.server: Return from listen_on() whatever net.server.addserver() returns2016-01-16, by Kim Alvefur
-
util.random: Open /dev/urandom read-only, make seed() a noop2016-01-12, by Kim Alvefur
-
prosody: Allow prosody.shutdown() to take an exit code for the process (thanks daurnimator)2016-01-15, by Matthew Wild
-
prosodyctl check: Fix traceback if the global modules_enabled is unset2016-01-12, by Kim Alvefur
-
mod_blocklist: Clear second level cache correctly on user deletion2016-01-11, by Kim Alvefur
-
Merge 0.9->0.102016-01-11, by Kim Alvefur
-
core: Increase default read size to "all of it", in practice 8K (size of LuaSockets buffer)2016-01-10, by Kim Alvefur
-
util.uuid: Open /dev/urandom read-only, make seed() a noop2016-01-10, by Kim Alvefur
-
Merge 0.10->trunk2016-01-10, by Kim Alvefur
-
tests: Add test for util.uuid (checks that the output format is correct)2016-01-10, by Kim Alvefur
-
tests: Correct mistake from latst merge, use the same variable name in all 3 places where it matters2016-01-10, by Kim Alvefur
-
Makefile: Add 'test' target that runs tests2016-01-09, by Kim Alvefur
-
mod_admin_telnet: c2s:count in less lines2016-01-09, by Kim Alvefur
-
mod_admin_telnet: Show unauthenticated clients identified by local/remote IP and port2016-01-09, by Kim Alvefur
-
mod_admin_telnet: c2s:show() etc, list all sessions including unauthenticated or not with no stream opened2016-01-09, by Kim Alvefur
-
mod_admin_telnet: Remove compat warning about 'console_banner' as a function2016-01-09, by Kim Alvefur
-
net.server_select: Add 'server' method to client connections (present in server_event)2016-01-09, by Kim Alvefur
-
prosodyctl: Show an example ssl config after generating a certificate2016-01-09, by Kim Alvefur
-
rostermanager: Rename variable to avoid name clash [luacheck]2016-01-09, by Kim Alvefur
-
Merge 0.10->trunk2016-01-08, by Kim Alvefur
-
tests: Fix merge, modulemanager test was removed2016-01-08, by Kim Alvefur
-
Merge 0.9->0.102016-01-08, by Kim Alvefur
-
Added tag 0.9.9 for changeset 7ec52755622f2016-01-08, by Matthew Wild
-
Backout 88d54bec26b7 prior to release, as it certainly requires more testing 0.9.92016-01-08, by Matthew Wild
-
util.uuid: Use /dev/urandom2016-01-06, by Kim Alvefur
-
net.dns: Allow a zone id in resolv.conf (eg like %eth0)2016-01-04, by Kim Alvefur
-
util.ip: Support zone id syntax in IPv6 addresses2016-01-04, by Kim Alvefur
-
net.dns: Support IPv6 addresses in resolv.conf [Backported from 0.10]2013-06-18, by Florian Zeitz
-
util.ip: Fix protocol detection of IPv6 addresses beginning with : [Backported from 0.10]2013-05-18, by Matthew Wild
-
util.random: Use /dev/urandom2016-01-06, by Kim Alvefur
-
util.uuid: Take random byte directly instead of the low bits from the ascii value of a hex nibble2016-01-06, by Kim Alvefur
-
Merge 0.10->trunk2016-01-04, by Matthew Wild
-
mod_bosh: Fire event when BOSH session is created2016-01-04, by Matthew Wild
-
Merge 0.10->trunk2016-01-04, by Matthew Wild
-
mod_admin_adhoc: Show only connections to/from the host the command was run on2016-01-03, by Kim Alvefur
-
mod_admin_adhoc: Remove extra ) that should not be there2016-01-03, by Kim Alvefur
-
server_select: Forward the actual TLS handshake error message2016-01-03, by Kim Alvefur
-
Merge 0.10->trunk2016-01-02, by Matthew Wild
-
net.server_select: Close all connections when quitting (and not just stepping), matches server_event2016-01-02, by Matthew Wild
-
net.server_event: Add conn.type == 'server' for server sockets (fixes closeallservers() )2016-01-02, by Matthew Wild
-
util.events: Document data structures2015-12-23, by Matthew Wild
-
Merge 0.10->trunk2016-01-01, by Kim Alvefur
-
mod_register: Fix typo2016-01-01, by Kim Alvefur
-
Merge 0.10->trunk2015-12-27, by Kim Alvefur
-
certs/Makefile: Fix generating cert from only a key (no config then)2015-12-24, by Kim Alvefur
-
man prosodyctl: Add information about the 'about' and 'check' commands2015-12-23, by Kim Alvefur
-
man prosodyctl: Add missing 'reload' command2015-12-23, by Kim Alvefur
-
man prosodyctl: Accidentally markdown2015-12-23, by Kim Alvefur
-
Merge 0.9->0.102015-12-23, by Kim Alvefur
-
certs/Makefile: Run key generation with a stricter umask (fixes a race condition)2015-12-23, by Kim Alvefur
-
mod_admin_telnet: Backport 06696882d972 from 0.10 (this command greatly helps with debugging HTTP issues)2015-12-22, by Matthew Wild
-
certs/Makefile: Add targets for any combination of already existing config, key file2015-12-23, by Kim Alvefur
-
mod_register: Support for blacklisting ips that are still over limit when they get pushed out of the cache2015-12-23, by Kim Alvefur
-
mod_register: Use util.cache to limit the number of per-ip throttles kept2015-12-23, by Kim Alvefur
-
mod_register: Switch to using util.throttle for limiting registrations per ip per time2015-12-23, by Kim Alvefur
-
tests: Add small test for util.throttle2015-12-23, by Kim Alvefur
-
util.openssl: Fix style / whitespace2015-12-23, by Kim Alvefur
-
util.openssl: Rename variables for readability2015-12-23, by Kim Alvefur
-
util.openssl: Move quoting and tostring call into escape function2015-12-23, by Kim Alvefur
-
util.array: Just use table.remove as array:pop()2015-12-23, by Kim Alvefur
-
util.array: Fix minory style issues2015-12-23, by Kim Alvefur
-
mod_register: Add comment explaining the workaround for replying when the account is being deleted2015-12-21, by Kim Alvefur
-
mod_register: Use session log instance to ease indentification2015-12-21, by Kim Alvefur
-
util.timer: Reschedule timers from stop() if the next pending event is stopped2015-12-23, by Kim Alvefur
-
mod_admin_telnet: Make timer:info command more robust2015-12-23, by Kim Alvefur
-
Merge 0.10->trunk2015-12-16, by Matthew Wild
-
Merge 0.9->0.102015-12-16, by Matthew Wild
-
MUC: Fix incorrect nesting of status codes when room config changes (fixes #579)2015-12-16, by Matthew Wild
-
util.uuid: Remove unused import2015-12-08, by Kim Alvefur
-
Merge2015-12-16, by Matthew Wild
-
mod_storage_sql: Fix use of SQLite3 in-memory database (no path expansion)2015-12-15, by Kim Alvefur
-
util.dependencies: Use prosody.log() instead of global log()2015-12-16, by Matthew Wild
-
loggingmanager: Add prosody.log (intended to be used instead of _G.log now)2015-12-11, by Matthew Wild
-
Merge 0.10->trunk2015-12-13, by Kim Alvefur
-
util.sslconfig: More descriptive variable names and also comments2015-12-13, by Kim Alvefur
-
Merge 0.10->trunk2015-12-12, by Kim Alvefur
-
util.datamanager: Add append to public api2015-12-11, by Kim Alvefur
-
util.datamanager: Return extra location info2015-12-11, by Kim Alvefur
-
util.datamanager: Make sure only strings are passed as data to append()2015-12-11, by Kim Alvefur
-
util.datamanager: Add some comments about the append function2015-12-11, by Kim Alvefur
-
util.datamanager: Handle potential error from :write() call2015-12-11, by Kim Alvefur
-
util.datamanager: Handle potential issues from fallocate2015-12-11, by Kim Alvefur
-
util.datamanager: No shadowing of variable [luacheck]2015-12-11, by Kim Alvefur
-
util.datamanager: Skip past second check if first attemtp to open file succeeds2015-12-11, by Kim Alvefur
-
util.datamanager: In append() collect status when closing file handle as it may fail (eg the implied flush)2015-12-11, by Kim Alvefur
-
util.datamanager: Overwrite 'data' variable instead of shadownig it [luacheck]2015-12-11, by Kim Alvefur
-
util.datamanager: Factor out code for appending bytes to a file2015-12-11, by Kim Alvefur
-
MUC: Update all config form handlers to take advantage of the new per-option events2015-12-11, by Matthew Wild
-
MUC: Fire per-field events for the config form, including those with value == nil (no <value/> element in form)2015-12-11, by Matthew Wild
-
mod_bosh: Instead of a global once-per-second timer add a timer for each session when needed2015-12-07, by Kim Alvefur
-
Merge 0.10->trunk2015-12-10, by Matthew Wild
-
mod_admin_telnet: Add http:list() command to get info about current HTTP endpoints on the server2015-12-10, by Matthew Wild
-
.luacheckrc: Whitelist import() global function2015-12-10, by Matthew Wild
-
prosody: Don't silently ignore unknown command-line options2015-12-10, by Matthew Wild
-
MUC: Fix previous commit2015-12-09, by Kim Alvefur
-
MUC: Process only options that are included in a form (Fixes #521)2015-12-08, by Kim Alvefur
-
util.dataforms: Track which fields are included in a form2015-12-08, by Kim Alvefur
-
portmanager: Lower the priority of module-supplied TLS options2015-12-08, by Kim Alvefur
-
core.usermanager: Return as soon as possible once admin status is known2015-12-06, by Kim Alvefur
-
Merge 0.10->trunk2015-12-06, by Kim Alvefur
-
mod_blocklist: Update Copyright header2015-12-06, by Kim Alvefur
-
mod_blocklist: Skip creating some tables and some processing if unblocking2015-12-06, by Kim Alvefur
-
mod_blocklist: Restructure how we keep track of where to send unavailable presence2015-12-06, by Kim Alvefur
-
mod_blocklist: session[username] can't possibly be unset if that user is sending queries2015-12-06, by Kim Alvefur
-
mod_blocklist: Add comments describing some variables2015-12-06, by Kim Alvefur
-
mod_blocklist: Expand comments on caching of blocklists2015-12-06, by Kim Alvefur
-
mod_blocklist: Add comment about compliance issue #5752015-12-06, by Kim Alvefur
-
mod_blocklist: Rename variable for clarity2015-12-06, by Kim Alvefur
-
mod_blocklist: Clear second level cache when user is deleted2015-12-05, by Kim Alvefur
-
Backout unintentional commit ed5440a6ef7f2015-12-03, by Matthew Wild
-
Merge 0.10->trunk2015-12-03, by Matthew Wild
-
Merge 0.10->trunk2015-12-03, by Matthew Wild
-
net.http.server: Import util.cache2015-12-03, by Matthew Wild
-
Merge...2015-12-03, by Kim Alvefur
-
Merge2015-12-03, by Kim Alvefur
-
prosodyctl check: Point out items in the modules_enabled list that incorrectly include the 'mod_' prefix2015-12-03, by Kim Alvefur
-
prosodyctl check: Really store imported LuaSec (must be a leftover from debugging)2015-12-03, by Kim Alvefur
-
prosodyctl check: Include global options when checking "all options"2015-12-03, by Kim Alvefur
-
mod_storage_sql2: Remove from trunk (all trunk-only changes backported)2015-12-03, by Matthew Wild
-
Merge 0.10->trunk2015-12-03, by Matthew Wild
-
mod_storage_sql: Add map store (backported from trunk)2015-12-03, by Matthew Wild
-
mod_storage_sql: Whitespace fix (backported from trunk)2015-12-03, by Matthew Wild
-
Merge 0.10->trunk2015-12-03, by Matthew Wild
-
net.http.server: Use new util.cache to remember wildcard event handlers2015-12-03, by Matthew Wild
-
storagemanager: Split config retrieval into its own function2015-12-03, by Matthew Wild
-
mod_proxy65: Use typed config API (fix issues when options are set to unexpected types)2015-12-03, by Kim Alvefur
-
Merge 0.10->trunk2015-11-26, by Matthew Wild
-
tests: Add tests for util.cache2015-11-26, by Matthew Wild
-
mod_blocklist: Use util.cache to manage how many users blocklists are kept in memory2015-11-25, by Kim Alvefur
-
util.cache: Make sure cache size is specified as an integer2015-11-25, by Kim Alvefur
-
util.pposix: Expose the uname GNU extension field 'domainname'2015-11-25, by Kim Alvefur
-
util.session: How would you even send anything to a session?2015-11-24, by Kim Alvefur
-
util.session: How does a session relate do a connection?2015-11-24, by Kim Alvefur
-
util.session: What does the session say?2015-11-24, by Kim Alvefur
-
util.session: What is the identity of a session?2015-11-24, by Kim Alvefur
-
util.session: What is a session?2015-11-24, by Kim Alvefur
-
mod_admin_telnet: Add timer:info() which shows some basic info about util.timer2015-11-25, by Kim Alvefur
-
Merge2015-11-24, by Matthew Wild
-
Merge 0.10->trunk2015-11-24, by Matthew Wild
-
util.cache: Ordered key->value data structure, with size limit (same as pubsub)2015-11-24, by Matthew Wild
-
util.timer: If possible, close the existing timer handle in order to have only one2015-11-22, by Kim Alvefur
-
util.timer: Keep count of how many timer instances are active2015-11-22, by Kim Alvefur
-
net.server_event: Return event handle from add_task so it can be closed by eg util.timer2015-11-22, by Kim Alvefur
-
Merge 0.10->trunk2015-11-22, by Matthew Wild
-
mod_admin_telnet: c2s:show(): Add flag to indicate remote sessions2015-11-22, by Matthew Wild
-
Merge 0.10->trunk2015-11-17, by Matthew Wild
-
Merge 0.9->0.102015-11-17, by Matthew Wild
-
cert/openssl.cnf: Split CSR and self-signed extensions into separate sections (see d2d7ad2563f9)2015-11-09, by Kim Alvefur
-
prosody: Fix sleep call that relied on the no longer existing socket global2015-11-16, by Kim Alvefur
-
Merge 0.10->trunk2015-11-09, by Kim Alvefur
-
mod_tls: Remove unused reference to global ssl config option (certmanager adds that to the context)2015-11-09, by Kim Alvefur
-
mod_s2s/s2sout: Keep SRV lookup response around even if it's empty2015-11-05, by Kim Alvefur
-
sessionmanager: Demote write error to debug message2015-11-05, by Kim Alvefur
-
sessionmanager: Clarify log message when failing to write data to connection2015-11-04, by Kim Alvefur
-
prosodyctl: check: Don't complain about c2s_ssl or s2s_ssl being in VirtualHost sections, that's supported2015-10-21, by Kim Alvefur
-
util.queue: Add luacheck annotations2015-10-18, by Matthew Wild
-
util.queue: Add :items() iterator2015-10-18, by Matthew Wild
-
statsmanager: Add get() method2015-10-18, by Matthew Wild
-
MUC: Reject muc:admin query with missing <item> child2015-10-18, by Kim Alvefur
-
Merge 0.10->trunk2015-10-17, by Kim Alvefur
-
Merge 0.9->0.102015-10-17, by Kim Alvefur
-
Makefile: Use more specific globbing for core directory in Makefile (Thanks Robert Scheck) (fixes #532)2015-10-14, by Kim Alvefur
-
Merge 0.10->trunk2015-10-11, by Kim Alvefur
-
Merge 0.9->0.102015-10-11, by Kim Alvefur
-
util.openssl: Separate extension sections into one for self-signed certs and one for requests2015-10-11, by Kim Alvefur
-
net.websocket.frames: Fix syntax error due to code copy pasting2015-10-06, by Kim Alvefur
-
net.websocket.frames: Use struct packing in Lua 5.3 or struct lib if available2015-10-06, by Kim Alvefur
-
net.websocket.frames: Pack and unpack 64bit ints without overflows (lua-bitop/bit32 are 32bit)2015-10-06, by Kim Alvefur
-
net.websocket.frames: Link to documentation when bitop is missing2015-10-06, by Kim Alvefur
-
net.websocket.frames: Throw an error if no bit lib is found2015-10-06, by Kim Alvefur
-
net.websocket.frames: Simplify import of bitlib2015-10-06, by Kim Alvefur
-
mod_websocket: Silence luacheck warnings2015-10-06, by Kim Alvefur
-
mod_websocket: Import util.timer and session close timeout config option (thanks fairuz)2015-10-06, by Kim Alvefur
-
Merge 0.10->trunk2015-10-02, by Kim Alvefur
-
util.jid: Fix backout2015-10-02, by Kim Alvefur
-
Merge 0.10->trunk2015-10-02, by Kim Alvefur
-
Backout 7e820979fd9b (broke tests)2015-10-02, by Kim Alvefur
-
Merge 0.10->trunk2015-09-26, by Kim Alvefur
-
Merge 0.9->0.102015-09-26, by Kim Alvefur
-
configure,util-src/Makefile: Make a variable that includes -l for OpenSSL (like with IDNA_LIBS)2015-09-26, by Kim Alvefur
-
Makefile: Use hypen to tell Make when to ignore errors2015-09-26, by Kim Alvefur
-
Makefile: Support generating prosody.version from hg archive metadata file2015-09-26, by Kim Alvefur
-
Makefile: Simplify generation of prosody.version using magic Make magic2015-09-26, by Kim Alvefur
-
util-src/Makefile: Remove redundant variables (set in config.unix already)2015-09-26, by Kim Alvefur
-
util-src/Makefile: Don't make exceptions for how to build .so for util.hashes and util.encodings2015-09-26, by Kim Alvefur
-
util-src/Makefile: Tell Make how to build .so from .o in a modern way (Let built-in rules handle .o)2015-09-26, by Kim Alvefur
-
util-src/Makefile: Move Lua include path into CFLAGS variable2015-09-26, by Kim Alvefur
-
configure, util-src/Makefile: Move OS X deployment flag to an C compiler argument set by configure2015-09-26, by Kim Alvefur
-
util-src/Makefile: Use variables for install binary and target directory2015-09-26, by Kim Alvefur
-
util-src/Makefile: Move list of .so files in a variable2015-09-26, by Kim Alvefur
-
mod_posix: Detect failure to load util.signal by first pcall return value not by type of the second2015-09-26, by Kim Alvefur
-
mod_posix: Normalize indentation2015-09-26, by Kim Alvefur
-
mod_http_files: Translate forward slashes to local directory separators2015-09-26, by Kim Alvefur
-
mod_http_files: Strip trailing directory separator regardless of directionality of the slash (fixes #545)2015-09-26, by Kim Alvefur
-
Merge 0.10->trunk2015-09-25, by Kim Alvefur
-
Merge 0.9->0.102015-09-25, by Kim Alvefur
-
xep227toprosody: Pass parser to callbacks (needed since addition of stanza size limits)2015-09-18, by Kim Alvefur
-
Merge 0.10->trunk2015-09-25, by Kim Alvefur
-
Merge2015-09-25, by Kim Alvefur
-
Merge 0.9->0.102015-09-25, by Matthew Wild
-
mod_pep: Don't store contacts' subscriptions to a user's nodes when that user is offline2015-09-25, by Matthew Wild
-
mod_pep: Document data structures, so I don't have to spend time remembering every time I work on this module2015-09-04, by Matthew Wild
-
net.dns: Unconditionally cache records found in answers2015-05-25, by Matthew Wild
-
server_event: Remove needless scoping around add_task2015-09-25, by Kim Alvefur
-
Merge 0.10->trunk2015-09-25, by Kim Alvefur
-
server_event: Fix indentation2015-09-25, by Kim Alvefur
-
server_event: Put function keyword on same line as the coroutine.wrap it's being passed to2015-09-25, by Kim Alvefur
-
server_event: Normalize indentation2015-09-25, by Kim Alvefur
-
server_event: Remove unused argument [luacheck]2015-09-25, by Kim Alvefur
-
server_event: Comment out the unused vdebug function [luacheck]2015-09-25, by Kim Alvefur
-
server_event: Remove unused former argument (fixes global access) [luacheck]2015-09-25, by Kim Alvefur
-
server_event: Rename luaevent module variable to avoid name clash [luacheck]2015-09-25, by Kim Alvefur
-
server_event: Add luacheck annotations2015-09-25, by Kim Alvefur
-
server_event: Remove needless scoping and indentation2015-09-25, by Kim Alvefur
-
server_event: Move local references to various functions to top of file2015-09-25, by Kim Alvefur
-
server_event: Replace implementation of ordered set with a simple table set2015-09-25, by Kim Alvefur
-
mod_s2s: Account for connections that time out in connection count measure2015-09-25, by Kim Alvefur
-
Merge 0.10->trunk2015-09-24, by Kim Alvefur
-
prosodyctl check: Warn if certificate checking is enforced but LuaSec is too old2015-09-24, by Kim Alvefur
-
prosodyctl check: Warn if encryption is required but LuaSec is unavailable2015-09-24, by Kim Alvefur
-
Merge 0.10->trunk2015-09-21, by Kim Alvefur
-
sessionmanager: Make session.send() return true unless there really is an error2015-09-21, by Kim Alvefur
-
plugins: Explicitly return to halt event propagation (session.send sometimes does not return true)2015-09-21, by Kim Alvefur
-
Makefile: Fix building prosody.version (.hg/dirstate is a file, not a directory)2015-09-21, by Kim Alvefur
-
Merge 0.10->trunk2015-09-19, by Kim Alvefur
-
mod_admin_telnet: Fix indentation2015-09-18, by Kim Alvefur
-
prosodyctl: Move files out of the way when generating new cert or key2015-09-19, by Kim Alvefur
-
util.timer: Fix indentation2015-09-18, by Kim Alvefur
-
Merge 0.10->trunk2015-09-17, by Kim Alvefur
-
mod_offline: Decrease priority of event handlers so 3rd party hooks fire first by default2015-09-16, by Kim Alvefur
-
mod_blocklist: Explicitly halt event propagation after returning a reply (send returns nil sometimes)2015-09-16, by Kim Alvefur
-
mod_tls: Fix inhertinance of 'ssl' option from "parent" host to subdomain (fixes #511)2015-09-15, by Kim Alvefur
-
MUC: Break a very long line2015-09-12, by Kim Alvefur
-
util.dataforms: Fix interaction of required fields and empty string values (fixes #521)2015-09-12, by Kim Alvefur
-
util.dataforms: Refactor parsing to reuse simple text parser instead of duplicate code2015-09-12, by Kim Alvefur
-
MUC: Prevent double replies when MUC affiliation/role change requests fail.2015-09-17, by Lance Stout
-
MUC: Fix traceback in request for MUC affiliation lists by non-affiliated (thanks Lance)2015-09-15, by Kim Alvefur
-
Merge 0.10->trunk2015-09-04, by Matthew Wild
-
tests/run_tests.sh: Let status code propagate to shell2015-09-04, by Matthew Wild
-
tests: Return status code depending on whether tests passed2015-09-04, by Matthew Wild
-
net/http: Use server.addclient2013-12-19, by daurnimator
-
Merge 0.10->trunk2015-09-03, by Kim Alvefur
-
util.stanza: Export xml_escape (missed during removal of module() calls)2015-09-03, by Kim Alvefur
-
Merge 0.10->trunk2015-09-03, by Matthew Wild
-
net.server_{select,event}: addclient: Add argument for overriding socket type2013-12-23, by Kim Alvefur
-
net/server_event: pcall require ssl rather than relying on globals2013-12-18, by daurnimator
-
net/server_event: add_client should have same arguments no-matter the server backend2013-12-18, by daurnimator
-
net/server_select: Fix typo2013-12-18, by daurnimator
-
net/server_select: addclient: Check arguments2013-12-18, by daurnimator
-
net/server_select: addclient: Check for failure correctly; remove wrapconnection call on failure2013-12-18, by daurnimator
-
net/server_select: Check arguments to add_server correctly2013-12-18, by daurnimator
-
Merge 0.10->trunk2015-09-02, by Matthew Wild
-
configure, Makefile: Make compatible with plain Bourne shell as used on Solaris. Fixes #418 (thanks jcea)2015-09-02, by Matthew Wild
-
storagemanager: Check if drivers support purging, warn otherwise2015-09-02, by Kim Alvefur
-
prosody: Set a luasocket global, fixes undefined global access in loop() (pending util.startup)2015-09-02, by Kim Alvefur
-
storagemanager: Export purge (fixes deleting users from usermanager) (thanks mt)2015-09-02, by Kim Alvefur
-
util.sql: Export db2uri (mod_storage_sql2 command uses it) (thanks mike)2015-09-02, by Kim Alvefur
-
util.sql: Log when transactions begin2015-08-30, by Kim Alvefur
-
mod_carbons: Get full_ and bare_sessions from the prosody global [luacheck]2015-08-27, by Kim Alvefur
-
mod_carbons: Carbon chat messages or normal messages that have a body2015-08-26, by Kim Alvefur
-
util.hex: Normalize hex to lowercase and discard non-hex input2015-08-26, by Kim Alvefur
-
plugins/muc/muc.lib: Fix issue #505 where unavailable presences were never used2015-08-24, by daurnimator
-
MUC: Remove duplicated import of muc/persistent (4caef6d53304 and this fixes #482)2015-08-26, by Kim Alvefur
-
Merge 0.10->trunk2015-08-26, by Kim Alvefur
-
Merge 0.9->0.102015-08-26, by Kim Alvefur
-
ejabberd2prosody: Support password stored as SCRAM hashes2015-08-20, by Kim Alvefur
-
mod_admin_adhoc: Declare local variable, don't set a global [luacheck]2015-08-26, by Kim Alvefur
-
mod_admin_adhoc: Import missing util.set (fixes #518)2015-08-26, by Kim Alvefur
-
Merge 0.10->trunk2015-08-22, by Kim Alvefur
-
mod_websocket: Import sessionmanager (fixes traceback)2015-08-21, by Kim Alvefur
-
storagemanager: Add forward declaration to fix use of open() before it's defined2015-08-20, by Kim Alvefur
-
Merge 0.10->trunk2015-08-20, by Kim Alvefur
-
luacheckrc: Ignore unused _ENV variable2015-08-20, by Kim Alvefur
-
util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to support 5.12015-04-26, by Kim Alvefur
-
portmanager: Add forward declarations2015-04-07, by Kim Alvefur
-
rostermanager: Add forward declarations2015-04-07, by Kim Alvefur
-
util.sasl.scram: Get rid of module call2015-04-07, by Kim Alvefur
-
util.json: Remove use of newproxy2015-03-13, by Kim Alvefur
-
prosodyctl: Import LuaSocket to a local, don't assume that a global will be set2015-03-13, by Kim Alvefur
-
util.helpers: Fix order of functions using each other [fixes 00412b36166f]2015-03-03, by Kim Alvefur
-
net.server_{select,event}: Don't rely on LuaSocket and LuaSec being present in the globals table2015-02-23, by Kim Alvefur
-
net.*: Remove use of module() function2015-02-21, by Kim Alvefur
-
core.*: Remove use of module() function2015-02-21, by Kim Alvefur
-
util.dependencies: Only abort on Lua versions before 5.1, log a warning about 5.2 and above for now2015-02-21, by Kim Alvefur
-
MUC: Fix logic error2015-08-16, by Kim Alvefur
-
Merge 0.10->trunk2015-08-11, by Kim Alvefur
-
Merge 0.9->0.102015-08-10, by Kim Alvefur
-
mod_component: Fire an event on successful component authentication (For Goffi)2015-08-10, by Kim Alvefur
-
util.interpolation: Add support for filter functions2015-08-07, by Kim Alvefur
-
util.{interpolation,prosodyctl,sql}: Trim trailing whitespace2015-07-17, by Kim Alvefur
-
Merge2015-07-27, by Matthew Wild
-
plugins/muc: Move loading of optional muc libraries from muc.lib.lua to mod_muc2015-07-27, by daurnimator
-
mod_muc: Fix a traceback when an owner joins a room2015-07-25, by Emmanuel Gil Peyrot
-
Merge 0.10->trunk2015-07-08, by Matthew Wild
-
util.sql: Add safety check to ensure our chosen connection charset is actually being used (MySQL)2015-07-08, by Matthew Wild
-
util.sql: Fix log level of debug message2015-07-08, by Matthew Wild
-
util.sql: Log debug message when connecting to database2015-07-08, by Matthew Wild
-
util.sql: Make set_encoding() return failure of SET NAMES2015-07-08, by Matthew Wild
-
util.sql: Return failure if set_encoding() fails2015-07-08, by Matthew Wild
-
mod_storage_sql2: Upgrade table if its charset does not match our connection's charset (thanks Zash)2015-07-08, by Matthew Wild
-
util.sql: Allow onconnect callback to fail connection to the DB by returning false, err2015-07-07, by Matthew Wild
-
mod_storage_sql2: Don't upgrade tables without admin intervention2015-07-07, by Matthew Wild
-
mod_storage_sql2: Add prosodyctl command to upgrade tables from the command-line2015-07-07, by Matthew Wild
-
mod_storage_sql2: Add missing return to upgrade_table(), so we know if an upgrade is required2015-07-07, by Matthew Wild
Scroll all the way down to load more.