aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Bounce stanza errors on failed s2sWaqas Hussain2008-12-192-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
|\|
| * Fixed URL encoding to generate %0x instead of %xWaqas Hussain2008-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
| |/ |/|
* | Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for ↵Matthew Wild2008-12-133-29/+71
| | | | | | | | helping me test :)
* | Make wraptcpclient set timeout to 0, and add it to the list of exported ↵Matthew Wild2008-12-131-0/+3
| | | | | | | | functions from server.lua
* | 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
| | | | | | | | content an error message)
* | 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
| |
* | Add commented line to disable logging entirelyMatthew Wild2008-12-101-2/+3
| |
* | Fix blank tracebacks for c2s/s2s connectionsMatthew Wild2008-12-102-2/+2
|/
* Enable dialback for componentsWaqas Hussain2008-12-091-2/+5
|
* Changed mod_roster to use the newer presence manager APIWaqas Hussain2008-12-081-5/+6
|
* Don't try processing stanzas not of type get or set in module managerWaqas Hussain2008-12-081-2/+7
|
* Fixed a variable redeclarationWaqas Hussain2008-12-081-1/+1
|
* Make the ejabberd importer work with host-only roster itemsWaqas Hussain2008-12-081-1/+1
|
* Added: Ports now read from the configWaqas Hussain2008-12-081-2/+19
|
* stanza_dispatch != dispatch_stanzaMatthew Wild2008-12-072-2/+2
|
* Removed the unnecessary idna.to_ascii applied to the DIGEST-MD5 disgest-uri ↵Waqas Hussain2008-12-081-2/+2
| | | | response values, which was causing auth failures with some clients.
* Return error when the given realm value does not match the sent realm value. ↵Waqas Hussain2008-12-081-1/+5
| | | | Prevents impersonation of an account on one virtual host, but a user with the same username on another host.
* Fixed util.encodings.base64.decode to not truncate results when encountering ↵Waqas Hussain2008-12-081-3/+5
| | | | an '=' before the end of the given input.
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2008-12-075-12/+5
|\
| * Typo in variable name in last commitMatthew Wild2008-12-072-2/+2
| |
| * stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} ↵Matthew Wild2008-12-073-8/+3
| | | | | | | | listeners, and sessionmanager for the new syntax
| * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2008-12-072-4/+2
| |\
| | * Small logging adjustment for mod_posixMatthew Wild2008-12-071-3/+1
| | |
| | * Slightly more secure dialback secret generationMatthew Wild2008-12-071-1/+1
| | |
* | | Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit)Waqas Hussain2008-12-082-8/+6
|/ /
* / Latin1 support for SASL DIGEST-MD5 (initial commit)Waqas Hussain2008-12-072-3/+41
|/
* Merge from waqasMatthew Wild2008-12-061-95/+16
|\
| * Removed unused variablesWaqas Hussain2008-12-071-7/+4
| |
| * Combined and merged similar codeWaqas Hussain2008-12-071-33/+14
| |
| * Removed pre-multitable code from module managerWaqas Hussain2008-12-071-57/+0
| |
* | Remove some debugging from pposix.cMatthew Wild2008-12-061-2/+0
| |
* | Add mod_posix, fixes #5Matthew Wild2008-12-061-0/+50
| |
* | Add posix support library, and adjust makefiles for itMatthew Wild2008-12-063-4/+107
| |
* | Code tidying for xmpp{client,server}_listenersMatthew Wild2008-12-062-32/+17
| |