Fix spelling throughout the codebase [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_presence: Ignore unused argument but make note of its use elsewhere [luacheck]
|
Kim Alvefur |
2018-03-09 |
mod_presence: Remove unused local [luacheck]
|
Kim Alvefur |
2018-03-09 |
mod_presence: Use get_child_text on priority child element (fixes #552)
|
Kim Alvefur |
2017-04-10 |
mod_presence: No need to overwrite index 1 since it's set on the line below
|
Kim Alvefur |
2017-04-10 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-12-09 |
mod_presence: Send probe once subscribed (fixes #794)
|
Kim Alvefur |
2016-12-08 |
mod_presence: remove unused one-letter loop variable [luacheck]
|
Anton Shestakov |
2016-07-08 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-05-22 |
mod_presence: Re-probe for contacts presence after outgoing 'subscribed' (fixes #673)
|
Kim Alvefur |
2016-05-21 |
mod_presence: Fix variable name
|
Kim Alvefur |
2016-04-08 |
mod_presence: Construct a 'from' JID when roster items are removed outside of a session
|
Kim Alvefur |
2016-04-08 |
mod_presence: Send unavailable presence when roster items are removed (fixes #331)
|
Kim Alvefur |
2016-04-04 |
mod_presence, mod_roster: Move responsibility for sending presence on roster removal to mod_presence
|
Kim Alvefur |
2016-04-04 |
mod_presence: Fix partial rename
|
Kim Alvefur |
2016-03-14 |
mod_presence: Move function for selecting "top resources" into a new util.presence
|
Kim Alvefur |
2016-03-14 |
mod_presence: Use type-specific config API for boolean 'ignore_presence_priority' option
|
Kim Alvefur |
2016-03-11 |
rostermanager, mod_roster, mod_presence: Move pending roster items to roster metadata field
|
Kim Alvefur |
2015-04-03 |
mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use the newer stanza:get_child APIs and optimize away some table lookups
|
Kim Alvefur |
2014-07-04 |
mod_presence: Move presence/initial event to correct place so it actually fires
|
Kim Alvefur |
2014-07-03 |
mod_presence: Fire a presence/initial event on initial presence
|
Kim Alvefur |
2014-06-20 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
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 |