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_disco.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_disco: Simplify iq handling by hooking on iq-get/ instead of iq/.
Emmanuel Gil Peyrot
2018-08-24
1
-8
/
+4
*
mod_disco: Skip code specific to disco on user accounts (avoids invoking user...
Kim Alvefur
2018-05-28
1
-0
/
+1
*
mod_disco: Advertise in stream-features after auth (probably what was meant i...
Kim Alvefur
2017-07-27
1
-1
/
+1
*
Merge 0.9->0.10
Kim Alvefur
2017-05-27
1
-0
/
+1
|
\
|
*
mod_disco: Add an account/registered identity on subscribed accounts, fixes #...
Emmanuel Gil Peyrot
2017-05-27
1
-0
/
+1
*
|
mod_disco: Rename variables to avoid name clash [luacheck]
Kim Alvefur
2017-04-01
1
-12
/
+12
*
|
Merge 0.9->0.10
Kim Alvefur
2017-03-24
1
-1
/
+1
|
\
|
|
*
mod_disco: Correctly set the 'node' attr (fixes #449)
Kim Alvefur
2017-03-24
1
-1
/
+1
*
|
plugins/various: Use type-specific config API
Kim Alvefur
2017-03-16
1
-1
/
+1
*
|
mod_disco: Update to account for new intermediate session type (from 9f70d35a...
Kim Alvefur
2016-12-15
1
-1
/
+1
*
|
Remove all trailing whitespace
Florian Zeitz
2013-08-09
1
-1
/
+1
*
|
mod_disco: Check for host type == 'local' ('normal' never existed)
Matthew Wild
2013-08-06
1
-1
/
+1
*
|
mod_disco: Allow ansering disco requests including nodes, and adding custom i...
Florian Zeitz
2013-06-04
1
-8
/
+35
*
|
mod_disco: Emit events for disco requests, which contain a node, on user acco...
Florian Zeitz
2013-05-17
1
-4
/
+26
|
/
*
hostmanager, mod_disco: Show optional 'name' option from the config in disco#...
Matthew Wild
2012-08-05
1
-2
/
+2
*
mod_disco: Allow configurable name in disco identity (defaults to 'Prosody')
Matthew Wild
2012-07-23
1
-1
/
+1
*
core.modulemanager, mod_disco: Add support for XEP-0128: Service Discovery Ex...
Kim Alvefur
2011-08-08
1
-0
/
+8
*
mod_disco: Don't add caps hash to stream features on unauthenticated connecti...
Waqas Hussain
2010-12-03
1
-1
/
+3
*
mod_disco: Fixed: Service discovery features were not being removed on module...
Waqas Hussain
2010-11-28
1
-0
/
+2
*
mod_disco: Updated to use hostmanager.get_children instead of componentmanage...
Waqas Hussain
2010-11-10
1
-2
/
+2
*
mod_disco: Renamed the 'session' property of the account-disco-info and accou...
Waqas Hussain
2010-11-07
1
-2
/
+2
*
mod_disco: Reflect requested 'node' attribute in the disco#info reply.
Waqas Hussain
2010-07-12
1
-1
/
+3
*
mod_disco: Respond to disco#info to the correct caps hash node ("node#ver").
Waqas Hussain
2010-07-11
1
-1
/
+1
*
mod_disco: Cache disco#info reply and caps hash for host, return correct caps...
Waqas Hussain
2010-07-11
1
-28
/
+38
*
mod_disco: Support for putting the server's caps hash in stream:features to a...
Matthew Wild
2010-07-09
1
-8
/
+38
*
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_disco: Added option 'disco_items' to allow appending items to a host's di...
Waqas Hussain
2010-01-23
1
-0
/
+22
*
|
mod_disco: Handle and fire events for service discovery queries for bare acco...
Waqas Hussain
2009-12-21
1
-0
/
+31
|
/
*
mod_disco: Rearranged some lines, and added a FIXME comment
Waqas Hussain
2009-08-18
1
-2
/
+2
*
mod_disco: Removed reference to core.discomanager
Waqas Hussain
2009-08-18
1
-1
/
+0
*
mod_disco: Removed legacy IQ hooks
Waqas Hussain
2009-08-18
1
-7
/
+0
*
mod_disco: Handle disco#items queries using new APIs
Waqas Hussain
2009-08-18
1
-0
/
+14
*
mod_disco: Added identity server/im with name 'Prosody'
Waqas Hussain
2009-08-18
1
-0
/
+1
*
mod_disco: Handle disco#info queries using new APIs
Waqas Hussain
2009-08-18
1
-2
/
+26
*
Remove version number from copyright headers
Matthew Wild
2009-07-10
1
-1
/
+1
*
mod_disco: Convert from Windows line endings
Matthew Wild
2009-07-09
1
-12
/
+12
*
0.3->0.4
Matthew Wild
2009-03-20
1
-1
/
+1
*
Update copyright notices for 2009
Matthew Wild
2009-01-30
1
-2
/
+2
*
0.2->0.3
Matthew Wild
2009-01-30
1
-1
/
+1
*
GPL->MIT!
Matthew Wild
2009-01-30
1
-13
/
+2
*
0.1 -> 0.2
Matthew Wild
2008-12-10
1
-1
/
+1
*
Change modules to use the new add_feature module API method.
Waqas Hussain
2008-12-04
1
-2
/
+2
*
Insert copyright/license headers
Matthew Wild
2008-12-03
1
-0
/
+20
*
Bumper commit for the new modulemanager API \o/ Updates all the modules, thou...
Matthew Wild
2008-11-27
1
-2
/
+2
*
Modules now sending disco replies
Waqas Hussain
2008-11-26
1
-0
/
+3
*
Added mod_disco
Waqas Hussain
2008-11-23
1
-0
/
+9