~singpolyma/biboumi

2bb4a347 — Florent Le Coz 8 years ago
Improve dependencies checks in the build process

- Rename all Find*.cmake files to uppercase, to make things more consistent,
  and fix some issues with them (notably the REQUIRED flag)

- Rename SYSTEMDDAEMON to SYSTEMD and only use the libsystemd instead of
  libsystemd-daemon because it's deprecated for a long time now

- Provide a WITH_* and WITHOUT_* switch for all optional dependencies

- Document things in the INSTALL file
12eeb4d1 — Florent Le Coz 8 years ago
Implement the PING on a server or the gateway itself

fix #2575
80789c2e — Florent Le Coz 8 years ago
send_iq_result can have a "from" with just the domain name
4a8bcd3c — Florent Le Coz 8 years ago
Implement PING to in-room participant

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

ref #2757
e1d69806 — Florent Le Coz 8 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
Next