- Apr 29, 2017
-
-
Philipp Hörist authored
Fix IBB Closes #8196 See merge request !90
-
Philipp Hörist authored
-
Philipp Hörist authored
- Move handling of Data IQs into IBBIqHandler - Call SendHandler with file_props - Save last sent id in file_props.syn_id - Remove some useless checks, now that we call SendHandler with file_props - Send item-not-found error on invalid session id
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Andrey Gursky authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Apr 24, 2017
-
-
Philipp Hörist authored
Logs.db is always at data_root, even if we set another config directory with -c
-
- Apr 22, 2017
-
-
Philipp Hörist authored
fix "Unable to load icon gajim" errors caused by !84 See merge request !87
-
André authored
-
Yann Leboulanger authored
use 'reverse DNS' convention for desktop and icon files See merge request !84
-
- Apr 21, 2017
-
-
Philipp Hörist authored
HistoryManager was not finding the Logs.db when Gajim was used with the -c config path argument
-
- Apr 19, 2017
-
-
Philipp Hörist authored
fix python errors in client zeroconf See merge request !82
-
Philipp Hörist authored
Disable button if password changing is not supported See merge request !85
-
Marc Schink authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Apr 18, 2017
-
-
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
Philipp Hörist authored
-
- Apr 15, 2017
-
-
Philipp Hörist authored
-
- Apr 14, 2017
-
-
Philipp Hörist authored
Implement chatstate in MUC, as defined in XEP-0085 §5.5 See merge request !11
-
Emmanuel Gil Peyrot authored
-
- Apr 12, 2017
-
-
Philipp Hörist authored
python-gnupg uses latin1 as default encoding because GPG itself uses latin1 as default. We should not override this default with getpreferredencoding, because getpreferredencoding maybe returns something else than what GPG is configured on that system. Example: On Windows GPG is run in default mode with 'latin1' getpreferredencoding returns 'cp1252' The approach would be now to default to latin1 as it is GPGs default. And if the User sets a different ecoding for GPG he has to set it in Gajim aswell.
-
Philipp Hörist authored
-
Philipp Hörist authored
- Handle exceptions inside write() instead of propagating the exception - Add error message to exception - Add dispatch() method in logger
-
Philipp Hörist authored
- Pass EventObj instead of variables - decrease indent level - check all conditions inside log_message() not before calling - fixed bug where gc private messages where not logged with the correct jid
-
- Apr 10, 2017
- Apr 08, 2017
-
-
Philipp Hörist authored
Sending Message Refactoring See merge request !80
-
- Apr 06, 2017
-
-
Philipp Hörist authored
- Dont use callbacks, they have no gain in that situation and make the code hard to read - pass the whole object to a new Event instead of many vars
-