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
Age
Commit message (
Expand
)
Author
2016-10-07
Fix the muc#traffic response
louiz’
2016-10-06
Remove a potential nullptr dereference, on mam queryid
louiz’
2016-10-04
Respond to muc#traffic requests
louiz’
2016-10-03
Make version requests work with global user JIDs as well
louiz’
2016-10-03
Implement result-set-management for LIST queries
louiz’
2016-09-29
Re-add the ad-hoc command the was removed by mistake in the previous commit
louiz’
2016-09-29
Add AdhocCommandHandlers::add_command to simplify the usage of this class
louiz’
2016-09-29
Look for uuid/uuid.h instead of just uuid.h
louiz’
2016-09-22
Respond to disco#info requests on IRC server JIDs
louiz’
2016-09-21
Some little style/typo fixes
louiz’
2016-09-04
Add 2 missing namespaces in our disco#info result
louiz’
2016-09-04
MAM results can be filtered by start and end dates
louiz’
2016-08-28
Respond to MAM requests on a channel JID
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-18
Forward IRC invites to XMPP
louiz’
2016-08-17
On a client error, do not QUIT, just make the resource leave all channels
louiz’
2016-08-16
Forward mediated invitations (XMPP to IRC only)
louiz’
2016-08-16
Add ping to the disco info of the gateay
louiz’
2016-08-10
Don’t use ! as the separator for nicknames, use % instead
louiz’
2016-07-04
Replace all include guards by #pragma once
louiz’
2016-06-24
Log a warning when we receive an iq without a from
louiz’
2016-06-24
Properly set the “from” of the ping results to the correct full JID
louiz’
2016-06-08
Support multiple nick session, except for IQs
louiz’
2016-06-08
Forward everything to all concerned XMPP resources
louiz’
2016-06-08
Remove all usage of std::list
louiz’
2016-06-08
Add methods to know which resource is on which server or channel
louiz’
2016-06-08
Associate a bridge with a bare JID instead of a full JID
louiz’
2016-05-04
Style fix
louiz’
2016-04-27
Include the Configure ad-hoc command on biboumi's JID for fixed_irc_server
louiz’
2016-01-21
Fix a clang-check warning
Florent Le Coz
2016-01-09
Do not fail to build when litesql is not used
Florent Le Coz
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-21
Use references instead of raw pointer, to store the “parent” object
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-12-03
JID class provides bare() and full() methods
Florent Le Coz
2015-11-05
Fix a clang warning
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-26
Fix some trivial issues reported by cppcheck
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
[next]