aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* ComponentManager: Removed unused variable.Waqas Hussain2009-09-111-1/+0
* ComponentManager: Removed dependency on core_route_stanza. The default compon...Waqas Hussain2009-09-111-4/+1
* ComponentManager: Fixed: Default handler sent error replies on result stanzas.Waqas Hussain2009-09-111-1/+1
* ComponentManager: Fixed a bit of logging.Waqas Hussain2009-09-111-2/+1
* Merge with 0.5matthew2009-09-051-1/+1
|\
| * modulemanager: Fixed: Internally generated stanzas could be missing namespace...Waqas Hussain2009-09-061-1/+1
* | Merge waqas with Tobias. Eww.Matthew Wild2009-08-183-125/+39
|\ \
| * | Removed core/discomanager.luaWaqas Hussain2009-08-181-66/+0
| * | modulemanager: Removed unused variables and reference to core.discomanagerWaqas Hussain2009-08-181-5/+0
| * | modulemanager: Removed unnecessary code in the unload functionWaqas Hussain2009-08-181-2/+0
| * | modulemanager: Removed legacy disco#items hookWaqas Hussain2009-08-181-39/+0
| * | modulemanager: add_feature and add_identity APIs updated to use only the add_...Waqas Hussain2009-08-181-2/+0
| * | componentmanager: Removed disco#items hook, and reference to core.discomanagerWaqas Hussain2009-08-181-10/+0
| * | modulemanager: Added module API function to get all items for a given host ba...Waqas Hussain2009-08-181-0/+13
| * | modulemanager: Module API functions add_item and add_feature updated to use t...Waqas Hussain2009-08-181-0/+2
| * | modulemanager: Changed the add_identity module API to accept an optional name...Waqas Hussain2009-08-181-2/+2
| * | Added: functions add_item and remove_item to add and remove items to the modu...Waqas Hussain2009-08-181-0/+19
| * | componentmanager: Added function to get a list of children for a given hostnameWaqas Hussain2009-08-181-0/+4
* | | core.s2smanager, xmppserver_listener: Move the responsibility of setting sess...Matthew Wild2009-08-161-0/+1
* | | core.sessionmanager, xmppclient_listener: Move responsibility for setting ses...Matthew Wild2009-08-161-1/+5
|/ /
* | Merge with 0.5Matthew Wild2009-07-283-1/+7
|\|
| * configmanager: Default options appearing before Host "*" to global (fixes pot...Matthew Wild2009-07-281-0/+1
| * 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
* | Merge with 0.5Matthew Wild2009-07-271-5/+1
|\|
| * Fixed: Possible duplicate error replies for unhandled stanzasWaqas Hussain2009-07-281-5/+1
* | usermanager: Reduced some codeWaqas Hussain2009-07-251-3/+1
* | usermanager: Removed an unnecessary checkWaqas Hussain2009-07-251-1/+1
* | modulemanager: Added get_option(name, default_value) to plugin APIWaqas Hussain2009-07-251-0/+4
* | Switch to using a more generic credentials_callback/handler for SASL auth.nick2009-07-241-3/+8
|/
* 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
* 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 to...Matthew Wild2009-07-091-1/+3
* configmanager, modulemanager: Allow components to have modules specified in t...Matthew Wild2009-07-092-23/+21
* s2smanager: Fix to correctly bounce stanzas if first connection attempt fails...Matthew Wild2009-07-081-2/+9
* Moved automatic unavailable presence generation on disconnect from sessionman...Waqas Hussain2009-07-051-8/+0
* sessionmanager: Replace raw session by an event data table for resource bind/...Waqas Hussain2009-07-051-2/+2
* sessionmanager: Reset bare_sessions[user] after resource conflict resolution....Matthew Wild2009-07-031-0/+1
* sessionmanager: Newly created sessions shouldn't have a priority. Fixes one o...Matthew Wild2009-07-031-1/+1
* 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 anonymous_l...Matthew Wild2009-07-031-1/+6
* stanza_router: Check host.disallow_s2s before routing over s2sout. you can ha...Matthew Wild2009-07-031-6/+10
* 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 unsupported-stanza-typ...Waqas Hussain2009-06-291-1/+1
* | stanza_router: Removed unnecessary xmlns checkWaqas Hussain2009-06-291-1/+1