mod_pubsub: Advertise title and description in disco#info
|
Kim Alvefur |
2018-07-06 |
mod_pubsub: Move service discovery to pubsub.lib to allow reuse
|
Kim Alvefur |
2018-07-06 |
mod_pubsub: Support configurable title and description fields
|
Kim Alvefur |
2018-07-06 |
mod_pubsub: Translate missing fields into node config
|
Kim Alvefur |
2018-07-06 |
mod_muc: Add support for muc_room_default_allow_member_invites
|
Matthew Wild |
2018-07-06 |
MUC: Add config option to allow members to invite other members to the room (previously only owners/admins could do this)
|
Matthew Wild |
2018-07-06 |
luacheckrc: Remove exception for modules that produce no warnings
|
Kim Alvefur |
2018-07-05 |
mod_announce: Fix luacheck warnings
|
Kim Alvefur |
2018-07-05 |
luacheckrc: Consider mod_http clean
|
Kim Alvefur |
2018-07-05 |
mod_http: Rename argument to avoid name clash with outer scope [luacheck]
|
Kim Alvefur |
2018-07-05 |
mod_http: Rename loop variable to avoid name clash [luacheck]
|
Kim Alvefur |
2018-07-05 |
mod_http: Rename loop variable to avoid name clash [luacheck]
|
Kim Alvefur |
2018-07-05 |
mod_http: Silecence harmless warnings
|
Kim Alvefur |
2018-07-05 |
luacheckrc: Remove exception for mod_pep, it's clean
|
Kim Alvefur |
2018-07-05 |
mod_pep: Remove unused variable [luacheck]
|
Kim Alvefur |
2018-07-05 |
mod_pep: Rename variables to avoid name clash [luacheck]
|
Kim Alvefur |
2018-07-05 |
mod_pep: Move comment to a shorter line [luacheck]
|
Kim Alvefur |
2018-07-05 |
mod_admin_telnet: Add some experimental commands for inspecting stats
|
Matthew Wild |
2018-07-04 |
mod_ping: Fix typo
|
Kim Alvefur |
2018-07-02 |
mod_uptime: Depend on mod_adhoc
|
Kim Alvefur |
2018-07-02 |
mod_ping: Depend on mod_ahoc
|
Kim Alvefur |
2018-07-02 |
mod_announce: Depend on mod_adhoc for consistent behaviour (thanks meaz, Link Mauve)
|
Kim Alvefur |
2018-07-02 |
CHANGES: Restructure Pubsub category
|
Kim Alvefur |
2018-07-02 |
util.startup: Add a comment marking some compat code
|
Kim Alvefur |
2018-07-01 |
mod_pubsub: Remove feature flag for data persistence since node config is now persistent
|
Kim Alvefur |
2018-07-01 |
util.pubsub: Return error code known by pubsub.lib if persistent creation fails
|
Kim Alvefur |
2018-07-01 |
util.pubsub: Store subscription changes
|
Kim Alvefur |
2018-07-01 |
util.pubsub: Persistence on affiliation change
|
Kim Alvefur |
2018-07-01 |