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 |