aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} listener...Matthew Wild2008-12-071-1/+1
* Slightly more secure dialback secret generationMatthew Wild2008-12-071-1/+1
* 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
* | Temporary hack for global modulesMatthew Wild2008-12-061-7/+12
* | Remove print()s from sessionmanager and s2smanagerMatthew Wild2008-12-062-2/+2
|/
* 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
* | Log in hostmanager when a vhost is activated/deactivatedMatthew Wild2008-12-061-4/+5
|/
* Move module loading to modulemanagerMatthew Wild2008-12-061-0/+12
* Merge from waqas/myselfMatthew 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-064-24/+85
* | Backed out changeset 099d8a102deb (committed too much)Matthew Wild2008-12-052-14/+1
* | Add TLS socket to readlist before handshake starts, fixes major slow-down on ...Matthew Wild2008-12-052-1/+14
|/
* Remove an incorrect line which I didn't add, and fix the proper way. Corrects...Matthew Wild2008-12-051-6/+5
* 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-051-6/+8
* Abstract xmlhandlers a bit more, also add error callbacksMatthew Wild2008-12-041-9/+11
* Don't send stream:features to incoming s2s connectionsMatthew Wild2008-12-041-1/+3
* Fix logger ids for c2s and s2soutMatthew Wild2008-12-041-1/+1
* Added function add_feature to modules API (for adding disco features)Waqas Hussain2008-12-041-1/+11
* Added an error log message for this caseMatthew Wild2008-12-031-0/+4
* Quick fix for an issue that needs more looking intoMatthew Wild2008-12-031-3/+5
* Insert copyright/license headersMatthew Wild2008-12-0313-0/+260
* lxmppd -> ProsodyMatthew Wild2008-12-031-1/+1
* Automated merge with http://waqas.ath.cx/Matthew Wild2008-11-292-5/+10
|\
| * Update Makefile to now pass config paths to prosody. Update prosody, modulema...Matthew Wild2008-11-291-2/+3
| * Fix for configmanager when config file can't be foundMatthew Wild2008-11-291-3/+7
* | Moved incoming c2s presence handling from stanza_router to presencemanagerWaqas Hussain2008-11-292-71/+93
|/
* No more reading 1 byte at a time from socketsMatthew Wild2008-11-281-1/+1
* Merge from waqasMatthew Wild2008-11-272-10/+5
|\
| * Completely switched to new hashes library from the old md5 libraryWaqas Hussain2008-11-281-8/+3
| * Switched from md5 to sha256 for dialback key generationWaqas Hussain2008-11-281-2/+2
* | 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-272-62/+104
* 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-261-33/+54
* Added options to limit the number of resources and for handling of resource c...Waqas Hussain2008-11-271-2/+29
* Minor bug fixWaqas Hussain2008-11-261-2/+2
* Added helper method to discomanagerWaqas Hussain2008-11-261-0/+13
* Check to prevent error on IQs from completely unhandled originsWaqas Hussain2008-11-231-2/+2
* Merge from waqasMatthew Wild2008-11-231-1/+1
|\
| * Ahem, a bit of an identity crisis..Waqas Hussain2008-11-231-1/+1
* | Typo prevented modulemanager.load() from returning the error if load failed.Matthew Wild2008-11-231-4/+4
* | Merge from waqasMatthew Wild2008-11-232-3/+42
|\|