aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc
Commit message (Collapse)AuthorAgeFilesLines
...
* MUC: Changed a MUC library method into a function.Waqas Hussain2009-09-071-1/+1
|
* MUC: Fixed stanza routing for reloaded rooms.Waqas Hussain2009-09-071-1/+2
|
* MUC: Added support for reloading MUC library code.Waqas Hussain2009-09-071-1/+9
|
* MUC: Workaround for Miranda sending 'nick' instead of 'jid' when changing ↵Waqas Hussain2009-09-071-1/+5
| | | | affiliation.
* MUC: Some fixes for minor bugs in IQ handling.Waqas Hussain2009-09-071-6/+6
|
* MUC: Added support for requesting various lists (owner, admin, voice, etc).Waqas Hussain2009-09-071-14/+47
|
* MUC: An admin or owner MUST NOT be able to revoke moderation privileges from ↵Waqas Hussain2009-09-071-1/+1
| | | | another admin or owner.
* MUC: Owners can now modify roles and affiliationsWaqas Hussain2009-09-071-8/+104
|
* MUC: Added support for generating unique room namesWaqas Hussain2009-09-071-0/+3
|
* MUC: Send appropriate error to banned users on join.Waqas Hussain2009-09-071-14/+11
|
* MUC: Renamed _participants table to _occupantsWaqas Hussain2009-09-071-16/+16
|
* MUC: New basic mod_muc based on the new MUC libraryWaqas Hussain2009-09-071-0/+90
|
* MUC: Initial support for roles and affiliationsWaqas Hussain2009-09-071-3/+35
|
* MUC: Fixed function declarations.Waqas Hussain2009-09-071-2/+2
|
* MUC: The MUC lib is now metatable based. Cleaned up code, etc.Waqas Hussain2009-09-071-45/+49
|
* MUC: Added initial MUC libWaqas Hussain2009-09-071-0/+418