Update mod_selftests to use the hosts on http://xmpp.org/interop/servers.shtml
|
Matthew Wild |
2008-11-26 |
Yes, we don't put these things in here, we put them in here.
|
Matthew Wild |
2008-11-26 |
Wrapped a core_process_stanza call in an xpcall call
|
Waqas Hussain |
2008-11-26 |
Added mod_ping with support for [XEP-0199: XMPP Ping]
|
Waqas Hussain |
2008-11-26 |
Changed format for XEP-0090 to the legacy format
|
Waqas Hussain |
2008-11-26 |
Added mod_time with support for [XEP-0202: Entity Time] and [XEP-0090: Entity Time] (deprecated)
|
Waqas Hussain |
2008-11-26 |
Merge from waqas
|
Matthew Wild |
2008-11-26 |
Modules now sending disco replies
|
Waqas Hussain |
2008-11-26 |
Minor bug fix
|
Waqas Hussain |
2008-11-26 |
Added helper method to discomanager
|
Waqas Hussain |
2008-11-26 |
Add rough Makefile for util-src/
|
Matthew Wild |
2008-11-26 |
Removed commented code
|
Waqas Hussain |
2008-11-25 |
Added util-src/hashes.c - support for sha1, sha256 and md5 hashes
|
Waqas Hussain |
2008-11-25 |
Added util-src/encodings.c - support for base64, stringprep and idna encodings
|
Waqas Hussain |
2008-11-25 |
Update TODO
|
Matthew Wild |
2008-11-25 |
Refuse to run without SSL/TLS unless run_without_ssl is set in config
|
Matthew Wild |
2008-11-25 |
Change loading order of modules, config before dependency checking
|
Matthew Wild |
2008-11-25 |
Some mod_console changes
|
Matthew Wild |
2008-11-25 |
Trivial whitespace fix in the missing dependency message
|
Matthew Wild |
2008-11-25 |
Add MD5 to the list of checked dependencies
|
Matthew Wild |
2008-11-25 |
Friendlier messages on missing dependencies
|
Matthew Wild |
2008-11-25 |
Fix softreq, so it reports when no suitable MD5 library is found
|
Matthew Wild |
2008-11-25 |
SSL library is optional, not a fatal error
|
Matthew Wild |
2008-11-25 |
Some ends too much.
|
Tobias Markmann |
2008-11-23 |
Some changes to report more correct SASL failures. Support for disabled accounts.
|
Tobias Markmann |
2008-11-23 |
Merging with main branch.
|
Tobias Markmann |
2008-11-23 |
Checking some variables for nil so no errors occur that'll break the server.
|
Tobias Markmann |
2008-11-23 |
Removing some debug messages.
|
Tobias Markmann |
2008-11-16 |
Merge from waqas
|
Matthew Wild |
2008-11-23 |
Added temporary fix for srv on windows: using opendns nameservers
|
Waqas Hussain |
2008-11-23 |