mod_vcard: Stricter matching of vcard stanzas with vcard_compatibility enabled, fixes intercepting stanzas to the full JID that it shouldn't

util.signal: Make kill() available on Solaris; really fixes #136.

mod_posix: Fix to not loop in SIGTERM either, but the same happens with SIGHUP (where the same 'fix' can't be applied) - shall investigate tomorrow

prosody: Report the current socket backend in use

net.server_event: Add get_backend() method

net.server_select: Add get_backend() method

mod_posix: Set empty SIGINT handler when a SIGINT is caught

prosody: Clarify and add some comments to describe what we're doing when and why

Rename closeallservers to closeall in the public API (same as net.server_select) and expose setquitting

net.server_event: Add setquitting() function to be compatible with net.server_select

net.server_event: Fix closeallservers() to work correctly after the giant refactorizification

net.server_event: Return "quitting" on loop exit to be compatible with net.server_select, and give Prosody a way to know why the loop broke

mod_posix: Catch SIGINT

Merge with trunk

prosody: Less strict matching for the magic 'interrupted' error

mod_pep: Support item retrieval use cases

mod_pep: Allow storage of urn:xmpp:avatar:data node (payload only with base64 data)

prosodyctl: Nicer errors when addplugin command fails

util.datamanager: Store data stores with no host in '_global' folder

util.pluginloader: Don't specify a host for the plugin data store (clever waqas...)

mod_compression: Tweak some log levels

componentmanager: Set ssl_ctx[_in] for components correctly, and use global SSL context if available

prosody: Expose global_ssl_ctx through prosody object

Disable SSLv2 by default, it's known to be insecure.

mod_proxy65: Strip trailing whitespace

util-src/Makefile: Clean up makefile (re-commit because MattJ shouldn't commit anything at 3AM)

net.server_select, net.server_event: Convert to unix line endings from Windows

util-src/Makefile: Clean up makefile, rename lsignal.c to signal.c

configure: fix typo of 'yes' -> 'yet'

configure: Add 'linux' ostype and rename lflags to LDFLAGS to match expectations.

Redo merge with Waqas' PBKDF2 optimizations.

Merge with Waqas.

net.server_select: Restore checks for wantread/timeout errors on receive

mod_proxy65: Don't read data from the connection untill the proxying is activated

mod_proxy65: Make the proxying bidirectional

mod_proxy65: Use a bigger buffer for data we're proxying

mod_proxy65: Only lock the reading side when throttling

net.server_select: Add a function to just lock a stream for reading

mod_proxy65: Throttle connections to prevent senders flooding the server's buffers if the receiver doesn't receive fast enough

mod_proxy65: Replace error() calls with module:log("error", ...)

net.server_select: Make bufferlen() method return, of all things, the buffer length

net.server_event: Port fix in 2dc9bbf25447 to libevent-based backend

net.server_select: Fix possibility of losing data sent from a socket just before it closes (thanks Sjoerd Simons)

net.dns: Fix for blocking dns lookups to find waiting coroutines correctly (not that we use this in Prosody...)

net.dns: Port some DNS fixes to the resolver:feed() function for net.adns to use

Merge with 0.6

util.dependencies: Fix package name of LuaFilesystem

Merge with Tobias

mod_console: Show compression status on s2s:show() output.

Merge with tip.

Merge with Tobias

modulemanager, net.dns: Remove trailing whitespace

prosodyctl: Experimental 'addplugin' command

mod_compression: Removing trailing whitespace.

mod_compression: Declaring the de-/compression pipes as local.

mod_compression: Some comment clean up.

Merge with tip.

mod_compression: Removing forgotten debugging output.

mod_compression: Define db (dialback) namespace in stream header.

Merge with tip.

(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip

mercurial