Software /
code /
prosody
Graph
-
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
-
Started using realm in password hashing, and added support for error message replies from sasl2008-11-15, by Waqas Hussain
-
Comment out DIGEST-MD5 until it is fully implemented2008-11-15, by Matthew Wild
-
Merge new SASL code from Tobias and Waqas2008-11-15, by Matthew Wild
-
Merging with Waqas' code.2008-11-15, by Tobias Markmann
-
Set username in a SASL object.2008-11-15, by Tobias Markmann
-
Set username on SASL success2008-11-15, by Waqas Hussain
-
Merge with Waqas changes to mod_saslauth.2008-11-15, by Tobias Markmann
-
Made PLAIN method in sasl.lua module follow new interface.2008-11-15, by Tobias Markmann
-
mod_saslauth: Added base64 decoding, encoding check, and cleaned the code up.2008-11-15, by Waqas Hussain
-
Adding some TODO for some security issue.2008-11-15, by Tobias Markmann
-
Merging my new SASL code with Waqas' adjusted saslauth module.2008-11-15, by Tobias Markmann
-
mod_saslauth updated for digest-md52008-11-15, by Waqas Hussain
-
Merging.2008-11-10, by Tobias Markmann
-
Forward response stanzas to sasl.lua and some other stuff.2008-11-10, by Tobias Markmann
-
Fixing some parsing and some other stuff.2008-11-09, by Tobias Markmann
-
Some early attempts on DIGEST-MD5.2008-11-09, by Tobias Markmann
-
Fix logging of disconnect reason, and also sending of unavailable presence on disconnect2008-11-15, by Matthew Wild
-
Fix routing of outbound iq stanzas2008-11-15, by Matthew Wild
-
Add tests for core.stanza_router2008-11-15, by Matthew Wild
-
Add new logger for tests to use2008-11-15, by Matthew Wild
-
Some fixes for our test runner2008-11-15, by Matthew Wild
-
Return registered host table when registering a component2008-11-15, by Matthew Wild
-
Log how many queued stanzas we send2008-11-15, by Waqas Hussain
-
Merge from waqas2008-11-15, by Matthew Wild
-
Some bugs fixed2008-11-15, by Waqas Hussain
-
Update hostname for identi.ca2008-11-14, by Matthew Wild
-
Remove some old unused (and empty) functions from s2smanager2008-11-14, by Matthew Wild
-
Update rostermanager to use new logger2008-11-14, by Matthew Wild
-
A treat for Linux users ;)2008-11-14, by Matthew Wild
-
Fix outgoing s2s from components. Fixes #162008-11-14, by Matthew Wild
-
Now outgoing s2s sessions are associated with their from_host, fixes #152008-11-14, by Matthew Wild
-
Some more logging fixes2008-11-14, by Matthew Wild
-
Yep, s2s definitely works now. This is just a small fix for logging...2008-11-14, by Matthew Wild
-
I knew it ;) Fix sending error replies over s2s (though we shouldn't be error'ing on stream:features anyway)2008-11-14, by Matthew Wild
-
Print out the stanza also2008-11-14, by Matthew Wild
-
Fix for detecting when we are routing a stanza to ourself (I'm sure this has something to do with you, waqas...)2008-11-14, by Matthew Wild
-
Another small fix, for logging in s2smanager2008-11-14, by Matthew Wild
-
Another small fix, for logging in s2smanager2008-11-14, by Matthew Wild
-
Mmm, s2s fixed :)2008-11-14, by Matthew Wild
-
Merge from waqas2008-11-13, by Matthew Wild
-
Added error replies for unhandled stanzas2008-11-13, by Waqas Hussain
-
Added basic offline message support2008-11-13, by Waqas Hussain
-
Added util.datetime: Utility methods to support XEP-0082: XMPP Date and Time Profiles2008-11-13, by Waqas Hussain
-
Fixed stanza deserialization2008-11-13, by Waqas Hussain
-
Add support for remote debugger2008-11-13, by Matthew Wild
-
Missed importing a function in last commit2008-11-13, by Matthew Wild
Scroll all the way down to load more.