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
/
main.cpp
Age
Commit message (
Expand
)
Author
2016-07-28
Do not use the logger before the configuration has been loaded first
louiz’
2016-07-24
Use log_error instead of cerr
louiz’
2016-07-12
Properly catch and handle database errors
louiz’
2016-06-14
Improve the signal handling by disabling them while an handler is running
louiz’
2016-06-14
Clean the Config module, use static things instead of a stupid singleton
louiz’
2015-12-23
Notify systemd when the process is stopping
Florent Le Coz
2015-09-18
Also a xdg_data_path
Florent Le Coz
2015-09-18
Create a xdg_path function
Florent Le Coz
2015-06-10
Exit with 1 if the connection to the XMPP server fails
Florent Le Coz
2015-05-27
Avoid some potential race conditions by blocking the signals we manage
Florent Le Coz
2015-05-04
Make sure XDG_CONFIG_HOME is absolute, as per XDG basedir spec.
Emmanuel Gil Peyrot
2015-05-04
Search for the config file in $XDG_CONFIG_DIR/biboumi.
Emmanuel Gil Peyrot
2015-04-20
Reset the signal handlers when SIGINT or SIGTERM is received
Florent Le Coz
2015-04-13
Re-order a few things in main.cpp
Florent Le Coz
2015-03-04
Set the default value to biboumi.cfg
Florent Le Coz
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
2015-02-23
Implement async DNS resolution using c-ares
Florent Le Coz
2015-02-21
Use a timer to try reconnecting to the XMPP server only each 2 seconds
Florent Le Coz
2015-02-21
Fix “connections” typo
Florent Le Coz
2015-02-21
Fix “cleanely” typo
Florent Le Coz
2014-07-02
Add a level of inheritance above SocketHandler
Florent Le Coz
2014-05-30
TimedEventsManager is now a singleton
Florent Le Coz
2014-05-28
Use a timed event to force the exit 2 seconds after an exit signal is received
Florent Le Coz
2014-05-27
SocketHandlers own the poller and add themself into it only when the socket i...
Florent Le Coz
2014-03-24
Introduce two new bool, to know if the xmpp component should try to reconnect
Florent Le Coz
2014-03-24
Reconnected immediately to the XMPP whenever it closes the connection
Florent Le Coz
2014-02-24
Use store() instead of operator=() for std::atomic<bool> objects
Florent Le Coz
2014-02-22
Connection to servers does not block the process anymore
Florent Le Coz
2014-02-19
Set sigaction.sa_flags to 0
Florent Le Coz
2014-02-19
Reload the conf on SIGUSR1/2
Florent Le Coz
2014-01-04
Remove disconnected IrcClients
Florent Le Coz
2014-01-04
Shutdown cleanly on SIGINT
Florent Le Coz
2013-12-24
Do not mismatch password and hostname in the config error help message
Florent Le Coz
2013-11-12
Read the served hostname from the config file
Florent Le Coz
2013-11-10
Add a Config module, and use it to get the password from a file
Florent Le Coz
2013-11-09
Check UTF-8 encoding, and convert strings to UTF-8
Florent Le Coz
2013-11-06
Implement the Bridge class to translate between the two protocols
Florent Le Coz
2013-11-03
Rename libirc and libxmpp to irc and xmpp
Florent Le Coz
2013-11-02
Add some dummy main
Florent Le Coz