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
2017-06-14
Fix compilation (many warnings, and a linkage error) with clang++
louiz’
2017-06-14
Fix an inversion of tlsPorts_ and ports_
louiz’
2017-06-14
Explicitely close the Database before re-opening it
louiz’
2017-06-14
Add a Statement class to manage the sqlite3_stmt objects and avoid leaks
louiz’
2017-06-14
Add default values for the database columns
louiz’
2017-06-14
Implement our own database ORM, and update the whole code to use it
louiz’
2017-05-28
Move biboumi.h.cmake inside the src/ directory
louiz’
2017-05-23
Fix the datetime parsing to handle optional fractions of seconds
louiz’
2017-05-21
Remove a few warnings occuring in some build config
louiz’
2017-05-18
Handle messages 367 and 368 to display the banlist in the MUC
louiz’
2017-05-18
Refactor the channel::self to point at the existing user
louiz’
2017-05-17
Redirect welcome NOTICE to their channel, instead of sending a global one
louiz’
2017-05-11
Make the IRC channel configuration form available from the MUC config
louiz’
2017-05-10
Improve the handling of the biboudb.hpp dependencies
louiz’
2017-05-09
Avoid any potential int overflow
louiz’
2017-05-08
Remove a useless debug log
louiz’
2017-05-08
Limit the number of rooms sent by default in the disco#items response
louiz’
2017-05-08
Little fix and cleanup in the channels list code
louiz’
2017-05-02
Fix a segmentation fault when connecting to a server without a port
louiz’
2017-04-30
Make botan’s policy configurable from a file
louiz’
2017-04-21
Make sure we don’t exceed 512 bytes when grouping JOINs
louiz’
2017-04-21
Group simultaneous JOINs into a single command, to avoid flooding
louiz’
2017-04-21
Configuration options can be overridden by setting env values
louiz’
2017-04-20
Better way to init the msghdr fields
louiz’
2017-04-20
Explicitely init the msghdr fields, to be compatible with any implementation
louiz’
2017-04-20
Revert "Add a linger_time configuration option on IRC servers"
louiz’
2017-04-20
Revert "Cancel the IRC server linger timer when we try to-rejoin a channel on...
louiz’
2017-04-19
Make sure the channel is joined before trying to leave it
louiz’
2017-04-19
Merge branch 'mam_default_limit' into 'master'
louiz
2017-04-20
Fix wrong JID computing when sending iq ping or version in fixed mode
louiz’
2017-04-19
Limit of 100 MAM messages, if no other limit has been set by the client
louiz’
2017-04-17
Avoid adding more that one “XMPP reconnection” timed event at the same time
louiz’
2017-04-12
Handle the RSM "max" value in the MAM requests
louiz’
2017-04-09
Properly handle multiline topics
louiz’
2017-04-07
Apply a few clang-tidy cppcoreguidelines-* fixes
louiz’
2017-04-07
Apply all the clang-tidy performance-* fixes
louiz’
2017-04-07
Apply all the clang-tidy misc-* fixes
louiz’
2017-04-07
Apply all the clang-tidy modernize-* fixes
louiz’
2017-04-04
Do not allow pings from resources that aren’t in the channel
louiz’
2017-04-04
Handle some iq of type='error' as valid ping response
louiz’
2017-03-30
Add the archive ID to messages when they are sent to users
louiz’
2017-03-29
Remove two sneaky log_debug
louiz’
2017-03-29
Add a missing namespace in the server disco#info response
louiz’
2017-03-29
Respond to disco#info on MUC JIDs
louiz’
2017-03-29
Add a missing “pass by reference”
louiz’
2017-03-29
Change mam namespace to mam:2, instead of mam:1
louiz’
2017-03-27
Do not remove our resources if the QUIT message doesn't come from us
louiz’
2017-03-27
Add a Persistent option on channels
louiz’
2017-03-14
Make things work with botan < 1.11.34
louiz’
2017-03-14
Refactoring louloulibs and cmake
louiz’
[next]