Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-12 | Only use sd_journal_* if we really are outputing to journald | louiz’ | |
We check that the device and inode numbers are actually the same as the JOURNAL_STREAM value, instead of just checking that the value exists. This fixes the logger unit tests | |||
2018-01-10 | Change max line length to more conservative constants | Ailin Nemui | |
2017-12-27 | Fix a subtle iid parsing error in the adhoc code | louiz’ | |
2017-12-27 | Don’t answer to some requests towards MUC participants | louiz’ | |
These requests are only meant to be received by the room itself. The participant must answer with not-implemented instead. fix #3323 | |||
2017-12-26 | Include the <fin><set><first/><last/></></> nodes in the MAM iq result | louiz’ | |
fix #3322 | |||
2017-12-26 | Add a <x muc#user> node on outgoing private MUC messages | louiz’ | |
See https://xmpp.org/extensions/xep-0045.html#privatemessage fix #3321 | |||
2017-12-17 | Remove a warning (unused argument) | louiz’ | |
2017-12-16 | db_name also accepts postgres:// scheme for PostgreSQL connections | louiz’ | |
2017-12-05 | Always free the PGresult pointer returned by PQexec | louiz’ | |
Fix a somewhat big memory leak | |||
2017-12-03 | Run some of the ci tests against a postgresql docker container | louiz’ | |
2017-12-02 | Fix a few warnings | louiz’ | |
2017-12-02 | Handle postgresql and sqlite3 libs properly | louiz’ | |
Do not fail to compile when one of them is missing but the other one is not. Raise an error when trying to open a database with the missing library. see #3237 | |||
2017-12-02 | Actually free the database on Database::close() | Jonas Wielicki | |
.release() returns the pointer and releases ownership *without* destruction. | |||
2017-12-02 | Make destructor of DatabaseEngine virtual | Jonas Wielicki | |
2017-12-02 | Make destructor of Statement virtual | Jonas Wielicki | |
I got an ASAN error otherwise (type mismatch) | |||
2017-12-02 | Support for full postgresql URIs | Jonas Wielicki | |
(cf. https://www.postgresql.org/docs/9.4/static/libpq-connect.html#LIBPQ-CONNSTRING) | |||
2017-12-02 | Add postgresql support | louiz’ | |
2017-11-27 | Send \r\n at the end of the identd responses | louiz’ | |
fix #3315 | |||
2017-11-07 | Fix #3304 | louiz’ | |
2017-11-07 | Change how we count the number of connected resources to a server | louiz’ | |
2017-10-26 | Add a workaround for https://github.com/randombit/botan/issues/1276 | louiz’ | |
ref #3278 | |||
2017-10-04 | Explicitely include all needed botan headers | louiz’ | |
Most importantely, include parsing.h, since read_cfg is not implicitely included anymore in botan 2.3, and that does not compile. Also do not included botan.h anymore, since it’s deprecated in botan 2.3 fix #3296 | |||
2017-10-04 | Remove a redundant Body definition | louiz’ | |
2017-09-21 | compat: revert to using sqlite's close() function for compat with older distros. | Romain DEP. | |
close_v2(), in use before this commit, was introduced as part of sqlite 3.7.14 (2012-09-03), and is as such incompatible with debian wheezy (3.7.13) and centos6 (3.6.20). FTR, Wheezy will be supported until May 2018, and centos6, until November 2020. | |||
2017-09-09 | Fix the build without systemd, by adding a few define | louiz’ | |
2017-09-09 | Add the persistent_by_default configuration option | louiz’ | |
fix #3293 | |||
2017-09-06 | When biboumi is logging into journald, use sd_journal_send | louiz’ | |
This makes sure that multi-lines messages are properly parsed as a single message by journald. fix #3268 | |||
2017-08-30 | Mark messages from the IRC server as private and no-copy | louiz’ | |
fix #3284 | |||
2017-08-27 | Remove a forgotten and useless comment | louiz’ | |
[skip-ci] | |||
2017-08-27 | Add support for the "history" node on MUC join | louiz’ | |
Supports the "seconds", "maxstanzas", "since" and "maxchars" (but only =0) attributes. fix #3270 | |||
2017-08-27 | In fixed mode, server messages come from biboumi’s hostname directly | louiz’ | |
Instead of irc.example.com@biboumi, because that’s actually user named “irc.example.com”, in that case. And that fixes the raw messages in fixed mode. fix #3286 | |||
2017-08-26 | Add an index for the muc_log_line table | louiz’ | |
This immensely speeds up the archive select queries. fix #3292 | |||
2017-08-26 | Cache the encoding_in database value, to avoid doing a query for each message | louiz’ | |
2017-08-24 | Small refactor in on_quit() | louiz’ | |
2017-08-24 | Don’t forget to remove the user from the channel, when kicked | louiz’ | |
fix #3291 | |||
2017-08-19 | Fix a sqlite3 leak when the database fails to open | louiz’ | |
2017-08-19 | Display the correct error message when we fail to open the sqlite3 db | louiz’ | |
fix #3290 | |||
2017-08-02 | Re-add a removed (by mistake) pointer null check | louiz’ | |
2017-07-21 | Do not ignore empty values when receiving a data form | louiz’ | |
Otherwise, these fields cannot be emptied by the user fix #3281 | |||
2017-07-20 | Add the possibility to invite any external JID to a room | louiz’ | |
fix #3285 | |||
2017-07-20 | Do not reply with an error when receiving a presence for a user JID | louiz’ | |
fix #3224 | |||
2017-07-20 | In fixed mode, fix the iid type of the component JID | louiz’ | |
2017-07-20 | Drop support for botan < 2.0 | louiz’ | |
fix #3274 | |||
2017-07-16 | Correctly remove the last resource from the channel, in persistent mode | louiz’ | |
fix #3277 | |||
2017-07-16 | Send an unsubscribed presence on a probe if we don’t have a roster entry | louiz’ | |
2017-07-16 | Answer to presences of type='probe' | louiz’ | |
2017-07-16 | Only send the IRC server presence if the user has this JID in their roster | louiz’ | |
2017-07-16 | Implement the roster presences from IRC servers | louiz’ | |
2017-07-16 | Send an additional unsubscribed presence when receiving an unsubscribe one | louiz’ | |
2017-07-16 | Send responses when we receive an unsubscribed presence | louiz’ | |