summaryrefslogtreecommitdiff
path: root/src/xmpp/adhoc_commands_handler.cpp
AgeCommit message (Collapse)Author
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