Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_disco: Don't add caps hash to stream features on unauthenticated ↵ | Waqas Hussain | 2010-12-03 | 1 | -1/+3 |
| | | | | connections. | ||||
* | mod_disco: Fixed: Service discovery features were not being removed on ↵ | Waqas Hussain | 2010-11-28 | 1 | -0/+2 |
| | | | | module unload (issue #205). | ||||
* | mod_disco: Updated to use hostmanager.get_children instead of ↵ | Waqas Hussain | 2010-11-10 | 1 | -2/+2 |
| | | | | componentmanager.get_children. | ||||
* | mod_disco: Renamed the 'session' property of the account-disco-info and ↵ | Waqas Hussain | 2010-11-07 | 1 | -2/+2 |
| | | | | account-disco-items events to 'origin' for consistency. | ||||
* | 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 ↵ | Waqas Hussain | 2010-07-11 | 1 | -28/+38 |
| | | | | caps hash, and respond to disco#info to the caps hash node. | ||||
* | mod_disco: Support for putting the server's caps hash in stream:features to ↵ | Matthew Wild | 2010-07-09 | 1 | -8/+38 |
| | | | | allow the client to cache disco#info for the server instead of requesting it at each login. | ||||
* | 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 ↵ | Waqas Hussain | 2010-01-23 | 1 | -0/+22 |
| | | | | | | | | disco#items result. | ||||
* | | mod_disco: Handle and fire events for service discovery queries for bare ↵ | Waqas Hussain | 2009-12-21 | 1 | -0/+31 |
|/ | | | | account JIDs (thanks darkrain). | ||||
* | 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 |
| | | | | This also fixes the bug causing disco features being added to every disco reply for every host. | ||||
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 1 | -0/+20 |
| | |||||
* | Bumper commit for the new modulemanager API \o/ Updates all the modules, ↵ | Matthew Wild | 2008-11-27 | 1 | -2/+2 |
| | | | | though some more changes may be in store. | ||||
* | Modules now sending disco replies | Waqas Hussain | 2008-11-26 | 1 | -0/+3 |
| | |||||
* | Added mod_disco | Waqas Hussain | 2008-11-23 | 1 | -0/+9 |