plugins/muc: Move valid_roles, valid_affiliations and is_kickable_error to new muc/util module
|
daurnimator |
2014-04-03 |
plugins/muc/muc.lib: Use util.iterators to count occupants
|
daurnimator |
2014-04-03 |
plugins/muc/muc.lib: Move occupancy check to later in `deconstruct_stanza_id`: As vcards are from the bare jid, you need to use the `from_jid` out of the encoded `id`
|
daurnimator |
2014-04-03 |
plugins/muc: Move history to an external module
|
daurnimator |
2014-04-03 |
plugins/muc: Move `whois` code to seperate file
|
daurnimator |
2014-04-03 |
plugins/muc/muc.lib: Remember to coerce nil role to "none"
|
daurnimator |
2014-04-03 |
plugins/muc/muc.lib: Refactor of change-nick presence handling
|
daurnimator |
2014-04-03 |
plugins/muc/muc.lib: Clean up whois handling
|
daurnimator |
2014-04-03 |
plugins/muc/occupant.lib: Don't allow an unavailable session to be the primary jid
|
daurnimator |
2014-04-02 |
plugins/muc: Move name functions to seperate module
|
daurnimator |
2014-04-02 |
plugins/muc: Move password functions to seperate module
|
daurnimator |
2014-04-02 |
plugins/muc/lock.lib: Need to let creator into the locked room :)
|
daurnimator |
2014-04-02 |
plugins/muc: Move locking to seperate module
|
daurnimator |
2014-04-02 |
plugins/muc/mod_muc: Move room locking into hook
|
daurnimator |
2014-04-02 |
plugins/muc/muc.lib: Move description functions out to own file
|
daurnimator |
2014-04-02 |
plugins/muc/muc.lib: Modify muc-config-submitted to keep a list of status codes instead of fields changed
|
daurnimator |
2014-04-02 |
plugins/muc/muc.lib: Refactor out process_form into hooks
|
daurnimator |
2014-04-01 |
plugins/muc/muc.lib: Move default config layout into hooks
|
daurnimator |
2014-04-01 |
plugins/muc/muc.lib: Split up get_disco_info into events
|
daurnimator |
2014-04-01 |
plugins/muc/muc.lib: Add muc-room-locked event
|
daurnimator |
2014-03-31 |
plugins/muc/muc.lib: restrict invitations in members only rooms to admins
|
daurnimator |
2014-03-31 |
plugins/muc/muc.lib: Don't try and get occupant jids for annotating invite affiliation changes
|
daurnimator |
2014-03-31 |
plugins/muc/muc.lib: Update declines to be more like invites
|
daurnimator |
2014-03-31 |
plugins/muc/muc.lib: Add pre-invite event. Move role check to it
|
daurnimator |
2014-03-31 |
plugins/muc/muc.lib: Tidy up muc-invite event.
|
daurnimator |
2014-03-31 |
plugins/muc/muc.lib: Remove top level pre-join event. Assign event priorities for other handlers
|
daurnimator |
2014-03-31 |
plugins/muc/muc.lib: Use occupant methods where possible
|
daurnimator |
2014-03-29 |
plugins/muc/muc.lib: Subjects get sent even if empty.
|
daurnimator |
2014-03-29 |
plugins/muc/muc.lib: Fix typo (moderators vs moderator)
|
daurnimator |
2014-03-28 |
plugins/muc/muc.lib: nick change unavailables should be from original occupant jid
|
daurnimator |
2014-03-28 |