Wed, 05 May 2010 15:31:18 +0100 Matthew Wild mod_proxy65: Use new server.link to link proxied connections, now works with either connection backend changeset | files
Wed, 05 May 2010 15:25:48 +0100 Matthew Wild net.server_select, net.server_event: Add server.link() to link 2 connections with an intermediate buffer of the specified size changeset | files
Wed, 05 May 2010 15:24:24 +0100 Matthew Wild net.server_select, net.server_event: Support for ondrain listener callback for when send buffer is empty changeset | files
Wed, 05 May 2010 15:23:17 +0100 Matthew Wild net.server_select, net.server_event: Rename :pattern() method to :set_mode() for select backend, and add :set_mode() to event backend changeset | files
Wed, 05 May 2010 15:21:17 +0100 Matthew Wild net.server_select, net.server_event: Support for :pause() and :resume() on connections changeset | files
Wed, 05 May 2010 14:17:01 +0100 Matthew Wild usermanager: Give the default auth provider a name, you'll never guess what it is. changeset | files
Wed, 05 May 2010 11:29:10 +0100 Matthew Wild Merge Tobias's fancy SASL branch->trunk changeset | files
Fri, 12 Mar 2010 18:41:05 +0100 Tobias Markmann Merge with tip. changeset | files
Fri, 12 Mar 2010 18:37:51 +0100 Tobias Markmann util.sasl: 2009 -> 2010 in copyright header. changeset | files
Sun, 28 Feb 2010 22:58:43 +0100 Tobias Markmann util.sasl.scram: Adjusting authentication backend name to conform with the style already used by the plain module. changeset | files
Sun, 28 Feb 2010 22:50:25 +0100 Tobias Markmann util.sasl.plain: Adding plain_hashed authentication backend support. changeset | files
Sun, 28 Feb 2010 22:42:53 +0100 Tobias Markmann util.sasl.scram: Adding documentation on SCRAM authentication backend. changeset | files
Sun, 28 Feb 2010 22:40:05 +0100 Tobias Markmann util.sasl.anonymous: Adding documentation on anonymous authentication backend. changeset | files
Sun, 28 Feb 2010 22:32:12 +0100 Tobias Markmann util.sasl: Moving SASL authentication backends documentation to the mechanism files. changeset | files
Sun, 28 Feb 2010 22:23:03 +0100 Tobias Markmann util.sasl: Abstracting out the hash function used since SCRAM is independent of it. Adding scram-{mech} authentication backend support. changeset | files
Wed, 05 May 2010 11:25:26 +0100 Matthew Wild Merge 0.7->trunk changeset | files
Wed, 05 May 2010 11:24:45 +0100 Matthew Wild net.server_event: Be sure to fire onincoming for backwards-compatibility with pre-onconnect listeners (thanks darkrain/mod_console) changeset | files
Wed, 05 May 2010 01:05:58 +0100 Matthew Wild usermanager: Support for pluggable authentication providers changeset | files
Tue, 04 May 2010 23:43:01 +0100 Matthew Wild eventmanager, prosody: Adapt eventmanager to use prosody.events, as a step towards removing it entirely changeset | files
Tue, 04 May 2010 23:36:50 +0100 Matthew Wild Merge 0.7->trunk (with MUC needing checking, waqas) changeset | files
Sat, 01 May 2010 05:18:38 +0500 Waqas Hussain Merge 0.6 into 0.7. changeset | files
Wed, 14 Apr 2010 13:12:14 +0100 Matthew Wild Tagging 0.6.2 changeset | files
Wed, 14 Apr 2010 13:01:10 +0100 Matthew Wild prosody.cfg.lua.dist: Refactor the default config file based on feedback from confused users 0.6.2 changeset | files
Wed, 14 Apr 2010 13:00:24 +0100 Matthew Wild hostmanager: Re-word log messages in line with config changes changeset | files
Wed, 14 Apr 2010 12:59:46 +0100 Matthew Wild configmanager: Add VirtualHost as an alias for Host changeset | files
Wed, 14 Apr 2010 17:54:33 +0500 Waqas Hussain MUC: Allow moderators which are not owners to change roles. changeset | files
Mon, 19 Apr 2010 18:30:59 +0500 Waqas Hussain MUC: Include <status code='100'/> in a message, not in presence. Fixes various issues. changeset | files
Mon, 19 Apr 2010 18:29:10 +0500 Waqas Hussain modulemanager: Log proper tracebacks on errors during module load/unload. changeset | files
Mon, 19 Apr 2010 18:28:12 +0500 Waqas Hussain prosody: Set metatable on functions to allow easy access to upvalues. changeset | files
Tue, 04 May 2010 23:11:41 +0100 Matthew Wild configmanager: Fix very wacky indentation changeset | files
Tue, 04 May 2010 23:07:49 +0100 Matthew Wild configmanager: Fix some wacky indentation changeset | files
Sun, 11 Apr 2010 01:30:31 +0100 Matthew Wild Merge 0.7->trunk changeset | files
Sun, 11 Apr 2010 01:29:59 +0100 Matthew Wild net.server_event: Call listener.onconnect if it exists, otherwise stick to listener.onincoming changeset | files
Sun, 11 Apr 2010 01:20:20 +0100 Matthew Wild Merge 0.7->trunk changeset | files
Sun, 11 Apr 2010 01:11:42 +0100 Matthew Wild net.server_select: Support for listener.onconnect changeset | files
Fri, 09 Apr 2010 12:32:25 +0100 Matthew Wild Merge 0.7->trunk changeset | files
Fri, 09 Apr 2010 12:31:51 +0100 Matthew Wild Merge 0.6->0.7 changeset | files
Fri, 09 Apr 2010 12:25:54 +0100 Matthew Wild net.server: Fix logic error causing traceback when receiving a non-number port changeset | files
Wed, 07 Apr 2010 21:08:16 +0100 Matthew Wild loggingmanager: Fix syntax error :) changeset | files
Wed, 07 Apr 2010 21:01:06 +0100 Matthew Wild Merge 0.7->trunk changeset | files
Wed, 07 Apr 2010 21:00:20 +0100 Matthew Wild util.timer: When using libevent hold onto the event handle to stop it being collected (and the timer stopping). Fixes BOSH ghosts, thanks Flo, niekie, waqas. changeset | files
Wed, 07 Apr 2010 17:41:35 +0100 Matthew Wild loggingmanager: Observe 'debug' config setting for console logging too changeset | files
Sat, 03 Apr 2010 23:09:59 +0100 Matthew Wild Merge 0.7->trunk changeset | files
Sat, 03 Apr 2010 23:09:11 +0100 Matthew Wild Merge 0.6->0.7 changeset | files
Sat, 03 Apr 2010 22:26:14 +0100 Matthew Wild Merge 0.6/MattJ -> 0.6 changeset | files
Sat, 03 Apr 2010 22:24:39 +0100 Matthew Wild mod_bosh: Default stanza namespace should be jabber:client (fixes BOSH to work with recent namespace fix) changeset | files
Thu, 01 Apr 2010 19:28:23 +0500 Waqas Hussain util.ztact: Fixed global accesses. changeset | files
Thu, 01 Apr 2010 19:27:26 +0500 Waqas Hussain util.uuid: Use a local instead of a global. changeset | files
Thu, 01 Apr 2010 19:12:08 +0500 Waqas Hussain util.stanza: Fixed some more nil global accesses. changeset | files
Thu, 01 Apr 2010 19:08:25 +0500 Waqas Hussain util.stanza: Fixed a nil global access. changeset | files
Tue, 30 Mar 2010 19:48:04 +0100 Matthew Wild Merge 0.7->trunk changeset | files
Tue, 30 Mar 2010 19:46:53 +0100 Matthew Wild Merge 0.7/waqas->0.7/MattJ changeset | files
Fri, 26 Mar 2010 08:24:29 +0500 Waqas Hussain net.server_event: Fixed spelling fail. changeset | files
Tue, 30 Mar 2010 19:45:56 +0100 Matthew Wild Merge 0.6->0.7 changeset | files
Tue, 30 Mar 2010 19:44:50 +0100 Matthew Wild xmppserver_listener: Compatibility fix for older Prosodies with the s2s xmlns bug changeset | files
Tue, 30 Mar 2010 19:40:16 +0100 Matthew Wild stanza_router, s2smanager, modulemanager: Fix for handling of the default namespace on stanzas, causing sometimes jabber:client to be sent over s2s, and accepted changeset | files
Thu, 25 Mar 2010 19:40:38 +0000 Matthew Wild Merge 0.7->trunk changeset | files
Thu, 25 Mar 2010 19:34:41 +0000 Matthew Wild tools/erlparse: Discard erlang PIDs instead of choking on them as a syntax error changeset | files
Thu, 25 Mar 2010 19:34:05 +0000 Matthew Wild tools/erlparse: Report the line number when showing a syntax error in the input file changeset | files
Thu, 25 Mar 2010 19:32:35 +0000 Matthew Wild tools/erlparse: Optimisations aplenty for faster processing of large files changeset | files
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip

mercurial