aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Apply IDNA to ASCII on hostnames.Tobias Markmann2008-11-291-1/+1
* Forced merge.Tobias Markmann2008-11-299-20/+306
|\
| * Add a top-level Makefile and ./configure script. Update util-src Makefile for...Matthew Wild2008-11-293-7/+274
| * Removing pull_from_master.sh. Use hg fetch instead.Matthew Wild2008-11-291-3/+0
| * Load prosody instead of main.lia in mod_consoleWaqas Hussain2008-11-291-1/+1
| * Make prosody executableMatthew Wild2008-11-291-0/+0
| * Automated merge with http://waqas.ath.cx/Matthew Wild2008-11-291-0/+15
| |\
| | * main.lua -> prosodyMatthew Wild2008-11-291-0/+15
| * | Added a FIXMEWaqas Hussain2008-11-291-1/+1
| * | Improved the regexp used to parse the client response a bit. Authenticating w...Waqas Hussain2008-11-291-1/+1
| * | Fixed logging in datamanagerWaqas Hussain2008-11-291-3/+1
| |/
| * Merge from waqasMatthew Wild2008-11-283-4/+13
| |\
| | * Quickfix for dns.lua to not crash on failed connection to name serversWaqas Hussain2008-11-281-1/+2
| | * Added option core.data_pathWaqas Hussain2008-11-282-3/+11
* | | Use unsigned int instead of uint because uint is already in use on OS X.Tobias Markmann2008-11-281-3/+1
* | | To use free you should include stdlib.h rather than malloc.h according to man...Tobias Markmann2008-11-281-1/+1
* | | Do idna_to_ascii when building own response.Tobias Markmann2008-11-282-4/+5
|/ /
* | No more reading 1 byte at a time from socketsMatthew Wild2008-11-283-3/+3
* | Merge from waqasMatthew Wild2008-11-279-62/+16
|\|
| * Completely switched to new hashes library from the old md5 libraryWaqas Hussain2008-11-285-54/+12
| * Switched from md5 to sha256 for dialback key generationWaqas Hussain2008-11-281-2/+2
| * Stopped using the lbase64 libraryWaqas Hussain2008-11-282-2/+1
| * Added make.bat for windowsWaqas Hussain2008-11-271-0/+1
| * Removed MS specific preprocessor statements from the MakefileWaqas Hussain2008-11-271-4/+0
* | Add module:unload() to mod_console, and allow module:load() to take config paramMatthew Wild2008-11-271-2/+11
* | Merge from waqasMatthew Wild2008-11-274-5/+43
|\|
| * 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
* | Some mod_console updatesMatthew Wild2008-11-271-3/+20
* | is_loaded() and incomplete unload() for modulesMatthew Wild2008-11-271-0/+20
|/
* 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