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
/
biboumi_adhoc_commands.cpp
Age
Commit message (
Expand
)
Author
2016-12-14
Introduce a XmlSubNode class that automatically adds itself into its parent
louiz’
2016-12-07
Add some missing includes
louiz’
2016-11-07
Workaround for debian and other old OS that do not have std::put_time
louiz’
2016-11-07
Add <algorithm> back
louiz’
2016-11-07
Add get-irc-connection-info adhoc command
louiz’
2016-08-22
Add missing algorithm include
louiz’
2016-08-23
Only save the logs if recordHistory global config option is true
louiz’
2016-08-22
Add a global configure ad-hoc command, with max history length
louiz’
2016-08-10
Don’t use ! as the separator for nicknames, use % instead
louiz’
2016-04-27
Include the Configure ad-hoc command on biboumi's JID for fixed_irc_server
louiz’
2016-01-04
Support a trusted SHA1 fingerprint to be configured for each IRC server
Florent Le Coz
2016-01-04
Also provide in and out encoding configure options for IRC servers
Florent Le Coz
2016-01-04
Add an ad-hoc configure command on IRC channels
Florent Le Coz
2015-12-23
Also store a reference instead of a pointer, in AdhocCommandsHandler
Florent Le Coz
2015-12-03
Add an ad-hoc command to disconnect a user from one or more IRC server
Florent Le Coz
2015-11-05
Provide an adhoc option to let user pass the cert verif for some IRC servers
Florent Le Coz
2015-10-24
Remove an unused include
Florent Le Coz
2015-10-12
Provide the “realname_customization” option
Florent Le Coz
2015-09-23
TIL std::string::end and std::string::begin…
Florent Le Coz
2015-09-23
Make sure the user-provided username does not contain spaces
Florent Le Coz
2015-09-23
Provide username and realname IRC server options
Florent Le Coz
2015-09-22
Fix two small warnings
Florent Le Coz
2015-09-21
Add a field (in the configure form) to specifiy an after-connect IRC command
Florent Le Coz
2015-09-21
Provide Ports and TLS Ports IRC-server ad-hoc options
Florent Le Coz
2015-09-18
Introduce the configure ad-hoc command on irc servers
Florent Le Coz
2015-09-01
Use unique_ptr to store the XmlNode’s children
Florent Le Coz
2015-09-01
XmlNodes are now always closed
Florent Le Coz
2015-03-02
Move non-specific adhoc commands into louloulibs
Florent Le Coz