prosody.git
2009-12-09 Waqas Hussainutil.signal: Make kill() available on Solaris; really...
2009-12-08 Matthew Wildmod_posix: Fix to not loop in SIGTERM either, but the...
2009-12-08 Matthew Wildprosody: Report the current socket backend in use
2009-12-08 Matthew Wildnet.server_event: Add get_backend() method
2009-12-08 Matthew Wildnet.server_select: Add get_backend() method
2009-12-08 Matthew Wildmod_posix: Set empty SIGINT handler when a SIGINT is...
2009-12-08 Matthew Wildprosody: Clarify and add some comments to describe...
2009-12-07 Matthew WildRename closeallservers to closeall in the public API...
2009-12-07 Matthew Wildnet.server_event: Add setquitting() function to be...
2009-12-07 Matthew Wildnet.server_event: Fix closeallservers() to work correct...
2009-12-07 Matthew Wildnet.server_event: Return "quitting" on loop exit to...
2009-12-07 Matthew Wildmod_posix: Catch SIGINT
2009-12-07 Matthew WildMerge with trunk
2009-12-07 Matthew Wildprosody: Less strict matching for the magic 'interrupte...
2009-12-07 Matthew Wildprosodyctl: Nicer errors when addplugin command fails
2009-12-06 Matthew Wildutil.datamanager: Store data stores with no host in...
2009-12-05 Paul Aurichmod_pep: Support item retrieval use cases
2009-12-05 Paul Aurichmod_pep: Allow storage of urn:xmpp:avatar:data node...
2009-12-05 Matthew Wildutil.pluginloader: Don't specify a host for the plugin...
2009-12-04 Matthew Wildmod_compression: Tweak some log levels
2009-12-04 Matthew Wildcomponentmanager: Set ssl_ctx[_in] for components corre...
2009-12-04 Matthew Wildprosody: Expose global_ssl_ctx through prosody object
2009-12-04 Paul AurichDisable SSLv2 by default, it's known to be insecure.
2009-12-04 Matthew Wildmod_proxy65: Strip trailing whitespace
2009-12-04 Brian Cullyutil-src/Makefile: Clean up makefile (re-commit because...
2009-12-04 Matthew Wildnet.server_select, net.server_event: Convert to unix...
2009-12-04 Brian Cullyutil-src/Makefile: Clean up makefile, rename lsignal...
2009-12-04 Matthew Wildconfigure: fix typo of 'yes' -> 'yet'
2009-12-04 Brian Cullyconfigure: Add 'linux' ostype and rename lflags to...
2009-12-03 Tobias MarkmannRedo merge with Waqas' PBKDF2 optimizations.
2009-12-03 Tobias MarkmannMerge with Waqas.
2009-12-03 Matthew Wildnet.server_select: Restore checks for wantread/timeout...
2009-12-03 Sjoerd Simonsmod_proxy65: Don't read data from the connection untill...
2009-12-03 Sjoerd Simonsmod_proxy65: Make the proxying bidirectional
2009-12-03 Sjoerd Simonsmod_proxy65: Use a bigger buffer for data we're proxying
2009-12-03 Sjoerd Simonsmod_proxy65: Only lock the reading side when throttling
2009-12-03 Sjoerd Simonsnet.server_select: Add a function to just lock a stream...
2009-12-03 Matthew Wildmod_proxy65: Throttle connections to prevent senders...
2009-12-03 Matthew Wildmod_proxy65: Replace error() calls with module:log...
2009-12-03 Matthew Wildnet.server_select: Make bufferlen() method return,...
2009-12-03 Matthew Wildnet.server_event: Port fix in 2dc9bbf25447 to libevent...
2009-12-03 Matthew Wildnet.server_select: Fix possibility of losing data sent...
2009-12-03 Matthew Wildnet.dns: Fix for blocking dns lookups to find waiting...
2009-12-03 Matthew Wildnet.dns: Port some DNS fixes to the resolver:feed(...
2009-12-02 Matthew WildMerge with 0.6
2009-12-02 Matthew Wildutil.dependencies: Fix package name of LuaFilesystem
2009-12-02 Matthew WildMerge with Tobias
2009-12-02 Matthew WildMerge with Tobias
2009-12-02 Matthew Wildmodulemanager, net.dns: Remove trailing whitespace
2009-12-02 Matthew Wildprosodyctl: Experimental 'addplugin' command
2009-12-02 Matthew Wildutil.pluginloader: Support for fetching plugins from...
2009-12-02 Matthew Wildnet.httpserver: Fix to work with new server API
2009-12-02 Matthew Wildnet.httpserver: Quick fix to set the correct Content...
2009-12-01 Tobias Markmannmod_console: Show compression status on s2s:show()...
2009-12-01 Tobias MarkmannMerge with tip.
2009-12-01 Matthew Wildmod_proxy65: Remove trailing whitespace
2009-12-01 Tobias Markmannmod_compression: Removing trailing whitespace.
2009-12-01 Matthew Wildmod_proxy65: Fix log:module -> module:log :)
2009-12-01 Tobias Markmannmod_compression: Declaring the de-/compression pipes...
2009-12-01 Tobias Markmannmod_compression: Some comment clean up.
2009-12-01 Matthew WildMerge with trunk
2009-12-01 Matthew Wildmodulemanager: Fire events module-loaded and module...
2009-12-01 Tobias MarkmannMerge with tip.
2009-12-01 Waqas Hussainutil.sasl.plain: Allow empty authzid (thanks bjc).
2009-11-30 Tobias Markmannmod_compression: Removing forgotten debugging output.
2009-11-30 Tobias Markmannmod_compression: Define db (dialback) namespace in...
2009-11-30 Tobias MarkmannMerge with tip.
2009-11-30 Tobias Markmannmod_compression: Enabeling compression for outgoing...
2009-11-30 Waqas Hussainutil.hmac: Optimized.
2009-11-30 Waqas Hussainutil.sasl.scram: Optimized binaryXOR.
2009-11-30 Waqas Hussainutil.sasl.scram: Fixed a variable redeclaration.
2009-11-30 Tobias Markmannutil.sasl.scram: Making =2D and =3D substitution actual...
2009-11-30 Matthew Wildutil.stanza: Add stanza:get_child(name, xmlns) to find...
2009-11-29 Tobias Markmannmod_compression: Some further refactoring.
2009-11-29 Tobias Markmannmod_compression: Make setup_compression work for s2s...
2009-11-29 Tobias Markmannmod_compression: Moving compression setup in a dedicate...
2009-11-29 Tobias Markmannmod_compression: Prepare activating of compression...
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-29 Tobias MarkmannEnable one way stream compression on s2s links.
2009-11-29 Waqas Hussainutil.sasl.plain: A little refactoring.
2009-11-29 Waqas HussainMerge with 0.6.
2009-11-28 Tobias Markmannutil.sasl.digest-md5: Fixing some variable access.
2009-11-28 Matthew WildMerge with Tobias
2009-11-28 Matthew Wildxmppserver_listener: Update for new server API, fixes...
2009-11-28 Matthew Wildmod_console: Update for new server API, fixes traceback...
2009-11-28 Tobias MarkmannMake some more variables to locals.
2009-11-28 Tobias Markmannutil.sasl: Move some variables to local space. Fix...
2009-11-28 Matthew Wildutil.sasl.plain: Fail gracefully on empty <auth/> tag
2009-11-28 Matthew Wildmod_saslauth: Fix typo in variable name
2009-11-28 Matthew Wildnet.server_select: Update conn.close() to use new conne...
2009-11-28 Waqas Hussaincore.xmlhandlers: Fixed processing of empty namespaces...
2009-11-28 Waqas Hussainmod_register: Properly notify contacts of subscription...
2009-11-27 Matthew Wildmod_proxy65: Use new jid.join() from util.jid
2009-11-27 Matthew Wildtests/test.lua: Changes to environment handling of...
2009-11-27 Matthew Wildtests: Add tests for util.jid.join()
2009-11-27 Matthew Wildtests/test.lua: Print the current test being run if...
2009-11-27 Matthew Wildutil.jid: Add join(node, host, resource) function to...
2009-11-27 sjoerd.simons... mod_proxy65: Update listener callback names for new...
2009-11-26 Tobias MarkmannMerged with tip.
2009-11-26 Matthew Wildnet.server_event: Add addclient/wrapclient compatible...
next