index
:
biboumi
3429-not-compliant-presence
async_sql
c++17
ci-arch
copr
debian
debug_coverage
e2e-doc
feature/fix-adhoc-command-descriptions
getdns
master
refactor-resources
roster-server-jid
sphinx-manpage
srcip
test_cmake3_11_2
v1
v2
v3
v4
v5
v6
v7
v8
v9
XMPP to IRC gateway, in C++.
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xmpp
/
adhoc_commands_handler.cpp
Age
Commit message (
Collapse
)
Author
2018-04-16
Use Config::is_in_list() to allow for multiple admins
Emmanuel Gil Peyrot
2018-04-16
Use jid.bare() instead of manual concatenation
Emmanuel Gil Peyrot
2018-01-22
Fix a crash happening when a user cancels a non-existing ad-hoc session
louiz’
2017-07-08
Remove a bunch of useless string_literal usage
louiz’
2017-03-14
Refactoring louloulibs and cmake
louiz’
Use OBJECT libraries Remove the louloulibs directory Write FOUND variables in the cache
2015-02-27
Remove all the libs that are now in louloulibs
Florent Le Coz
2015-02-24
Add a reload add-hoc command
Florent Le Coz
2014-12-17
Fix a few issues reported by static analyzers
Florent Le Coz
2014-06-11
Handle the 'cancel' ad-hoc action, and return an error for unsupported actions
Florent Le Coz
ref #2521
2014-06-11
Remove inactive ad-hoc sessions after a given time
Florent Le Coz
ref #2521
2014-05-31
Add an ad-hoc command to disconnect some users
Florent Le Coz
2014-05-30
Implement the support for adhoc commands
Florent 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