hostmanager: Warn when user puts port configuration under vhost section
[prosody.git] / plugins /
2009-07-27 Matthew Wildmod_presence: Tag outgoing unavailables generated by...
2009-07-23 Matthew Wildpposix, mod_posix: Bump pposix version number
2009-07-23 Matthew Wildmod_console: Set default_interface to 127.0.0.1
2009-07-22 Matthew Wildmod_presence: Ignore presence sent to host and invalid...
2009-07-14 Matthew Wildmod_httpserver: Update to use new new_from_config(...
2009-07-14 Matthew Wildmod_bosh: Update to use new new_from_config()
2009-07-12 Matthew Wildmod_bosh: Mark a session as secure if it is created...
2009-07-12 Matthew Wildmod_httpserver: Use new httpserver helper to initialise...
2009-07-12 Matthew Wildmod_bosh: Use new httpserver helper to initialise ports
2009-07-10 Matthew Wildmod_uptime: Fix bad uptime if module is loaded at startup
2009-07-10 Matthew WildRemove version number from copyright headers
2009-07-10 Matthew WildAdd copyright header to those files missing one
2009-07-09 Matthew Wildmod_time Convert from Windows line endings
2009-07-09 Matthew Wildmod_ping: Convert from Windows line endings
2009-07-09 Matthew Wildmod_disco: Convert from Windows line endings
2009-07-09 Matthew Wildmod_presence: Convert from Windows line endings
2009-07-09 Matthew Wildmod_console: Expose commands and environment table
2009-07-09 Matthew Wildmod_console: Add quit and exit as aliases for 'bye...
2009-07-09 Matthew Wildmod_console: Check for commands when not executing...
2009-07-08 Matthew Wildmod_console: server:version() and server:uptime() commands
2009-07-08 Matthew Wildmod_uptime: Use time of server start rather than module...
2009-07-08 Matthew Wildmod_uptime: Convert to unix line endings
2009-07-08 Matthew Wildmod_console: Add c2s:close() command
2009-07-05 Waqas HussainMerged with trunk
2009-07-05 Waqas Hussainmod_presence: Fixed: Presence probe replies now get...
2009-07-05 Tobias MarkmannMerge with main branch.
2009-07-05 Tobias MarkmannRemove to-unicode conversion because it's done in sasl...
2009-07-05 Tobias MarkmannFixed decoding of parameters.
2009-07-05 Matthew Wildmod_console: Allow customisation/suppression of the...
2009-07-05 Waqas Hussainmod_presence: Send unavailable presence to resources...
2009-07-05 Waqas HussainMoved automatic unavailable presence generation on...
2009-07-05 Waqas Hussainmod_presence: Broadcast presence to resources before...
2009-07-05 Waqas Hussainmod_presence: Prevented normal presence from non-intere...
2009-07-05 Waqas Hussainmod_presence: Changed handle_normal_presence to use...
2009-07-05 Waqas Hussainmod_presence: Simplified roster iteration
2009-07-05 Waqas Hussainmod_presence: Eliminated a jid_split
2009-07-05 Waqas Hussainmod_presence: Removed some unnecessary code
2009-07-03 Matthew Wildmod_presence: Declare t_insert, fixes a potential traceback
2009-07-02 Dwayne BentMerged branches
2009-07-02 Waqas Hussainmod_presence: Removed dead code
2009-07-02 Matthew Wildmod_pep: Escape + in pattern
2009-07-02 Matthew Wildmod_pep: Pass origin/session to publish_all()
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
next