Commit Graph

28 Commits (master)

Author SHA1 Message Date
Kim Alvefur 43351d2b54 Spelling: Fix various spelling mistakes (thanks timeless) 4 years ago
Kim Alvefur 2b25fcb732 mod_adhoc: Silence permission errors when listing commands 3 years ago
Kim Alvefur ade5f40371 mod_adhoc: Remove "mod_" prefix from permission action name 3 years ago
Kim Alvefur 98922d54b1 plugins: Prefix module imports with prosody namespace 3 years ago
Matthew Wild d73714b4f4 Switch to a new role-based authorization framework, removing is_admin() 4 years ago
Kim Alvefur 4dc57d01f1 mod_adhoc: Simplify variable references 4 years ago
Kim Alvefur 223675b1e7 mod_adhoc: Log commands provided at debug level 5 years ago
Kim Alvefur e10171d44d mod_adhoc: Improve permission setting (fix #1482) BC 6 years ago
Kim Alvefur b843b92fe0 mod_adhoc: Remove unused variable [luacheck] 6 years ago
Kim Alvefur dee63f8605 mod_adhoc: Add compat marker for older handling of adhoc items 7 years ago
Matthew Wild f82932edec mod_adhoc: Use util.iterators.sorted_pairs() to sort commands 7 years ago
Emmanuel Gil Peyrot a70ba0645c mod_adhoc: Simplify iq handling by hooking on iq-set/ instead of iq/. 7 years ago
Kim Alvefur 22cd130092 mod_adhoc: Remove unused local [luacheck] 8 years ago
Kim Alvefur 23b6bd0b3e mod_adhoc: Rename variable to avoid name clash [luacheck] 8 years ago
Kim Alvefur 7cfa1513cc plugins: Explicitly return to halt event propagation (session.send sometimes does not return true) 10 years ago
Florian Zeitz df20900907 mod_adhoc: Add local_user permission 13 years ago
Florian Zeitz c24241a389 mod_adhoc: Use mod_disco for disco handling 13 years ago
Florian Zeitz 81410b7371 mod_adhoc: Sort commands by node. This guarantees the order remains the same across restarts etc. 13 years ago
Florian Zeitz f76c2aa90b mod_adhoc, mod_admin_adhoc, mod_announce: Use module:provides() to manage Ad-Hoc commands 14 years ago
Matthew Wild 78a5742d5d mod_adhoc: Use module:handle_items() 14 years ago
Florian Zeitz 95e4d42691 mod_adhoc: Add support for commands only executable by global administrators 15 years ago
Florian Zeitz d78d543c9e mod_adhoc: Answer disco#info for node=xmlns_cmd 15 years ago
Florian Zeitz 15afe113cb mod_adhoc: remove 0.7 compat code 16 years ago
Florian Zeitz a29ced4e87 mod_adhoc: Answer disco#info (This is a MUST in XEP-0050) 16 years ago
Florian Zeitz c6b7b05768 mod_adhoc: Code restructuring 16 years ago
Matthew Wild 1ae3061151 mod_adhoc: Update for new is_admin usage 16 years ago
Matthew Wild 3bc4f15db0 mod_adhoc: Scan through list of items on load, in case items have been added before we were loaded 16 years ago
Matthew Wild caa8f63eda mod_adhoc: Imported from prosody-modules, thanks Florob! 16 years ago