index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
mod_presence.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_presence: Don't send 'unsubscribed' in response to probes when roster loa...
Waqas Hussain
2010-05-24
1
-2
/
+3
*
mod_presence: Removed a useless check when handling incoming presence probes ...
Waqas Hussain
2010-05-24
1
-4
/
+0
*
mod_presence: Added option 'ignore_presence_priority'.
Waqas Hussain
2010-05-22
1
-0
/
+10
*
Merge with backout
Matthew Wild
2010-05-21
1
-30
/
+11
|
\
|
*
Backed out changeset c75c22c316d6 (the XMPP spec now gives a better way to do...
Matthew Wild
2010-05-21
1
-30
/
+11
*
|
Merge 0.6->0.7
Matthew Wild
2010-03-22
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Update copyright headers for 2010
Matthew Wild
2010-03-22
1
-2
/
+2
|
*
mod_presence: Reflect the user's own presence back to them.
Waqas Hussain
2010-02-15
1
-0
/
+3
|
*
mod_presence: Don't depend on user being online when calculating top resources.
Waqas Hussain
2010-02-12
1
-6
/
+7
|
*
mod_presence: Don't depend on sessions array existing for a user when handlin...
Waqas Hussain
2010-02-12
1
-2
/
+4
|
*
mod_presence: Quick fix to make probes from local users to local hosts work.
Waqas Hussain
2010-01-29
1
-0
/
+1
|
*
mod_presence: Added handler for presence subscriptions and probes to local ho...
Waqas Hussain
2010-01-29
1
-7
/
+14
|
*
mod_presence: Respond with an unavailable presence when subscribers probe and...
Waqas Hussain
2010-01-29
1
-2
/
+2
|
*
mod_presence: Automatically deny presence requests for hosts, fixes traceback...
Matthew Wild
2010-01-18
1
-0
/
+7
*
|
mod_presence: Added config option 'bare_message_delivery_policy'. Allowed val...
Waqas Hussain
2010-02-15
1
-11
/
+30
*
|
mod_presence: Reflect the user's own presence back to them.
Waqas Hussain
2010-02-15
1
-0
/
+3
*
|
mod_presence: Don't depend on user being online when calculating top resources.
Waqas Hussain
2010-02-12
1
-6
/
+7
*
|
mod_presence: Don't depend on sessions array existing for a user when handlin...
Waqas Hussain
2010-02-12
1
-2
/
+4
*
|
mod_presence: Quick fix to make probes from local users to local hosts work.
Waqas Hussain
2010-01-29
1
-0
/
+1
*
|
mod_presence: Added handler for presence subscriptions and probes to local ho...
Waqas Hussain
2010-01-29
1
-7
/
+14
*
|
mod_presence: Respond with an unavailable presence when subscribers probe and...
Waqas Hussain
2010-01-29
1
-2
/
+2
*
|
mod_presence: Automatically deny presence requests for hosts, fixes traceback...
Matthew Wild
2010-01-18
1
-0
/
+7
|
/
*
mod_presence: Use the local host object as the origin for auto-generated subs...
Waqas Hussain
2009-11-26
1
-2
/
+2
*
mod_presence: Use the local host as origin for subscription request acks.
Waqas Hussain
2009-11-26
1
-1
/
+1
*
mod_presence: Removed an unnecessary compatibility workaround which was causi...
Waqas Hussain
2009-11-26
1
-3
/
+0
*
mod_presence: Route incoming presence subscription stanzas (types unsubscribe...
Waqas Hussain
2009-11-22
1
-0
/
+3
*
mod_presence: Acknowledge subscription requests by responding with an unavail...
Waqas Hussain
2009-11-22
1
-0
/
+1
*
mod_presence: Send unavailable presence when sending unsubscribed presence st...
Waqas Hussain
2009-10-21
1
-1
/
+5
*
mod_presence: Fixed: Don't recursively handle inbound presence directed at lo...
Waqas Hussain
2009-09-06
1
-1
/
+1
*
Fixed: Outbound subscription requests silently dropped (regression in hg:7f17...
Waqas Hussain
2009-08-07
1
-1
/
+1
*
Fixed: Self-references could be added to rosters via presence subscriptions
Waqas Hussain
2009-08-03
1
-0
/
+1
*
mod_presence: Tag outgoing unavailables generated by a disconnect with a from...
Matthew Wild
2009-07-27
1
-1
/
+1
*
mod_presence: Ignore presence sent to host and invalid JIDs, fixes traceback ...
Matthew Wild
2009-07-22
1
-0
/
+5
*
Remove version number from copyright headers
Matthew Wild
2009-07-10
1
-1
/
+1
*
mod_presence: Convert from Windows line endings
Matthew Wild
2009-07-09
1
-337
/
+337
*
mod_presence: Fixed: Presence probe replies now get sent to the full JID of t...
Waqas Hussain
2009-07-06
1
-1
/
+1
*
mod_presence: Send unavailable presence to resources from non-available resou...
Waqas Hussain
2009-07-05
1
-0
/
+9
*
Moved automatic unavailable presence generation on disconnect from sessionman...
Waqas Hussain
2009-07-05
1
-0
/
+11
*
mod_presence: Broadcast presence to resources before contacts
Waqas Hussain
2009-07-05
1
-6
/
+6
*
mod_presence: Prevented normal presence from non-interested resources from be...
Waqas Hussain
2009-07-05
1
-70
/
+66
*
mod_presence: Changed handle_normal_presence to use a local roster rather tha...
Waqas Hussain
2009-07-05
1
-6
/
+7
*
mod_presence: Simplified roster iteration
Waqas Hussain
2009-07-05
1
-6
/
+4
*
mod_presence: Eliminated a jid_split
Waqas Hussain
2009-07-05
1
-1
/
+1
*
mod_presence: Removed some unnecessary code
Waqas Hussain
2009-07-05
1
-3
/
+0
*
mod_presence: Declare t_insert, fixes a potential traceback
Matthew Wild
2009-07-03
1
-1
/
+1
*
mod_presence: Removed dead code
Waqas Hussain
2009-07-02
1
-48
/
+0
*
mod_message, mod_presence: Maintain list of top resources. Less work in routi...
Waqas Hussain
2009-06-26
1
-3
/
+32
*
mod_presence: Fix a global access
Waqas Hussain
2009-06-02
1
-1
/
+1
*
mod_presence: Check for nil 'to' attribute in all cases for outgoing stanzas
Waqas Hussain
2009-06-02
1
-14
/
+16
*
mod_presence: Check for nil 'to' attribute in all cases for incoming stanzas
Waqas Hussain
2009-06-02
1
-7
/
+7
[next]