aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_groups: Support for public groups, and extra loggingMatthew Wild2009-06-221-7/+21
* mod_announce: New module to send a message to all online usersMatthew Wild2009-06-221-0/+37
* mod_httpserver: Allow configuration of ports and base path, like mod_boshMatthew Wild2009-06-221-1/+12
* mod_groups: Experimental shared roster supportMatthew Wild2009-06-221-0/+79
* Adding a parameter for realm to the password_callback.Tobias Markmann2009-06-201-4/+4
* mod_roster: Removed references to presencemanager and core_route_stanzaWaqas Hussain2009-06-141-2/+0
* mod_roster: Using core_post_stanza in place of core.presencemanager.handle_pr...Waqas Hussain2009-06-141-4/+3
* util.muc, mod_muc: Commented rewriting of vCard requests' recipients' JID fro...Waqas Hussain2009-06-141-1/+1
* mod_muc: Don't reply with an error in response to unacceptable result stanzasWaqas Hussain2009-06-141-1/+1
* mod_console: Redirect print() to console session when executing commands in g...Matthew Wild2009-06-121-1/+7
* 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
|/
* mod_pep: Add host identity pubsub/pepWaqas Hussain2009-06-121-0/+2
* MergeWaqas Hussain2009-06-122-0/+9
|\
| * 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-071-0/+8
| |\
| | * mod_console: Show total incoming/outgoing s2s connectionsMatthew Wild2009-06-061-0/+8
* | | 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
* | 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
* mod_version: Use version from prosody.versionMatthew Wild2009-06-051-2/+2
* mod_privacy: Initial commitWaqas Hussain2009-06-031-0/+23
* mod_message: Fix global accessWaqas Hussain2009-06-021-0/+2
* mod_iq: Limit sub-events to get and set IQsWaqas Hussain2009-06-021-2/+2
* mod_presence: Fix a global accessWaqas Hussain2009-06-021-1/+1
* mod_presence: Check for nil 'to' attribute in all cases for outgoing stanzasWaqas Hussain2009-06-021-14/+16
* mod_presence: Check for nil 'to' attribute in all cases for incoming stanzasWaqas Hussain2009-06-021-7/+7
* mod_presence: return true from incoming presence handlers to prevent further ...Waqas Hussain2009-06-021-0/+2
* mod_presence: Handle non-subscription presence and routingWaqas Hussain2009-06-021-0/+20
* mod_presence: Handle subscriptions and probesWaqas Hussain2009-06-021-2/+14
* mod_presence: Add hooks for inbound presenceWaqas Hussain2009-06-021-0/+9
* mod_presence: Fix a commentWaqas Hussain2009-06-021-1/+1
* mod_presence: Handle all outbound presence stanzasWaqas Hussain2009-06-021-2/+6
* mod_presence: A little cleanupWaqas Hussain2009-06-021-4/+5
* mod_presence: Remove JIDs from directed presence list on sending error or una...Waqas Hussain2009-06-021-1/+5
* mod_presence: Handle outbound presence to full JIDsWaqas Hussain2009-06-021-0/+17
* mod_message: A little cleanupWaqas Hussain2009-06-011-22/+21
* mod_message: mod_message now handles all casesWaqas Hussain2009-06-011-18/+40
* mod_message: Added code to handle error groupchat and headline messages to ba...Waqas Hussain2009-06-011-9/+27
* mod_message: Move bare JID processing to it's own functionWaqas Hussain2009-06-011-16/+20
* mod_iq: Correctly handle the lack of 'to' on IQsWaqas Hussain2009-06-011-2/+3
* mod_iq: Immediately return an error for IQs to non-existing bare JIDsWaqas Hussain2009-06-011-1/+11