prosody.git
2009-12-30 Matthew Wildutil.signal: Update header comment for new filename
2009-12-30 Tobias Markmannutil.sasl_cyrus: Report an error if Cyrus SASL init...
2009-12-29 Tobias Markmannutil.sasl_cyrus: Removing whitespace.
2009-12-29 Tobias Markmannutil.sasl_cyrus: Automatically initialize Cyrus SASL...
2009-12-28 Tobias Markmannutil.sasl_cyrus: Change variable name.
2009-12-28 Tobias Markmannutil.sasl_cyrus: Fixing cyrus mechanism list parsing...
2009-12-27 Waqas Hussainnet.httpserver: Optimized response serialization.
2009-12-23 Tobias Markmannmod_saslauth: Adjust sanitizing.
2009-12-23 Tobias Markmannmod_saslauth: Sanitize debugging information so it...
2009-12-23 jorj@jorj.orgfirst working version with Cyrus SASL support.
2009-12-23 jorj@jorj.orgadded comment to remind us to fix binary output breakin...
2009-12-22 Tobias Markmannutil.sasl_cyrus: Further fixing and cleanup.
2009-12-22 Tobias Markmannutil.sasl_cyrus: Initializing Cyrus SASL library and...
2009-12-22 Tobias Markmannutil.sasl_cyrus: Log errors if CyrusSASL init fails.
2009-12-22 Tobias Markmannmod_saslauth: Make service_name configurable for CyrusS...
2009-12-22 Tobias Markmannmod_saslauth: Add support for CyrusSASL.
2009-12-22 Tobias MarkmannAdding sasl_cyrus.lua. A sasl.lua drop-in replacement...
2009-12-21 Matthew Wildmod_saslauth: Requiring c2s encryption means requiring...
2009-12-21 Brian Cullynet.dns: Update synchronous path for new connection API
2009-12-21 Brian Cullyutil.prosodyctl: Saner determination of Prosody executa...
2009-12-21 Waqas Hussainmod_pep: Added a TODO.
2009-12-21 Waqas Hussainmod_pep: Handle service discovery queries for bare...
2009-12-21 Waqas Hussainmod_disco: Handle and fire events for service discovery...
2009-12-17 Matthew Wilds2smanager: Give reasons to destroy_session in more...
2009-12-17 Matthew WildMerge with backout branch
2009-12-17 Matthew Wilds2smanager: Send reply stream header only after checkin...
2009-12-17 Matthew WildBacked out changeset 78c5cb163ea9, to fix another way...
2009-12-17 Matthew Wilds2smanager: More whitespace
2009-12-17 Matthew Wilds2smanager: Mark stream as opened sooner, this prevents...
2009-12-17 Matthew Wilds2smanager: Whitespace
2009-12-17 Matthew Wildnet.server_event: Add properties like _ip and _port...
2009-12-17 Matthew Wildnet.server_event: Add :serverport() method to be compat...
2009-12-17 Matthew Wildmod_bosh: Update for new connection API
2009-12-17 Matthew Wildhttpserver_listener: Update for new connection API
2009-12-17 Matthew Wildnet.httpserver: Fix usage of old connection API syntax
2009-12-17 Matthew Wildxmppserver_listener: Make log messages during SRV retri...
2009-12-17 Matthew Wildxmppserver_listener: When a connection fails, pass...
2009-12-17 Matthew Wilds2smanager: Have both destroy_session and bounce_sendq...
2009-12-17 Matthew Wildnet.server_event: Load ssl/socket libraries if not...
2009-12-17 Matthew Wildutil.timer: Use luaevent's built-in method of repeating...
2009-12-15 Waqas Hussainprosody: Fixed a possible nil concatenation.
2009-12-15 Paul Aurichprosody: Fix to net_activate_ports to mend binding...
2009-12-10 Matthew Wildnet.http: Don't expect the body on redirects
2009-12-10 Waqas Hussainprosody: Added config option 'ssl_ports' to allow multi...
2009-12-10 Waqas Hussainmod_httpserver: Text files are text/plain, and not...
2009-12-10 Waqas Hussainnet.httpserver: Removed mime handling (now in mod_https...
2009-12-10 Waqas Hussainmod_httpserver: Removed a log message.
2009-12-10 Waqas Hussainmod_httpserver: Read files in binary mode; fixes issues...
2009-12-10 Waqas Hussainmod_httpserver: Skip returning a Content-Type when...
2009-12-10 Waqas Hussainmod_httpserver: Return Content-Type header based on...
2009-12-10 Waqas Hussainmod_httpserver: Delay setup until after server is started.
2009-12-10 Waqas Hussainmod_bosh: Delay setup until after server is started.
2009-12-10 Waqas Hussainprosody: Use the multiplex listener when the 'ports...
2009-12-10 Waqas Hussainnet_activate_ports: Use the default config option ...
2009-12-10 Waqas Hussainmultiplex_listener: Initial commit. Multiple protocols...
2009-12-09 Waqas Hussainmodulemanager: Fire item-removed events on module unload.
2009-12-09 Waqas Hussainmodulemanager: Fixed a global access.
2009-12-09 Waqas Hussainprosody: Call tostring on the key being used for nil...
2009-12-09 Waqas Hussainprosody: Log a warning and traceback, but don't throw...
2009-12-09 Waqas HussainMainfile: Broke up a really long line.
2009-12-09 Matthew WildMerge with 0.6
2009-12-09 Matthew Wildmod_vcard: Stricter matching of vcard stanzas with...
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...
next