~singpolyma/biboumi

4a8bcd3c — Florent Le Coz 9 years ago
Implement PING to in-room participant

ref #2575
c20bdd68 — Florent Le Coz 9 years ago
Add utils::revstr
d8da7984 — Florent Le Coz 9 years ago
Implement PING, user to user only (XMPP and IRC side, using CTCP PING)

ref #2757
e1d69806 — Florent Le Coz 9 years ago
Rename iq_responder_callback_t to irc_… and add the equivalent to wait for iqs
dccd8039 — Florent Le Coz 9 years ago
Merge branch 'v1'
3d254281 — Florent Le Coz 9 years ago
[spec] Update the URL, and do not hardcode the version in it
546f3536 — Florent Le Coz 9 years ago
Escape a # in biboumi.1.md
940c037a — Florent Le Coz 9 years ago
Wrap a paragraph from INSTALL file to 79 chars
017f69a0 — Florent Le Coz 9 years ago
Merge branch 'v1'

Conflicts:
	CMakeLists.txt
f4c08242 — Florent Le Coz 9 years ago
Update spec file to 1.1
41e8a3ba — Florent Le Coz 9 years ago
Send a proper error on IRC message 438 (nickname change too fast)

fix #2576
e3ea0d62 — Florent Le Coz 9 years ago
Use generic send_presence_error() instead of almost identical specializations
7d99ba8d — Florent Le Coz 9 years ago
Run the service with the nobody user
8030e509 — Florent Le Coz 9 years ago
Do not create a useless biboumi unix user with the RPM package
b39ed80d — Florent Le Coz 9 years ago
Add two missing type="error" in some presence errors
cf32446d — Florent Le Coz 9 years ago
Release version 1.1
609722b4 — Florent Le Coz 9 years ago
Merge branch 'v1'

Conflicts:
	src/network/socket_handler.hpp
6a4e17cb — Florent Le Coz 9 years ago
Fix IPv6 support (sockaddr size)

Since struct sockaddr is too small to contain an IPv6, we use struct
sockaddr_in6 instead, and we cast it where needed
b9424781 — Florent Le Coz 9 years ago
Provide WITHOUT_BOTAN and WITHOUT_SYSTEMD cmake flags

Use them to build without linking to them, even if they are on your system
11a31db2 — Florent Le Coz 9 years ago
Send the reason of the connection close to the user
Next