Mon, 11 Jan 2010 17:52:28 +0500 Waqas Hussain mod_register: Return a <not-acceptable/> error on empty usernames (thanks Neustradamus). changeset | files
Mon, 11 Jan 2010 10:13:02 +0000 Matthew Wild componentmanager: Add dialback_secret to components to allow s2s to work (thanks Flo) changeset | files
Mon, 11 Jan 2010 00:14:33 +0000 Matthew Wild util.prosodyctl: Report Prosody as not running if the pidfile isn't locked changeset | files
Sun, 10 Jan 2010 23:49:38 +0000 Matthew Wild mod_posix: Lock pidfile when in use, shut down if we can't write or lock the pidfile changeset | files
Sun, 10 Jan 2010 23:13:30 +0000 Matthew Wild util.datamanager: Use pposix.mkdir if available changeset | files
Sun, 10 Jan 2010 23:12:22 +0000 Matthew Wild util.pposix: Add mkdir(path) changeset | files
Sun, 10 Jan 2010 23:11:28 +0000 Matthew Wild prosodyctl: Move definition of prosody singleton to prior to loading datamanager, and add platform changeset | files
Sun, 10 Jan 2010 22:43:28 +0000 Matthew Wild util.pposix: Replace the unwieldy module table generation with luaL_register() call - side effect - it now sets the pposix global to the module table changeset | files
Sun, 10 Jan 2010 22:15:15 +0000 Matthew Wild mod_posix: Set umask to 'umask' from the config, or 027 changeset | files
Sun, 10 Jan 2010 22:14:44 +0000 Matthew Wild prosodyctl: Set umask to protect data files, bump pposix dep to 0.3.2 changeset | files
Sun, 10 Jan 2010 21:48:25 +0000 Matthew Wild util.pposix: Add pposix.umask(), bump version to 0.3.2 (and do the same in mod_posix) changeset | files
Sun, 10 Jan 2010 20:21:48 +0000 Matthew Wild util.pposix: Fix return type of lc_abort to shush compiler warning changeset | files
Sun, 10 Jan 2010 17:35:37 +0000 Matthew Wild util.posix: Trailing whitespace changeset | files
Sun, 10 Jan 2010 15:26:36 +0000 Matthew Wild net.server: When libevent backend is in use, override signal.signal to use server.hook_signal changeset | files
Sun, 10 Jan 2010 15:25:19 +0000 Matthew Wild net.server_event: Add server.hook_signal(signal_num, handler) to wrap libevent's signal-catching interface changeset | files
Sun, 10 Jan 2010 14:09:17 +0000 Matthew Wild mod_posix: Remove the lines added to work around the util.signal loop bug changeset | files
Sun, 10 Jan 2010 03:54:29 +0000 Matthew Wild util.signal: Restore the old debug hook earlier, just in case we receive another signal between clearing the signal queue and restoring it changeset | files
Sun, 10 Jan 2010 00:31:38 +0000 Matthew Wild util.signal: Update version in header, and author's email changeset | files
Sun, 10 Jan 2010 00:28:48 +0000 Matthew Wild util.signal: Queue up multiple signals, instead of trampling on the previous debug hook (and never clearing our own) changeset | files
Sat, 09 Jan 2010 07:12:30 +0000 Matthew Wild prosody: net_activate_ports: Accept strings as well as numbers for specifying ports changeset | files
Sat, 09 Jan 2010 07:03:48 +0000 Matthew Wild prosody: Read list of possible config extensions from configmanager, removes old TODO changeset | files
Sat, 09 Jan 2010 06:59:47 +0000 Matthew Wild configmanager: Add parsers() method to return an array of supported config formats changeset | files
Sat, 09 Jan 2010 06:53:23 +0000 Matthew Wild s2smanager: Split sending of stream header into a :open_stream() method changeset | files
Thu, 07 Jan 2010 01:26:01 +0000 Matthew Wild net.dns: Make sure math.randomseed() gets passed an integer changeset | files
Wed, 06 Jan 2010 16:20:56 +0000 Matthew Wild net.server_select: Fix oops in last commit changeset | files
Wed, 06 Jan 2010 16:16:23 +0000 Matthew Wild net.server_select: Allow setting the logger using server.setlogger changeset | files
Mon, 04 Jan 2010 17:32:26 +0000 Matthew Wild s2smanager: Allow new_outgoing() to create sessions without automatically connecting them (set 3rd parameters to false) changeset | files
Sun, 03 Jan 2010 11:26:36 -0800 Paul Aurich s2smanager: Stamp a 'to' on the reply stream:stream. This makes prosody happy. changeset | files
Sun, 03 Jan 2010 18:55:42 +0000 Matthew Wild s2smanager, hostmanager: Make dialback secrets per-host changeset | files
Sun, 03 Jan 2010 18:37:03 +0000 Matthew Wild s2smanager: Trim trailing whitespace changeset | files
Sun, 03 Jan 2010 10:07:20 -0800 Paul Aurich mod_saslauth: Oops. changeset | files
Sun, 03 Jan 2010 17:54:26 +0000 Matthew Wild Merge with Paul changeset | files
Sun, 03 Jan 2010 17:53:54 +0000 Matthew Wild mod_muc/muc.lib: Use stanza:get_child() to locate MUC child element changeset | files
Sun, 03 Jan 2010 09:51:01 -0800 Paul Aurich mod_saslauth: Use module:get_option() changeset | files
Sat, 02 Jan 2010 20:03:24 -0800 Paul Aurich mod_saslauth: Add sasl_backend config parameter changeset | files
Sun, 03 Jan 2010 15:17:51 +0000 Matthew Wild Merge with Rob changeset | files
Wed, 30 Dec 2009 13:26:11 -0600 Rob Hoelz Added notification of configuration changes for MUCs changeset | files
Tue, 29 Dec 2009 16:21:12 -0600 Rob Hoelz Add support for non-anonymous MUC rooms changeset | files
Sun, 03 Jan 2010 03:36:40 +0000 Matthew Wild prosodyctl: Gracefully handle a missing stty command, and fall back to ANSI escape sequences changeset | files
Fri, 01 Jan 2010 21:32:23 +0000 Matthew Wild mod_httpserver: Rudimentary directory detection, return forbidden instead of causing a traceback (since commit 0325f241a26c) changeset | files
Fri, 01 Jan 2010 03:32:26 +0000 Matthew Wild prosody.cfg.lua.dist: Remove lie about requiring console_enabled changeset | files
Fri, 01 Jan 2010 03:29:12 +0000 Matthew Wild prosody.cfg.lua.dist: Remove trailing whitespace changeset | files
Thu, 31 Dec 2009 02:39:40 +0000 Matthew Wild util.events: Rename add_plugin() and remove_plugin() to add_handlers() and remove_handlers() respectively changeset | files
Wed, 30 Dec 2009 20:24:11 +0000 Matthew Wild util.signal: Update header comment for new filename changeset | files
Wed, 30 Dec 2009 16:43:08 +0100 Tobias Markmann util.sasl_cyrus: Report an error if Cyrus SASL init fails. changeset | files
Tue, 29 Dec 2009 01:04:48 +0100 Tobias Markmann util.sasl_cyrus: Removing whitespace. changeset | files
Tue, 29 Dec 2009 01:03:37 +0100 Tobias Markmann util.sasl_cyrus: Automatically initialize Cyrus SASL with the first used service name. changeset | files
Mon, 28 Dec 2009 22:08:32 +0100 Tobias Markmann util.sasl_cyrus: Change variable name. changeset | files
Mon, 28 Dec 2009 20:21:49 +0100 Tobias Markmann util.sasl_cyrus: Fixing cyrus mechanism list parsing. (Thanks darkrain) changeset | files
Sun, 27 Dec 2009 10:09:22 +0500 Waqas Hussain net.httpserver: Optimized response serialization. changeset | files
Wed, 23 Dec 2009 23:13:39 +0100 Tobias Markmann mod_saslauth: Adjust sanitizing. changeset | files
Wed, 23 Dec 2009 23:09:44 +0100 Tobias Markmann mod_saslauth: Sanitize debugging information so it won't break terminal emulation when using GSSAPI auth. changeset | files
Wed, 23 Dec 2009 16:46:49 -0500 jorj first working version with Cyrus SASL support. changeset | files
Wed, 23 Dec 2009 16:45:03 -0500 jorj added comment to remind us to fix binary output breaking the terminal changeset | files
Tue, 22 Dec 2009 21:08:58 +0100 Tobias Markmann util.sasl_cyrus: Further fixing and cleanup. changeset | files
Tue, 22 Dec 2009 20:55:35 +0100 Tobias Markmann util.sasl_cyrus: Initializing Cyrus SASL library and a bit cleanup. changeset | files
Tue, 22 Dec 2009 20:21:44 +0100 Tobias Markmann util.sasl_cyrus: Log errors if CyrusSASL init fails. changeset | files
Tue, 22 Dec 2009 20:20:37 +0100 Tobias Markmann mod_saslauth: Make service_name configurable for CyrusSASL users. changeset | files
Tue, 22 Dec 2009 19:27:19 +0100 Tobias Markmann mod_saslauth: Add support for CyrusSASL. changeset | files
Tue, 22 Dec 2009 19:26:16 +0100 Tobias Markmann Adding sasl_cyrus.lua. A sasl.lua drop-in replacement to use CyrusSASL for all c2s authentication. changeset | files
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip

mercurial