prosody.git
14 years agoMerge 0.6.2/waqas with 0.6.2/MattJ
Matthew Wild [Wed, 3 Mar 2010 22:05:05 +0000 (22:05 +0000)]
Merge 0.6.2/waqas with 0.6.2/MattJ

14 years agonet.xmppcomponent_listener: Don't remove 'log' and 'close' from sessions when destroy...
Matthew Wild [Sun, 14 Mar 2010 03:07:05 +0000 (03:07 +0000)]
net.xmppcomponent_listener: Don't remove 'log' and 'close' from sessions when destroying, and set destroyed = true

14 years agonet.xmppcomponent_listener: Log invalid XML received from components (as we already...
Matthew Wild [Sun, 14 Mar 2010 03:06:19 +0000 (03:06 +0000)]
net.xmppcomponent_listener: Log invalid XML received from components (as we already do for c2s/s2s)

14 years agonet.xmppcomponent_listener: Don't allow closing a session that has already been destroyed
Matthew Wild [Sun, 14 Mar 2010 03:05:43 +0000 (03:05 +0000)]
net.xmppcomponent_listener: Don't allow closing a session that has already been destroyed

14 years agonet.xmppcomponent_listener: Close component sessions on receiving a </stream:stream>
Matthew Wild [Sun, 14 Mar 2010 03:04:51 +0000 (03:04 +0000)]
net.xmppcomponent_listener: Close component sessions on receiving a </stream:stream>

14 years agonet.xmppcomponent_listener: Don't handle stream errors from component sessions that...
Matthew Wild [Sun, 14 Mar 2010 03:04:04 +0000 (03:04 +0000)]
net.xmppcomponent_listener: Don't handle stream errors from component sessions that have already been destroyed

14 years agonet.xmppcomponent_listener: Fix to correctly handle stream errors from components
Matthew Wild [Sun, 14 Mar 2010 03:03:02 +0000 (03:03 +0000)]
net.xmppcomponent_listener: Fix to correctly handle stream errors from components

14 years agonet.xmppclient_listener: Fix to correctly handle stream errors from clients
Matthew Wild [Sun, 14 Mar 2010 03:01:00 +0000 (03:01 +0000)]
net.xmppclient_listener: Fix to correctly handle stream errors from clients

14 years agosessionmanager: Don't re-destroy destroyed sessions
Matthew Wild [Sun, 14 Mar 2010 02:59:41 +0000 (02:59 +0000)]
sessionmanager: Don't re-destroy destroyed sessions

14 years agosessionmanager: Return stream error when incoming stream header is missing 'to' attribute
Matthew Wild [Sun, 14 Mar 2010 02:59:16 +0000 (02:59 +0000)]
sessionmanager: Return stream error when incoming stream header is missing 'to' attribute

14 years agosessionmanager: Add close method to resting sessions
Matthew Wild [Sun, 14 Mar 2010 02:58:11 +0000 (02:58 +0000)]
sessionmanager: Add close method to resting sessions

14 years agos2smanager: Don't re-destroy destroyed sessions
Matthew Wild [Sun, 14 Mar 2010 02:57:22 +0000 (02:57 +0000)]
s2smanager: Don't re-destroy destroyed sessions

14 years agos2smanager: Add open_stream and close methods to resting sessions
Matthew Wild [Sun, 14 Mar 2010 02:56:57 +0000 (02:56 +0000)]
s2smanager: Add open_stream and close methods to resting sessions

14 years agosessionmanager, s2smanager: Close session on </stream:stream>
Matthew Wild [Thu, 11 Mar 2010 01:04:19 +0000 (01:04 +0000)]
sessionmanager, s2smanager: Close session on </stream:stream>

14 years agosessionmanager, s2smanager: Destroyed sessions are now simply resting (not dead)...
Matthew Wild [Mon, 8 Mar 2010 02:13:41 +0000 (02:13 +0000)]
sessionmanager, s2smanager: Destroyed sessions are now simply resting (not dead) until they are collected - prevents a whole class of tracebacks

14 years agonet.xmppserver_listener: Clarify log message (for nil/false)
Matthew Wild [Sat, 6 Mar 2010 18:45:09 +0000 (18:45 +0000)]
net.xmppserver_listener: Clarify log message (for nil/false)

14 years agoMerge with trunk
Matthew Wild [Fri, 5 Mar 2010 18:35:23 +0000 (18:35 +0000)]
Merge with trunk

14 years agoMerge with 0.7
Matthew Wild [Fri, 5 Mar 2010 18:35:02 +0000 (18:35 +0000)]
Merge with 0.7

14 years agonet.dns: Trailing whitespace
Matthew Wild [Fri, 5 Mar 2010 18:33:28 +0000 (18:33 +0000)]
net.dns: Trailing whitespace

14 years agonet.dns: More reliable parsing of resolv.conf - allow multiple nameserver IPs on...
Matthew Wild [Fri, 5 Mar 2010 18:15:08 +0000 (18:15 +0000)]
net.dns: More reliable parsing of resolv.conf - allow multiple nameserver IPs on one line (thanks dersd)

14 years agonet.server_select: Fix for traceback when a read returns an error and no data (thanks...
Matthew Wild [Fri, 5 Mar 2010 16:45:46 +0000 (16:45 +0000)]
net.server_select: Fix for traceback when a read returns an error and no data (thanks dersd)

14 years agocertmanager: Friendlier error reporting on OpenWRT and other cases where we don't...
Matthew Wild [Fri, 5 Mar 2010 15:00:11 +0000 (15:00 +0000)]
certmanager: Friendlier error reporting on OpenWRT and other cases where we don't understand the OpenSSL error

14 years agocertmanager: Fix nil global access (thanks Marc)
Matthew Wild [Fri, 5 Mar 2010 14:49:56 +0000 (14:49 +0000)]
certmanager: Fix nil global access (thanks Marc)

14 years agoMerge 0.6.2/waqas with 0.6.2/MattJ
Matthew Wild [Wed, 3 Mar 2010 22:05:05 +0000 (22:05 +0000)]
Merge 0.6.2/waqas with 0.6.2/MattJ

14 years agostanza_router: Don't send error replies for stanzas of type 'error' and 'result'...
Waqas Hussain [Wed, 3 Mar 2010 21:22:45 +0000 (02:22 +0500)]
stanza_router: Don't send error replies for stanzas of type 'error' and 'result' on unbound authenticated connections.

14 years agostanza_router: Allow non-jabber:client elements after auth, before bind.
Waqas Hussain [Wed, 3 Mar 2010 21:20:17 +0000 (02:20 +0500)]
stanza_router: Allow non-jabber:client elements after auth, before bind.

14 years agomod_offline: Convert to Unix line endings.
Waqas Hussain [Tue, 2 Mar 2010 09:08:32 +0000 (14:08 +0500)]
mod_offline: Convert to Unix line endings.

14 years agoMerge with 0.7
Matthew Wild [Mon, 1 Mar 2010 21:03:17 +0000 (21:03 +0000)]
Merge with 0.7

14 years agoutil.sasl: Fixed a nil global access.
Waqas Hussain [Mon, 1 Mar 2010 19:51:27 +0000 (00:51 +0500)]
util.sasl: Fixed a nil global access.

14 years agoutil.stanza: Fixed nil global accesses.
Waqas Hussain [Mon, 1 Mar 2010 19:50:54 +0000 (00:50 +0500)]
util.stanza: Fixed nil global accesses.

14 years agocertmanager: Fix global access
Matthew Wild [Mon, 1 Mar 2010 18:52:47 +0000 (18:52 +0000)]
certmanager: Fix global access

14 years agonet.server_select: Fix typo
Matthew Wild [Mon, 1 Mar 2010 18:47:03 +0000 (18:47 +0000)]
net.server_select: Fix typo

14 years agonet.server_event: Fix some global accesses
Matthew Wild [Mon, 1 Mar 2010 18:46:37 +0000 (18:46 +0000)]
net.server_event: Fix some global accesses

14 years agoMerge with 0.7
Matthew Wild [Mon, 1 Mar 2010 18:08:52 +0000 (18:08 +0000)]
Merge with 0.7

14 years agomod_proxy65: Fix for old-style closing of connections (another source of tracebacks...
Matthew Wild [Mon, 1 Mar 2010 18:07:37 +0000 (18:07 +0000)]
mod_proxy65: Fix for old-style closing of connections (another source of tracebacks with libevent enabled)

14 years agonet.server_select: Fix calling method of some handler.close()s
Matthew Wild [Mon, 1 Mar 2010 18:06:54 +0000 (18:06 +0000)]
net.server_select: Fix calling method of some handler.close()s

14 years agoMerge with 0.7
Matthew Wild [Mon, 1 Mar 2010 16:45:49 +0000 (16:45 +0000)]
Merge with 0.7

14 years agonet.server_event: Improve and fix potential traceback in logging of new incoming...
Matthew Wild [Mon, 1 Mar 2010 16:45:13 +0000 (16:45 +0000)]
net.server_event: Improve and fix potential traceback in logging of new incoming connections

14 years agoMerge with 0.7
Matthew Wild [Mon, 1 Mar 2010 16:23:51 +0000 (16:23 +0000)]
Merge with 0.7

14 years agomod_saslauth: Add FIXME to remind myself to fix this as soon as I have time
Matthew Wild [Mon, 1 Mar 2010 16:23:26 +0000 (16:23 +0000)]
mod_saslauth: Add FIXME to remind myself to fix this as soon as I have time

14 years agoMerge with 0.7
Matthew Wild [Mon, 1 Mar 2010 16:04:35 +0000 (16:04 +0000)]
Merge with 0.7

14 years agoMerge with 0.7/waqas
Matthew Wild [Mon, 1 Mar 2010 16:03:37 +0000 (16:03 +0000)]
Merge with 0.7/waqas

14 years agomod_saslauth: Unlock globals while loading cyrus
Matthew Wild [Mon, 1 Mar 2010 16:02:59 +0000 (16:02 +0000)]
mod_saslauth: Unlock globals while loading cyrus

14 years agoMerge with 0.7
Matthew Wild [Mon, 1 Mar 2010 16:01:09 +0000 (16:01 +0000)]
Merge with 0.7

14 years agoutil.sasl_cyrus: Ensure the mechanisms table is available after a failed auth attempt.
Waqas Hussain [Mon, 1 Mar 2010 13:37:47 +0000 (18:37 +0500)]
util.sasl_cyrus: Ensure the mechanisms table is available after a failed auth attempt.

14 years agoprosody: Bump log message describing current connection backend to level 'info'
Matthew Wild [Sat, 27 Feb 2010 19:46:04 +0000 (19:46 +0000)]
prosody: Bump log message describing current connection backend to level 'info'

14 years agoMerge with 0.7
Matthew Wild [Thu, 25 Feb 2010 21:37:59 +0000 (21:37 +0000)]
Merge with 0.7

14 years agoprosody.cfg.lua.dist: Fix missing quote in commented proxy config example
Matthew Wild [Thu, 25 Feb 2010 18:25:17 +0000 (18:25 +0000)]
prosody.cfg.lua.dist: Fix missing quote in commented proxy config example

14 years agoMerge with 0.7
Matthew Wild [Thu, 25 Feb 2010 18:08:59 +0000 (18:08 +0000)]
Merge with 0.7

14 years agoMerge with 0.6
Matthew Wild [Thu, 25 Feb 2010 18:03:15 +0000 (18:03 +0000)]
Merge with 0.6

14 years agotests/test_core_s2smanager.lua: Fix to compare SRV weights correctly
Matthew Wild [Thu, 25 Feb 2010 17:54:23 +0000 (17:54 +0000)]
tests/test_core_s2smanager.lua: Fix to compare SRV weights correctly

14 years agos2smanager: Log and fail gracefully when unable to create socket for outgoing s2s...
Matthew Wild [Thu, 25 Feb 2010 17:53:27 +0000 (17:53 +0000)]
s2smanager: Log and fail gracefully when unable to create socket for outgoing s2s connection (thanks foucault)

14 years agos2smanager: Fix for the logic SRV record priority comparison (thanks darkrain)
Matthew Wild [Thu, 25 Feb 2010 17:52:33 +0000 (17:52 +0000)]
s2smanager: Fix for the logic SRV record priority comparison (thanks darkrain)

14 years agonet.server_event: Add lock_read() method to connections
Matthew Wild [Thu, 25 Feb 2010 02:01:00 +0000 (02:01 +0000)]
net.server_event: Add lock_read() method to connections

14 years agoMerge with 0.7
Matthew Wild [Mon, 22 Feb 2010 01:48:42 +0000 (01:48 +0000)]
Merge with 0.7

14 years agoprosodyctl: Fix addplugin to support --help, and hide from the help listing (for...
Matthew Wild [Mon, 22 Feb 2010 01:48:07 +0000 (01:48 +0000)]
prosodyctl: Fix addplugin to support --help, and hide from the help listing (for now)

14 years agoprosodyctl: Fix 'restart' command to not report itself as the 'stop' command (thanks...
Matthew Wild [Mon, 22 Feb 2010 01:47:35 +0000 (01:47 +0000)]
prosodyctl: Fix 'restart' command to not report itself as the 'stop' command (thanks albert!)

14 years agoMerge with 0.7
Matthew Wild [Mon, 22 Feb 2010 01:06:46 +0000 (01:06 +0000)]
Merge with 0.7

14 years agoMerge with 0.7
Matthew Wild [Mon, 22 Feb 2010 01:04:27 +0000 (01:04 +0000)]
Merge with 0.7

14 years agomod_console: Uncomment the help for server:shutdown() - thanks darkrain
Matthew Wild [Mon, 22 Feb 2010 01:02:16 +0000 (01:02 +0000)]
mod_console: Uncomment the help for server:shutdown() - thanks darkrain

14 years agoprosodyctl.man: Update email address
Dwayne Bent [Mon, 22 Feb 2010 00:27:42 +0000 (19:27 -0500)]
prosodyctl.man: Update email address

14 years agoprosodyctl.man: Update email address
Dwayne Bent [Mon, 22 Feb 2010 00:27:42 +0000 (19:27 -0500)]
prosodyctl.man: Update email address

14 years agoprosodyctl.man: Include new restart command
Dwayne Bent [Mon, 22 Feb 2010 00:27:21 +0000 (19:27 -0500)]
prosodyctl.man: Include new restart command

14 years agoprosodyctl.man: Include new restart command
Dwayne Bent [Mon, 22 Feb 2010 00:27:21 +0000 (19:27 -0500)]
prosodyctl.man: Include new restart command

14 years agoMerge with 0.7
Matthew Wild [Sun, 21 Feb 2010 20:53:23 +0000 (20:53 +0000)]
Merge with 0.7

14 years agoprosodyctl: Add restart command for KSid and johnny :)
Matthew Wild [Sun, 21 Feb 2010 20:52:54 +0000 (20:52 +0000)]
prosodyctl: Add restart command for KSid and johnny :)

14 years agoMerge with 0.7
Matthew Wild [Sun, 21 Feb 2010 17:33:37 +0000 (17:33 +0000)]
Merge with 0.7

14 years agoprosody.cfg.lua.dist: Update config for 0.7, most improvements from the Arch Linux...
Matthew Wild [Sun, 21 Feb 2010 17:33:13 +0000 (17:33 +0000)]
prosody.cfg.lua.dist: Update config for 0.7, most improvements from the Arch Linux package by dbb, thanks!

14 years agoejabberd2prosody: Don't print passwords of imported accounts
Matthew Wild [Sun, 21 Feb 2010 16:57:06 +0000 (16:57 +0000)]
ejabberd2prosody: Don't print passwords of imported accounts

14 years agoMerge trunk with trunk
Matthew Wild [Sun, 21 Feb 2010 16:44:37 +0000 (16:44 +0000)]
Merge trunk with trunk

14 years agoMerge 0.7 with 0.7 with trunk \o/
Matthew Wild [Sun, 21 Feb 2010 16:43:55 +0000 (16:43 +0000)]
Merge 0.7 with 0.7 with trunk \o/

14 years agoMerge 0.7 with 0.7
Matthew Wild [Sun, 21 Feb 2010 16:43:29 +0000 (16:43 +0000)]
Merge 0.7 with 0.7

14 years agoMerge with 0.7
Matthew Wild [Sun, 21 Feb 2010 16:43:05 +0000 (16:43 +0000)]
Merge with 0.7

14 years agoejabberdsql2prosody: Don't print password of imported accounts (thanks azerttyu)
Matthew Wild [Sun, 21 Feb 2010 16:42:26 +0000 (16:42 +0000)]
ejabberdsql2prosody: Don't print password of imported accounts (thanks azerttyu)

14 years agoMerge with 0.7.
Waqas Hussain [Sun, 21 Feb 2010 12:47:49 +0000 (17:47 +0500)]
Merge with 0.7.

14 years agomod_iq: Fire sub-events for iq/self events.
Waqas Hussain [Sun, 21 Feb 2010 12:43:39 +0000 (17:43 +0500)]
mod_iq: Fire sub-events for iq/self events.

14 years agostanza_router: Make sure /self events are fired when the 'to' attribute is missing.
Waqas Hussain [Sun, 21 Feb 2010 12:43:05 +0000 (17:43 +0500)]
stanza_router: Make sure /self events are fired when the 'to' attribute is missing.

14 years agoMerge with 0.7
Matthew Wild [Sat, 20 Feb 2010 00:53:04 +0000 (00:53 +0000)]
Merge with 0.7

14 years agomod_debug: Obsoleted by mod_console
Matthew Wild [Sat, 20 Feb 2010 00:52:28 +0000 (00:52 +0000)]
mod_debug: Obsoleted by mod_console

14 years agomod_selftests: Obsolete, remove
Matthew Wild [Sat, 20 Feb 2010 00:52:13 +0000 (00:52 +0000)]
mod_selftests: Obsolete, remove

14 years agoBacked out changeset e7b09424b486 (not removing mod_offline for trunk)
Matthew Wild [Sat, 20 Feb 2010 00:47:18 +0000 (00:47 +0000)]
Backed out changeset e7b09424b486 (not removing mod_offline for trunk)

14 years agomod_offline: Remove from 0.7 (offline messages are handled in core at the moment)
Matthew Wild [Sat, 20 Feb 2010 00:12:32 +0000 (00:12 +0000)]
mod_offline: Remove from 0.7 (offline messages are handled in core at the moment)

14 years agomod_offline: Remove from 0.7 (offline messages are handled in core at the moment)
Matthew Wild [Sat, 20 Feb 2010 00:12:32 +0000 (00:12 +0000)]
mod_offline: Remove from 0.7 (offline messages are handled in core at the moment)

14 years agomod_storage, plus a bit of SQL and XML.
Waqas Hussain [Fri, 19 Feb 2010 17:32:28 +0000 (22:32 +0500)]
mod_storage, plus a bit of SQL and XML.

14 years agoMerge with 0.7
Matthew Wild [Fri, 19 Feb 2010 03:31:15 +0000 (03:31 +0000)]
Merge with 0.7

14 years agos2smanager: Use s2smanager log() if session doesn't have a logger (thanks Flo)
Matthew Wild [Fri, 19 Feb 2010 03:30:27 +0000 (03:30 +0000)]
s2smanager: Use s2smanager log() if session doesn't have a logger (thanks Flo)

14 years agos2smanager: Use s2smanager log() if session doesn't have a logger (thanks Flo)
Matthew Wild [Fri, 19 Feb 2010 03:30:27 +0000 (03:30 +0000)]
s2smanager: Use s2smanager log() if session doesn't have a logger (thanks Flo)

14 years agonet.http: Update print()s to log()s - don't ask how this came to be, I have no idea :)
Matthew Wild [Fri, 19 Feb 2010 03:27:18 +0000 (03:27 +0000)]
net.http: Update print()s to log()s - don't ask how this came to be, I have no idea :)

14 years agonet.httpclient_listener: Don't notify request of closed connection if the close was...
Matthew Wild [Fri, 19 Feb 2010 03:23:51 +0000 (03:23 +0000)]
net.httpclient_listener: Don't notify request of closed connection if the close was initiated by us

14 years agonet.httpclient_listener: Don't notify request of closed connection if the close was...
Matthew Wild [Fri, 19 Feb 2010 03:23:51 +0000 (03:23 +0000)]
net.httpclient_listener: Don't notify request of closed connection if the close was initiated by us

14 years agonet.http: destroy_request(): Remove update for new server API, pass request.handler...
Matthew Wild [Fri, 19 Feb 2010 03:22:42 +0000 (03:22 +0000)]
net.http: destroy_request(): Remove update for new server API, pass request.handler instead of request.conn to ondisconnect

14 years agonet.http: Close connection when invalid status line is received from the server
Matthew Wild [Fri, 19 Feb 2010 03:21:50 +0000 (03:21 +0000)]
net.http: Close connection when invalid status line is received from the server

14 years agonet.http: Don't re-destroy a request when the connection is closed
Matthew Wild [Fri, 19 Feb 2010 03:21:20 +0000 (03:21 +0000)]
net.http: Don't re-destroy a request when the connection is closed

14 years agoMerge with 0.7
Matthew Wild [Fri, 19 Feb 2010 02:59:00 +0000 (02:59 +0000)]
Merge with 0.7

14 years agonet.http: Port commit 2f235c57d713 to net.http to fix headers in responses (thanks...
Matthew Wild [Fri, 19 Feb 2010 02:58:34 +0000 (02:58 +0000)]
net.http: Port commit 2f235c57d713 to net.http to fix headers in responses (thanks dersd)

14 years agoMerge with 0.7
Matthew Wild [Thu, 18 Feb 2010 19:00:50 +0000 (19:00 +0000)]
Merge with 0.7

14 years agoMerge with 0.7
Matthew Wild [Thu, 18 Feb 2010 18:57:55 +0000 (18:57 +0000)]
Merge with 0.7

14 years agoREADME: Update URL for installation docs
Matthew Wild [Thu, 18 Feb 2010 18:57:37 +0000 (18:57 +0000)]
README: Update URL for installation docs

14 years agoHACKERS: Update
Matthew Wild [Thu, 18 Feb 2010 17:12:37 +0000 (17:12 +0000)]
HACKERS: Update

14 years agoTODO: Update
Matthew Wild [Thu, 18 Feb 2010 17:10:45 +0000 (17:10 +0000)]
TODO: Update