prosody: Add fallbacks/ to path
[prosody.git] / plugins /
2009-07-01 Waqas Hussainmod_offline: Initial commit
2009-07-01 Waqas HussainMerged with trunk
2009-07-01 Waqas Hussainmod_pep: Fixed boolean indexing error while casting...
2009-07-01 Tobias MarkmannMaking sure the node is in unicode when passing it...
2009-06-29 Matthew WildMerge with nolan
2009-06-28 Waqas Hussainmod_pep: Fixed a nil access error
2009-06-28 Waqas Hussainmod_pep: Use cached caps
2009-06-28 Waqas HussainMerged with trunk
2009-06-28 Waqas Hussainmod_pep: Entity capabilities
2009-06-28 Matthew WildMerge with nolan
2009-06-28 Matthew Wildmod_console: Reload/unload a module on a component...
2009-06-27 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-26 Waqas Hussainmod_pep: Broadcast only to available recipients with...
2009-06-26 Waqas Hussainmod_pep: Ignore presence subscriptions when extractng...
2009-06-26 Waqas Hussainmod_pep: Added function get_caps_hash_from_presence
2009-06-26 Matthew Wildmod_message: Advertise offline message support as per...
2009-06-26 Waqas Hussainmod_pep: Removed some YODO comments
2009-06-26 Waqas Hussainmod_pep: Added handler for disco responses
2009-06-26 Waqas Hussainmod_iq: Change sub-event names for IQ errors and result...
2009-06-26 Waqas Hussainmod_message, mod_presence: Maintain list of top resourc...
2009-06-25 Matthew Wildmod_component: Rewrite jabber:client stanzas to jabber...
2009-06-24 Waqas Hussainmod_pep: Use new style events
2009-06-24 Waqas Hussainmod_iq: Fire sub-events for IQ results and errors
2009-06-24 Waqas Hussainmod_pep: Broadcast from the user's bare JID, not full JID
2009-06-24 Waqas Hussainmod_pep: Remove data when a user disables a node
2009-06-24 Waqas Hussainmod_pep: Added some comments
2009-06-24 Waqas Hussainmod_pep: Fixed detection of contact presence changes
2009-06-23 Waqas Hussainmod_muc: Now based on util.muc
2009-06-23 Waqas Hussainmod_announce: Work with non-local admins
2009-06-23 Waqas Hussainmod_announce: Use usermanager.is_admin to verify admin...
2009-06-23 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-22 Matthew Wildmod_groups: Support for public groups, and extra logging
2009-06-22 Matthew Wildmod_announce: New module to send a message to all onlin...
2009-06-22 Matthew Wildmod_httpserver: Allow configuration of ports and base...
2009-06-22 Matthew Wildmod_groups: Experimental shared roster support
2009-06-20 Matthew WildMerge with Tobias
2009-06-20 Tobias MarkmannAdding a parameter for realm to the password_callback.
2009-06-19 Waqas HussainMerge with trunk
2009-06-14 Waqas Hussainmod_roster: Removed references to presencemanager and...
2009-06-14 Waqas Hussainmod_roster: Using core_post_stanza in place of core...
2009-06-14 Waqas Hussainutil.muc, mod_muc: Commented rewriting of vCard request...
2009-06-14 Waqas Hussainmod_muc: Don't reply with an error in response to unacc...
2009-06-12 Matthew Wildmod_console: Redirect print() to console session when...
2009-06-12 Matthew Wildmod_console: Fix syntax error
2009-06-12 Matthew Wildmod_console: Add s2s:close() to close s2s sessions...
2009-06-12 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-12 Matthew Wildmod_dialback: Change FIXME comment to COMPAT
2009-06-12 Waqas Hussainmod_pep: Add pubsub#publsih disco feature to host
2009-06-12 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-12 Waqas Hussainmod_pep: Add host identity pubsub/pep
2009-06-12 Waqas HussainMerge
2009-06-12 Waqas Hussainmod_pep: Fix a nil index bug
2009-06-07 Matthew Wildmod_message: Require stanza lib to prevent traceback...
2009-06-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-07 Waqas Hussainmod_pep: Give the presence handler a higher than defaul...
2009-06-07 Waqas Hussainmod_pep: Send items to contacts coming online
2009-06-07 Waqas Hussainmod_pep: Fix undefined global access
2009-06-06 Matthew Wildmod_console: Show total incoming/outgoing s2s connections
2009-06-06 Waqas Hussainmod_pep: Maintain user nodes for delayed delivery
2009-06-05 Matthew Wildmod_console: Allow running code in the global environme...
2009-06-05 Matthew Wildmod_console: Some "improvements" to the useless server...
2009-06-05 Matthew Wildmod_console: Much improved module load/unload/reload...
2009-06-05 Matthew Wildmod_version: Use version from prosody.version
2009-06-04 Waqas HussainMy merge!!!!
2009-06-03 Waqas Hussainmod_privacy: Initial commit
2009-06-02 Waqas Hussainmod_message: Fix global access
2009-06-02 Waqas Hussainmod_iq: Limit sub-events to get and set IQs
2009-06-02 Waqas Hussainmod_presence: Fix a global access
2009-06-02 Waqas Hussainmod_presence: Check for nil 'to' attribute in all cases...
2009-06-02 Waqas Hussainmod_presence: Check for nil 'to' attribute in all cases...
2009-06-02 Waqas Hussainmod_presence: return true from incoming presence handle...
2009-06-02 Waqas Hussainmod_presence: Handle non-subscription presence and...
2009-06-02 Waqas Hussainmod_presence: Handle subscriptions and probes
2009-06-02 Waqas Hussainmod_presence: Add hooks for inbound presence
2009-06-02 Waqas Hussainmod_presence: Fix a comment
2009-06-02 Waqas Hussainmod_presence: Handle all outbound presence stanzas
2009-06-02 Waqas Hussainmod_presence: A little cleanup
2009-06-02 Waqas Hussainmod_presence: Remove JIDs from directed presence list...
2009-06-02 Waqas Hussainmod_presence: Handle outbound presence to full JIDs
2009-06-01 Waqas Hussainmod_message: A little cleanup
2009-06-01 Waqas Hussainmod_message: mod_message now handles all cases
2009-06-01 Waqas Hussainmod_message: Added code to handle error groupchat and...
2009-06-01 Waqas Hussainmod_message: Move bare JID processing to it's own function
2009-06-01 Waqas Hussainmod_iq: Correctly handle the lack of 'to' on IQs
2009-06-01 Waqas Hussainmod_iq: Immediately return an error for IQs to non...
2009-06-01 Waqas Hussainmod_iq: Include event data in sub-events
2009-06-01 Waqas Hussainmod_iq: Error reply for IQ to non-existing session...
2009-06-01 Matthew WildMerge backout with following commits
2009-06-01 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-01 Waqas Hussainmod_iq: Fire sub-events for IQs directed at bare JIDs...
2009-05-30 Waqas Hussainmod_welcome: Use module:hook instead of module:add_even...
2009-05-30 Waqas Hussainmod_watchregistrations: Use module:hook instead of...
2009-05-30 Waqas Hussainmod_presence: Changed to use the prosody.events object...
2009-05-30 Matthew Wildmod_console: c2s:show(), c2s:show_secure(), c2s:show_in...
2009-05-30 Matthew Wildmod_console: Allow restricting results to matching...
2009-05-30 Matthew Wildmod_posix: Use global prosody object
2009-05-30 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-05-30 Waqas Hussainmod_message, mod_iq: A little cleanup
2009-05-30 Waqas Hussainmod_iq: Initial commit
2009-05-30 Waqas Hussainmod_message: Initial commit
next