Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
99
Issues
99
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
3d1e85fd
Commit
3d1e85fd
authored
Jun 14, 2017
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update INSTALL.rst and CHANGELOG.rst for the sqlite dependency
parent
94dd16cb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
9 deletions
+16
-9
CHANGELOG.rst
CHANGELOG.rst
+6
-0
CONTRIBUTING.rst
CONTRIBUTING.rst
+3
-3
INSTALL.rst
INSTALL.rst
+7
-6
No files found.
CHANGELOG.rst
View file @
3d1e85fd
Version 6.0
===========
- The LiteSQL dependency was removed. Only libsqlite3 is now necessary
to work with the database.
Version 5.0 - 2017-05-24
Version 5.0 - 2017-05-24
========================
========================
...
...
CONTRIBUTING.rst
View file @
3d1e85fd
...
@@ -52,8 +52,8 @@ There are two test suites for biboumi:
...
@@ -52,8 +52,8 @@ There are two test suites for biboumi:
uses a specific IRC server (`charybdis`_), and only tests the most complete
uses a specific IRC server (`charybdis`_), and only tests the most complete
biboumi configuration (when all dependencies are used). To run it, you need
biboumi configuration (when all dependencies are used). To run it, you need
to install various dependencies: refer to fedora’s `Dockerfile.base`_ and
to install various dependencies: refer to fedora’s `Dockerfile.base`_ and
`Dockerfile`_ to see how to install charybdis, slixmpp, botan,
litesql, an
`Dockerfile`_ to see how to install charybdis, slixmpp, botan,
a ssl
ssl
certificate, etc.
certificate, etc.
Once all the dependencies are correctly installed, the tests are run with
Once all the dependencies are correctly installed, the tests are run with
...
@@ -94,4 +94,4 @@ Please try to follow the existing style:
...
@@ -94,4 +94,4 @@ Please try to follow the existing style:
.. _Dockerfile.base: docker/biboumi-test/fedora/Dockerfile.base
.. _Dockerfile.base: docker/biboumi-test/fedora/Dockerfile.base
.. _Dockerfile: docker/biboumi-test/fedora/Dockerfile
.. _Dockerfile: docker/biboumi-test/fedora/Dockerfile
.. _charybdis: https://github.com/charybdis-ircd/charybdis
.. _charybdis: https://github.com/charybdis-ircd/charybdis
.. _the __main__.py file: tests/end_to_end/__main__.py
.. _the __main__.py file: tests/end_to_end/__main__.py
\ No newline at end of file
INSTALL.rst
View file @
3d1e85fd
...
@@ -32,6 +32,12 @@ libiconv_
...
@@ -32,6 +32,12 @@ libiconv_
libuuid_
libuuid_
Generate unique IDs
Generate unique IDs
sqlite3_ (option, but highly recommended)
Provides a way to store various options in a (sqlite3) database. Each user
of the gateway can store their own values (for example their prefered port,
or their IRC password). Without this dependency, many interesting features
are missing.
libidn_ (optional, but recommended)
libidn_ (optional, but recommended)
Provides the stringprep functionality. Without it, JIDs for IRC users are
Provides the stringprep functionality. Without it, JIDs for IRC users are
not provided.
not provided.
...
@@ -48,11 +54,6 @@ libbotan_ 1.11 or 2.0 (optional)
...
@@ -48,11 +54,6 @@ libbotan_ 1.11 or 2.0 (optional)
gcrypt_ (mandatory only if botan is absent)
gcrypt_ (mandatory only if botan is absent)
Provides the SHA-1 hash function, for the case where Botan is absent.
Provides the SHA-1 hash function, for the case where Botan is absent.
litesql_ (optional)
Provides a way to store various options in a (sqlite3) database. Each user
of the gateway can store their own values (for example their prefered port,
or their IRC password).
systemd_ (optional)
systemd_ (optional)
Provides the support for a systemd service of Type=notify. This is useful only
Provides the support for a systemd service of Type=notify. This is useful only
if you are packaging biboumi in a distribution with Systemd.
if you are packaging biboumi in a distribution with Systemd.
...
@@ -160,7 +161,7 @@ to use biboumi.
...
@@ -160,7 +161,7 @@ to use biboumi.
.. _libidn: http://www.gnu.org/software/libidn/
.. _libidn: http://www.gnu.org/software/libidn/
.. _libbotan: http://botan.randombit.net/
.. _libbotan: http://botan.randombit.net/
.. _udns: http://www.corpit.ru/mjt/udns.html
.. _udns: http://www.corpit.ru/mjt/udns.html
.. _
litesql: http://git.louiz.org/litesql
.. _
sqlite3: https://sqlite.org
.. _systemd: https://www.freedesktop.org/wiki/Software/systemd/
.. _systemd: https://www.freedesktop.org/wiki/Software/systemd/
.. _biboumi.1.rst: doc/biboumi.1.rst
.. _biboumi.1.rst: doc/biboumi.1.rst
.. _gcrypt: https://www.gnu.org/software/libgcrypt/
.. _gcrypt: https://www.gnu.org/software/libgcrypt/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment