Philipp Hörist
|
0b6fac44dc
|
Dont fail on malformed pubsub events
|
2019-02-01 17:03:46 +01:00 |
Philipp Hörist
|
b9b9dae6a0
|
Refactor UserActivity
- Use IconTheme for mood icons
- Simplify modules because nbxmpp handles more stuff
|
2019-01-31 22:57:15 +01:00 |
Philipp Hörist
|
be95b04007
|
Refactor UserNickname and UserMood
- Use IconTheme for mood icons
- Simplify modules because nbxmpp handles more stuff
|
2019-01-30 23:36:01 +01:00 |
Philipp Hörist
|
8e336311cc
|
Add annotations
|
2019-01-26 21:57:22 +01:00 |
Philipp Hörist
|
e994b8f402
|
Count MUC members correctly
- Pass Affiliation enum to get_uf_affiliation
- Pass Role enum to get_uf_role
|
2019-01-26 20:40:07 +01:00 |
Philipp Hörist
|
ce0abb991c
|
Add BaseModule
|
2019-01-26 14:34:58 +01:00 |
Philipp Hörist
|
1a7d930fc4
|
Add blocking list dialog
|
2019-01-21 22:45:19 +01:00 |
Philipp Hörist
|
4670760668
|
Fix destroying a MUC
- Only close the tab if we initiated the destruction
|
2019-01-19 23:05:36 +01:00 |
Philipp Hörist
|
31d9b39744
|
Deal with stanza-id not added by a mam archive
Fixes #9550
|
2019-01-19 21:35:58 +01:00 |
Philipp Hörist
|
3e362874be
|
Detect invalid user activity
|
2019-01-19 21:21:20 +01:00 |
Philipp Hörist
|
7c7df9d4a4
|
Detect invalid user mood
Fixes #9546, #9547
|
2019-01-19 21:21:16 +01:00 |
Philipp Hörist
|
cf8eafffb2
|
Detect full language code
Previously we only used short language codes (en, de, fr)
- Add conversion method to rfc5646 format
|
2019-01-19 20:40:06 +01:00 |
Philipp Hörist
|
a9994b791b
|
Windows: Fix language detection
|
2019-01-19 19:41:52 +01:00 |
Philipp Hörist
|
72be14a04d
|
Jingle Audio: Add more log output
|
2019-01-11 21:53:34 +01:00 |
Philipp Hörist
|
b22f1baca5
|
Propagate presences further
Other modules like avatars and entity caps come after the base presence handlers
|
2019-01-11 20:45:11 +01:00 |
streaps
|
88439091b0
|
Jingle Audio: Update codecs
Fixes #9535
|
2019-01-10 22:28:00 +01:00 |
Philipp Hörist
|
dad671c1c7
|
Remove unused import
|
2019-01-07 23:52:51 +01:00 |
Philipp Hörist
|
4f3e4d2242
|
Pass xml:lang to nbxmpp
|
2019-01-07 23:44:51 +01:00 |
Philipp Hörist
|
5776d3de48
|
Chatstates: Add more log output
|
2019-01-06 11:23:30 +01:00 |
Philipp Hörist
|
6a958c5725
|
Pass contact instead of string
Fixes #9529
|
2019-01-06 11:10:07 +01:00 |
Philipp Hörist
|
a64d986c7f
|
Fix pylint error
|
2019-01-06 02:15:17 +01:00 |
Philipp Hörist
|
eb99291d44
|
Add chat state setting per room
- Add menu option to the group chat menu for setting the chat state
- Up the paused timer to 10 seconds
- Default for group chats is composing only
|
2019-01-06 02:01:12 +01:00 |
Philipp Hörist
|
777b8d72e4
|
Remove print statement
|
2019-01-06 00:58:07 +01:00 |
Philipp Hörist
|
55694b60bf
|
Dont save Gajim settings in bookmarks
- Remove print status from bookmarks
- Remove minimize on join from bookmarks
- Add options to the groupchat menu for both settings
Fixes #9463
|
2019-01-06 00:00:42 +01:00 |
Philipp Hörist
|
19c45510a0
|
MUC: Fix printing status/show
- rename config values to something more appropriate
|
2019-01-05 19:17:34 +01:00 |
Philipp Hörist
|
633795b7f4
|
Dont fail on users leaving a group chat
Fixes #9527
|
2019-01-05 19:17:34 +01:00 |
Sebastiaan Lokhorst
|
a91f5f2c49
|
Fix Bonjour (pybonjour) on macOS
|
2019-01-05 18:37:09 +01:00 |
Philipp Hörist
|
d200e94fba
|
Better determine language cross platform
|
2019-01-05 16:27:11 +01:00 |
Philipp Hörist
|
4aca2eeae2
|
Dont send chatstates when cycling MUC nicks
- Add ability to enable/disable the whole module so it doesnt try to send chatstates when we are offline
|
2019-01-04 15:21:55 +01:00 |
Philipp Hörist
|
67318a49e5
|
Preferences: Add some default options
- Option to set default sync threshold
- Option to set default show join/leave
- Option to set default show status message change
|
2019-01-04 09:00:12 +01:00 |
Philipp Hörist
|
5fd1e7b4bf
|
Remove ping timeout on disconnect handler
|
2019-01-04 00:49:59 +01:00 |
Philipp Hörist
|
b600328639
|
Refactor message handlers
- Adapt to nbxmpp now unwraping MAM messages
- Use nbxmpp properties
- Save message-id to database
|
2019-01-04 00:11:28 +01:00 |
Philipp Hörist
|
cdb37828e4
|
Move message error handler into message module
|
2019-01-03 11:52:26 +01:00 |
Philipp Hörist
|
c0fb645309
|
Move MUC message logging into message module
|
2019-01-03 11:25:45 +01:00 |
Philipp Hörist
|
4631f50372
|
Remove unused code
|
2019-01-03 10:46:31 +01:00 |
Philipp Hörist
|
eb9f340a03
|
Remove star imports
|
2019-01-03 10:41:22 +01:00 |
Philipp Hörist
|
b05f0e1458
|
Move methods into Connection class
|
2019-01-03 10:19:53 +01:00 |
Philipp Hörist
|
0441ccd4e9
|
Move 'agent-removed' handler into Gateway module
|
2019-01-03 10:19:29 +01:00 |
Philipp Hörist
|
f3d5babc65
|
Register handlers in CommonConnection class
|
2019-01-03 10:19:25 +01:00 |
Philipp Hörist
|
1399c41d59
|
Remove old dbus module
We now use Gio DBus
|
2019-01-03 09:06:49 +01:00 |
Philipp Hörist
|
371756c2a5
|
Remove unnecessary event classes
|
2019-01-03 09:06:44 +01:00 |
Philipp Hörist
|
fcb33a10e7
|
Add missing get_instance() for Gateway/IQ module
|
2019-01-03 01:00:31 +01:00 |
Philipp Hörist
|
d1ccfd515a
|
MUC: Dont check for unique room id support
This feature was remove from XEP-0045 in Version 1.25 (2012-02-08). We simply now use an uuid instead.
|
2019-01-03 00:50:22 +01:00 |
Philipp Hörist
|
d622439a44
|
Remove unused code
|
2019-01-03 00:50:00 +01:00 |
Philipp Hörist
|
9ae6654dd3
|
Add IQ and Gateway module
|
2019-01-03 00:19:23 +01:00 |
Philipp Hörist
|
d93fe8b1ea
|
HTTPAuth: Use nbxmpp handlers
|
2019-01-02 16:53:06 +01:00 |
Philipp Hörist
|
d121bbf4ab
|
Refactor Zeroconf presence
|
2019-01-02 16:10:30 +01:00 |
Philipp Hörist
|
b37c578504
|
Fix tests
- Fix more pylint errors
- Move caps test for now to broken
|
2019-01-02 02:27:38 +01:00 |
Philipp Hörist
|
0fcf90f8d5
|
Fix pylint errors
|
2019-01-02 02:16:42 +01:00 |
Philipp Hörist
|
f2beea0df3
|
Refactor Caps module
|
2019-01-02 02:04:54 +01:00 |