aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* Modulemanager: Basic modules can now be unloaded correctlyWaqas Hussain2009-01-031-9/+33
* Send host, and not the recipient's JID to module manager (fixes #53)Waqas Hussain2008-12-311-1/+1
* Delete the offline message store only when offline messages are presentWaqas Hussain2008-12-261-4/+7
* Return an empty set intead of an error when no disco items are available for ...Waqas Hussain2008-12-261-0/+5
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2008-12-253-12/+26
|\
| * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2008-12-243-12/+26
| |\
| | * Fix for not loading global modules when host-specific modules are specified i...Matthew Wild2008-12-241-0/+18
| | * Merge from waqasMatthew Wild2008-12-222-6/+35
| | |\
| | * | 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 JIDs...Waqas Hussain2008-12-251-2/+2
|/ / /
* | / Changed order of checking for component hosts to check the full and bare JIDs...Waqas Hussain2008-12-241-2/+3
| |/ |/|
* | Bounce stanza errors on failed s2sWaqas Hussain2008-12-192-6/+35
|/
* Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for h...Matthew Wild2008-12-132-10/+22
* 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} 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
|\