util.uuid: Added function seed(string) to allow further seeding of the PRNG

util.uuid: Now generates RFC 4122 complaint UUIDs (version 4 - random)

util.uuid: More uniqueness!

sessionmanager: It really is username@host, not host@username :)

Makefile: Set data directory permissions to 750 on install [thanks Dwayne Bent]

Makefile: Specify permissions on installed executables [thanks mhavela]

prosody: Add support for general 'interface' option which is used as the default network interface

net.server: Display server port in error messages

Adding .hgignore

My merge!!!!

stanza_router: workaround for a Pidgin bug which sets 'to' to the SRV result

mod_privacy: Initial commit

stanza_router: Remove the 'to' attribute when it's value is the bare JID of the local user sending the stanza

prosody.cfg.lua.dist: Enable mod_register by default, but with registration disabled, and add a comment about it

sessionmanager: It's username@host, not host@username :)

mod_message: Fix global access

mod_iq: Limit sub-events to get and set IQs

mod_presence: Fix a global access

mod_presence: Check for nil 'to' attribute in all cases for outgoing stanzas

mod_presence: Check for nil 'to' attribute in all cases for incoming stanzas

mod_presence: return true from incoming presence handlers to prevent further processing

mod_presence: Handle non-subscription presence and routing

mod_presence: Handle subscriptions and probes

mod_presence: Add hooks for inbound presence

mod_presence: Fix a comment

mod_presence: Handle all outbound presence stanzas

mod_presence: A little cleanup

mod_presence: Remove JIDs from directed presence list on sending error or unavailable presence

mod_presence: Handle outbound presence to full JIDs

mod_message: A little cleanup

mod_message: mod_message now handles all cases

stanza_router: Reply with an error on groupchat messages to bare JID

mod_message: Added code to handle error groupchat and headline messages to bare JID

mod_message: Move bare JID processing to it's own function

stanza_router: Don't reply with an error on invalid JIDs in error or result stanzas

stanza_router: Proper error for clients sending stanzas after auth but before resource binding

mod_iq: Correctly handle the lack of 'to' on IQs

mod_iq: Immediately return an error for IQs to non-existing bare JIDs

mod_iq: Include event data in sub-events

mod_iq: Error reply for IQ to non-existing session. mod_iq now handles all 'iq/full' cases

componentmanager: Create events object for configured hosts, and carry it over to a new component if one is registered with no events object

Merge backout with following commits

Backed out changeset 98f0e9eadf3b (better fix on the way)

Automated merge with http://waqas.ath.cx:8000/

mod_iq: Fire sub-events for IQs directed at bare JIDs and hosts

modulemanager: Keep track of event handlers added by module:hook, and remove them on module unload

stanza_router: Don't route before firing events... waqas, is this safe?

componentmanager: Add events object to registered components if they don't already have one

stanza_router: Fire global event if host doesn't have events, fixes #103

net.xmppclient_listener: Add small comment

stanza_router: Fire events for non-jabber:client and pre-auth stanzas

modulemanager: Stopped using core.eventmanager in module:fire_event

mod_welcome: Use module:hook instead of module:add_event_hook

mod_watchregistrations: Use module:hook instead of module:add_event_hook

modulemanager: module:fire_event now fires on the global and host-specific events objects as well

xmppcomponent_listener: Removed unused reference to core.eventmanager

modulemanager: Made some code more concise

modulemanager: module:hook now allows global modules to hook events on the prosody.events object

Removed core.eventmanager2

mod_presence: Changed to use the prosody.events object directly, rather than through eventmanager2

(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip

mercurial