HTTP requests now have status code as a number instead of a string. Switched parameters on both http.request() and the callback to better match LuaSocket's http module
|
Matthew Wild |
2008-12-25 |
Destroy session on failed dialback instead of throwing an error
|
Matthew Wild |
2008-12-25 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2008-12-25 |
Moved directory auto-creation to datamanager
|
Waqas Hussain |
2008-12-25 |
More error replies for offline and non-existing users
|
Waqas Hussain |
2008-12-25 |
Directed presence
|
Waqas Hussain |
2008-12-24 |
Changed order of checking for component hosts to check the full and bare JIDs before the hostname (at another place)
|
Waqas Hussain |
2008-12-24 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2008-12-24 |
Changed order of checking for component hosts to check the full and bare JIDs before the hostname
|
Waqas Hussain |
2008-12-24 |
Fix for not loading global modules when host-specific modules are specified in config
|
Matthew Wild |
2008-12-24 |
Initial mod_bosh, works, kind of, but quite incomplete
|
Matthew Wild |
2008-12-22 |
Add initial mod_httpserver for serving static content
|
Matthew Wild |
2008-12-22 |
Adding initial net.httpserver (lots of work to do on it)
|
Matthew Wild |
2008-12-22 |
Fix nil status code for http request callbacks
|
Matthew Wild |
2008-12-22 |
Merge from waqas
|
Matthew Wild |
2008-12-22 |
Bounce stanza errors on failed s2s
|
Waqas Hussain |
2008-12-18 |
Fix data loss when closing connection with a large write queue. Thanks albert :)
|
Matthew Wild |
2008-12-18 |
Second merge from waqas
|
Matthew Wild |
2008-12-16 |
Fixed URL encoding to generate %0x instead of %x
|
Waqas Hussain |
2008-12-15 |
Merge from waqas
|
Matthew Wild |
2008-12-16 |
Optimized stanza_mt.__tostring (called when doing tostring(stanza))
|
Waqas Hussain |
2008-12-10 |
Change xmlhandlers to match stream opening tag with ns+tag
|
Matthew Wild |
2008-12-16 |
Protect loading of connlisteners, to catch errors
|
Matthew Wild |
2008-12-16 |
Remove old debugging line from sessionmanager
|
Matthew Wild |
2008-12-16 |
Remove a FIXME from mod_tls
|
Matthew Wild |
2008-12-15 |
Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for helping me test :)
|
Matthew Wild |
2008-12-13 |
Make wraptcpclient set timeout to 0, and add it to the list of exported functions from server.lua
|
Matthew Wild |
2008-12-13 |
Oops, don't call server.loop() because we'll be running inside the server
|
Matthew Wild |
2008-12-12 |
Pass HTTP request object to callback
|
Matthew Wild |
2008-12-12 |
HTTP request callbacks now: handler(code, content) (where code may be 0, and content an error message)
|
Matthew Wild |
2008-12-12 |
Non-blocking HTTP requests (adding net.http)
|
Matthew Wild |
2008-12-12 |
0.1 -> 0.2
|
Matthew Wild |
2008-12-10 |
Newline at end of file for sessionmanager
|
Matthew Wild |
2008-12-10 |
New, faster, stanza serialization
|
Matthew Wild |
2008-12-10 |
Add commented line to disable logging entirely
|
Matthew Wild |
2008-12-10 |
Fix blank tracebacks for c2s/s2s connections
|
Matthew Wild |
2008-12-10 |
Enable dialback for components
|
Waqas Hussain |
2008-12-09 |
Changed mod_roster to use the newer presence manager API
|
Waqas Hussain |
2008-12-08 |
Don't try processing stanzas not of type get or set in module manager
|
Waqas Hussain |
2008-12-08 |
Fixed a variable redeclaration
|
Waqas Hussain |
2008-12-08 |
Make the ejabberd importer work with host-only roster items
|
Waqas Hussain |
2008-12-08 |
Added: Ports now read from the config
|
Waqas Hussain |
2008-12-07 |
stanza_dispatch != dispatch_stanza
|
Matthew Wild |
2008-12-07 |
Removed the unnecessary idna.to_ascii applied to the DIGEST-MD5 disgest-uri response values, which was causing auth failures with some clients.
|
Waqas Hussain |
2008-12-07 |
Return error when the given realm value does not match the sent realm value. Prevents impersonation of an account on one virtual host, but a user with the same username on another host.
|
Waqas Hussain |
2008-12-07 |
Fixed util.encodings.base64.decode to not truncate results when encountering an '=' before the end of the given input.
|
Waqas Hussain |
2008-12-07 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2008-12-07 |
Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit)
|
Waqas Hussain |
2008-12-07 |
Typo in variable name in last commit
|
Matthew Wild |
2008-12-07 |
stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} listeners, and sessionmanager for the new syntax
|
Matthew Wild |
2008-12-07 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2008-12-07 |
Latin1 support for SASL DIGEST-MD5 (initial commit)
|
Waqas Hussain |
2008-12-07 |
Small logging adjustment for mod_posix
|
Matthew Wild |
2008-12-07 |
Slightly more secure dialback secret generation
|
Matthew Wild |
2008-12-07 |
Merge from waqas
|
Matthew Wild |
2008-12-06 |
Removed unused variables
|
Waqas Hussain |
2008-12-06 |
Combined and merged similar code
|
Waqas Hussain |
2008-12-06 |
Removed pre-multitable code from module manager
|
Waqas Hussain |
2008-12-06 |
Remove some debugging from pposix.c
|
Matthew Wild |
2008-12-06 |
Add mod_posix, fixes #5
|
Matthew Wild |
2008-12-06 |