Software /
code /
prosody
Graph
-
Fix various mistakes in dns.lua2008-11-23, by Matthew Wild
-
Fix dns for poor Windows users, who have never seen a resolv.conf2008-11-23, by Matthew Wild
-
Add new lxmppd.cfg.lua.dist example config file2008-11-23, by Matthew Wild
-
New configmanager. Old-style config files still work, but will print a warning2008-11-23, by Matthew Wild
-
Fix mod_selftests syntax, and switch it to use config2008-11-23, by Matthew Wild
-
All the people who don't use TLS, this one's for you.2008-11-22, by Matthew Wild
-
Add helper function for adding message bodies to stanzas2008-11-22, by Matthew Wild
-
Import initial configmanager, not sure if it works yet, but it does pass the unit tests ;)2008-11-21, by Matthew Wild
-
Update test.lua with a work-in-progress2008-11-21, by Matthew Wild
-
Better names for variables2008-11-21, by Matthew Wild
-
Remove old TODO2008-11-21, by Matthew Wild
-
Remove some declarations I added while debugging2008-11-21, by Matthew Wild
-
Improve jid.split() and jid.bare() to pass new test cases with invalid JIDs2008-11-21, by Matthew Wild
-
Add jid.bare() helper function2008-11-20, by Matthew Wild
-
Adding selftests module, but not enabling in config2008-11-20, by Matthew Wild
-
Oops, never added the tests for s2smanager to the repo2008-11-20, by Matthew Wild
-
Add run_tests.sh2008-11-20, by Matthew Wild
-
Update unit testing to output coverage reports2008-11-20, by Matthew Wild
-
Remove or comment useless prints, or change them to log()2008-11-20, by Matthew Wild
-
Add event for server startup completed: server-started2008-11-20, by Matthew Wild
-
Don't error reply to stanzas direct over the s2s stream they came from2008-11-20, by Matthew Wild
-
Use a stanza for c2s stream features instead of an array of strings. Removes a FIXME.2008-11-20, by Matthew Wild
-
Log number of open sessions on session creation2008-11-20, by Matthew Wild
-
Remove a debug print() from xmlhandlers2008-11-20, by Matthew Wild
-
Remove version=1.0 on s2s stream headers, again.2008-11-20, by Matthew Wild
-
Remove an old FIXME comment2008-11-19, by Matthew Wild
-
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
Scroll all the way down to load more.