aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding COMPAT comment.Tobias Markmann2009-06-201-0/+1
|
* Merge with trunkWaqas Hussain2009-06-202-1/+4
|\
| * Merge with waqas via albert!Matthew Wild2009-06-191-2/+2
| |\
| * | s2smanager: Remove srv_hosts from session when connected, this fixes ↵Matthew Wild2009-06-191-0/+2
| | | | | | | | | | | | attempting to reconnect s2s sessions when they are closed during shutdown
| * | loggingmanager: Log timestamps when using default file loggingMatthew Wild2009-06-191-1/+1
| | |
| * | loggingmanager: Enable debug level for default file logging when 'debug' ↵Matthew Wild2009-06-191-1/+2
| | | | | | | | | | | | mode is enabled in the config
* | | modulemanager: Removed unused function get_module_filename(name)Waqas Hussain2009-06-141-6/+0
| | |
* | | modulemanager: Changed to use util.pluginloaderWaqas Hussain2009-06-141-2/+3
| | |
* | | util.pluginloader: Initial commit - a plugin resource loaderWaqas Hussain2009-06-141-0/+33
| | |
* | | stanza_router: Remove unused variablesWaqas Hussain2009-06-141-6/+0
| | |
* | | Removed core.presencemanager. This has been superseded by mod_presence.Waqas Hussain2009-06-141-233/+0
| | |
* | | stanza_router: Remove all traces of presencemanagerWaqas Hussain2009-06-141-6/+2
| | |
* | | mod_roster: Removed references to presencemanager and core_route_stanzaWaqas Hussain2009-06-141-2/+0
| | |
* | | mod_roster: Using core_post_stanza in place of ↵Waqas Hussain2009-06-141-4/+3
| | | | | | | | | | | | core.presencemanager.handle_presence
* | | util.muc: Relaxed top-level routing checks to allow node-less rooms, and ↵Waqas Hussain2009-06-141-7/+3
| | | | | | | | | | | | removed redundant checks
* | | util.muc, mod_muc: Commented rewriting of vCard requests' recipients' JID ↵Waqas Hussain2009-06-142-2/+2
| | | | | | | | | | | | from full to bare, and marked it as a TODO
* | | mod_muc: Don't reply with an error in response to unacceptable result stanzasWaqas Hussain2009-06-141-1/+1
| | |
* | | util.muc: Don't reply with an error in response to unacceptable result stanzasWaqas Hussain2009-06-141-1/+1
| | |
* | | util.muc: Fixed error occuring on room leaveWaqas Hussain2009-06-141-1/+1
| | |
* | | stanza_router: Use stanza.attr.from's host instead of origin.host when ↵Waqas Hussain2009-06-141-2/+2
| |/ |/| | | | | routing stanzas to remote hosts (fixes problem with sending from node@host components)
* | modulemanager: Change the ideitity attribute typ to typeWaqas Hussain2009-06-131-2/+2
|/
* mod_console: Redirect print() to console session when executing commands in ↵Matthew Wild2009-06-121-1/+7
| | | | global environment
* mod_console: Fix syntax errorMatthew Wild2009-06-121-1/+1
|
* mod_console: Add s2s:close() to close s2s sessions between two hostsMatthew Wild2009-06-121-0/+42
|
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-06-121-1/+1
|\
| * mod_dialback: Change FIXME comment to COMPATMatthew Wild2009-06-121-1/+1
| |
* | mod_pep: Add pubsub#publsih disco feature to hostWaqas Hussain2009-06-121-0/+1
|/
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-06-121-4/+5
|\
| * net.http: (Re-)add url[en|de]code functionsMatthew Wild2009-06-121-4/+5
| |
* | mod_pep: Add host identity pubsub/pepWaqas Hussain2009-06-121-0/+2
| |
* | modulemanager: Added function add_identity(category, type) to the modules APIWaqas Hussain2009-06-121-0/+21
| |
* | MergeWaqas Hussain2009-06-123-1/+21
|\|
| * modulemanager: Use module_name in log entry to fix 'error initialising ↵Matthew Wild2009-06-081-1/+1
| | | | | | | | module "nil"' error
| * mod_message: Require stanza lib to prevent traceback on error repliesMatthew Wild2009-06-071-0/+1
| |
| * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-06-072-0/+19
| |\
| | * mod_console: Show total incoming/outgoing s2s connectionsMatthew Wild2009-06-061-0/+8
| | |
| | * modulemanager: Don't require xmlns to be non-nilMatthew Wild2009-06-061-1/+1
| | |
| | * modulemanager: module:log() -> self:log() fixMatthew Wild2009-06-061-1/+1
| | |
| | * modulemanager: Allow setting priority of stanza handlersMatthew Wild2009-06-061-5/+5
| | |
| | * modulemanager: Add module:hook([xmlns, ] name, handler) which uses new ↵Matthew Wild2009-06-061-0/+11
| | | | | | | | | | | | stanza events
* | | mod_pep: Fix a nil index bugWaqas Hussain2009-06-121-1/+1
|/ /
* | mod_pep: Give the presence handler a higher than default priorityWaqas Hussain2009-06-071-1/+1
| |
* | modulemanager: Allow setting a priority while adding an event handler via ↵Waqas Hussain2009-06-071-2/+2
| | | | | | | | the module:hook API
* | mod_pep: Send items to contacts coming onlineWaqas Hussain2009-06-071-0/+27
| |
* | mod_pep: Fix undefined global accessWaqas Hussain2009-06-071-1/+1
| |
* | mod_pep: Maintain user nodes for delayed deliveryWaqas Hussain2009-06-061-1/+9
|/
* mod_console: Allow running code in the global environment by prefixing with '>'Matthew Wild2009-06-051-1/+9
|
* mod_console: Some "improvements" to the useless server:reload() command :)Matthew Wild2009-06-051-0/+2
|
* mod_console: Much improved module load/unload/reload commandsMatthew Wild2009-06-051-16/+79
|
* prosody: prosody_reload_config => prosody.reload_config (guess I ↵Matthew Wild2009-06-051-1/+1
| | | | accidentally missed it when converting the others)