aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Change xmlhandlers to match stream opening tag with ns+tagMatthew Wild2008-12-161-10/+8
| | | |
| | * | Remove old debugging line from sessionmanagerMatthew Wild2008-12-161-2/+0
| | | |
* | | | More error replies for offline and non-existing usersWaqas Hussain2008-12-251-3/+4
| | | |
* | | | Directed presenceWaqas Hussain2008-12-252-1/+12
| | | |
* | | | Changed order of checking for component hosts to check the full and bare ↵Waqas Hussain2008-12-251-2/+2
|/ / / | | | | | | | | | JIDs before the hostname (at another place)
* | / Changed order of checking for component hosts to check the full and bare ↵Waqas Hussain2008-12-241-2/+3
| |/ |/| | | | | JIDs before the hostname
* | Bounce stanza errors on failed s2sWaqas Hussain2008-12-192-6/+35
|/
* Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for ↵Matthew Wild2008-12-132-10/+22
| | | | helping me test :)
* 0.1 -> 0.2Matthew Wild2008-12-1013-13/+13
|
* Newline at end of file for sessionmanagerMatthew Wild2008-12-101-1/+1
|
* Enable dialback for componentsWaqas Hussain2008-12-091-2/+5
|
* Don't try processing stanzas not of type get or set in module managerWaqas Hussain2008-12-081-2/+7
|
* stanza_dispatch = core_process_stanza, fixed for xmpp{client,server} ↵Matthew Wild2008-12-071-1/+1
| | | | listeners, and sessionmanager for the new syntax
* 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
|/ | | | TLS connections
* Remove an incorrect line which I didn't add, and fix the proper way. ↵Matthew Wild2008-12-051-6/+5
| | | | 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-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, ↵Matthew Wild2008-11-291-2/+3
| | | | | | | | modulemanager and connectionlisteners to obey these paths.
| * 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
|/