Nice enhancement for logging output
|
Matthew Wild |
2008-11-27 |
Removing servermanager... it is no longer used
|
Matthew Wild |
2008-11-27 |
Log reason for connection failure
|
Matthew Wild |
2008-11-26 |
(Basic) IDNA and SRV fallback support
|
Matthew Wild |
2008-11-26 |
Fix to make a global configmanager instance
|
Matthew Wild |
2008-11-26 |
Fix for hashes.c and encodings.c to rename luaopen for util_*
|
Matthew Wild |
2008-11-26 |
Fix a waqas copy/paste error. It was my fault again apparently.
|
Matthew Wild |
2008-11-26 |
Merge from waqas
|
Matthew Wild |
2008-11-26 |
Added options to limit the number of resources and for handling of resource conflicts
|
Waqas Hussain |
2008-11-26 |
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 |