Update unit testing to output coverage reports
|
Matthew Wild |
Thu, 20 Nov 2008 21:02:49 +0000 |
Remove or comment useless prints, or change them to log()
|
Matthew Wild |
Thu, 20 Nov 2008 03:00:43 +0000 |
Add event for server startup completed: server-started
|
Matthew Wild |
Thu, 20 Nov 2008 02:59:40 +0000 |
Don't error reply to stanzas direct over the s2s stream they came from
|
Matthew Wild |
Thu, 20 Nov 2008 02:05:26 +0000 |
Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME.
|
Matthew Wild |
Thu, 20 Nov 2008 01:33:25 +0000 |
Log number of open sessions on session creation
|
Matthew Wild |
Thu, 20 Nov 2008 01:32:24 +0000 |
Remove a debug print() from xmlhandlers
|
Matthew Wild |
Thu, 20 Nov 2008 01:31:15 +0000 |
Remove version=1.0 on s2s stream headers, again.
|
Matthew Wild |
Thu, 20 Nov 2008 01:14:31 +0000 |
Remove an old FIXME comment
|
Matthew Wild |
Wed, 19 Nov 2008 23:25:04 +0000 |
Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. Thanks dwd!!
|
Matthew Wild |
Wed, 19 Nov 2008 23:18:12 +0000 |
Comments and logging fixes
|
Matthew Wild |
Wed, 19 Nov 2008 22:50:37 +0000 |
Send version=1.0 again in s2s stream header
|
Matthew Wild |
Wed, 19 Nov 2008 22:05:44 +0000 |
Fix for setting the correct host on the socket, seems to fix s2s with XCP
|
Matthew Wild |
Wed, 19 Nov 2008 22:04:39 +0000 |
Show which session got disconnected in log message
|
Matthew Wild |
Wed, 19 Nov 2008 22:03:39 +0000 |
Don't error if the original s2s connection has closed before we get the dialback result
|
Matthew Wild |
Wed, 19 Nov 2008 21:07:40 +0000 |
Don't send version 1.0. Who cares about Gmail?
|
Matthew Wild |
Wed, 19 Nov 2008 05:34:00 +0000 |
Send version=1.0 in s2s stream header. Send s2s stream:features when in 1.0 mode.
|
Matthew Wild |
Wed, 19 Nov 2008 05:13:07 +0000 |
Don't attempt to auth connection unless stanzas are being sent across it
|
Matthew Wild |
Wed, 19 Nov 2008 05:12:21 +0000 |
Log sent s2s stanzas
|
Matthew Wild |
Wed, 19 Nov 2008 05:11:37 +0000 |
Incorrect function set as callback
|
Matthew Wild |
Wed, 19 Nov 2008 05:10:42 +0000 |
Don't error if streamopened/streamclosed callback is not specified for a session
|
Matthew Wild |
Wed, 19 Nov 2008 05:10:16 +0000 |
Extra checks before sending error replies to incoming stanzas
|
Matthew Wild |
Wed, 19 Nov 2008 05:09:05 +0000 |
Fix sending of unavailable presence on disconnect
|
Matthew Wild |
Wed, 19 Nov 2008 05:07:52 +0000 |
Don't forget to escape XML in attributes. Thanks to the Postgres Q&A room on conference.jabber.org :)
|
Matthew Wild |
Wed, 19 Nov 2008 05:02:13 +0000 |
We have SRV resolving \o/
|
Matthew Wild |
Tue, 18 Nov 2008 22:41:04 +0000 |
Small fix for servermanager
|
Matthew Wild |
Tue, 18 Nov 2008 22:40:23 +0000 |
Fix to prevent send retry when connection is already closed
|
Matthew Wild |
Tue, 18 Nov 2008 22:16:06 +0000 |
*ahem* Yes, move along please... though really, quite a classic. :)
|
Matthew Wild |
Tue, 18 Nov 2008 19:58:29 +0000 |
session:disconnect() -> session:close() for consistency with other Lua APIs
|
Matthew Wild |
Tue, 18 Nov 2008 19:44:54 +0000 |
Remove useless check for unavailable presence (which never exists)
|
Matthew Wild |
Tue, 18 Nov 2008 19:40:04 +0000 |