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 |
Add posix support library, and adjust makefiles for it
|
Matthew Wild |
2008-12-06 |
Code tidying for xmpp{client,server}_listeners
|
Matthew Wild |
2008-12-06 |
Temporary hack for global modules
|
Matthew Wild |
2008-12-06 |
Remove print()s from sessionmanager and s2smanager
|
Matthew Wild |
2008-12-06 |
Make it possible to set custom output handler for logger
|
Matthew Wild |
2008-12-06 |
Remove old commented code from server.lua
|
Matthew Wild |
2008-12-06 |
Some code cleaning for the main script
|
Matthew Wild |
2008-12-06 |
Merge from waqas
|
Matthew Wild |
2008-12-06 |
Changed module manager to use multitable (initial commit)
|
Waqas Hussain |
2008-12-06 |
Fix add_event_hook in module API
|
Matthew Wild |
2008-12-06 |
Move the setting of data_path to fix #unfiledbug
|
Matthew Wild |
2008-12-06 |
Log in hostmanager when a vhost is activated/deactivated
|
Matthew Wild |
2008-12-06 |
Datamanager logs data_path
|
Matthew Wild |
2008-12-06 |
Move module loading to modulemanager
|
Matthew Wild |
2008-12-06 |
Merge from waqas/myself
|
Matthew Wild |
2008-12-06 |
Merge from waqas
|
Matthew Wild |
2008-12-06 |
Fixed: Stopped tryint to send error replies on unauthed connections
|
Waqas Hussain |
2008-12-06 |
Add hostmanager, and eventmanager
|
Matthew Wild |
2008-12-06 |
Small fix for multitable
|
Matthew Wild |
2008-12-06 |
Re-commit TLS fix
|
Matthew Wild |
2008-12-05 |
Merge
|
Matthew Wild |
2008-12-05 |
Backed out changeset 099d8a102deb (committed too much)
|
Matthew Wild |
2008-12-05 |
Don't say we need TLS after we've already started the handshake
|
Matthew Wild |
2008-12-05 |
Add TLS socket to readlist before handshake starts, fixes major slow-down on TLS connections
|
Matthew Wild |
2008-12-05 |
Comment out debug logging for now
|
Matthew Wild |
2008-12-05 |
Remove linger option on sockets, made no difference, and I forgot to remove it earlier
|
Matthew Wild |
2008-12-05 |
Fix the last couple of places where we send strings from mod_dialback
|
Matthew Wild |
2008-12-05 |
Remove an incorrect line which I didn't add, and fix the proper way. Corrects the sending of stanzas over unauthed s2sout's. Also fixes mod_dialback to send stanzas and not strings.
|
Matthew Wild |
2008-12-05 |
Fix for s2s with jabberd2 (we weren't routing db:verify's over s2sout_unauthed)
|
Matthew Wild |
2008-12-05 |