mod_s2s: Adjust session:close() in line with mod_c2s's - fixes waiting for </stream:stream> if it has already been sent by the peer
|
Matthew Wild |
Mon, 23 Jul 2012 13:31:26 +0100 |
mod_s2s/s2sout.lib: Use %s to insert strings into log messages instead of concatenation
|
Matthew Wild |
Mon, 23 Jul 2012 13:29:33 +0100 |
mod_c2s: Change 'reason' parameter of session:close() to take nil to mean 'graceful close initiated by us' and false for 'graceful close initiated by client'
|
Matthew Wild |
Mon, 23 Jul 2012 12:56:47 +0100 |
mod_disco: Allow configurable name in disco identity (defaults to 'Prosody')
|
Matthew Wild |
Mon, 23 Jul 2012 12:25:33 +0100 |
net.server_event: Remove unused variables and imports
|
Matthew Wild |
Sun, 22 Jul 2012 23:45:53 +0100 |
net.server_select: Remove unused variables and imports
|
Matthew Wild |
Sun, 22 Jul 2012 23:41:33 +0100 |
net.server_select: Remove extraneous variable
|
Matthew Wild |
Sun, 22 Jul 2012 23:39:27 +0100 |
sessionmanager: Clean up some unused variables and imports
|
Matthew Wild |
Sun, 22 Jul 2012 23:38:21 +0100 |
net.server_select: Never call ondisconnect() directly, go via handler:close() or handler:force_close() - fixes cases where ondisconnect() could be called multiple times for the same connection, leading to issues with s2sout retry logic.
|
Matthew Wild |
Sun, 22 Jul 2012 22:12:17 +0100 |
Merge with Maranda
|
Matthew Wild |
Sun, 22 Jul 2012 18:52:20 +0100 |
mod_admin_telnet: add s2s:closeall command and relative help entry.
|
Marco Cirillo |
Mon, 09 Jul 2012 19:50:11 +0000 |
Merge with Zash
|
Matthew Wild |
Sun, 22 Jul 2012 18:47:40 +0100 |
Merge Zash with Zash for Zash
|
Matthew Wild |
Sun, 22 Jul 2012 18:46:49 +0100 |
adhoc.lib: Make some globals local
|
Kim Alvefur |
Wed, 18 Jul 2012 21:18:17 +0200 |
mod_admin_telnet: Add info about user management commands to the help
|
Kim Alvefur |
Mon, 09 Jul 2012 20:39:55 +0200 |