mod_presence: Remove some unused variables
|
Matthew Wild |
2013-04-03 |
mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals
|
Kim Alvefur |
2013-03-23 |
mod_presence: Put a timestamp on presence we store for probes
|
Kim Alvefur |
2013-01-11 |
mod_presence: Fix indentation
|
Kim Alvefur |
2012-10-14 |
mod_presence, rostermanager: Bring outbound subscription cancellation in line with RFC6121.
|
Waqas Hussain |
2012-07-31 |
mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table.
|
Kim Alvefur |
2012-07-26 |
Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages
|
Matthew Wild |
2012-07-23 |
mod_presence: Handle nil disconnection error
|
Matthew Wild |
2012-07-22 |
mod_presence: Bounce errors for invalid presence types (thanks nolan/Astro)
|
Matthew Wild |
2011-02-10 |
mod_presence, mod_offline: Merge message/offline/delete with message/offline/broadcast.
|
Robert Hoelz |
2010-12-09 |
core.offlinemanager, mod_message, mod_presence: Removed core.offlinemanager in favor of mod_offline.
|
Robert Hoelz |
2010-12-09 |
Monster whitespace commit (beware the whitespace monster).
|
Waqas Hussain |
2010-10-16 |
Don't send offline messages to resource with negative priorities
|
Robert Hoelz |
2010-10-15 |
mod_presence: Fixed a traceback on outgoing subscriptions from offline users.
|
Waqas Hussain |
2010-06-11 |
mod_presence: Fixed a traceback.
|
Waqas Hussain |
2010-06-09 |
mod_presence: Enable firing of pre-events for all outbound stanzas, and switching completely to core_post_stanza.
|
Waqas Hussain |
2010-06-08 |
Merge 0.7->trunk
|
Matthew Wild |
2010-06-07 |
mod_presence: Send unavailable presence in response to probes to the sender's full JID, not bare JID.
|
Waqas Hussain |
2010-06-03 |
mod_presence: Enable firing of pre-events for probes.
|
Waqas Hussain |
2010-06-04 |
mod_presence: Don't stop pre-event for outgoing probes.
|
Waqas Hussain |
2010-06-04 |
mod_presence: Small refactoring.
|
Waqas Hussain |
2010-06-04 |
mod_presence: Send unavailable presence in response to probes to the sender's full JID, not bare JID.
|
Waqas Hussain |
2010-06-03 |
mod_presence: Removed unnecessary parameter 'core_route_stanza' from various functions.
|
Waqas Hussain |
2010-06-03 |
mod_presence: Don't send 'unsubscribed' in response to probes when roster loading fails.
|
Waqas Hussain |
2010-05-23 |
mod_presence: Removed a useless check when handling incoming presence probes and subscriptions.
|
Waqas Hussain |
2010-05-23 |
mod_presence: Added option 'ignore_presence_priority'.
|
Waqas Hussain |
2010-05-21 |
Merge with backout
|
Matthew Wild |
2010-05-21 |
Backed out changeset c75c22c316d6 (the XMPP spec now gives a better way to do this)
|
Matthew Wild |
2010-05-21 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
mod_presence: Added config option 'bare_message_delivery_policy'. Allowed values are 'priority' (default) and 'broadcast'.
|
Waqas Hussain |
2010-02-15 |
mod_presence: Reflect the user's own presence back to them.
|
Waqas Hussain |
2010-02-14 |
mod_presence: Don't depend on user being online when calculating top resources.
|
Waqas Hussain |
2010-02-11 |
mod_presence: Don't depend on sessions array existing for a user when handling outgoing presence broadcast.
|
Waqas Hussain |
2010-02-11 |
mod_presence: Quick fix to make probes from local users to local hosts work.
|
Waqas Hussain |
2010-01-29 |
mod_presence: Added handler for presence subscriptions and probes to local hosts.
|
Waqas Hussain |
2010-01-29 |
mod_presence: Respond with an unavailable presence when subscribers probe and no resources are available.
|
Waqas Hussain |
2010-01-29 |
mod_presence: Automatically deny presence requests for hosts, fixes traceback in #153
|
Matthew Wild |
2010-01-18 |
mod_presence: Use the local host object as the origin for auto-generated subscription approvals and cancellations.
|
Waqas Hussain |
2009-11-26 |
mod_presence: Use the local host as origin for subscription request acks.
|
Waqas Hussain |
2009-11-26 |
mod_presence: Removed an unnecessary compatibility workaround which was causing issues with unavailable presence exchange after subscription removal.
|
Waqas Hussain |
2009-11-26 |
mod_presence: Route incoming presence subscription stanzas (types unsubscribe, subscribed and unsubscribed) to the user before roster pushes.
|
Waqas Hussain |
2009-11-22 |
mod_presence: Acknowledge subscription requests by responding with an unavailable presence.
|
Waqas Hussain |
2009-11-22 |
mod_presence: Send unavailable presence when sending unsubscribed presence stanzas (some legacy clients continue to display unsubscribed contacts as available).
|
Waqas Hussain |
2009-10-21 |
mod_presence: Fixed: Don't recursively handle inbound presence directed at local host
|
Waqas Hussain |
2009-09-05 |
Fixed: Outbound subscription requests silently dropped (regression in hg:7f17d0d00fbb)
|
Waqas Hussain |
2009-08-07 |
Fixed: Self-references could be added to rosters via presence subscriptions
|
Waqas Hussain |
2009-08-03 |
mod_presence: Tag outgoing unavailables generated by a disconnect with a from attribute
|
Matthew Wild |
2009-07-27 |
mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback (thanks Deepspawn)
|
Matthew Wild |
2009-07-22 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
mod_presence: Convert from Windows line endings
|
Matthew Wild |
2009-07-09 |
mod_presence: Fixed: Presence probe replies now get sent to the full JID of the probe sender
|
Waqas Hussain |
2009-07-05 |
mod_presence: Send unavailable presence to resources from non-available resources on disconnect
|
Waqas Hussain |
2009-07-05 |
Moved automatic unavailable presence generation on disconnect from sessionmanager to mod_presence
|
Waqas Hussain |
2009-07-05 |
mod_presence: Broadcast presence to resources before contacts
|
Waqas Hussain |
2009-07-05 |
mod_presence: Prevented normal presence from non-interested resources from being dropped
|
Waqas Hussain |
2009-07-05 |
mod_presence: Changed handle_normal_presence to use a local roster rather than origin's roster
|
Waqas Hussain |
2009-07-05 |
mod_presence: Simplified roster iteration
|
Waqas Hussain |
2009-07-05 |
mod_presence: Eliminated a jid_split
|
Waqas Hussain |
2009-07-05 |
mod_presence: Removed some unnecessary code
|
Waqas Hussain |
2009-07-05 |
mod_presence: Declare t_insert, fixes a potential traceback
|
Matthew Wild |
2009-07-03 |
mod_presence: Removed dead code
|
Waqas Hussain |
2009-07-02 |
mod_message, mod_presence: Maintain list of top resources. Less work in routing messages to bare JIDs. - #optimization
|
Waqas Hussain |
2009-06-26 |
mod_presence: Fix a global access
|
Waqas Hussain |
2009-06-02 |
mod_presence: Check for nil 'to' attribute in all cases for outgoing stanzas
|
Waqas Hussain |
2009-06-02 |
mod_presence: Check for nil 'to' attribute in all cases for incoming stanzas
|
Waqas Hussain |
2009-06-02 |
mod_presence: return true from incoming presence handlers to prevent further processing
|
Waqas Hussain |
2009-06-02 |
mod_presence: Handle non-subscription presence and routing
|
Waqas Hussain |
2009-06-02 |
mod_presence: Handle subscriptions and probes
|
Waqas Hussain |
2009-06-02 |
mod_presence: Add hooks for inbound presence
|
Waqas Hussain |
2009-06-02 |
mod_presence: Fix a comment
|
Waqas Hussain |
2009-06-02 |
mod_presence: Handle all outbound presence stanzas
|
Waqas Hussain |
2009-06-02 |
mod_presence: A little cleanup
|
Waqas Hussain |
2009-06-02 |
mod_presence: Remove JIDs from directed presence list on sending error or unavailable presence
|
Waqas Hussain |
2009-06-02 |
mod_presence: Handle outbound presence to full JIDs
|
Waqas Hussain |
2009-06-02 |
mod_presence: Changed to use the prosody.events object directly, rather than through eventmanager2
|
Waqas Hussain |
2009-05-30 |
mod_presence: Lower some log levels to their correct values
|
Matthew Wild |
2009-05-28 |
mod_presence: Use logger supplied by modulemanager
|
Matthew Wild |
2009-05-28 |
mod_presence: Leave alone the from attribute of session.presence. Big thanks to albert for figuring out the steps to reproduce this bug, and for giving us a ([very] slight) performance increase!
|
Matthew Wild |
2009-05-28 |
mod_presence: Added a FIXME comment about directed presence
|
Waqas Hussain |
2009-05-15 |
mod_presence: return true from the presence handler
|
Waqas Hussain |
2009-05-15 |
mod_presence: Broadcast a user's presence to only the user's 'available' resources
|
Waqas Hussain |
2009-04-23 |
mod_presence: Fix for local presence subscriptions and probes
|
Waqas Hussain |
2009-04-22 |
mod_presence: Remove some rather drastic debugging code
|
Waqas Hussain |
2009-04-21 |
mod_presence: Fix incorrect internal routing for probes and subscriptions
|
Waqas Hussain |
2009-04-21 |
Stopped using presencemanager in stanza_router
|
Waqas Hussain |
2009-04-14 |
mod_presence: initial commit
|
Waqas Hussain |
2009-04-14 |