aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* prosody: Prefix hg: to changeset ids in the versionMatthew Wild2009-06-051-0/+3
|
* mod_version: Use version from prosody.versionMatthew Wild2009-06-051-2/+2
|
* prosody: Read version from prosody.version file and set, er, prosody.version!Matthew Wild2009-06-051-0/+11
|
* Makefile: Experimental support for recording the version of an installed ProsodyMatthew Wild2009-06-051-1/+9
|
* modulemanager: Load mod_message, mod_iq and mod_presence implicitlyWaqas Hussain2009-06-041-1/+6
|
* s2smanager: Use a UUID as the dialback secretWaqas Hussain2009-06-041-1/+1
|
* stanza_router: Remove unused s2s dialback functionsWaqas Hussain2009-06-041-3/+0
|
* Merge with trunkWaqas Hussain2009-06-044-6/+31
|\
| * Makefile: Set data directory permissions to 750 on install [thanks Dwayne Bent]Matthew Wild2009-06-041-1/+2
| |
| * Makefile: Specify permissions on installed executables [thanks mhavela]Matthew Wild2009-06-041-2/+2
| |
| * prosody: Add support for general 'interface' option which is used as the ↵Matthew Wild2009-06-041-1/+3
| | | | | | | | default network interface
| * net.server: Display server port in error messagesMatthew Wild2009-06-041-2/+2
| |