| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix incorrect version number as tag (again) (again) | Matthew Wild | 2008-12-27 | 0 | -0/+0 |
* | Added tag 0.2.0, -m, Fix incorrect version number as tag (again) for changese... | Matthew Wild | 2008-12-27 | 0 | -0/+0 |
* | Added tag 0.20, -m, Fix incorrect version number as tag for changeset 90da4c9... | Matthew Wild | 2008-12-27 | 0 | -0/+0 |
* | Added tag 0.20, -m, Fix incorrect version number as tag for changeset 90da4c9... | Matthew Wild | 2008-12-27 | 0 | -0/+0 |
* | Added util.multitable.set | Waqas Hussain | 2008-12-27 | 1 | -5/+17 |
* | Delete the offline message store only when offline messages are present | Waqas Hussain | 2008-12-26 | 1 | -4/+7 |
* | Return an empty set intead of an error when no disco items are available for ... | Waqas Hussain | 2008-12-26 | 1 | -0/+5 |
* | Added tag 0.2 for changeset 90da4c9b34b5 | Matthew Wild | 2008-12-25 | 0 | -0/+0 |
* | HTTP requests now have status code as a number instead of a string. Switched ... | Matthew Wild | 2008-12-25 | 1 | -7/+8 |
* | Destroy session on failed dialback instead of throwing an error | Matthew Wild | 2008-12-25 | 1 | -2/+2 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2008-12-25 | 14 | -24/+594 |
|\ |
|
| * | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2008-12-24 | 14 | -24/+594 |
| |\ |
|
| | * | Fix for not loading global modules when host-specific modules are specified i... | Matthew Wild | 2008-12-24 | 1 | -0/+18 |
| | * | Initial mod_bosh, works, kind of, but quite incomplete | Matthew Wild | 2008-12-22 | 1 | -0/+211 |
| | * | Add initial mod_httpserver for serving static content | Matthew Wild | 2008-12-22 | 1 | -0/+20 |
| | * | Adding initial net.httpserver (lots of work to do on it) | Matthew Wild | 2008-12-22 | 2 | -0/+283 |
| | * | Fix nil status code for http request callbacks | Matthew Wild | 2008-12-22 | 1 | -1/+1 |
| | * | Merge from waqas | Matthew Wild | 2008-12-22 | 2 | -6/+35 |
| | |\ |
|
| | * | | Fix data loss when closing connection with a large write queue. Thanks albert :) | Matthew Wild | 2008-12-18 | 1 | -6/+48 |
| | * | | Second merge from waqas | Matthew Wild | 2008-12-16 | 4 | -4/+4 |
| | |\ \ |
|
| | * \ \ | Merge from waqas | Matthew Wild | 2008-12-16 | 1 | -0/+1 |
| | |\ \ \ |
|
| | | * | | | Optimized stanza_mt.__tostring (called when doing tostring(stanza)) | Waqas Hussain | 2008-12-10 | 1 | -11/+26 |
| | * | | | | Change xmlhandlers to match stream opening tag with ns+tag | Matthew Wild | 2008-12-16 | 3 | -12/+10 |
| | * | | | | Protect loading of connlisteners, to catch errors | Matthew Wild | 2008-12-16 | 1 | -1/+2 |
| | * | | | | Remove old debugging line from sessionmanager | Matthew Wild | 2008-12-16 | 1 | -2/+0 |
| | * | | | | Remove a FIXME from mod_tls | Matthew Wild | 2008-12-15 | 1 | -2/+0 |
* | | | | | | Moved directory auto-creation to datamanager | Waqas Hussain | 2008-12-25 | 3 | -70/+26 |
* | | | | | | More error replies for offline and non-existing users | Waqas Hussain | 2008-12-25 | 1 | -3/+4 |
* | | | | | | Directed presence | Waqas Hussain | 2008-12-25 | 2 | -1/+12 |
* | | | | | | Changed order of checking for component hosts to check the full and bare JIDs... | Waqas Hussain | 2008-12-25 | 1 | -2/+2 |
|/ / / / / |
|
* | | | / | Changed order of checking for component hosts to check the full and bare JIDs... | Waqas Hussain | 2008-12-24 | 1 | -2/+3 |
| |_|_|/
|/| | | |
|
* | | | | Bounce stanza errors on failed s2s | Waqas Hussain | 2008-12-19 | 2 | -6/+35 |
| |_|/
|/| | |
|
* | | | Fixed URL encoding to generate %0x instead of %x | Waqas Hussain | 2008-12-16 | 4 | -4/+4 |
|/ / |
|
* | | Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for h... | Matthew Wild | 2008-12-13 | 3 | -29/+71 |
* | | Make wraptcpclient set timeout to 0, and add it to the list of exported funct... | Matthew Wild | 2008-12-13 | 1 | -0/+3 |
* | | Oops, don't call server.loop() because we'll be running inside the server | Matthew Wild | 2008-12-12 | 1 | -2/+1 |
* | | Pass HTTP request object to callback | Matthew Wild | 2008-12-12 | 1 | -5/+5 |
* | | HTTP request callbacks now: handler(code, content) (where code may be 0, and ... | Matthew Wild | 2008-12-12 | 1 | -5/+5 |
* | | Non-blocking HTTP requests (adding net.http) | Matthew Wild | 2008-12-12 | 2 | -0/+209 |
* | | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 55 | -96/+60 |
* | | Newline at end of file for sessionmanager | Matthew Wild | 2008-12-10 | 1 | -1/+1 |
* | | New, faster, stanza serialization | Matthew Wild | 2008-12-10 | 1 | -12/+26 |
* | | Add commented line to disable logging entirely | Matthew Wild | 2008-12-10 | 1 | -2/+3 |
* | | Fix blank tracebacks for c2s/s2s connections | Matthew Wild | 2008-12-10 | 2 | -2/+2 |
|/ |
|
* | Enable dialback for components | Waqas Hussain | 2008-12-09 | 1 | -2/+5 |
* | Changed mod_roster to use the newer presence manager API | Waqas Hussain | 2008-12-08 | 1 | -5/+6 |
* | Don't try processing stanzas not of type get or set in module manager | Waqas Hussain | 2008-12-08 | 1 | -2/+7 |
* | Fixed a variable redeclaration | Waqas Hussain | 2008-12-08 | 1 | -1/+1 |
* | Make the ejabberd importer work with host-only roster items | Waqas Hussain | 2008-12-08 | 1 | -1/+1 |
* | Added: Ports now read from the config | Waqas Hussain | 2008-12-08 | 1 | -2/+19 |