aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updating 0.2.0 tagMatthew Wild2008-12-270-0/+0
* Small fix for logging in connlisteners (warning != warn)vault/0.2.00.2.0Matthew Wild2008-12-271-1/+1
* Remove some old debugging code from mod_boshMatthew Wild2008-12-271-7/+2
* Remove some debugging code that slipped inMatthew Wild2008-12-271-1/+0
* Fix specifying ports in config, and SSL supportMatthew Wild2008-12-273-14/+25
* Remove logging for server.luaMatthew Wild2008-12-271-1/+0
* Remove borken tagsMatthew Wild2008-12-270-0/+0
* Fix incorrect version number as tag (again) (again)Matthew Wild2008-12-270-0/+0
* Fix incorrect version number as tag (again) (again)Matthew Wild2008-12-270-0/+0
* Added tag 0.2.0, -m, Fix incorrect version number as tag (again) for changese...Matthew Wild2008-12-270-0/+0
* Added tag 0.20, -m, Fix incorrect version number as tag for changeset 90da4c9...Matthew Wild2008-12-270-0/+0
* Added tag 0.20, -m, Fix incorrect version number as tag for changeset 90da4c9...Matthew Wild2008-12-270-0/+0
* Added util.multitable.setWaqas Hussain2008-12-271-5/+17
* Delete the offline message store only when offline messages are presentWaqas Hussain2008-12-261-4/+7
* Return an empty set intead of an error when no disco items are available for ...Waqas Hussain2008-12-261-0/+5
* Added tag 0.2 for changeset 90da4c9b34b5Matthew Wild2008-12-250-0/+0
* HTTP requests now have status code as a number instead of a string. Switched ...Matthew Wild2008-12-251-7/+8
* Destroy session on failed dialback instead of throwing an errorMatthew Wild2008-12-251-2/+2
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2008-12-2514-24/+594
|\
| * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2008-12-2414-24/+594
| |\
| | * Fix for not loading global modules when host-specific modules are specified i...Matthew Wild2008-12-241-0/+18
| | * Initial mod_bosh, works, kind of, but quite incompleteMatthew Wild2008-12-221-0/+211
| | * Add initial mod_httpserver for serving static contentMatthew Wild2008-12-221-0/+20
| | * Adding initial net.httpserver (lots of work to do on it)Matthew Wild2008-12-222-0/+283
| | * Fix nil status code for http request callbacksMatthew Wild2008-12-221-1/+1
| | * Merge from waqasMatthew Wild2008-12-222-6/+35
| | |\
| | * | Fix data loss when closing connection with a large write queue. Thanks albert :)Matthew Wild2008-12-181-6/+48
| | * | Second merge from waqasMatthew Wild2008-12-164-4/+4
| | |\ \
| | * \ \ Merge from waqasMatthew Wild2008-12-161-0/+1
| | |\ \ \
| | | * | | Optimized stanza_mt.__tostring (called when doing tostring(stanza))Waqas Hussain2008-12-101-11/+26
| | * | | | Change xmlhandlers to match stream opening tag with ns+tagMatthew Wild2008-12-163-12/+10
| | * | | | Protect loading of connlisteners, to catch errorsMatthew Wild2008-12-161-1/+2
| | * | | | Remove old debugging line from sessionmanagerMatthew Wild2008-12-161-2/+0
| | * | | | Remove a FIXME from mod_tlsMatthew Wild2008-12-151-2/+0
* | | | | | Moved directory auto-creation to datamanagerWaqas Hussain2008-12-253-70/+26
* | | | | | More error replies for offline and non-existing usersWaqas Hussain2008-12-251-3/+4
* | | | | | Directed presenceWaqas Hussain2008-12-252-1/+12
* | | | | | Changed order of checking for component hosts to check the full and bare JIDs...Waqas Hussain2008-12-251-2/+2
|/ / / / /
* | | | / Changed order of checking for component hosts to check the full and bare JIDs...Waqas Hussain2008-12-241-2/+3
| |_|_|/ |/| | |
* | | | Bounce stanza errors on failed s2sWaqas Hussain2008-12-192-6/+35
| |_|/ |/| |
* | | Fixed URL encoding to generate %0x instead of %xWaqas Hussain2008-12-164-4/+4
|/ /
* | Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for h...Matthew Wild2008-12-133-29/+71
* | Make wraptcpclient set timeout to 0, and add it to the list of exported funct...Matthew Wild2008-12-131-0/+3
* | Oops, don't call server.loop() because we'll be running inside the serverMatthew Wild2008-12-121-2/+1
* | Pass HTTP request object to callbackMatthew Wild2008-12-121-5/+5
* | HTTP request callbacks now: handler(code, content) (where code may be 0, and ...Matthew Wild2008-12-121-5/+5
* | Non-blocking HTTP requests (adding net.http)Matthew Wild2008-12-122-0/+209
* | 0.1 -> 0.2Matthew Wild2008-12-1055-96/+60
* | Newline at end of file for sessionmanagerMatthew Wild2008-12-101-1/+1
* | New, faster, stanza serializationMatthew Wild2008-12-101-12/+26