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
Age
Commit message (
Expand
)
Author
2019-11-06
Make is_empty work with any integral type
louiz’
2019-11-06
Remove a useless std::move() and copy
louiz’
2019-11-06
Add a missing max_history_length field in the IRC server option form
louiz’
2019-11-06
Properly set the default values for invalid integer conf options
louiz’
2019-11-06
Remove a useless “givin up” debug line
louiz’
2019-11-06
Use the right int64 type for INTEGER rows in the db
louiz’
2019-09-27
Use return {...} instead of make_tuple
louiz’
2019-09-27
Add a missing "virtual", and remove a trivial "private" redundancy
louiz’
2019-09-23
Mark all rooms as non-anonymous
louiz’
2019-09-23
Trivial little naming changes
louiz’
2019-09-23
Trivial cleanup
louiz’
2019-09-23
Add a missing pragma once
louiz’
2019-09-23
USe safer functions, gmtime_r and localtime_r
louiz’
2019-09-22
Always add a 210 status in our self join presence
louiz’
2019-09-14
Use a “complete” action for the last step of ad-hoc commands instead of next
louiz’
2019-09-09
Actually fix that correctly instead of the opposite
louiz’
2019-09-09
Remove trailing / of fulljids if IRC host is missing
louiz’
2019-08-30
Add an error message for udns error DNS_E_NODATA
louiz’
2019-08-25
Properly re-convert \01ACTION into a /me when reflected to the sender
louiz’
2019-08-20
XEP-0410: set not-in-the-room error condition to not-acceptable
Jonas Schäfer
2019-08-20
XEP-0410: implement server-side optimisation for self-pings
Jonas Schäfer
2019-07-29
Add an error message on DNS resolution failure for IPv6 only
louiz’
2018-10-04
Do not send the IRC host directly as real JID of the user
refactor-resources
Jonas Schäfer
2018-10-03
Make comment more precise
Jonas Schäfer
2018-09-17
Do not change our nick if we send a presence to a non-joined channel
louiz’
2018-08-26
Remove an unused function (and a useless debug log)
louiz’
2018-08-26
Trivial little syntax changes
louiz’
2018-08-26
Replace a useless shared_ptr by a unique_ptr
louiz’
2018-08-24
Fix a signed/unsigned mismatch
louiz’
2018-08-23
Disable the throttle limit if negative
louiz’
2018-08-23
Fix one more warning
louiz’
2018-08-23
Fix two more warnings
louiz’
2018-08-23
Fix a bunch of int to unsigned int conversion warnings
louiz’
2018-08-23
MaxHistoryLength now has some sensible default value if the user set a negati...
louiz’
2018-08-23
Add two missing ref
louiz’
2018-08-23
Add a missing <string> include
louiz’
2018-08-07
Split the main() into smaller functions
louiz’
2018-08-04
Remove a useless fill_duration member
louiz’
2018-08-04
Fix the real_type of ThrottleLimit
louiz’
2018-08-04
Remove a bunch of useless empty lines
louiz’
2018-07-27
Rename SetDesc to set_desc, and only define it if USE_DATABASE
srcip
louiz’
2018-07-27
Make SetDesc static
Jonas Wielicki
2018-07-27
Fix incorrect setting of field description in Ad-Hoc config forms
Jonas Wielicki
2018-07-24
Reflect messages to XMPP only when they are actually sent
louiz’
2018-07-22
Remove a useless getter
louiz’
2018-07-22
add 'verify_certificate' as possible configuration token for policy files
Romain DEP
2018-07-14
Fix a compile error with GCC 5.x
louiz’
2018-06-26
Default the throttle limit to 10 if not built with database support
louiz’
2018-06-25
Fix a warning (unused variable) in some build config
louiz’
2018-06-25
Trivial syntax improvements
louiz’
[next]