gajim-plural/gajim
Philipp Hörist 1c895e8983 Persist resource across sessions
This was somehow lost once we implemented random resource strings
Although its good that initally a random resource is chosen, it
still should persist across sessions.

This helps to kill zombie client connections on the server because
most servers kill the old session once a new with the same resource
connects

Also dont notify the user about resource conflicts if no custom
resource is set. We should not expect users to know about resources
and what they are used for as long as possible.
2017-11-20 18:10:51 +01:00
..
command_system New style for ChatControl 2017-10-26 22:52:20 +02:00
common Persist resource across sessions 2017-11-20 18:10:51 +01:00
data Add symbolic icon 2017-11-17 23:04:05 +01:00
dev Move ipython_view to gajim.dev and exclude it from tarball 2017-09-22 19:12:26 +02:00
plugins Dont activate plugins in PluginManager init 2017-11-15 22:26:55 +01:00
__init__.py Add new DB table last_archive_message 2017-11-19 19:36:25 +01:00
accounts_window.py Update menus on account label change 2017-11-06 23:29:07 +01:00
adhoc_commands.py Nicer code 2017-08-24 15:41:39 +02:00
advanced_configuration_window.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
app_actions.py Merge branch 'master' into 'gnotification' 2017-09-21 20:44:18 +02:00
atom_window.py Use absolute imports 2017-08-18 19:48:48 +02:00
cell_renderer_image.py Rename src directory 2017-07-02 17:25:47 +02:00
chat_control.py Fix additional_data in events 2017-11-01 23:14:47 +01:00
chat_control_base.py Remove unused code 2017-11-19 14:34:04 +01:00
config.py Refactor Speller 2017-10-26 22:52:27 +02:00
conversation_textview.py Save oob data also on MAM Messages 2017-11-04 13:51:12 +01:00
dataforms_widget.py Nicer code 2017-08-24 15:41:39 +02:00
dialogs.py Rename OptionType.BOOL to VALUE 2017-11-01 12:25:19 +01:00
disco.py Replace deprecated Gtk.Image.*_from_stock() 2017-09-28 19:42:00 +02:00
emoticons.py New style for ChatControl 2017-10-26 22:52:20 +02:00
features_window.py Use Gio.NetworkMonitor for reconnecting 2017-11-12 23:53:03 +01:00
filetransfers_window.py Replace deprecated Gtk.Image.*_from_stock() 2017-09-28 19:42:00 +02:00
gajim.py Add Option to hide Gajim on pressing close 2017-10-31 17:33:32 +01:00
gajim_remote.py GajimRemote: Fix invalid filename 2017-08-18 19:48:48 +02:00
gajim_themes_window.py Replace make_color_string() by Gdk.RGBA method 2017-10-07 17:03:31 +02:00
groupchat_control.py Add MAM for MUCs 2017-11-19 19:36:20 +01:00
groups.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
gtkexcepthook.py Use absolute imports 2017-08-18 19:48:48 +02:00
gtkgui_helpers.py ServerInfo: Show if features are disabled by user 2017-11-06 23:04:49 +01:00
gtkspell.py Catch require_version ValueError 2017-10-27 10:42:43 +02:00
gui_interface.py Persist resource across sessions 2017-11-20 18:10:51 +01:00
gui_menu_builder.py Escape account label in roster and menus 2017-11-11 17:10:31 +01:00
history_manager.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
history_sync.py Move common code out of HistoryWindow 2017-11-19 19:36:26 +01:00
history_window.py Add gui extension point to history window 2017-11-03 17:45:03 +01:00
htmltextview.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
logind_listener.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
message_control.py New style for ChatControl 2017-10-26 22:52:20 +02:00
message_textview.py Refactor Speller 2017-10-26 22:52:27 +02:00
message_window.py New style for ChatControl 2017-10-26 22:52:20 +02:00
music_track_listener.py Use absolute imports 2017-08-18 19:48:48 +02:00
negotiation.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
network_watcher.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
notify.py Use GNotification instead of pynotify or dbus 2017-09-13 21:20:37 +02:00
options_dialog.py Rename OptionType.BOOL to VALUE 2017-11-01 12:25:19 +01:00
profile_window.py ProfileWindow: Fix typo 2017-10-20 20:51:40 +02:00
remote_control.py Refactor Avatars 2017-10-08 11:26:28 +02:00
roster_window.py Take into account show_transports_group option to show transports 2017-11-19 17:56:13 +01:00
search_window.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
secrets.py fix reading secrets file 2017-09-13 14:25:36 +02:00
server_info.py ServerInfo: Make InfoItems selectable 2017-11-06 23:05:32 +01:00
session.py Save account_id in logs table 2017-11-19 19:36:25 +01:00
shortcuts_window.py Use absolute imports 2017-08-18 19:48:48 +02:00
statusicon.py Fix StatusIcon on MacOS 2017-10-17 18:36:02 +02:00
tooltips.py Refactor Avatars 2017-10-08 11:26:28 +02:00
upower_listener.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
vcard.py Catch exception for invalid avatars 2017-10-17 20:36:27 +02:00