summaryrefslogtreecommitdiff
path: root/src/xmpp/adhoc_commands_handler.cpp
AgeCommit message (Collapse)Author
2022-03-10Do not use ':' as a namespace separator with expatHEADmasterlouiz’
Instead use \1, and build our own nodes by explicitely separating the namespace and the node name.
2019-09-14Use a “complete” action for the last step of ad-hoc commands instead of nextlouiz’
2018-04-16Use Config::is_in_list() to allow for multiple adminsEmmanuel Gil Peyrot
2018-04-16Use jid.bare() instead of manual concatenationEmmanuel Gil Peyrot
2018-01-22Fix a crash happening when a user cancels a non-existing ad-hoc sessionlouiz’
2017-07-08Remove a bunch of useless string_literal usagelouiz’
2017-03-14Refactoring louloulibs and cmakelouiz’
Use OBJECT libraries Remove the louloulibs directory Write FOUND variables in the cache
2015-02-27Remove all the libs that are now in louloulibsFlorent Le Coz
2015-02-24Add a reload add-hoc commandFlorent Le Coz
2014-12-17Fix a few issues reported by static analyzersFlorent Le Coz
2014-06-11Handle the 'cancel' ad-hoc action, and return an error for unsupported actionsFlorent Le Coz
ref #2521
2014-06-11Remove inactive ad-hoc sessions after a given timeFlorent Le Coz
ref #2521
2014-05-31Add an ad-hoc command to disconnect some usersFlorent Le Coz
2014-05-30Implement the support for adhoc commandsFlorent Le Coz
We have two basic example commands. But it’s not entirely finished because there are some error checks that we don’t do. ref #2521