~singpolyma/biboumi

ref: 2fe15b05f17b4869a7fcaeb5b40deb6abd49fd34 biboumi/database d---------
5ef674c4 — louiz’ 5 years ago
Revert "Add a linger_time configuration option on IRC servers"

This reverts commit 5d801ddcd025f68d2ec91edf0462091a32c779c1.
4baedc45 — louiz 5 years ago
Merge branch 'persistent_chans' into 'master'

Add a Persistent option on channels

Closes #3230

See merge request !6
b7789fe5 — louiz’ 6 years ago
Add a Persistent option on channels

fix #3230
5d801ddc — louiz’ 6 years ago
Add a linger_time configuration option on IRC servers
91285d14 — louiz’ 6 years ago
Index the owner for the global conf table
cfebca4d — louiz’ 6 years ago
Only save the logs if recordHistory global config option is true
19240d79 — louiz’ 6 years ago
Default max_history_length is 20, not 0
6776b827 — louiz’ 6 years ago
Add a global configure ad-hoc command, with max history length
8ec823be — louiz’ 6 years ago
Save received and sent messages into the database
1f8333f2 — Florent Le Coz 7 years ago
Support a trusted SHA1 fingerprint to be configured for each IRC server
b0c3aa0b — Florent Le Coz 7 years ago
Defaults the encoding in the DB to latin-1
421c960d — Florent Le Coz 7 years ago
Add a ChannelOptions table in the DB

And a way to retrieve its values, defaulting on the ServerOptions for unset
values.
5027b21f — Florent Le Coz 7 years ago
Add verifyCert field into the database
f904d579 — Florent Le Coz 7 years ago
Provide username and realname IRC server options

Used in the USER command when connecting to the IRC server, instead of the
first nick.

fix #3028
ceec9890 — Florent Le Coz 7 years ago
Add a field (in the configure form) to specifiy an after-connect IRC command
890cfe90 — Florent Le Coz 7 years ago
Provide Ports and TLS Ports IRC-server ad-hoc options

This let any user choose which ports to use when connecting to the IRC
server. This also lets the user choose whether or not to force TLS usage (by
setting no non-TLS port).

fix #2731
88ae2599 — Florent Le Coz 7 years ago
Introduce an optional Database module

Uses litesql