Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_vcard: Stricter matching of vcard stanzas with vcard_compatibility ↵ | Matthew Wild | 2009-12-09 | 1 | -1/+1 |
| | | | | enabled, fixes intercepting stanzas to the full JID that it shouldn't | ||||
* | mod_vcard: Cleaned up unused variables and global accesses. | Waqas Hussain | 2009-10-18 | 1 | -11/+5 |
| | |||||
* | mod_vcard: Removed stream feature. | Waqas Hussain | 2009-10-18 | 1 | -7/+0 |
| | |||||
* | mod_vcard: Refactoring and cleanup. | Waqas Hussain | 2009-10-18 | 1 | -42/+33 |
| | |||||
* | mod_vcard: Moved completely to new event based hooks. | Waqas Hussain | 2009-10-18 | 1 | -3/+6 |
| | |||||
* | mod_vcard: Fixed traceback on attempt to set vcards by non-c2s sessions. | Waqas Hussain | 2009-10-18 | 1 | -1/+1 |
| | |||||
* | mod_vcard: Hide me from the trailing-whitespace police | Matthew Wild | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | mod_vcard: Add vcard_compatibility option to handle vcard stanzas routed to ↵ | Matthew Wild | 2009-10-15 | 1 | -35/+49 |
| | | | | the full JID by ejabberd MUC rooms | ||||
* | mod_vcard: Handle vcard requests from local components. | Waqas Hussain | 2009-09-14 | 1 | -1/+1 |
| | |||||
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
| | |||||
* | mod_*: Fix a load of global accesses | Matthew Wild | 2009-04-22 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Changed the datastore for vCards from vCard to vcard in mod_vcard and ↵ | Waqas Hussain | 2008-12-05 | 1 | -5/+5 |
| | | | | mod_register | ||||
* | Change modules to use the new add_feature module API method. | Waqas Hussain | 2008-12-04 | 1 | -1/+1 |
| | | | | 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/+2 |
| | |||||
* | Use a stanza for c2s stream features instead of an array of strings. Removes ↵ | Matthew Wild | 2008-11-20 | 1 | -1/+2 |
| | | | | a FIXME. | ||||
* | Fix mod_vcard to use session.send for sending stanzas | Waqas Hussain | 2008-11-16 | 1 | -6/+5 |
| | |||||
* | vcards for s2s | Matthew Wild | 2008-11-02 | 1 | -1/+1 |
| | |||||
* | mod_vcard: Fixed to use new util.stanza.add_child | Waqas Hussain | 2008-10-26 | 1 | -3/+1 |
| | |||||
* | Stanza preserialize/deserialize helpers, to strip and restore stanzas ↵ | Matthew Wild | 2008-10-09 | 1 | -3/+3 |
| | | | | respectively. Fixed mod_vcard to use these. | ||||
* | Fixed: incorrect auth check | Waqas Hussain | 2008-10-09 | 1 | -1/+1 |
| | |||||
* | Added: vCard plugin: mod_vcard | Waqas Hussain | 2008-10-09 | 1 | -0/+54 |