aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit)Waqas Hussain2008-12-082-8/+6
|
* Latin1 support for SASL DIGEST-MD5 (initial commit)Waqas Hussain2008-12-072-3/+41
|
* Merge from waqasMatthew Wild2008-12-061-95/+16
|\
| * Removed unused variablesWaqas Hussain2008-12-071-7/+4
| |
| * Combined and merged similar codeWaqas Hussain2008-12-071-33/+14
| |
| * Removed pre-multitable code from module managerWaqas Hussain2008-12-071-57/+0
| |
* | Remove some debugging from pposix.cMatthew Wild2008-12-061-2/+0
| |
* | Add mod_posix, fixes #5Matthew Wild2008-12-061-0/+50
| |
* | Add posix support library, and adjust makefiles for itMatthew Wild2008-12-063-4/+107
| |
* | Code tidying for xmpp{client,server}_listenersMatthew Wild2008-12-062-32/+17
| |
* | Temporary hack for global modulesMatthew Wild2008-12-061-7/+12
| |
* | Remove print()s from sessionmanager and s2smanagerMatthew Wild2008-12-062-2/+2
| |
* | Make it possible to set custom output handler for loggerMatthew Wild2008-12-061-3/+15
| |
* | Remove old commented code from server.luaMatthew Wild2008-12-061-4/+0
| |
* | Some code cleaning for the main scriptMatthew Wild2008-12-061-6/+1
|/
* Merge from waqasMatthew Wild2008-12-061-3/+41
|\
| * Changed module manager to use multitable (initial commit)Waqas Hussain2008-12-071-3/+41
| |
* | Fix add_event_hook in module APIMatthew Wild2008-12-061-1/+1
| |
* | Move the setting of data_path to fix #unfiledbugMatthew Wild2008-12-061-3/+4
| |
* | Log in hostmanager when a vhost is activated/deactivatedMatthew Wild2008-12-061-4/+5
| |
* | Datamanager logs data_pathMatthew Wild2008-12-061-0/+1
|/
* Move module loading to modulemanagerMatthew Wild2008-12-062-12/+12
|
* Merge from waqas/myselfMatthew Wild2008-12-061-16/+17
|\
| * Merge from waqasMatthew Wild2008-12-061-16/+17
| |\
| | * Fixed: Stopped tryint to send error replies on unauthed connectionsWaqas Hussain2008-12-061-16/+17
| | |
* | | Add hostmanager, and eventmanagerMatthew Wild2008-12-066-62/+151
| | |
* | | Small fix for multitableMatthew Wild2008-12-061-1/+1
|/ /
* | Re-commit TLS fixMatthew Wild2008-12-051-1/+12
| |
* | MergeMatthew Wild2008-12-056-35/+7
|\ \
| * | Backed out changeset 099d8a102deb (committed too much)Matthew Wild2008-12-056-34/+9
| | |
* | | Don't say we need TLS after we've already started the handshakeMatthew Wild2008-12-051-4/+1
|/ /
* | Add TLS socket to readlist before handshake starts, fixes major slow-down on ↵Matthew Wild2008-12-056-9/+34
| | | | | | | | TLS connections
* | Comment out debug logging for nowMatthew Wild2008-12-051-3/+3
| |
* | Remove linger option on sockets, made no difference, and I forgot to remove ↵Matthew Wild2008-12-051-2/+0
|/ | | | it earlier
* Fix the last couple of places where we send strings from mod_dialbackMatthew Wild2008-12-051-4/+4
|
* Remove an incorrect line which I didn't add, and fix the proper way. ↵Matthew Wild2008-12-053-9/+14
| | | | Corrects the sending of stanzas over unauthed s2sout's. Also fixes mod_dialback to send stanzas and not strings.
* Fix for s2s with jabberd2 (we weren't routing db:verify's over s2sout_unauthed)Matthew Wild2008-12-051-2/+3
|
* Disconnect with stream errors on bad XML, or invalid stream namespaceMatthew Wild2008-12-053-10/+36
|
* Add a couple more tests for jid.splitMatthew Wild2008-12-051-0/+2
|
* Merge from waqasMatthew Wild2008-12-051-1/+11
|\
| * MultiTable: Remove all empty sub-tables when elements are removedWaqas Hussain2008-12-051-1/+11
| |
* | Merge from waqasMatthew Wild2008-12-051-0/+84
|\|
| * util.multitable - A table with multiple key for each entryWaqas Hussain2008-12-051-0/+84
| |
* | Automated merge with http://waqas.ath.cx/Matthew Wild2008-12-044-18/+23
|\ \ | |/ |/|
| * Automated merge with http://waqas.ath.cx/Matthew Wild2008-12-044-18/+23
| |\
| | * Abstract xmlhandlers a bit more, also add error callbacksMatthew Wild2008-12-043-15/+18
| | |
| | * Don't send stream:features to incoming s2s connectionsMatthew Wild2008-12-041-1/+3
| | |
| | * Fix logger ids for c2s and s2soutMatthew Wild2008-12-042-2/+2
| | |
* | | Changed util.datamanager to use util.serializationWaqas Hussain2008-12-051-44/+5
| | |
* | | Changed the datastore for vCards from vCard to vcard in mod_vcard and ↵Waqas Hussain2008-12-052-6/+6
|/ / | | | | | | mod_register