Philipp Hörist
74b66837fa
Add annotations
...
- Remove some unused vars from app
2018-09-21 15:46:52 +02:00
Philipp Hörist
5a6f03dea4
Add connect_maschine()
...
Add method that sequentially works the steps we have to do
before sending first presence
- Move Delimiter into own module
- Move Metacontacts into own module
2018-07-27 16:01:10 +02:00
Philipp Hörist
bd79fe629f
Refactor Privacy and Blocking into own modules
2018-07-08 16:44:14 +02:00
Philipp Hörist
8b800f4646
Refactor VCard code into own modules
2018-06-30 19:32:36 +02:00
Philipp Hörist
a01cdbf271
Refactor Avatars
...
- Add support for Pubsub Avatars
- Dont poll for vCard Updates, only use XEP-0153
- Dont cache vCards
- Store the avatar SHA of roster contacts in the DB
- Store the current SHA of each contact in the Contacts Object
- Move some code into the ConnectionVcard Class
2017-10-08 11:26:28 +02:00
Yann Leboulanger
5c0538a202
Fix running make test
2017-09-15 15:11:55 +02:00
André Apitzsch
89c7eb6e6a
Rename gajim.common.gajim to avoid name conflicts
2017-08-18 20:03:20 +02:00
André Apitzsch
56d002ce34
Fix test imports
2017-08-18 19:48:48 +02:00
Yann Leboulanger
b5c3b15c0f
Fix running tests
2017-08-09 21:05:45 +02:00
Yann Leboulanger
0d3ce37b27
fix a test. Fixes #8660
2017-06-14 20:25:06 +02:00
Yann Leboulanger
ed72914e1d
start fixing last test. still a problem with sessions
2013-04-08 18:57:39 +02:00
Yann Leboulanger
329a59c665
re-enable test suite
2013-04-07 23:41:15 +02:00
Yann Leboulanger
f832900d2b
coding standards
2012-08-22 12:55:57 +02:00
Yann Leboulanger
be942a0270
don't open twice the same subscription request dialog. see #6762
2011-05-23 22:35:19 +02:00
Yann Leboulanger
98c46f2b56
fix test suite
2010-08-27 11:47:38 +02:00
Éric Araujo
fedd7dc8e2
convert tabs to spaces in source code thanks to reindent.py
...
holy diff batman!
2010-02-08 15:08:40 +01:00
Stephan Erb
a3ea00f4ea
Remove different dicts for tune, activity and mood and from now on only use the common 'pep' dict.
...
The pep dict contacts the different UserPEP classes.
2009-11-15 23:52:43 +01:00
Stephan Erb
2e5bf4d0d2
Organize tests into unit and integration tests.
...
Integration tests can depend on UI, network or both. Unittests use neither.
2009-11-05 09:06:46 +01:00
Stephan Erb
a757177e45
Improve code coverage of our testsuites and do some refactoring.
...
* resolver does not depend on GTK anymore
* renamed a few modules for consistency
* moved all mocks to lib/
* let client_nb test work again. Was broken here
There are many failing tests, help appreciated :-)
2009-01-11 13:49:03 +00:00