aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-02-192-7/+17
|\
| * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-02-182-7/+17
| |\
| | * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-02-182-7/+17
| | |\
| | | * mod_bosh: Possible fix for invalid key to next crashMatthew Wild2009-02-181-5/+13
| | | * net.server: Fix some more potential nil handler accessesMatthew Wild2009-02-181-2/+4
* | | | MUC: Logging - logger doesn't like nilsWaqas Hussain2009-02-191-1/+1
|/ / /
* / / MUC: Added loggingWaqas Hussain2009-02-191-0/+11
|/ /
* | MUC: Various fixesWaqas Hussain2009-02-181-11/+16
* | MUC: Fixed: Presence for user joining the roomi was sent twice to the userWaqas Hussain2009-02-171-1/+1
|/
* Merge from waqasMatthew Wild2009-02-163-30/+174
|\
| * MUC: Made vCards work by redirecting vCard requests to bare JIDsWaqas Hussain2009-02-161-1/+3
| * MUC: Kick participants sending error messages to other participantsWaqas Hussain2009-02-161-2/+12
| * MUC: Private stanzas (private messages, IQs, etc)Waqas Hussain2009-02-161-2/+10
| * MUC: Presence and message stanzas now fully work (status messages, xhtml-im, ...Waqas Hussain2009-02-161-24/+133
| * Added tests/run_tests.bat for running tests on WindowsWaqas Hussain2009-02-131-0/+10
| * Fixed tests/test.lua to work on WindowsWaqas Hussain2009-02-131-2/+7
| * Logging format improvementWaqas Hussain2009-02-131-6/+1
* | Merge waqas with waqasMatthew Wild2009-02-161-6/+1
|\ \
| * | Logging format improvementWaqas Hussain2009-02-131-6/+1
* | | util.pposix: Add getuid/setuid (we don't use them yet)Matthew Wild2009-02-151-1/+80
* | | mod_version: Operating system detection. Disable with hide_os_type = true in ...Matthew Wild2009-02-151-1/+18
* | | Add -Wall to default CFLAGSMatthew Wild2009-02-151-2/+2
* | | Adding TODO notice on UUIDs for usage with SASL ANONYMOUS.Tobias Markmann2009-02-141-0/+1
* | | Merging with tip.Tobias Markmann2009-02-142-7/+24
|\ \ \
| * | | Use $CC, $LD in Makefile. Add --c-compiler, --linker flags to ./configure scr...Matthew Wild2009-02-142-7/+24
| | |/ | |/|
* / | Adding inital support for ANONYMOUS mechanism in SASL.Tobias Markmann2009-02-142-1/+13
|/ /
* | Add tests for util.multitableMatthew Wild2009-02-131-0/+62
* | util.pposix: Fix incompatible pointer type compiler warningsMatthew Wild2009-02-131-5/+6
* | Add RunScript command to config to run a Lua script prior to starting the serverMatthew Wild2009-02-131-3/+3
* | Add Include command to include extra configuration files from the main oneMatthew Wild2009-02-131-3/+16
* | Report errors in the config file to the userMatthew Wild2009-02-132-9/+17
* | Fix to correct my email address in AUTHORS fileMatthew Wild2009-02-131-1/+1
|/
* Fixed: kick_old resource conflict resolution policy could fail with a backtraceWaqas Hussain2009-02-121-1/+4
* Fixed: User resources not disconnected correctly on account deleteWaqas Hussain2009-02-121-1/+1
* stanza_router: Fix handling of iq from c2s to bare JIDs, thanks to jaharkes f...Matthew Wild2009-02-111-1/+1
* Add test to check for incorrect handling of iq from c2s to local bare JIDsMatthew Wild2009-02-111-0/+23
* Small fix to change verbosity level of subtestsMatthew Wild2009-02-111-1/+1
* Correct tests for stanza routing IQs to bare JIDsMatthew Wild2009-02-111-2/+2
* Merge with waqas for MUC/routing fixesMatthew Wild2009-02-115-41/+71
|\
| * Change the to attribute of messages to the recipients' bare JID when the reci...Waqas Hussain2009-02-111-2/+3
| * Stanza router: Message to bare JID fixesWaqas Hussain2009-02-111-18/+31
| * mod_muc: Room historyWaqas Hussain2009-02-111-2/+20
| * Fixed: Some presence stanzas from local users were not being routed correctly...Waqas Hussain2009-02-111-0/+8
| * Fixed directed presence handling to work correctly for componentsWaqas Hussain2009-02-112-5/+6
| * Changed mod_muc to work with changed component managerWaqas Hussain2009-02-111-6/+2
| * modulemanager initializes hosts[host] if it isn't already initialized when lo...Waqas Hussain2009-02-111-0/+1
| * Component-host module loading code was breaking module reload, andduplicated ...Waqas Hussain2009-02-111-10/+2
* | util.stanza: Temporary fix for serializing attributes with namespacesMatthew Wild2009-02-111-1/+13
* | net.server: Fix nil table index assignmentMatthew Wild2009-02-091-1/+1
* | stanza_router: Fix for when clients don't specify priority in initial presenceMatthew Wild2009-02-091-1/+1