Software /
code /
prosody
Graph
-
mod_component: Fix name of config option in error message (thanks nulani!)Sat, 23 Jan 2010 02:53:44 +0000, by Matthew Wild
-
xmppcomponent_listener: Update for new connection APIFri, 22 Jan 2010 16:36:11 +0000, by Matthew Wild
-
util.dataforms: Add optional type parameters (defaults to 'form')Fri, 22 Jan 2010 14:58:31 +0000, by Matthew Wild
-
mod_xmlrpc: Obsolete, removeFri, 22 Jan 2010 14:48:30 +0000, by Matthew Wild
-
mod_bosh: I == fail.Fri, 22 Jan 2010 03:36:03 +0000, by Matthew Wild
-
mod_bosh: Simplify cross-domain support, and make it work - default is for cross-domain to be disallowedFri, 22 Jan 2010 03:18:55 +0000, by Matthew Wild
-
mod_bosh: Support for cross-domain access control using CORSThu, 21 Jan 2010 15:07:52 +0000, by Matthew Wild
-
net.httpserver: More robust handling of headers split across multiple packetsThu, 21 Jan 2010 14:53:01 +0000, by Matthew Wild
-
util.stanza: Trailing whitespaceThu, 21 Jan 2010 13:22:41 +0000, by Matthew Wild
-
net.httpserver: Make it possible to return responses with no bodyThu, 21 Jan 2010 13:14:52 +0000, by Matthew Wild
-
net.httpserver: Close connection on invalid HTTP status lineThu, 21 Jan 2010 13:10:13 +0000, by Matthew Wild
-
modulemanager: Remove obsolete actions codeThu, 21 Jan 2010 12:57:12 +0000, by Matthew Wild
-
net.server_{select,event}: Fail gracefully if socket doesn't have a setoption method (LuaSec issue I think)Thu, 21 Jan 2010 12:56:08 +0000, by Matthew Wild
-
net.server_event: Replace all calls to _start_ssl() to its bigger brother starttls() - fixes 5223 w/ libeventThu, 21 Jan 2010 12:23:13 +0000, by Matthew Wild
-
objectmanager: Obsolete, removeThu, 21 Jan 2010 01:08:50 +0000, by Matthew Wild
-
actions: Obsolete, removeThu, 21 Jan 2010 01:07:17 +0000, by Matthew Wild
-
mod_actions_http: Obsolete, removeThu, 21 Jan 2010 01:06:30 +0000, by Matthew Wild
-
mod_bosh: Trailing whitespaceThu, 21 Jan 2010 00:35:07 +0000, by Matthew Wild
-
s2smanager: Log error and fail gracefully if we can't open a socket for an outgoing s2s connection (thanks foucault)Tue, 19 Jan 2010 19:58:02 +0000, by Matthew Wild
-
net.xmppserver_listener: Handle stream-error errors from xmlhandlers, and close session in responseTue, 19 Jan 2010 04:38:43 +0000, by Matthew Wild
-
net.xmppserver_listener: Extend session:close() with a remote_reason parameterTue, 19 Jan 2010 04:37:28 +0000, by Matthew Wild
-
s2smanager: No-one noticed that Prosody stopped sending to/from on stream headers recently? :)Tue, 19 Jan 2010 04:35:10 +0000, by Matthew Wild
-
xmlhandlers: Move stream-error detection to somewhere more appropriate (it was never reached) - s2s stream errors now reported properlyTue, 19 Jan 2010 03:58:20 +0000, by Matthew Wild
-
mod_bosh: Update for new xmlhandlers syntaxTue, 19 Jan 2010 03:57:19 +0000, by Matthew Wild
-
net.xmpp{client,server,component}: Update for new xmlhandlers syntaxTue, 19 Jan 2010 03:56:44 +0000, by Matthew Wild
-
net.xmppserver_listener: Pass reason for session disconnection to disconnect handler, if knownTue, 19 Jan 2010 03:55:19 +0000, by Matthew Wild
-
xmlhandlers: More refactoring, split up stream_ns and stream_tag, add stream_error_tag so that callers don't need to be so worried about the separator we useTue, 19 Jan 2010 03:52:41 +0000, by Matthew Wild
-
xmlhandlers: Define ns_separator and ns_pattern to save repeating it in literal form throughout the fileMon, 18 Jan 2010 19:00:18 +0000, by Matthew Wild
-
net.server_event: Remove access to starttls method when starttls is negotiated - fixes offering starttls to client who are already using it (thanks darkrain and Adium)Mon, 18 Jan 2010 18:20:03 +0000, by Matthew Wild
-
mod_presence: Automatically deny presence requests for hosts, fixes traceback in #153Mon, 18 Jan 2010 17:14:41 +0000, by Matthew Wild
-
stanza_router: Log the name of unhandled stanzas (thanks bear)Mon, 18 Jan 2010 16:31:57 +0000, by Matthew Wild
-
util.signal: Using stdlib.h instead of malloc.h.Fri, 15 Jan 2010 18:30:33 +0100, by Tobias Markmann
-
mod_muc: Remove unused history_length declarationWed, 13 Jan 2010 00:05:07 +0000, by Matthew Wild
-
prosodyctl: Use mode r+ for opening the file so 1) it fails if the file doesn't exist 2) we have write access to lock itWed, 13 Jan 2010 00:04:38 +0000, by Matthew Wild
-
mod_posix: Adjust file open mode depending on whether file exists (take that fopen designers!!!)Wed, 13 Jan 2010 00:03:22 +0000, by Matthew Wild
-
util.pposix, mod_posix, prosodyctl: Bump pposix version to 0.3.3 for mkdirTue, 12 Jan 2010 15:35:36 +0000, by Matthew Wild
-
xmppclient_listener: Allow the tcp_keepalives option in the config to control whether keepalives are usedTue, 12 Jan 2010 15:17:08 +0000, by Matthew Wild
-
net.server_event: Add conn:setoption() to set options on the socketTue, 12 Jan 2010 15:16:22 +0000, by Matthew Wild
-
net.server_select: Add conn:setoption() to set options on the socketTue, 12 Jan 2010 15:15:49 +0000, by Matthew Wild
-
mod_saslauth: Fixed some indentation and added some semi-colons.Mon, 11 Jan 2010 19:17:26 +0500, by Waqas Hussain
-
mod_saslauth: Made some variables local to avoid unnecessary global access.Mon, 11 Jan 2010 19:05:08 +0500, by Waqas Hussain
-
sessionmanager: Added resource prepping, and invalid resource checking to the bind_resource function.Mon, 11 Jan 2010 18:59:06 +0500, by Waqas Hussain
-
mod_register: Return a <not-acceptable/> error on empty usernames (thanks Neustradamus).Mon, 11 Jan 2010 17:52:28 +0500, by Waqas Hussain
-
componentmanager: Add dialback_secret to components to allow s2s to work (thanks Flo)Mon, 11 Jan 2010 10:13:02 +0000, by Matthew Wild
-
util.prosodyctl: Report Prosody as not running if the pidfile isn't lockedMon, 11 Jan 2010 00:14:33 +0000, by Matthew Wild
-
mod_posix: Lock pidfile when in use, shut down if we can't write or lock the pidfileSun, 10 Jan 2010 23:49:38 +0000, by Matthew Wild
-
util.datamanager: Use pposix.mkdir if availableSun, 10 Jan 2010 23:13:30 +0000, by Matthew Wild
-
util.pposix: Add mkdir(path)Sun, 10 Jan 2010 23:12:22 +0000, by Matthew Wild
-
prosodyctl: Move definition of prosody singleton to prior to loading datamanager, and add platformSun, 10 Jan 2010 23:11:28 +0000, by 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 tableSun, 10 Jan 2010 22:43:28 +0000, by Matthew Wild
-
mod_posix: Set umask to 'umask' from the config, or 027Sun, 10 Jan 2010 22:15:15 +0000, by Matthew Wild
-
prosodyctl: Set umask to protect data files, bump pposix dep to 0.3.2Sun, 10 Jan 2010 22:14:44 +0000, by Matthew Wild
-
util.pposix: Add pposix.umask(), bump version to 0.3.2 (and do the same in mod_posix)Sun, 10 Jan 2010 21:48:25 +0000, by Matthew Wild
-
util.pposix: Fix return type of lc_abort to shush compiler warningSun, 10 Jan 2010 20:21:48 +0000, by Matthew Wild
-
util.posix: Trailing whitespaceSun, 10 Jan 2010 17:35:37 +0000, by Matthew Wild
-
net.server: When libevent backend is in use, override signal.signal to use server.hook_signalSun, 10 Jan 2010 15:26:36 +0000, by Matthew Wild
-
net.server_event: Add server.hook_signal(signal_num, handler) to wrap libevent's signal-catching interfaceSun, 10 Jan 2010 15:25:19 +0000, by Matthew Wild
-
mod_posix: Remove the lines added to work around the util.signal loop bugSun, 10 Jan 2010 14:09:17 +0000, by Matthew Wild
-
util.signal: Restore the old debug hook earlier, just in case we receive another signal between clearing the signal queue and restoring itSun, 10 Jan 2010 03:54:29 +0000, by Matthew Wild
-
util.signal: Update version in header, and author's emailSun, 10 Jan 2010 00:31:38 +0000, by Matthew Wild
-
util.signal: Queue up multiple signals, instead of trampling on the previous debug hook (and never clearing our own)Sun, 10 Jan 2010 00:28:48 +0000, by Matthew Wild
-
prosody: net_activate_ports: Accept strings as well as numbers for specifying portsSat, 09 Jan 2010 07:12:30 +0000, by Matthew Wild
-
prosody: Read list of possible config extensions from configmanager, removes old TODOSat, 09 Jan 2010 07:03:48 +0000, by Matthew Wild
-
configmanager: Add parsers() method to return an array of supported config formatsSat, 09 Jan 2010 06:59:47 +0000, by Matthew Wild
-
s2smanager: Split sending of stream header into a :open_stream() methodSat, 09 Jan 2010 06:53:23 +0000, by Matthew Wild
-
net.dns: Make sure math.randomseed() gets passed an integerThu, 07 Jan 2010 01:26:01 +0000, by Matthew Wild
-
net.server_select: Fix oops in last commitWed, 06 Jan 2010 16:20:56 +0000, by Matthew Wild
-
net.server_select: Allow setting the logger using server.setloggerWed, 06 Jan 2010 16:16:23 +0000, by Matthew Wild
-
s2smanager: Allow new_outgoing() to create sessions without automatically connecting them (set 3rd parameters to false)Mon, 04 Jan 2010 17:32:26 +0000, by Matthew Wild
-
s2smanager: Stamp a 'to' on the reply stream:stream. This makes prosody happy.Sun, 03 Jan 2010 11:26:36 -0800, by Paul Aurich
-
s2smanager, hostmanager: Make dialback secrets per-hostSun, 03 Jan 2010 18:55:42 +0000, by Matthew Wild
-
s2smanager: Trim trailing whitespaceSun, 03 Jan 2010 18:37:03 +0000, by Matthew Wild
-
mod_saslauth: Oops.Sun, 03 Jan 2010 10:07:20 -0800, by Paul Aurich
-
Merge with PaulSun, 03 Jan 2010 17:54:26 +0000, by Matthew Wild
-
mod_muc/muc.lib: Use stanza:get_child() to locate MUC child elementSun, 03 Jan 2010 17:53:54 +0000, by Matthew Wild
-
mod_saslauth: Use module:get_option()Sun, 03 Jan 2010 09:51:01 -0800, by Paul Aurich
-
mod_saslauth: Add sasl_backend config parameterSat, 02 Jan 2010 20:03:24 -0800, by Paul Aurich
-
Merge with RobSun, 03 Jan 2010 15:17:51 +0000, by Matthew Wild
-
Added notification of configuration changes for MUCsWed, 30 Dec 2009 13:26:11 -0600, by Rob Hoelz
-
Add support for non-anonymous MUC roomsTue, 29 Dec 2009 16:21:12 -0600, by Rob Hoelz
-
prosodyctl: Gracefully handle a missing stty command, and fall back to ANSI escape sequencesSun, 03 Jan 2010 03:36:40 +0000, by Matthew Wild
-
mod_httpserver: Rudimentary directory detection, return forbidden instead of causing a traceback (since commit 0325f241a26c)Fri, 01 Jan 2010 21:32:23 +0000, by Matthew Wild
-
prosody.cfg.lua.dist: Remove lie about requiring console_enabledFri, 01 Jan 2010 03:32:26 +0000, by Matthew Wild
-
prosody.cfg.lua.dist: Remove trailing whitespaceFri, 01 Jan 2010 03:29:12 +0000, by Matthew Wild
-
util.events: Rename add_plugin() and remove_plugin() to add_handlers() and remove_handlers() respectivelyThu, 31 Dec 2009 02:39:40 +0000, by Matthew Wild
-
util.signal: Update header comment for new filenameWed, 30 Dec 2009 20:24:11 +0000, by Matthew Wild
-
util.sasl_cyrus: Report an error if Cyrus SASL init fails.Wed, 30 Dec 2009 16:43:08 +0100, by Tobias Markmann
-
util.sasl_cyrus: Removing whitespace.Tue, 29 Dec 2009 01:04:48 +0100, by Tobias Markmann
-
util.sasl_cyrus: Automatically initialize Cyrus SASL with the first used service name.Tue, 29 Dec 2009 01:03:37 +0100, by Tobias Markmann
-
util.sasl_cyrus: Change variable name.Mon, 28 Dec 2009 22:08:32 +0100, by Tobias Markmann
-
util.sasl_cyrus: Fixing cyrus mechanism list parsing. (Thanks darkrain)Mon, 28 Dec 2009 20:21:49 +0100, by Tobias Markmann
-
net.httpserver: Optimized response serialization.Sun, 27 Dec 2009 10:09:22 +0500, by Waqas Hussain
-
mod_saslauth: Adjust sanitizing.Wed, 23 Dec 2009 23:13:39 +0100, by Tobias Markmann
-
mod_saslauth: Sanitize debugging information so it won't break terminal emulation when using GSSAPI auth.Wed, 23 Dec 2009 23:09:44 +0100, by Tobias Markmann
-
first working version with Cyrus SASL support.Wed, 23 Dec 2009 16:46:49 -0500, by jorj
-
added comment to remind us to fix binary output breaking the terminalWed, 23 Dec 2009 16:45:03 -0500, by jorj
-
util.sasl_cyrus: Further fixing and cleanup.Tue, 22 Dec 2009 21:08:58 +0100, by Tobias Markmann
-
util.sasl_cyrus: Initializing Cyrus SASL library and a bit cleanup.Tue, 22 Dec 2009 20:55:35 +0100, by Tobias Markmann
-
util.sasl_cyrus: Log errors if CyrusSASL init fails.Tue, 22 Dec 2009 20:21:44 +0100, by Tobias Markmann
-
mod_saslauth: Make service_name configurable for CyrusSASL users.Tue, 22 Dec 2009 20:20:37 +0100, by Tobias Markmann
-
mod_saslauth: Add support for CyrusSASL.Tue, 22 Dec 2009 19:27:19 +0100, by Tobias Markmann
-
Adding sasl_cyrus.lua. A sasl.lua drop-in replacement to use CyrusSASL for all c2s authentication.Tue, 22 Dec 2009 19:26:16 +0100, by Tobias Markmann
-
mod_saslauth: Requiring c2s encryption means requiring c2s encryption... thanks FloMon, 21 Dec 2009 22:00:49 +0000, by Matthew Wild
-
net.dns: Update synchronous path for new connection APIMon, 21 Dec 2009 17:03:47 +0000, by Brian Cully
-
util.prosodyctl: Saner determination of Prosody executable pathMon, 21 Dec 2009 16:52:12 +0000, by Brian Cully
-
mod_pep: Added a TODO.Mon, 21 Dec 2009 06:37:58 +0500, by Waqas Hussain
-
mod_pep: Handle service discovery queries for bare account JIDs (thanks darkrain).Mon, 21 Dec 2009 06:26:37 +0500, by Waqas Hussain
-
mod_disco: Handle and fire events for service discovery queries for bare account JIDs (thanks darkrain).Mon, 21 Dec 2009 06:25:12 +0500, by Waqas Hussain
-
s2smanager: Give reasons to destroy_session in more cases, including when DNS lookup failsThu, 17 Dec 2009 21:50:02 +0000, by Matthew Wild
-
Merge with backout branchThu, 17 Dec 2009 21:38:16 +0000, by Matthew Wild
-
s2smanager: Send reply stream header only after checking we serve this host (sorry darkrain... :) )Thu, 17 Dec 2009 21:36:31 +0000, by Matthew Wild
-
Backed out changeset 78c5cb163ea9, to fix another way. Haven't done this for a while :)Thu, 17 Dec 2009 21:33:35 +0000, by Matthew Wild
-
s2smanager: More whitespaceThu, 17 Dec 2009 21:18:02 +0000, by Matthew Wild
-
s2smanager: Mark stream as opened sooner, this prevents a duplicated stream header on host-unknown errors (thanks darkrain and his mail server)Thu, 17 Dec 2009 21:17:47 +0000, by Matthew Wild
-
s2smanager: WhitespaceThu, 17 Dec 2009 21:14:44 +0000, by Matthew Wild
-
net.server_event: Add properties like _ip and _port to server objects tooThu, 17 Dec 2009 20:30:41 +0000, by Matthew Wild
-
net.server_event: Add :serverport() method to be compatible with old APIThu, 17 Dec 2009 20:30:10 +0000, by Matthew Wild
-
mod_bosh: Update for new connection APIThu, 17 Dec 2009 20:28:32 +0000, by Matthew Wild
-
httpserver_listener: Update for new connection APIThu, 17 Dec 2009 20:22:52 +0000, by Matthew Wild
-
net.httpserver: Fix usage of old connection API syntaxThu, 17 Dec 2009 20:10:11 +0000, by Matthew Wild
-
xmppserver_listener: Make log messages during SRV retries clearerThu, 17 Dec 2009 19:01:57 +0000, by Matthew Wild
-
xmppserver_listener: When a connection fails, pass the reason to destroy_sessionThu, 17 Dec 2009 19:00:36 +0000, by Matthew Wild
-
s2smanager: Have both destroy_session and bounce_sendq accept a reason string to include in bounced stanzasThu, 17 Dec 2009 18:59:29 +0000, by Matthew Wild
-
net.server_event: Load ssl/socket libraries if not already availableThu, 17 Dec 2009 16:53:28 +0000, by Matthew Wild
-
util.timer: Use luaevent's built-in method of repeating an event (fixes a weird crash)Thu, 17 Dec 2009 16:52:39 +0000, by Matthew Wild
-
prosody: Fixed a possible nil concatenation.Wed, 16 Dec 2009 00:11:54 +0500, by Waqas Hussain
-
prosody: Fix to net_activate_ports to mend binding to specific interfacesTue, 15 Dec 2009 18:58:22 +0000, by Paul Aurich
-
net.http: Don't expect the body on redirectsThu, 10 Dec 2009 22:13:04 +0000, by Matthew Wild
-
prosody: Added config option 'ssl_ports' to allow multiplexed SSL ports.Thu, 10 Dec 2009 18:40:21 +0500, by Waqas Hussain
-
mod_httpserver: Text files are text/plain, and not plain/text.Thu, 10 Dec 2009 16:52:08 +0500, by Waqas Hussain
-
net.httpserver: Removed mime handling (now in mod_httpserver). Unknown dynamic content is now always served as text/html.Thu, 10 Dec 2009 16:36:33 +0500, by Waqas Hussain
-
mod_httpserver: Removed a log message.Thu, 10 Dec 2009 16:34:38 +0500, by Waqas Hussain
-
mod_httpserver: Read files in binary mode; fixes issues with serving binary files.Thu, 10 Dec 2009 16:27:17 +0500, by Waqas Hussain
-
mod_httpserver: Skip returning a Content-Type when not known (application/octet-stream is not a correct default).Thu, 10 Dec 2009 16:25:50 +0500, by Waqas Hussain
-
mod_httpserver: Return Content-Type header based on file extension.Thu, 10 Dec 2009 16:22:34 +0500, by Waqas Hussain
-
mod_httpserver: Delay setup until after server is started.Thu, 10 Dec 2009 16:21:33 +0500, by Waqas Hussain
-
mod_bosh: Delay setup until after server is started.Thu, 10 Dec 2009 16:21:06 +0500, by Waqas Hussain
-
prosody: Use the multiplex listener when the 'ports' config option is specified.Thu, 10 Dec 2009 05:08:59 +0500, by Waqas Hussain
-
net_activate_ports: Use the default config option 'ports' when no option is specified.Thu, 10 Dec 2009 05:07:32 +0500, by Waqas Hussain
-
multiplex_listener: Initial commit. Multiple protocols on a single port.Thu, 10 Dec 2009 05:04:09 +0500, by Waqas Hussain
-
modulemanager: Fire item-removed events on module unload.Thu, 10 Dec 2009 03:02:04 +0500, by Waqas Hussain
-
modulemanager: Fixed a global access.Thu, 10 Dec 2009 03:00:16 +0500, by Waqas Hussain
-
prosody: Call tostring on the key being used for nil global read before concatenating it with a string.Thu, 10 Dec 2009 02:50:23 +0500, by Waqas Hussain
-
prosody: Log a warning and traceback, but don't throw an error on nil global read.Thu, 10 Dec 2009 02:47:13 +0500, by Waqas Hussain
-
Mainfile: Broke up a really long line.Thu, 10 Dec 2009 01:56:16 +0500, by Waqas Hussain
-
Merge with 0.6Wed, 09 Dec 2009 13:20:46 +0000, by Matthew Wild
-
mod_vcard: Stricter matching of vcard stanzas with vcard_compatibility enabled, fixes intercepting stanzas to the full JID that it shouldn'tWed, 09 Dec 2009 13:19:50 +0000, by Matthew Wild
-
util.signal: Make kill() available on Solaris; really fixes #136.Wed, 09 Dec 2009 16:25:18 +0500, by Waqas Hussain
-
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 tomorrowTue, 08 Dec 2009 01:24:16 +0000, by Matthew Wild
-
prosody: Report the current socket backend in useTue, 08 Dec 2009 01:23:22 +0000, by Matthew Wild
-
net.server_event: Add get_backend() methodTue, 08 Dec 2009 01:22:54 +0000, by Matthew Wild
-
net.server_select: Add get_backend() methodTue, 08 Dec 2009 01:22:09 +0000, by Matthew Wild
-
mod_posix: Set empty SIGINT handler when a SIGINT is caughtTue, 08 Dec 2009 01:16:24 +0000, by Matthew Wild
-
prosody: Clarify and add some comments to describe what we're doing when and whyTue, 08 Dec 2009 00:55:17 +0000, by Matthew Wild
-
Rename closeallservers to closeall in the public API (same as net.server_select) and expose setquittingMon, 07 Dec 2009 19:26:50 +0000, by Matthew Wild
-
net.server_event: Add setquitting() function to be compatible with net.server_selectMon, 07 Dec 2009 19:26:12 +0000, by Matthew Wild
-
net.server_event: Fix closeallservers() to work correctly after the giant refactorizificationMon, 07 Dec 2009 19:25:16 +0000, by Matthew Wild
-
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 brokeMon, 07 Dec 2009 18:42:31 +0000, by Matthew Wild
-
mod_posix: Catch SIGINTMon, 07 Dec 2009 18:38:35 +0000, by Matthew Wild
-
Merge with trunkMon, 07 Dec 2009 18:32:50 +0000, by Matthew Wild
-
prosody: Less strict matching for the magic 'interrupted' errorMon, 07 Dec 2009 18:32:06 +0000, by Matthew Wild
-
prosodyctl: Nicer errors when addplugin command failsMon, 07 Dec 2009 18:30:57 +0000, by Matthew Wild
-
util.datamanager: Store data stores with no host in '_global' folderSun, 06 Dec 2009 00:35:06 +0000, by Matthew Wild
-
mod_pep: Support item retrieval use casesSat, 05 Dec 2009 10:26:43 -0800, by Paul Aurich
-
mod_pep: Allow storage of urn:xmpp:avatar:data node (payload only with base64 data)Sat, 05 Dec 2009 09:43:53 -0800, by Paul Aurich
-
util.pluginloader: Don't specify a host for the plugin data store (clever waqas...)Sat, 05 Dec 2009 13:34:45 +0000, by Matthew Wild
-
mod_compression: Tweak some log levelsFri, 04 Dec 2009 19:04:03 +0000, by Matthew Wild
-
componentmanager: Set ssl_ctx[_in] for components correctly, and use global SSL context if availableFri, 04 Dec 2009 18:59:28 +0000, by Matthew Wild
-
prosody: Expose global_ssl_ctx through prosody objectFri, 04 Dec 2009 18:57:54 +0000, by Matthew Wild
-
Disable SSLv2 by default, it's known to be insecure.Fri, 04 Dec 2009 09:48:08 -0800, by Paul Aurich
-
mod_proxy65: Strip trailing whitespaceFri, 04 Dec 2009 14:41:53 +0000, by Matthew Wild
-
util-src/Makefile: Clean up makefile (re-commit because MattJ shouldn't commit anything at 3AM)Fri, 04 Dec 2009 12:14:14 +0000, by Brian Cully
-
net.server_select, net.server_event: Convert to unix line endings from WindowsFri, 04 Dec 2009 03:07:17 +0000, by Matthew Wild
-
util-src/Makefile: Clean up makefile, rename lsignal.c to signal.cFri, 04 Dec 2009 03:02:25 +0000, by Brian Cully
-
configure: fix typo of 'yes' -> 'yet'Fri, 04 Dec 2009 02:51:43 +0000, by Matthew Wild
-
configure: Add 'linux' ostype and rename lflags to LDFLAGS to match expectations.Fri, 04 Dec 2009 02:51:03 +0000, by Brian Cully
-
Redo merge with Waqas' PBKDF2 optimizations.Thu, 03 Dec 2009 21:57:47 +0100, by Tobias Markmann
-
Merge with Waqas.Thu, 03 Dec 2009 21:53:36 +0100, by Tobias Markmann
-
net.server_select: Restore checks for wantread/timeout errors on receiveThu, 03 Dec 2009 19:18:18 +0000, by Matthew Wild
-
mod_proxy65: Don't read data from the connection untill the proxying is activatedThu, 03 Dec 2009 17:07:37 +0100, by Sjoerd Simons
-
mod_proxy65: Make the proxying bidirectionalThu, 03 Dec 2009 17:05:35 +0100, by Sjoerd Simons
-
mod_proxy65: Use a bigger buffer for data we're proxyingThu, 03 Dec 2009 17:04:54 +0100, by Sjoerd Simons
-
mod_proxy65: Only lock the reading side when throttlingThu, 03 Dec 2009 17:02:38 +0100, by Sjoerd Simons
-
net.server_select: Add a function to just lock a stream for readingThu, 03 Dec 2009 16:53:58 +0100, by Sjoerd Simons
-
mod_proxy65: Throttle connections to prevent senders flooding the server's buffers if the receiver doesn't receive fast enoughThu, 03 Dec 2009 14:15:30 +0000, by Matthew Wild
-
mod_proxy65: Replace error() calls with module:log("error", ...)Thu, 03 Dec 2009 14:13:09 +0000, by Matthew Wild
-
net.server_select: Make bufferlen() method return, of all things, the buffer lengthThu, 03 Dec 2009 14:08:54 +0000, by Matthew Wild
-
net.server_event: Port fix in 2dc9bbf25447 to libevent-based backendThu, 03 Dec 2009 02:30:09 +0000, by Matthew Wild
-
net.server_select: Fix possibility of losing data sent from a socket just before it closes (thanks Sjoerd Simons)Thu, 03 Dec 2009 02:28:34 +0000, by Matthew Wild
-
net.dns: Fix for blocking dns lookups to find waiting coroutines correctly (not that we use this in Prosody...)Thu, 03 Dec 2009 01:13:06 +0000, by Matthew Wild
-
net.dns: Port some DNS fixes to the resolver:feed() function for net.adns to useThu, 03 Dec 2009 01:10:08 +0000, by Matthew Wild
-
Merge with 0.6Wed, 02 Dec 2009 22:15:17 +0000, by Matthew Wild
-
util.dependencies: Fix package name of LuaFilesystemWed, 02 Dec 2009 22:13:31 +0000, by Matthew Wild
-
Merge with TobiasWed, 02 Dec 2009 20:35:31 +0000, by Matthew Wild
-
mod_console: Show compression status on s2s:show() output.Tue, 01 Dec 2009 23:23:51 +0100, by Tobias Markmann
-
Merge with tip.Tue, 01 Dec 2009 23:05:32 +0100, by Tobias Markmann
-
Merge with TobiasWed, 02 Dec 2009 20:33:09 +0000, by Matthew Wild
-
mod_compression: Removing trailing whitespace.Tue, 01 Dec 2009 21:17:13 +0100, by Tobias Markmann
-
mod_compression: Declaring the de-/compression pipes as local.Tue, 01 Dec 2009 21:04:02 +0100, by Tobias Markmann
-
mod_compression: Some comment clean up.Tue, 01 Dec 2009 20:59:42 +0100, by Tobias Markmann
-
Merge with tip.Tue, 01 Dec 2009 20:55:32 +0100, by Tobias Markmann
-
mod_compression: Removing forgotten debugging output.Tue, 01 Dec 2009 00:21:32 +0100, by Tobias Markmann
-
mod_compression: Define db (dialback) namespace in stream header.Tue, 01 Dec 2009 00:10:47 +0100, by Tobias Markmann
-
Merge with tip.Mon, 30 Nov 2009 23:25:10 +0100, by Tobias Markmann
-
mod_compression: Enabeling compression for outgoing s2s streams.Mon, 30 Nov 2009 23:23:42 +0100, by Tobias Markmann
-
mod_compression: Some further refactoring.Sun, 29 Nov 2009 23:43:12 +0100, by Tobias Markmann
-
mod_compression: Make setup_compression work for s2s sessions too.Sun, 29 Nov 2009 23:04:19 +0100, by Tobias Markmann
-
mod_compression: Moving compression setup in a dedicated function.Sun, 29 Nov 2009 22:18:06 +0100, by Tobias Markmann
-
mod_compression: Prepare activating of compression on s2s.Sun, 29 Nov 2009 22:02:21 +0100, by Tobias Markmann
-
Merge with tip.Sun, 29 Nov 2009 21:33:37 +0100, by Tobias Markmann
-
Enable one way stream compression on s2s links.Sun, 29 Nov 2009 21:32:39 +0100, by Tobias Markmann
-
Fixing some typos.Fri, 20 Nov 2009 17:12:12 +0100, by Tobias Markmann
-
modulemanager, net.dns: Remove trailing whitespaceWed, 02 Dec 2009 20:32:44 +0000, by Matthew Wild
-
prosodyctl: Experimental 'addplugin' commandWed, 02 Dec 2009 20:31:54 +0000, by Matthew Wild
-
util.pluginloader: Support for fetching plugins from the data storeWed, 02 Dec 2009 18:05:03 +0000, by Matthew Wild
-
net.httpserver: Fix to work with new server APIWed, 02 Dec 2009 18:03:10 +0000, by Matthew Wild
-
net.httpserver: Quick fix to set the correct Content-Type on simple (string) responses, for a few known typesWed, 02 Dec 2009 18:02:47 +0000, by Matthew Wild
-
mod_proxy65: Remove trailing whitespaceTue, 01 Dec 2009 20:18:47 +0000, by Matthew Wild
-
mod_proxy65: Fix log:module -> module:log :)Tue, 01 Dec 2009 20:07:07 +0000, by Matthew Wild
-
Merge with trunkTue, 01 Dec 2009 19:57:54 +0000, by Matthew Wild
-
modulemanager: Fire events module-loaded and module-unloaded, both receive a table with 'module' and 'host' fields, thanks bjcTue, 01 Dec 2009 19:57:33 +0000, by Matthew Wild
-
util.sasl.plain: Allow empty authzid (thanks bjc).Tue, 01 Dec 2009 22:32:37 +0500, by Waqas Hussain
-
util.hmac: Optimized.Tue, 01 Dec 2009 02:23:48 +0500, by Waqas Hussain
-
util.sasl.scram: Optimized binaryXOR.Tue, 01 Dec 2009 01:45:56 +0500, by Waqas Hussain
-
util.sasl.scram: Fixed a variable redeclaration.Tue, 01 Dec 2009 01:41:31 +0500, by Waqas Hussain
-
util.sasl.scram: Making =2D and =3D substitution actually work.Mon, 30 Nov 2009 20:53:25 +0100, by Tobias Markmann
-
util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a name/xmlnsMon, 30 Nov 2009 16:39:27 +0000, by Matthew Wild
-
util.sasl.plain: A little refactoring.Sun, 29 Nov 2009 18:30:33 +0500, by Waqas Hussain
-
Merge with 0.6.Sun, 29 Nov 2009 18:29:19 +0500, by Waqas Hussain
-
core.xmlhandlers: Fixed processing of empty namespaces (which caused an issue with jwchat).Sat, 28 Nov 2009 12:00:31 +0500, by Waqas Hussain
-
mod_register: Properly notify contacts of subscription removal on account deletion.Sat, 28 Nov 2009 11:59:06 +0500, by Waqas Hussain
-
mod_presence: Use the local host object as the origin for auto-generated subscription approvals and cancellations.Thu, 26 Nov 2009 15:19:59 +0500, by Waqas Hussain
-
util.sasl.digest-md5: Fixing some variable access.Sat, 28 Nov 2009 18:58:58 +0100, by Tobias Markmann
-
Merge with TobiasSat, 28 Nov 2009 17:40:49 +0000, by Matthew Wild
-
xmppserver_listener: Update for new server API, fixes traceback when closing s2s connectionsSat, 28 Nov 2009 17:40:37 +0000, by Matthew Wild
-
Make some more variables to locals.Sat, 28 Nov 2009 18:32:41 +0100, by Tobias Markmann
-
util.sasl: Move some variables to local space. Fix a bug.Sat, 28 Nov 2009 18:23:25 +0100, by Tobias Markmann
-
mod_console: Update for new server API, fixes traceback when closing console sessionsSat, 28 Nov 2009 17:39:05 +0000, by Matthew Wild
-
util.sasl.plain: Fail gracefully on empty <auth/> tagSat, 28 Nov 2009 15:12:43 +0000, by Matthew Wild
-
mod_saslauth: Fix typo in variable nameSat, 28 Nov 2009 15:12:07 +0000, by Matthew Wild
-
net.server_select: Update conn.close() to use new connection method conventionSat, 28 Nov 2009 14:09:53 +0000, by Matthew Wild
-
mod_proxy65: Use new jid.join() from util.jidFri, 27 Nov 2009 18:02:24 +0000, by Matthew Wild
-
tests/test.lua: Changes to environment handling of tests, and replace module() with dummy function that doesn't alter the current environmentFri, 27 Nov 2009 18:00:47 +0000, by Matthew Wild
-
tests: Add tests for util.jid.join()Fri, 27 Nov 2009 17:41:52 +0000, by Matthew Wild
-
tests/test.lua: Print the current test being run if verbosity sufficientFri, 27 Nov 2009 17:39:17 +0000, by Matthew Wild
-
util.jid: Add join(node, host, resource) function to join the components and return nil if invalidFri, 27 Nov 2009 17:33:55 +0000, by Matthew Wild
-
mod_proxy65: Update listener callback names for new server APIFri, 27 Nov 2009 16:51:05 +0000, by sjoerd simons
-
Merged with tip.Fri, 27 Nov 2009 00:19:56 +0100, by Tobias Markmann
-
mod_saslauth: Allow relogins after failed SASL login.Thu, 26 Nov 2009 23:18:26 +0100, by Tobias Markmann
-
util.sasl: Adding clean_clone() method.Thu, 26 Nov 2009 23:11:02 +0100, by Tobias Markmann
-
net.server_event: Add addclient/wrapclient compatible with server_select, DNS and s2s should now work with libevent \o/Thu, 26 Nov 2009 22:25:13 +0000, by Matthew Wild
-
net.server_event: tostring() some debug logging parametersThu, 26 Nov 2009 22:23:51 +0000, by Matthew Wild
-
net.server_event: Add set_send() for compatibility with server_selectThu, 26 Nov 2009 22:22:03 +0000, by Matthew Wild
-
net.server_event: Hide starttls function when the connection is not SSL-enabledThu, 26 Nov 2009 22:21:12 +0000, by Matthew Wild
-
net.server_event: Count the number of client connections *upwards* :)Thu, 26 Nov 2009 22:19:49 +0000, by Matthew Wild
-
net.server_handler: Add stub handlers as fallbacks for those listeners don't implementThu, 26 Nov 2009 22:18:44 +0000, by Matthew Wild
-
net.server_event: Fix to make ontimeout() listener callback workThu, 26 Nov 2009 22:15:40 +0000, by Matthew Wild
-
net.server_select: Rename server.setsend() to server.set_send() for consistencyThu, 26 Nov 2009 22:08:47 +0000, by Matthew Wild
-
net.adns: Some cleanup, happens to also make it compatible with libeventThu, 26 Nov 2009 22:08:10 +0000, by Matthew Wild
-
s2smanager: Allow configuration of the dialback_secret in the configThu, 26 Nov 2009 17:17:54 +0000, by Matthew Wild
-
Merge with 0.6.Thu, 26 Nov 2009 13:06:52 +0500, by Waqas Hussain
-
mod_presence: Use the local host as origin for subscription request acks.Thu, 26 Nov 2009 13:02:10 +0500, by Waqas Hussain
-
mod_presence: Removed an unnecessary compatibility workaround which was causing issues with unavailable presence exchange after subscription removal.Thu, 26 Nov 2009 13:00:11 +0500, by Waqas Hussain
-
mod_roster: Ask remote server to remove pending subscription requests when removing roster items.Thu, 26 Nov 2009 12:57:24 +0500, by Waqas Hussain
-
Tagging 0.6.1Thu, 26 Nov 2009 00:02:01 +0000, by Matthew Wild
-
Tagging 0.6.0Thu, 26 Nov 2009 00:01:12 +0000, by Matthew Wild
-
Makefile: Fix to install new util/sasl directoryThu, 26 Nov 2009 01:09:10 +0000, by Matthew Wild
-
Merge with 0.6Wed, 25 Nov 2009 23:46:58 +0000, by Matthew Wild
-
util.serialization: Correctly serialize tables with 'false' as a key, fixes an issue with rosters not saving (thanks mathias, Tobias) 0.6.1Wed, 25 Nov 2009 23:45:45 +0000, by Matthew Wild
-
Merge with trunkWed, 25 Nov 2009 19:59:16 +0000, by Matthew Wild
-
Merge with 0.6Wed, 25 Nov 2009 19:58:58 +0000, by Matthew Wild
-
util.dataforms: Don't require type when parsing form XMLWed, 25 Nov 2009 19:58:19 +0000, by Florian Zeitz
-
Merge with trunk.Thu, 26 Nov 2009 00:05:18 +0500, by Waqas Hussain
-
MUC: Added support for the room-destroy owner use case.Thu, 26 Nov 2009 00:03:16 +0500, by Waqas Hussain
-
MUC: Slightly refactored form processing.Wed, 25 Nov 2009 22:26:06 +0500, by Waqas Hussain
-
SASL: Using locally mapped s_gmatch instead of unavailable gmatch.Wed, 25 Nov 2009 19:46:22 +0100, by Tobias Markmann
-
Merge with trunkWed, 25 Nov 2009 17:40:24 +0000, by Matthew Wild
-
Merge with Tobias's SASL redesign branchWed, 25 Nov 2009 17:39:23 +0000, by Matthew Wild
-
Merge with trunk.Thu, 19 Nov 2009 17:53:52 +0100, by Tobias Markmann
-
Reduce needed roundtrips during DIGEST-MD5 login.Thu, 19 Nov 2009 17:20:38 +0100, by Tobias Markmann
-
Adding some human readable error messages.Thu, 19 Nov 2009 17:17:52 +0100, by Tobias Markmann
-
Fail if username or password don't pass SASLprep.Thu, 19 Nov 2009 17:08:58 +0100, by Tobias Markmann
-
Use new cofig option reading API.Thu, 19 Nov 2009 16:44:37 +0100, by Tobias Markmann
-
Allow SASL PLAIN over unsecure connections when intended by admin.Thu, 19 Nov 2009 16:43:38 +0100, by Tobias Markmann
-
Typo.Thu, 19 Nov 2009 15:29:09 +0100, by Tobias Markmann
-
Handle , and = in usernames for SCRAM.Thu, 19 Nov 2009 00:04:14 +0100, by Tobias Markmann
-
Provide SASL PLAIN mechanism only if TLS is active.Wed, 18 Nov 2009 23:26:35 +0100, by Tobias Markmann
-
Cleaning up.Wed, 18 Nov 2009 23:25:27 +0100, by Tobias Markmann
-
Tidying up.Wed, 18 Nov 2009 22:59:43 +0100, by Tobias Markmann
-
Enable restriction of supported mechanisms in the SASL library.Wed, 18 Nov 2009 22:56:50 +0100, by Tobias Markmann
-
SASLprep authentication and password in SASL PLAIN implementation.Wed, 18 Nov 2009 22:02:32 +0100, by Tobias Markmann
-
SASLprep usernames and passwords.Wed, 18 Nov 2009 11:59:50 +0100, by Tobias Markmann
-
Making interop with libpurple. (Thanks darkrain).Tue, 17 Nov 2009 22:39:18 +0100, by Tobias Markmann
-
Add check for forbidden char sequences in validate_username().Tue, 17 Nov 2009 11:31:59 +0100, by Tobias Markmann
-
Completed SCRAM-SHA-1 implementation to a ready-to-test state.Tue, 17 Nov 2009 11:03:54 +0100, by Tobias Markmann
-
Added missing require for generate_uuid.Tue, 17 Nov 2009 09:33:15 +0100, by Tobias Markmann
-
Initial commit of SCRAM SASL mechanism.Tue, 17 Nov 2009 00:56:41 +0100, by Tobias Markmann
-
Merge with sasl branch.Mon, 16 Nov 2009 21:43:57 +0100, by Tobias Markmann
-
Adding a note for possible round trip savings. saslFri, 13 Nov 2009 14:31:03 +0100, by Tobias Markmann
-
Adding support for digest-md5 profile in DIGEST-MD5 implementation. saslFri, 13 Nov 2009 11:24:22 +0100, by Tobias Markmann
-
Add support for plain profile in digest-md5 implementation. saslFri, 13 Nov 2009 10:54:17 +0100, by Tobias Markmann
-
Getting PLAIN mechanism work with the new API. saslFri, 13 Nov 2009 09:21:19 +0100, by Tobias Markmann
-
Fail if mechanism has already been selected. saslFri, 28 Aug 2009 22:03:11 +0200, by Tobias Markmann
-
Importing SASL Digest-MD5 code. Now for real. saslFri, 28 Aug 2009 19:57:09 +0200, by Tobias Markmann
-
Allow ampersands in passwords for SASL PLAIN mechanism. saslFri, 28 Aug 2009 19:20:12 +0200, by Tobias Markmann
-
Adjust SASL PLAIN mechanism to the new API. saslThu, 27 Aug 2009 21:29:36 +0200, by Tobias Markmann
-
Mostly making the code run; includes fixing typos and so on. saslMon, 10 Aug 2009 23:04:19 +0200, by Tobias Markmann
-
MUC: Only allow moderators to change the room subject.Wed, 25 Nov 2009 22:00:33 +0500, by Waqas Hussain
-
MUC: Prevent visitors from broadcasting messages.Wed, 25 Nov 2009 21:42:05 +0500, by Waqas Hussain
-
MUC: Improved handling of incoming groupchat messages (state preserved for possible later use).Wed, 25 Nov 2009 21:40:44 +0500, by Waqas Hussain
-
Removed some legacy doc/ files.Wed, 25 Nov 2009 21:30:41 +0500, by Waqas Hussain
-
Merge with 0.6Wed, 25 Nov 2009 15:41:04 +0000, by Matthew Wild
-
util.dependencies: Log an error if the current version of LuaSec installed contains The Bug (thanks Remko)Wed, 25 Nov 2009 15:40:33 +0000, by Matthew Wild
-
xmppclient_listener: Escape control characters when logging invalid XML.Tue, 24 Nov 2009 22:42:08 +0500, by Waqas Hussain
-
Merge with 0.6Wed, 25 Nov 2009 03:30:41 +0000, by Matthew Wild
-
s2smanager: Log warning when trying to send a stanza from a host we don't serve, instead of a traceback (thanks stpeter)Wed, 25 Nov 2009 03:30:00 +0000, by Matthew Wild
-
Merge with trunkTue, 24 Nov 2009 20:35:18 +0000, by Matthew Wild
-
core.sessionmanager, net.*_listener: Remove the evil collectgarbage() callsTue, 24 Nov 2009 20:34:22 +0000, by Matthew Wild
-
net.server: Log an error when libevent is requested, but luaevent is unavailable, and don't load luaevent when not requested.Tue, 24 Nov 2009 14:37:14 +0500, by Waqas Hussain
-
Merge with trunkMon, 23 Nov 2009 20:22:37 +0000, by Matthew Wild
-
Merge with 0.6Mon, 23 Nov 2009 20:21:20 +0000, by Matthew Wild
-
util.datamanager: Replace popen(mkdir) with lfs.mkdir, keeping the just-in-time creation until we have the new datamanager APIMon, 23 Nov 2009 20:18:04 +0000, by Matthew Wild
-
util.dependencies: Missed a Debian/Mon, 23 Nov 2009 19:59:32 +0000, by Matthew Wild
-
util.dependencies: Clearer message, add homepages, etc.Mon, 23 Nov 2009 18:51:54 +0000, by Matthew Wild
-
util.dependencies: Add LuaFileSystem as a hard dependencyMon, 23 Nov 2009 17:31:49 +0000, by Matthew Wild
-
Merged with 0.6.Mon, 23 Nov 2009 21:49:20 +0500, by Waqas Hussain
-
prosody: Added support for command line argument '--config'.Mon, 23 Nov 2009 21:46:37 +0500, by Waqas Hussain
-
Merge with trunkMon, 23 Nov 2009 16:30:34 +0000, by Matthew Wild
-
tests/modulemanager_option_conversion.lua: Add standalone test script for the new modulemanager config option APIMon, 23 Nov 2009 16:09:44 +0000, by Matthew Wild
-
modulemanager: New module API methods for getting config options with type conversion, get_option_string, get_option_number, get_option_boolean, get_option_array, get_option_setMon, 23 Nov 2009 16:07:33 +0000, by Matthew Wild
-
Merged with 0.6.Mon, 23 Nov 2009 21:02:06 +0500, by Waqas Hussain
-
util.serialization: Replaced commas with semi-colons between table fields.Mon, 23 Nov 2009 19:50:04 +0500, by Waqas Hussain
-
util.serialization: Concise output for empty tables.Mon, 23 Nov 2009 19:35:24 +0500, by Waqas Hussain
-
Mainfile: Fixed some comments.Mon, 23 Nov 2009 08:55:27 +0500, by Waqas Hussain
-
util.dependencies: Make the commands line up properly in the "missing dependency" output. Yes, this was the commit you didn't know you were waiting for!Mon, 23 Nov 2009 02:58:42 +0000, by Matthew Wild
-
mod_console: Update for new net.server APISun, 22 Nov 2009 21:09:25 +0000, by Matthew Wild
-
Merged with 0.6.Sun, 22 Nov 2009 21:55:58 +0500, by Waqas Hussain
-
mod_presence: Route incoming presence subscription stanzas (types unsubscribe, subscribed and unsubscribed) to the user before roster pushes.Sun, 22 Nov 2009 21:47:54 +0500, by Waqas Hussain
-
mod_presence: Acknowledge subscription requests by responding with an unavailable presence.Sun, 22 Nov 2009 21:45:31 +0500, by Waqas Hussain
-
sessionmanager: Added function send_to_interested_resources().Sun, 22 Nov 2009 21:41:09 +0500, by Waqas Hussain
-
sessionmanager: Fixed and cleaned function send_to_available_resources(). The 'to' attribute for presence subscription stanzas is now preserved.Sun, 22 Nov 2009 21:40:01 +0500, by Waqas Hussain
-
loggingmanager: Explicitly flush log messages if the __FLUSH_LOG environment variable is defined (workaround for MSVCRT buffering piped output).Sun, 22 Nov 2009 21:33:41 +0500, by Waqas Hussain
-
mod_proxy65: Update for new net.server API, untestedSun, 22 Nov 2009 15:06:30 +0000, by Matthew Wild
-
mod_proxy65: Import from prosody-modules, thanks Ephraim :)Sun, 22 Nov 2009 14:58:09 +0000, by Matthew Wild
-
net.server: Add some comments to explain to waqas how it all works :)Sun, 22 Nov 2009 14:42:56 +0000, by Matthew Wild
-
xmppcomponent_listener: Use new API for writing to components, fixes traceback (thanks Tobias)Sun, 22 Nov 2009 13:47:24 +0000, by Matthew Wild
-
s2smanager: Fix syntax error introduced in mergeSun, 22 Nov 2009 04:53:02 +0000, by Matthew Wild
-
Merge with trunkSun, 22 Nov 2009 04:50:42 +0000, by Matthew Wild
-
stanza_router: Don't log full stanzas destined for s2sSun, 22 Nov 2009 04:46:48 +0000, by Matthew Wild
-
net.server_select: Bring up to date to new common connection APISun, 22 Nov 2009 04:45:13 +0000, by Matthew Wild
-
net.httpserver, net.http: Update for new net.server API (untested)Sun, 22 Nov 2009 04:44:26 +0000, by Matthew Wild
-
*_listener: Update for new net.server API, specifically .listener -> .onincoming, .disconnect -> .ondisconnectSun, 22 Nov 2009 04:43:46 +0000, by Matthew Wild
-
net.adns: Update for new net.server API (doesn't work with libevent yet)Sun, 22 Nov 2009 04:42:47 +0000, by Matthew Wild
-
s2smanager: Update for new net.server API (s2s still doesn't work with libevent for other reasons)Sun, 22 Nov 2009 04:42:03 +0000, by Matthew Wild
-
net.server_event: Comment accidentally uncommented vdebug()Sun, 22 Nov 2009 04:09:57 +0000, by Matthew Wild
-
net.server_event: Handle and ignore 'wantread' error from receive(), treat as a timeoutSun, 22 Nov 2009 04:08:11 +0000, by Matthew Wild
-
net.server_event: Remove premature non-optimisationSun, 22 Nov 2009 04:06:40 +0000, by Matthew Wild
-
net.server_event: Fix moved line caused by Mercurial's crecord and my selective commitsSun, 22 Nov 2009 04:06:00 +0000, by Matthew Wild
-
net.server_event: Obey nowriting/nointerface for locks in interface methodsSun, 22 Nov 2009 04:04:04 +0000, by Matthew Wild
-
net.server_event: Use conn property for send/receive instead of caching, fixes trying to use original socket after SSL-wrappingSun, 22 Nov 2009 03:58:37 +0000, by Matthew Wild
-
net.server_event: Set startsslcallback property to nil when we're done handshaking, otherwise we keep trying to repeat the handshakeSun, 22 Nov 2009 03:55:48 +0000, by Matthew Wild
-
net.server_event: Add set_sslctx() method to connectionsSun, 22 Nov 2009 03:53:44 +0000, by Matthew Wild
-
net.server_event: conn.usingssl -> conn._usingsslSun, 22 Nov 2009 03:53:07 +0000, by Matthew Wild
-
net.server_event: Use correct listener callbacksSun, 22 Nov 2009 03:51:31 +0000, by Matthew Wild
-
net.server_event: Small whitespace fixesSun, 22 Nov 2009 03:49:47 +0000, by Matthew Wild
-
net.server_event: Correct a few instances of .sslctx to ._sslctxSun, 22 Nov 2009 03:48:04 +0000, by Matthew Wild
-
net.server_event: Call connection's onconnect, no need to pass closures around nowSun, 22 Nov 2009 03:44:15 +0000, by Matthew Wild
-
net.server_event: Use connection id in all relevant loggingSun, 22 Nov 2009 03:42:45 +0000, by Matthew Wild
-
net.server_event: Define id property for connection objects, to aid loggingSun, 22 Nov 2009 03:20:35 +0000, by Matthew Wild
-
net.server_event: Define vdebug function for convenienceSun, 22 Nov 2009 03:14:32 +0000, by Matthew Wild
-
net.server_event: Change to new standard addserver() syntaxSat, 21 Nov 2009 17:23:51 +0000, by Matthew Wild
-
net.server_select: Change addserver() parameters to be compatible with new standard syntaxSat, 21 Nov 2009 17:19:57 +0000, by Matthew Wild
-
mod_tls: Switch to : syntax for connection methodsSat, 21 Nov 2009 17:16:46 +0000, by Matthew Wild
-
xmppclient_listener: Use : syntax for connection methods, to be compatible with new server.luaSat, 21 Nov 2009 17:15:59 +0000, by Matthew Wild
-
xmppclient_listener: Switch to .onincoming listener method, to be compatible with new server_event.luaSat, 21 Nov 2009 17:14:59 +0000, by Matthew Wild
-
net.server: Small fix for addtimer() compatibility codeSat, 21 Nov 2009 17:13:21 +0000, by Matthew Wild
-
net.connlisteners: Standardise on new syntax for addserver(), and clean up a bitSat, 21 Nov 2009 17:11:59 +0000, by Matthew Wild
-
sessionmanager: Use : syntax for calling connection methodsSat, 21 Nov 2009 17:07:22 +0000, by Matthew Wild
-
objectmanager: Convert to unix line-endingsSat, 21 Nov 2009 23:04:26 +0000, by Matthew Wild
-
s2smanager: Don't log full stanza when sending outwardsSat, 21 Nov 2009 13:49:48 +0000, by Matthew Wild
-
s2smanager: Don't tostring() the data before sending, sends2s already does this.Sat, 21 Nov 2009 13:47:45 +0000, by Matthew Wild
-
mod_bosh: Don't log response XMLSat, 21 Nov 2009 13:15:46 +0000, by Matthew Wild
-
util.timer: Fix libevent timers (event.base doesn't exist...)Sat, 21 Nov 2009 03:16:14 +0000, by Matthew Wild
-
net.server_event: Export base as event_baseSat, 21 Nov 2009 03:15:59 +0000, by Matthew Wild
-
net.server_event: Comment overly verbose log messageSat, 21 Nov 2009 02:41:09 +0000, by Matthew Wild
-
util.timer: Use libevent for lightweight timers if available and configured (use_libevent option)Sat, 21 Nov 2009 02:40:21 +0000, by Matthew Wild
-
net.server: New net.server to choose the appropriate library from server_select/server_event based on the availability of luaevent and the use_libevent config optionSat, 21 Nov 2009 02:39:08 +0000, by Matthew Wild
-
net.server: Rename to net.server_selectSat, 21 Nov 2009 02:36:35 +0000, by Matthew Wild
-
net.server_event: Remove redundant getid() functionFri, 20 Nov 2009 23:24:41 +0000, by Matthew Wild
-
net.server_event: Initial commit of server_event.lua. Don't get too excited, it's not used at all yet, and is still incomplete :)Fri, 20 Nov 2009 22:58:56 +0000, by Matthew Wild
-
s2smanager: Fail outgoing s2s connection if hostname does not pass idna_to_ascii(), thanks Flo + waqasFri, 20 Nov 2009 15:07:39 +0000, by Matthew Wild
-
util.sasl: Add COMPAT commentWed, 18 Nov 2009 03:35:42 +0000, by Matthew Wild
-
mod_console: Moved activation of the console port from the main file to mod_console.Wed, 18 Nov 2009 08:30:03 +0500, by Waqas Hussain
-
prosody.net_activate_ports: Slightly refactored and definition moved to before modules are loaded.Wed, 18 Nov 2009 08:26:43 +0500, by Waqas Hussain
-
mod_register: Log a debug message when a session's IP is not available.Wed, 18 Nov 2009 06:23:41 +0500, by Waqas Hussain
-
mod_bosh: Set session.ip for BOSH sessions.Wed, 18 Nov 2009 06:22:52 +0500, by Waqas Hussain
-
util.sasl: Added compatibility workaround for jwchat sending an encoded trailing '\0' in SASL responses.Wed, 18 Nov 2009 06:21:59 +0500, by Waqas Hussain
-
net.dns: Be more strict about the records we cacheWed, 18 Nov 2009 01:09:09 +0000, by Matthew Wild
-
net.dns: Be more strict about checking the DNS replies we receiveWed, 18 Nov 2009 01:05:38 +0000, by Matthew Wild
-
util.sasl: Improved a log message.Fri, 13 Nov 2009 06:29:37 +0500, by Waqas Hussain
-
util.sasl: Allow authzid=username (for compatibility with Smack's non-compliant behavior).Fri, 13 Nov 2009 06:10:46 +0500, by Waqas Hussain
-
util.sasl: Return proper error when client provides authzid.Fri, 13 Nov 2009 04:24:17 +0500, by Waqas Hussain
-
Changed separator between attribute names and prefixes from '|' to '\1' (optimization and cleanup).Thu, 12 Nov 2009 13:42:44 +0500, by Waqas Hussain
-
net.connlisteners: Log an error when a listener fails to load.Thu, 12 Nov 2009 13:34:38 +0500, by Waqas Hussain
-
componentmanager: Improved logging for stanzas being bounced for unavailable components.Thu, 12 Nov 2009 13:33:46 +0500, by Waqas Hussain
-
mod_posix: Log warning when no_daemonize is used, and instruct on how to update configSun, 08 Nov 2009 15:25:03 +0000, by Matthew Wild
-
mod_posix: Switch config option to 'daemonize', fall back to 'no_daemonize' if not set, default behaviour remains the same... daemonize if mod_posix is loadedSun, 08 Nov 2009 15:10:44 +0000, by Matthew Wild
-
modulemanager: api:get_option(): Handle correctly option values of boolean false, don't assume value unsetSun, 08 Nov 2009 15:09:11 +0000, by Matthew Wild
-
Merge with trunkFri, 06 Nov 2009 23:56:10 +0000, by Matthew Wild
-
util.dataforms: Support for jid-multi field typeFri, 06 Nov 2009 23:51:14 +0000, by Florian Zeitz
-
net.dns: Fixed indentation and coding style.Mon, 02 Nov 2009 01:57:33 +0500, by Waqas Hussain
-
net.dns: Initialize default resolver on module load (instead of on first use).Mon, 02 Nov 2009 00:52:35 +0500, by Waqas Hussain
-
net.dns: Updated to use util.windows.get_nameservers for enumerating nameservers on Windows.Mon, 02 Nov 2009 00:46:43 +0500, by Waqas Hussain
-
net.httpserver: Pass correct connection object to disconnect listener, which fixes a small leakSun, 01 Nov 2009 19:41:49 +0000, by Matthew Wild
-
prosodyctl: Put 'pidfile' in quotes to make more clear that it is the literal name of the optionSat, 31 Oct 2009 17:15:20 +0000, by Matthew Wild
-
MUC: Include occupants' real JIDs in their presence (semi-anonymous rooms).Sat, 31 Oct 2009 05:11:56 +0500, by Waqas Hussain
-
Makefile.win: Added support for util.windows, improved cleanup of temporary files, switched to dynamic linking with MSVCRT, etc.Sat, 31 Oct 2009 05:05:46 +0500, by Waqas Hussain
-
util.windows: Initial commit. Adds support for querying the windows DNS API for nameservers.Sat, 31 Oct 2009 04:58:23 +0500, by Waqas Hussain
-
util.dataforms: Only add value to rendered form if supplied in the dataFri, 30 Oct 2009 01:18:56 +0000, by Florian Zeitz
-
util.pposix: Add abort() functionFri, 30 Oct 2009 01:18:38 +0000, by Matthew Wild
-
server.lua: Standardise on 'client' variable to refer to the socket, makes the code a bit cleanerMon, 26 Oct 2009 23:35:48 +0000, by Matthew Wild
-
Merge with trunkMon, 26 Oct 2009 23:30:15 +0000, by Matthew Wild
-
mod_welcome: Change $user to $username in default welcome message (thanks to chris for spotting)Tue, 27 Oct 2009 01:15:05 +0500, by Waqas Hussain
-
Prosody top-level error handler modified to log properly on non-string error messages.Sun, 25 Oct 2009 21:26:36 +0500, by Waqas Hussain
-
mod_console: Added proper cleanup for disconnected console sessions.Sun, 25 Oct 2009 21:21:25 +0500, by Waqas Hussain
-
MUC: Fixed: affiliation='none' was omitted from some presence broadcasts.Sun, 25 Oct 2009 21:07:32 +0500, by Waqas Hussain
-
xmppserver_listener: Minor logging fix: Prefer the session logger when available to log invalid XML warnings.Sun, 25 Oct 2009 21:06:35 +0500, by Waqas Hussain
-
MUC: Fixed an issue with multi-session nicks where the 'from' attribute in a presence broadcast was not being properly set.Sun, 25 Oct 2009 04:19:24 +0500, by Waqas Hussain
-
rostermanager: Fixed a global access.Thu, 22 Oct 2009 04:47:40 +0500, by Waqas Hussain
-
rostermanager: Refactored roster loading to remove duplicate code.Thu, 22 Oct 2009 03:46:54 +0500, by Waqas Hussain
-
rostermanager: Log a warning when a self-contact is detected.Thu, 22 Oct 2009 03:38:00 +0500, by Waqas Hussain
-
rostermanager: Ensure meta-data entry is present on roster load.Thu, 22 Oct 2009 03:34:50 +0500, by Waqas Hussain
-
rostermanager: Remove self-contacts from loaded rosters.Thu, 22 Oct 2009 03:34:08 +0500, by Waqas Hussain
-
PEP: Better reload support.Thu, 22 Oct 2009 02:26:27 +0500, by Waqas Hussain
-
PEP: Send publish IQ result before broadcast.Thu, 22 Oct 2009 02:26:06 +0500, by Waqas Hussain
-
PEP: Stricter checks on payload validity.Thu, 22 Oct 2009 02:16:10 +0500, by Waqas Hussain
-
PEP: Clone payloads to allow plugins to reuse stanzas.Thu, 22 Oct 2009 02:13:02 +0500, by Waqas Hussain
-
PEP: Fixed namespace for the <item> element in PEP broadcasts.Thu, 22 Oct 2009 02:12:24 +0500, by Waqas Hussain
-
util.require: Yes hg, I really did want to remove it, thanks.Wed, 21 Oct 2009 20:30:42 +0100, by Matthew Wild
-
mod_presence: Send unavailable presence when sending unsubscribed presence stanzas (some legacy clients continue to display unsubscribed contacts as available).Wed, 21 Oct 2009 19:01:02 +0500, by Waqas Hussain
-
xmlhandlers: Reset state on error or stream close, fixes possible tracebackWed, 21 Oct 2009 14:05:33 +0100, by Matthew Wild
-
connlisteners: Localize tostring, fixes possible traceback when LuaSec not installedWed, 21 Oct 2009 13:59:54 +0100, by Matthew Wild
-
MUC: List occupants in a room's disco#items response.Wed, 21 Oct 2009 13:32:32 +0500, by Waqas Hussain
-
Merged with trunk.Wed, 21 Oct 2009 12:02:30 +0500, by Waqas Hussain
-
MUC: Added config option 'restrict_room_creation' to allow restricting room creation to admins.Wed, 21 Oct 2009 11:58:33 +0500, by Waqas Hussain
-
usermanager: Removed an unnecessary global access.Wed, 21 Oct 2009 11:41:11 +0500, by Waqas Hussain
-
usermanager: Logged a clear warning when the 'admins' option is not a table.Wed, 21 Oct 2009 11:40:29 +0500, by Waqas Hussain
-
usermanager: Changed function is_admin to allow checking for host-specific admins.Wed, 21 Oct 2009 11:39:02 +0500, by Waqas Hussain
-
mod_lastactivity: Gave a positive priority to the presence event hook.Wed, 21 Oct 2009 11:29:43 +0500, by Waqas Hussain
-
MUC: Added 'name' config option, for specifying the component's name in disco responses.Wed, 21 Oct 2009 02:18:17 +0500, by Waqas Hussain
-
net.dns: Don't expire records with TTL of 0 instantlyWed, 21 Oct 2009 00:01:50 +0100, by Matthew Wild
-
mod_lastactivity: Persist data across reloads.Wed, 21 Oct 2009 01:02:26 +0500, by Waqas Hussain
-
mod_lastactivity: Allow users to request their own last activity.Wed, 21 Oct 2009 01:01:46 +0500, by Waqas Hussain
-
prosody.cfg.lua.dist: Convert to unix line endings from DOSTue, 20 Oct 2009 18:12:46 +0100, by Matthew Wild
-
prosody: Use rawget to test for the existence of ssl (LuaSec) so we don't look for a nil globalTue, 20 Oct 2009 13:25:29 +0100, by Matthew Wild
-
util-src/Makefile: Add missing flags to building of util.signalMon, 19 Oct 2009 21:08:40 +0100, by Matthew Wild
-
net.httpserver: Pass on interface option from new_from_config() (thanks Chris)Mon, 19 Oct 2009 17:56:39 +0100, by Matthew Wild
-
prosodyctl: Remove dependency on hostmanager, and friendsMon, 19 Oct 2009 16:53:50 +0100, by Matthew Wild
-
s2smanager: Use session-specific logger to log outgoing data on outgoing s2s connectionsSun, 18 Oct 2009 16:16:27 +0100, by Matthew Wild
-
mod_lastactivity: Initial commit.Sun, 18 Oct 2009 22:49:03 +0500, by Waqas Hussain
-
mod_uptime: Removed event hook for iq/bare. mod_uptime only deals with iq/host queries.Sun, 18 Oct 2009 22:45:41 +0500, by Waqas Hussain
-
mod_uptime: Removed unused variables.Sun, 18 Oct 2009 22:44:18 +0500, by Waqas Hussain
-
mod_uptime: Updated to use events (which also fixes a few minor issues).Sun, 18 Oct 2009 19:42:45 +0500, by Waqas Hussain
-
mod_saslauth: Fixed access of globals.Sun, 18 Oct 2009 18:50:35 +0500, by Waqas Hussain
-
mod_saslauth: Marked the im-session stream feature as optional. This allows smart clients to save a round trip.Sun, 18 Oct 2009 18:48:34 +0500, by Waqas Hussain
-
mod_time: Updated to use events (which also fixes a few minor issues).Sun, 18 Oct 2009 18:45:41 +0500, by Waqas Hussain
-
mod_ping: Updated to use events (which also fixes a few minor issues).Sun, 18 Oct 2009 18:26:58 +0500, by Waqas Hussain
Scroll all the way down to load more.