aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_roster.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed: Roster supportWaqas Hussain2008-10-221-4/+4
|
* Added: More complete implementation for mod_rosterWaqas Hussain2008-10-171-14/+77
|
* Fixed: mod_roster now outputs all roster data (instead of just the JIDs)Waqas Hussain2008-10-121-1/+9
|
* Removed: Unnecessary check in mod_roster. session.roster is guaranteed to be ↵Waqas Hussain2008-10-081-8/+0
| | | | available for "c2s" session type.
* Huge commit to:Matthew Wild2008-09-301-0/+24
* Break stanza routing (to be restored in a future commit) * Remove the old stanza_dispatcher code, which was never going to be maintainable nor extendable :) * Bring us plugins, starting with mod_legacyauth and mod_roster * Sessions are now created/destroyed using a standard sessionmanager interface