summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-10Merge branch 'patch-1' into 'master'louiz’
Change max line length to more conservative constants See merge request louiz/biboumi!21
2018-01-10Change max line length to more conservative constantsAilin Nemui
2018-01-02Also tabslouiz’
2018-01-02Little fix to the rst formatting in INSTALL and CHANGELOG fileslouiz’
2017-12-27Fix a subtle iid parsing error in the adhoc codelouiz’
2017-12-27Don’t answer to some requests towards MUC participantslouiz’
These requests are only meant to be received by the room itself. The participant must answer with not-implemented instead. fix #3323
2017-12-27Add a documentation to explain how to migrate from sqlite3 to postgresllouiz’
fix #3319
2017-12-27Update the changelogs for 7.0louiz’
2017-12-26Include the <fin><set><first/><last/></></> nodes in the MAM iq resultlouiz’
fix #3322
2017-12-26Add a <x muc#user> node on outgoing private MUC messageslouiz’
See https://xmpp.org/extensions/xep-0045.html#privatemessage fix #3321
2017-12-17Remove a warning (unused argument)louiz’
2017-12-16Use a specific (0.4.2) pyasn1 version in the debian Dockerfilelouiz’
2017-12-16Little update on the INSTALL.rst database doclouiz’
2017-12-16Remove the ci deploy stoplouiz’
2017-12-16Merge branch 'postgresql' into 'master'louiz’
Add postgresql support Closes #3237 See merge request louiz/biboumi!18
2017-12-16Update the docker images to enable postgresql, and document themlouiz’
2017-12-16Document the db_name option (with postgresql support)louiz’
2017-12-16db_name also accepts postgres:// scheme for PostgreSQL connectionslouiz’
2017-12-15Merge branch 'policy-irc.gnome.org' into 'master'louiz’
Add specific policy files for irc.gimp.org and irc.gnome.org See merge request louiz/biboumi!20
2017-12-15Add specific policy files for irc.gimp.org and irc.gnome.orgMaxime “pep” Buquet
2017-12-12Only run the unit tests with postgresql if TEST_POSTGRES_URI env var is setlouiz’
Even if we built with postgresql’s support
2017-12-05Always free the PGresult pointer returned by PQexeclouiz’
Fix a somewhat big memory leak
2017-12-03Run some of the ci tests against a postgresql docker containerlouiz’
2017-12-02Fix a few warningslouiz’
2017-12-02Handle postgresql and sqlite3 libs properlylouiz’
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-02Merge branch 'postgresql' into 'postgresql'louiz’
Some fixes for the postgresql branch See merge request louiz/biboumi!19
2017-12-02Actually free the database on Database::close()Jonas Wielicki
.release() returns the pointer and releases ownership *without* destruction.
2017-12-02Make destructor of DatabaseEngine virtualJonas Wielicki
2017-12-02Make destructor of Statement virtualJonas Wielicki
I got an ASAN error otherwise (type mismatch)
2017-12-02Support for full postgresql URIsJonas Wielicki
(cf. https://www.postgresql.org/docs/9.4/static/libpq-connect.html#LIBPQ-CONNSTRING)
2017-12-02Add postgresql supportlouiz’
2017-11-27Send \r\n at the end of the identd responseslouiz’
fix #3315
2017-11-07Add an e2e test to demonstrate #3304louiz’
2017-11-07Fix #3304louiz’
2017-11-07Change how we count the number of connected resources to a serverlouiz’
2017-10-26Add a workaround for https://github.com/randombit/botan/issues/1276louiz’
ref #3278
2017-10-04Release version 6.16.1v6louiz’
2017-10-04Update changelog for version 6.1louiz’
2017-10-04Explicitely include all needed botan headerslouiz’
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-04Remove a redundant Body definitionlouiz’
2017-10-04Fix a little formatting issue in the changeloglouiz’
2017-10-01Merge branch 'patch-1' into 'master'louiz’
Stop allowing the 1024-bit for irc.ppirc.net See merge request louiz/biboumi!16
2017-09-21Merge branch 'v6' into 'master'louiz’
compat: revert to using sqlite's close() function for compat with older distros. See merge request !17
2017-09-21compat: 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-19Release version 6.06.0louiz’
2017-09-18Stop allowing the 1024-bit for irc.ppirc.netLink Mauve
2017-09-16Add a missing changelog entrylouiz’
2017-09-10Merge branch 'patch-1' into 'master'louiz’
Set symbol visibility to hidden in cmake See merge request !15
2017-09-10CMakeLists: Set symbol visibility to hidden.Link Mauve
This reduces the size of the final binary by 12% by not including symbols, and thus function bodies that have been inlined for example.
2017-09-09Fix the internal links in the documentationlouiz’