Software /
code /
prosody
Graph
-
Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. Thanks dwd!!2008-11-19, by Matthew Wild
-
Comments and logging fixes2008-11-19, by Matthew Wild
-
Send version=1.0 again in s2s stream header2008-11-19, by Matthew Wild
-
Fix for setting the correct host on the socket, seems to fix s2s with XCP2008-11-19, by Matthew Wild
-
Show which session got disconnected in log message2008-11-19, by Matthew Wild
-
Don't error if the original s2s connection has closed before we get the dialback result2008-11-19, by Matthew Wild
-
Don't send version 1.0. Who cares about Gmail?2008-11-19, by Matthew Wild
-
Send version=1.0 in s2s stream header. Send s2s stream:features when in 1.0 mode.2008-11-19, by Matthew Wild
-
Don't attempt to auth connection unless stanzas are being sent across it2008-11-19, by Matthew Wild
-
Log sent s2s stanzas2008-11-19, by Matthew Wild
-
Incorrect function set as callback2008-11-19, by Matthew Wild
-
Don't error if streamopened/streamclosed callback is not specified for a session2008-11-19, by Matthew Wild
-
Extra checks before sending error replies to incoming stanzas2008-11-19, by Matthew Wild
-
Fix sending of unavailable presence on disconnect2008-11-19, by Matthew Wild
-
Don't forget to escape XML in attributes. Thanks to the Postgres Q&A room on conference.jabber.org :)2008-11-19, by Matthew Wild
-
We have SRV resolving \o/2008-11-18, by Matthew Wild
-
Small fix for servermanager2008-11-18, by Matthew Wild
-
Fix to prevent send retry when connection is already closed2008-11-18, by Matthew Wild
-
*ahem* Yes, move along please... though really, quite a classic. :)2008-11-18, by Matthew Wild
-
session:disconnect() -> session:close() for consistency with other Lua APIs2008-11-18, by Matthew Wild
-
Remove useless check for unavailable presence (which never exists)2008-11-18, by Matthew Wild
-
Quite some changes, to:2008-11-18, by Matthew Wild
-
s2s sessions can now be disconnected, with or without a stream error. Fixes #82008-11-18, by Matthew Wild
-
Flush write queue before closing socket2008-11-18, by Matthew Wild
-
Fixed s2s manager's send queue to not store recieved stanza objects (as these can chnage after the send call)2008-11-17, by Waqas Hussain
-
Adding logging for outbound presence broadcasts (changed it a bit)2008-11-17, by Waqas Hussain
-
Adding logging for outbound presence broadcasts2008-11-17, by Waqas Hussain
-
Second fix for broadcasting presence of available resources to newly approved contact2008-11-17, by Waqas Hussain
-
Fix for broadcasting presence of available resources to newly approved contact2008-11-17, by Waqas Hussain
-
Moved presence subscription code from stanza_router to presencemanager2008-11-17, by Waqas Hussain
-
Merge with waqas2008-11-16, by Matthew Wild
-
Fix for putting TLS in stream:features for connections already using TLS. Thanks to albert for spotting.2008-11-16, by Matthew Wild
-
Fix logging in some cases for client disconnects2008-11-16, by Matthew Wild
-
Removed unused function send_to_session from sessionmanager (send_to_session replaced by session.send)2008-11-16, by Waqas Hussain
-
Fixed mod_tls to use session.send for sending stanzas2008-11-16, by Waqas Hussain
-
Fixed servermanager to use session.send for sending stanzas2008-11-16, by Waqas Hussain
-
Removed useless [[local send = require "core.sessionmanager".send_to_session]] from mod_uptime and mod_version2008-11-15, by Waqas Hussain
-
Fixed mod_saslauth to use session.send for sending stanzas2008-11-15, by Waqas Hussain
-
Fixed sessionmanager to not send session in place of stream features...2008-11-15, by Waqas Hussain
-
Fixed mod_register to use session.send for sending stanzas2008-11-15, by Waqas Hussain
-
Fixed mod_private to use session.send for sending stanzas2008-11-15, by Waqas Hussain
-
Fixed sessionmanager to use appropriate method for sending stream features2008-11-15, by Waqas Hussain
-
Fixed mod_legacyauth to use session.send for sending stanzas2008-11-15, by Waqas Hussain
-
Fix mod_vcard to use session.send for sending stanzas2008-11-15, by Waqas Hussain
-
Merge with myself (!)2008-11-15, by Matthew Wild
-
Merge from waqas2008-11-15, by Matthew Wild
-
Code cleanup for resource binding2008-11-15, by Waqas Hussain
-
Unused variables in mod_tls2008-11-15, by Waqas Hussain
-
You can never have too many tests2008-11-15, by Matthew Wild
-
Warn when subtest function does not exist2008-11-15, by Matthew Wild
-
If iq child element has no xmlns, use parent's2008-11-15, by Matthew Wild
-
Fix mod_roster to use session.send for sending stanzas2008-11-15, by Matthew Wild
-
Small fix for mod_version2008-11-15, by Matthew Wild
-
Providing some human readable error messages and some fixes.2008-11-15, by Tobias Markmann
-
Using md5.sum rather than hashes.md5 because we don't want hexadecimal2008-11-15, by Waqas Hussain
-
mod_saslauth: Code cleanup2008-11-15, by Waqas Hussain
-
Made SASL module fit the new interface.2008-11-15, by Tobias Markmann
-
base64 encode the sasl responses2008-11-15, by Waqas Hussain
Scroll all the way down to load more.