gajim-plural/gajim
Philipp Hörist aeb64a516c Use correct history date on muc join
Example:
If we receive a message the last message date is now.
If we restart Gajim and join the MUC again, `time.time() - timeout`
will be most likly smaller then when we received the last message
If the timeout is an hour, this would mean that many messages are requested
from the archive which we already received.

So we always want the most current timestamp (MAX).
2017-07-10 16:39:27 +02:00
..
command_system
common Use correct history date on muc join 2017-07-10 16:39:27 +02:00
plugins Fix memory leak in plugins window 2017-07-10 01:15:30 +02:00
adhoc_commands.py
advanced_configuration_window.py
app_actions.py
atom_window.py
cell_renderer_image.py
chat_control.py
chat_control_base.py
config.py
conversation_textview.py Fix displaying links in textview 2017-07-04 12:26:05 +02:00
dataforms_widget.py
dialogs.py
disco.py
emoticons.py Fix emoticons module import on windows 2017-07-03 11:32:47 +02:00
features_window.py
filetransfers_window.py
gajim-remote.py
gajim.py
gajim_themes_window.py
groupchat_control.py
groups.py
gtkexcepthook.py
gtkgui_helpers.py
gtkspell.py
gui_interface.py
gui_menu_builder.py
history_manager.py
history_window.py
htmltextview.py
ipython_view.py
logind_listener.py
Makefile.am
message_control.py
message_textview.py
message_window.py
music_track_listener.py
negotiation.py
network_watcher.py
notify.py
profile_window.py
pylint.rc
remote_control.py
roster_window.py Commit to DB before shutdown 2017-07-10 16:25:26 +02:00
search_window.py
secrets.py
session.py
shortcuts_window.py
statusicon.py
tooltips.py
upower_listener.py
vcard.py