aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed MS specific preprocessor statements from the MakefileWaqas Hussain2008-11-271-4/+0
* Makefile now works on windows with Microsoft's compilerWaqas Hussain2008-11-272-0/+34
* Minor changes to C files (to prevent compiler warnings)Waqas Hussain2008-11-272-5/+9
* Bumper commit for the new modulemanager API \o/ Updates all the modules, thou...Matthew Wild2008-11-2717-96/+143
* Nice enhancement for logging outputMatthew Wild2008-11-271-3/+9
* Removing servermanager... it is no longer usedMatthew Wild2008-11-271-21/+0
* Log reason for connection failureMatthew Wild2008-11-261-1/+1
* (Basic) IDNA and SRV fallback supportMatthew Wild2008-11-262-36/+62
* Fix to make a global configmanager instanceMatthew Wild2008-11-261-1/+1
* Fix for hashes.c and encodings.c to rename luaopen for util_*Matthew Wild2008-11-262-2/+2
* Fix a waqas copy/paste error. It was my fault again apparently.Matthew Wild2008-11-261-0/+1
* Merge from waqasMatthew Wild2008-11-261-2/+29
|\
| * Added options to limit the number of resources and for handling of resource c...Waqas Hussain2008-11-271-2/+29
* | Update mod_selftests to use the hosts on http://xmpp.org/interop/servers.shtmlMatthew Wild2008-11-261-1/+1
* | Yes, we don't put these things in here, we put them in here.Matthew Wild2008-11-261-0/+0
|/
* Wrapped a core_process_stanza call in an xpcall callWaqas Hussain2008-11-261-1/+1
* Added mod_ping with support for [XEP-0199: XMPP Ping]Waqas Hussain2008-11-261-0/+11
* Changed format for XEP-0090 to the legacy formatWaqas Hussain2008-11-261-1/+2
* Added mod_time with support for [XEP-0202: Entity Time] and [XEP-0090: Entity...Waqas Hussain2008-11-261-0/+28
* Merge from waqasMatthew Wild2008-11-269-2/+30
|\
| * Modules now sending disco repliesWaqas Hussain2008-11-268-2/+17
| * Minor bug fixWaqas Hussain2008-11-261-2/+2
| * Added helper method to discomanagerWaqas Hussain2008-11-261-0/+13
* | Add rough Makefile for util-src/Matthew Wild2008-11-261-0/+24
|/
* Removed commented codeWaqas Hussain2008-11-262-162/+4
* Added util-src/hashes.c - support for sha1, sha256 and md5 hashesWaqas Hussain2008-11-261-0/+204
* Added util-src/encodings.c - support for base64, stringprep and idna encodingsWaqas Hussain2008-11-261-0/+237
* Update TODOMatthew Wild2008-11-251-5/+2
* Refuse to run without SSL/TLS unless run_without_ssl is set in configMatthew Wild2008-11-251-1/+5
* Change loading order of modules, config before dependency checkingMatthew Wild2008-11-251-4/+4
* Some mod_console changesMatthew Wild2008-11-251-13/+38
* Trivial whitespace fix in the missing dependency messageMatthew Wild2008-11-251-0/+1
* Add MD5 to the list of checked dependenciesMatthew Wild2008-11-251-0/+14
* Friendlier messages on missing dependenciesMatthew Wild2008-11-252-3/+37
* Fix softreq, so it reports when no suitable MD5 library is foundMatthew Wild2008-11-251-1/+1
* SSL library is optional, not a fatal errorMatthew Wild2008-11-251-1/+1
* Some ends too much.Tobias Markmann2008-11-231-2/+2
* Some changes to report more correct SASL failures. Support for disabled accou...Tobias Markmann2008-11-231-2/+4
* Merging with main branch.Tobias Markmann2008-11-2337-262/+2287
|\
| * Merge from waqasMatthew Wild2008-11-232-7/+12
| |\
| | * Added temporary fix for srv on windows: using opendns nameserversWaqas Hussain2008-11-231-5/+10
| | * Check to prevent error on IQs from completely unhandled originsWaqas Hussain2008-11-231-2/+2
| * | Backed out the backout. Now we're back out.Matthew Wild2008-11-231-4/+4
| * | Reverted my change to modulemanager, to restore those made by waqasMatthew Wild2008-11-231-4/+4
| |\ \ | | |/ | |/|
| | * Backed out changeset 79bd7a3e906cMatthew Wild2008-11-231-4/+4
| * | Merge from waqasMatthew Wild2008-11-231-1/+1
| |\ \
| | * | Ahem, a bit of an identity crisis..Waqas Hussain2008-11-231-1/+1
| * | | Removing lxmppd.cfg.distMatthew Wild2008-11-231-31/+0
| | |/ | |/|
| * | Typo prevented modulemanager.load() from returning the error if load failed.Matthew Wild2008-11-231-4/+4
| * | Merge from waqasMatthew Wild2008-11-236-7/+159
| |\|