Skip to content

Refactor Logger

Philipp Hörist requested to merge lovetox/gajim:logger into master
  • Get rid of _build_contact_where() which makes a SELECT query to get the jid from a jid_id, this leads to multiple SELECT Querys for every single Database search.
  • JOIN the jids and logs table instead, lets use SQL for what it was made
  • Simplify code around date and time calculations
  • Add detailed method documentation

Merge request reports