index
:
biboumi
3429-not-compliant-presence
async_sql
c++17
ci-arch
copr
debian
debug_coverage
e2e-doc
feature/fix-adhoc-command-descriptions
getdns
master
refactor-resources
roster-server-jid
sphinx-manpage
srcip
test_cmake3_11_2
v1
v2
v3
v4
v5
v6
v7
v8
v9
XMPP to IRC gateway, in C++.
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
database
Age
Commit message (
Expand
)
Author
2018-03-12
Rename a few “hostname” into “address”, regarding last commit
louiz’
2018-03-12
Allow to override the addresses used to connect to an IRC network
louiz’
2018-03-12
Fix the INSERT query for types that don’t have any Id column
louiz’
2018-02-16
Actually display the error message from postgresql when a query failed
louiz’
2018-02-16
Log the warn/error messages coming from libpq in a correct format
louiz’
2018-02-16
Sort archive messages by date (and only then by id)
louiz’
2018-02-15
Fix the actual_bind versions for integrals
louiz’
2018-02-14
Fix a memory leak when psql connection fails
louiz’
2018-02-13
Support the <before/> element in MAM requests
louiz’
2018-02-13
Use the same function for both history orders
louiz’
2018-02-11
Fix a few warnings
louiz’
2018-02-11
Send a item-not-found error when the “after” value is not in the archive
louiz’
2018-02-10
Handle the “after” RSM value to page through results
louiz’
2018-02-10
Always return the oldest matching messages from MAM, even if no date is set
louiz’
2018-01-28
This should fix the int conversion warning on 32bits arch
louiz’
2018-01-25
Restore the is_one_of variable template
louiz’
2018-01-25
Remove a variable template usage
louiz’
2018-01-14
Add a DEBUG_SQL_QUERIES to log info about the executed SQL queries
louiz’
2018-01-14
Remove all the ugly database debug
louiz’
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’
2017-12-02
Fix a few warnings
louiz’
2017-12-02
Handle postgresql and sqlite3 libs properly
louiz’
2017-12-02
Actually free the database on Database::close()
Jonas Wielicki
2017-12-02
Make destructor of DatabaseEngine virtual
Jonas Wielicki
2017-12-02
Make destructor of Statement virtual
Jonas Wielicki
2017-12-02
Support for full postgresql URIs
Jonas Wielicki
2017-12-02
Add postgresql support
louiz’
2017-09-21
compat: revert to using sqlite's close() function for compat with older distros.
Romain DEP.
2017-09-09
Add the persistent_by_default configuration option
louiz’
2017-08-26
Add an index for the muc_log_line table
louiz’
2017-08-26
Cache the encoding_in database value, to avoid doing a query for each message
louiz’
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’
2017-07-16
Use a db roster to manage biboumi’s presence with the contacts
louiz’
2017-07-08
Replace a function argument from ... to the template Args&&... thing
louiz’
2017-07-08
Remove many log_debug from the database module
louiz’
2017-07-08
Remove a bunch of useless string_literal usage
louiz’
2017-07-08
Use a more precise return type, instead of auto
louiz’
2017-07-08
Remove all the empty “options” members in Column classes
louiz’
2017-07-06
Add a global “persistent” option
louiz’
2017-06-23
Move a few functions from select_query to query
louiz’
2017-06-22
Set the database pointer to nullptr after a close
louiz’
2017-06-21
Re-implement correctly the handling of failure to open the database
louiz’
2017-06-16
Using OptionalBool, add RecordHistoryOptional col into IrcChannelOptions table
louiz’
2017-06-16
At startup, upgrade all database tables by adding missing columns
louiz’
2017-06-14
Fix cstdint -> cstddef, to fix compilation on freebsd
louiz’
2017-06-14
Explicitely declare the add_param<Id> specialization
louiz’
2017-06-14
Add a 0 default value for template argument N
louiz’
[next]