aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* rostermanager: Fixed: Roster version was not being properly updated in some ↵Waqas Hussain2009-10-041-10/+10
| | | | edge cases.
* rostermanager: Added support for saving rosters of offline users to the ↵Waqas Hussain2009-10-041-2/+9
| | | | save_roster function.
* modulemanager: Load modules for components, tooMatthew Wild2009-09-301-0/+1
|
* componentmanager: Preserve existing events table (if any) when registering a ↵Matthew Wild2009-09-301-3/+3
| | | | component
* componentmanager: Fire event on component activationMatthew Wild2009-09-301-0/+2
|
* componentmanager: Use create_component for, er, creating componentsMatthew Wild2009-09-301-1/+2
|
* hostmanager: Only load vhosts, not componentsMatthew Wild2009-09-301-1/+1
|
* core.s2smanager: Always use last record in the DNS cacheMatthew Wild2009-09-271-7/+7
|
* core.s2smanager: Don't recurse CNAMEs infinitely :)Matthew Wild2009-09-211-1/+5
|
* s2smanager: Timeout unauthed s2s connectionsMatthew Wild2009-09-201-0/+22
|
* s2smanager: Compatibility with domains which use CNAMEsMatthew Wild2009-09-191-1/+11
|
* s2smanager: Pass A-record lookups through adns moduleMatthew Wild2009-09-191-1/+29
|
* modulemanager: Fixed: Internally generated stanzas could be missing ↵Waqas Hussain2009-09-061-1/+1
| | | | namespaces, which causes tracebacks in logging (e.g., auto-generated offline presence)
* configmanager: Default options appearing before Host "*" to global (fixes ↵Matthew Wild2009-07-281-0/+1
| | | | potential traceback)
* hostmanager: Warn when user puts port configuration under vhost sectionMatthew Wild2009-07-281-0/+5
|
* core.loggingmanager: Enable timestamps by default for file log sinksMatthew Wild2009-07-281-1/+1
|
* Fixed: Possible duplicate error replies for unhandled stanzasWaqas Hussain2009-07-281-5/+1
|
* Remove version number from copyright headersMatthew Wild2009-07-1011-11/+11
|
* Add copyright header to those files missing oneMatthew Wild2009-07-105-0/+40
|
* stanza_router: Catch and log an error case which I don't think should happen ↵Matthew Wild2009-07-101-1/+4
| | | | (but sometimes seems to)
* eventmanager: Convert from Windows line endingsMatthew Wild2009-07-101-24/+24
|
* discomanager: Convert from Windows line endingsMatthew Wild2009-07-091-52/+52
|
* modulemanager: Small code improvement, move autoloaded modules list to the ↵Matthew Wild2009-07-091-1/+3
| | | | top of the file
* configmanager, modulemanager: Allow components to have modules specified in ↵Matthew Wild2009-07-092-23/+21
| | | | the config (but don't load the global set of modules for them)
* s2smanager: Fix to correctly bounce stanzas if first connection attempt ↵Matthew Wild2009-07-081-2/+9
| | | | fails instantly
* Moved automatic unavailable presence generation on disconnect from ↵Waqas Hussain2009-07-051-8/+0
| | | | sessionmanager to mod_presence
* sessionmanager: Replace raw session by an event data table for resource ↵Waqas Hussain2009-07-051-2/+2
| | | | bind/unbind events, allowing extra data
* sessionmanager: Reset bare_sessions[user] after resource conflict ↵Matthew Wild2009-07-031-0/+1
| | | | resolution. Fixes the other stanza gobbling bug \o/
* sessionmanager: Newly created sessions shouldn't have a priority. Fixes one ↵Matthew Wild2009-07-031-1/+1
| | | | of the stanza-gobbling bugs \o/
* s2smanager: Log the hostname and address when s2s connection fails instantlyMatthew Wild2009-07-031-1/+1
|
* hostmanager: Add disallow_s2s to config, defaults to false unless ↵Matthew Wild2009-07-031-1/+6
| | | | anonymous_login is enabled, then defaults to true
* stanza_router: Check host.disallow_s2s before routing over s2sout. you can ↵Matthew Wild2009-07-031-6/+10
| | | | haz no s2s.
* Send xml:lang in stream headers, fixes #78Matthew Wild2009-07-012-2/+2
|
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-06-291-1/+2
|\
| * Serialize unknown stanza before logging.nolan2009-06-281-1/+2
| |
* | modulemanager: Don't close stream on stream:error with ↵Waqas Hussain2009-06-291-1/+1
| | | | | | | | unsupported-stanza-type (fixes #102)
* | stanza_router: Removed unnecessary xmlns checkWaqas Hussain2009-06-291-1/+1
| |
* | stanza_router: Don't fire preprocessing events if stanza is not from full JIDWaqas Hussain2009-06-291-1/+1
|/
* Log stanza if stanza.to isn't set for some component errors.nolan2009-06-281-1/+1
|
* stanza_router: Fire events also for stanzas to componentsMatthew Wild2009-06-261-2/+2
|
* xmlhandlers: Remove numeric attributesWaqas Hussain2009-06-251-2/+3
|
* stanza_router: Remove unused variables and codeWaqas Hussain2009-06-251-16/+1
|
* stanza_router: A little refactoringWaqas Hussain2009-06-251-2/+1
|
* stanza_router: Remove unused variablesWaqas Hussain2009-06-251-6/+2
|
* stanza_router: Remove even more old routing codeWaqas Hussain2009-06-251-12/+0
|
* stanza_router: Remove some more old routing codeWaqas Hussain2009-06-251-16/+5
|
* stanza_router: Call core_post_stanza from core_route_stanza in place of old ↵Waqas Hussain2009-06-251-0/+1
| | | | routing code
* stanza_router: Removed unused function: select_best_resourcesWaqas Hussain2009-06-251-19/+0
|
* stanza_router: Removed old routing codeWaqas Hussain2009-06-251-82/+1
|
* sessionmanager: Fire event on resource unbindWaqas Hussain2009-06-231-0/+2
|