Software /
code /
prosody
Graph
-
Adding initial net.httpserver (lots of work to do on it)2008-12-22, by Matthew Wild
-
Fix nil status code for http request callbacks2008-12-22, by Matthew Wild
-
Merge from waqas2008-12-22, by Matthew Wild
-
Bounce stanza errors on failed s2s2008-12-18, by Waqas Hussain
-
Fix data loss when closing connection with a large write queue. Thanks albert :)2008-12-18, by Matthew Wild
-
Second merge from waqas2008-12-16, by Matthew Wild
-
Fixed URL encoding to generate %0x instead of %x2008-12-15, by Waqas Hussain
-
Merge from waqas2008-12-16, by Matthew Wild
-
Optimized stanza_mt.__tostring (called when doing tostring(stanza))2008-12-10, by Waqas Hussain
-
Change xmlhandlers to match stream opening tag with ns+tag2008-12-16, by Matthew Wild
-
Protect loading of connlisteners, to catch errors2008-12-16, by Matthew Wild
-
Remove old debugging line from sessionmanager2008-12-16, by Matthew Wild
-
Remove a FIXME from mod_tls2008-12-15, by Matthew Wild
-
Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for helping me test :)2008-12-13, by Matthew Wild
-
Make wraptcpclient set timeout to 0, and add it to the list of exported functions from server.lua2008-12-13, by Matthew Wild
-
Oops, don't call server.loop() because we'll be running inside the server2008-12-12, by Matthew Wild
-
Pass HTTP request object to callback2008-12-12, by Matthew Wild
-
HTTP request callbacks now: handler(code, content) (where code may be 0, and content an error message)2008-12-12, by Matthew Wild
-
Non-blocking HTTP requests (adding net.http)2008-12-12, by Matthew Wild
-
0.1 -> 0.22008-12-10, by Matthew Wild
-
Newline at end of file for sessionmanager2008-12-10, by Matthew Wild
-
New, faster, stanza serialization2008-12-10, by Matthew Wild
-
Add commented line to disable logging entirely2008-12-10, by Matthew Wild
-
Fix blank tracebacks for c2s/s2s connections2008-12-10, by Matthew Wild
-
Enable dialback for components2008-12-09, by Waqas Hussain
-
Changed mod_roster to use the newer presence manager API2008-12-08, by Waqas Hussain
-
Don't try processing stanzas not of type get or set in module manager2008-12-08, by Waqas Hussain
-
Fixed a variable redeclaration2008-12-08, by Waqas Hussain
-
Make the ejabberd importer work with host-only roster items2008-12-08, by Waqas Hussain
-
Added: Ports now read from the config2008-12-07, by Waqas Hussain
Scroll all the way down to load more.