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
Age
Commit message (
Expand
)
Author
2014-03-24
Idem
Florent Le Coz
2014-03-24
Use the correct type of error
Florent Le Coz
2014-03-24
Send an error presence whenever a user tries to join an invalid room
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-03-24
Do not send data if we are connected, send it only once we actually are
Florent Le Coz
2014-03-14
Fix the CMakeLists.txt regarding ronn
Florent Le Coz
2014-03-10
Remove useless cast
Florent Le Coz
2014-03-03
Fix a bus error by not going above an array boundary
Florent Le Coz
2014-02-28
Provide details about what error the XML parser encountered
Florent Le Coz
2014-02-28
Avoid unnecessary copies by recv()ing data directly into the expat buffer
Florent Le Coz
2014-02-27
Use scatter/gather io with sendmsg to avoid concataning strings all the time
Florent Le Coz
2014-02-26
Fix a wrong comment
Florent Le Coz
2014-02-25
Do not try to connect to an irc server if we are connected or connecting
Florent Le Coz
2014-02-24
Add missing stdexcept includes
Florent Le Coz
2014-02-24
Use store() instead of operator=() for std::atomic<bool> objects
Florent Le Coz
2014-02-22
Consider that the connect() succeded if errno EISCONN
Florent Le Coz
2014-02-22
Save the addrinfo values for reuse on subsequent connect() call
Florent Le Coz
2014-02-22
Connection to servers does not block the process anymore
Florent Le Coz
2014-02-20
Delete empty bridges objects
Florent Le Coz
2014-02-20
QUIT the irc server when the last channel is left
Florent Le Coz
2014-02-20
Do not receive SIGPIPE when send() is called on a closed socket
Florent Le Coz
2014-02-19
Send unavailable presence to all muc when the IRC server closes the connection
Florent Le Coz
2014-02-19
Move CMake’s config.h(.cmake) files into src/
Florent Le Coz
2014-02-19
Set sigaction.sa_flags to 0
Florent Le Coz
2014-02-19
Fix the joined flag on channels, avoid sending the topic twice when joining
Florent Le Coz
2014-02-19
Reload the conf on SIGUSR1/2
Florent Le Coz
2014-02-19
Fix a typo in Find* comments
Florent Le Coz
2014-02-19
Fix FindIconv cmake module to correctly compile the c++ test code
Florent Le Coz
2014-02-17
Build the man page as part of the build process, if ronn is found
Florent Le Coz
2014-02-17
Little man page update
Florent Le Coz
2014-02-17
Make install rule
Florent Le Coz
2014-02-17
Fix quit messages not being sent to XMPP
Florent Le Coz
2014-02-17
Include role and affiliation in the join presence of the nick change process
Florent Le Coz
2014-02-17
Log (xmpp) stream-level errors
Florent Le Coz
2014-02-17
Revert "Do not include an empty item XML element in join presences"
Florent Le Coz
2014-02-08
Handle most generic error IRC messages
Florent Le Coz
2014-02-08
Enable TCP keepalive on sockets
Florent Le Coz
2014-02-08
Add missing logger include
Florent Le Coz
2014-02-08
Do not include an empty item XML element in join presences
Florent Le Coz
2014-02-08
Use strerror and log_error instead of perrror
Florent Le Coz
2014-02-08
Be verbose about IRC server connection failures, and handle them properly
Florent Le Coz
2014-01-28
Jidprep also handles the resource part
Florent Le Coz
2014-01-14
Fix the build system to correctly include config.h
Florent Le Coz
2014-01-13
Add missing stdexcept includes
Florent Le Coz
2014-01-13
Do not change the affiliation/role to "none"/"participant" when changing nick
Florent Le Coz
2014-01-13
Little README fixes
Florent Le Coz
2014-01-13
Remove cryptopp dependency, directly include a simple sha1 implementation
Florent Le Coz
2014-01-06
Also set the role and affiliation of users already in the chan
Florent Le Coz
2014-01-04
Add missing errno.h includes
Florent Le Coz
[prev]
[next]