Commit graph

1282 commits

Author SHA1 Message Date
Dimitur Kirov
173c81ad8c remove failure handler, after we call it 2006-04-28 16:20:24 +00:00
Yann Leboulanger
98f9525a43 prevent TB when we get a conference vcard. Fixes #1887 2006-04-26 08:11:16 +00:00
Dimitur Kirov
42118e7423 reverted [6216] because of #1889 2006-04-24 18:58:58 +00:00
Yann Leboulanger
0c0e28b78f GnuPGInterface can't work under windows. 2006-04-23 17:12:14 +00:00
Dimitur Kirov
029668bf20 unsupported locale error is skipped and
we use en for wiki search (better to search
in english wikipedia than not having gajim at
all)
2006-04-22 08:53:01 +00:00
Yann Leboulanger
d040cc13fc be sure chat_control.contact is never None, even when server connection is brocken. Fixes #1878 2006-04-20 16:57:43 +00:00
Yann Leboulanger
228b841e6f no_log_for is a space separated list. Fixes #1876 2006-04-20 12:46:51 +00:00
Yann Leboulanger
e42fc1ac46 ask vcard of contact when we don't have it and we receive his avatar sha 2006-04-19 15:16:51 +00:00
Dimitur Kirov
7f369eb127 drop may fail, we still have to create the
table
2006-04-19 10:47:29 +00:00
Dimitur Kirov
f4a203d5bc better pass of args 2006-04-19 10:36:45 +00:00
Yann Leboulanger
7e69364f60 re-create unread_messages_table if there is a missing column (this can happen to svn users only) 2006-04-19 10:28:42 +00:00
Yann Leboulanger
9fa62c5529 nothing: remove ^M from win 2006-04-19 10:06:59 +00:00
Dimitur Kirov
70da8ae011 fix db creation 2006-04-19 08:53:27 +00:00
Yann Leboulanger
1a3a987556 auto-authorize transport contacts when we add a transport. fixes #326 2006-04-18 14:30:00 +00:00
Yann Leboulanger
ae054b413e nothing 2006-04-17 22:42:23 +00:00
Yann Leboulanger
0b9868b82a typo. Fixes #1862 2006-04-17 09:07:58 +00:00
Yann Leboulanger
2d7b41ecb9 enable GPG by default if I assigned a GPG key 2006-04-15 12:02:19 +00:00
Dimitur Kirov
9768940b3a show connect failure dialog when Unhandled data
is received (wrong protocol)
2006-04-15 09:43:15 +00:00
Yann Leboulanger
c4a3262488 [sol] save GPG status 2006-04-15 08:10:24 +00:00
Dimitur Kirov
e6981f6f2b show error dialog for lost connection, after
10 reconnect attempts has failed.
No need of po update.
2006-04-14 09:01:24 +00:00
Dimitur Kirov
a7fe49be20 on_connect_failure is None after we auth 2006-04-14 05:23:19 +00:00
Dimitur Kirov
927b6d09bc destroy dialogs on delete event
don't send streamhosts if they have been
already sent
2006-04-13 18:00:04 +00:00
Dimitur Kirov
19b7e6b0fc disconnect without reconnect, when we notify
user about connection errors
2006-04-12 20:56:25 +00:00
Yann Leboulanger
2a5e41e06a update groupchat contacts avatar when they change it, and send our presence to groupchat when we change our vcard 2006-04-12 12:55:06 +00:00
Yann Leboulanger
ba558c03e7 typo 2006-04-12 10:08:59 +00:00
Dimitur Kirov
9d3976c2d7 restored proxy.jabber.cd.chalmers.se in the
list of default proxies
2006-04-12 09:13:38 +00:00
Yann Leboulanger
ad04559cbf try to create unread_messages table only once when we update config file. 2006-04-12 08:38:51 +00:00
Dimitur Kirov
c45426b18f register resultCB for testing proxy activation
results
2006-04-11 22:23:51 +00:00
Yann Leboulanger
1252786642 remove useless code. old metacontact stuff is removed for everyone 2006-04-11 20:18:33 +00:00
Yann Leboulanger
fe2ec40ad7 new metacontacts JEP (not yet published) uses order instead of priority. 2006-04-11 20:16:33 +00:00
Yann Leboulanger
4e2f02c725 fix import (add missing, remove useless) 2006-04-11 18:36:09 +00:00
Yann Leboulanger
be246e984d update avatar files when we update our vcard 2006-04-11 18:28:31 +00:00
Dimitur Kirov
a9199bf921 commit after each query 2006-04-11 11:52:42 +00:00
Yann Leboulanger
84f0307085 update unread_messages table for those who already have it 2006-04-11 11:31:16 +00:00
Yann Leboulanger
145db1a107 save jid_id in unread_messages table too to increase speed (it was definitively too slow) 2006-04-11 11:28:36 +00:00
Dimitur Kirov
fbb2ab6a4c put executescript in try block 2006-04-11 08:16:22 +00:00
Yann Leboulanger
01f5effcef fall back to a working (but not optimal) table creation until better is done. see #1844 2006-04-11 07:29:43 +00:00
Nikos Kouremenos
213dcd32bb put back IF NOT as currently we always try to create and TB. first we wait for info in ticket. then if needed we ask db to list table and perhaps parse it or find a way to test table is there (rather than everything catching 2006-04-10 23:28:53 +00:00
Nikos Kouremenos
5fcf9dca06 fix um again; fix coding standrads (crazy tabbing, bad spacing before comma) 2006-04-10 23:18:28 +00:00
Dimitur Kirov
e75425a660 IF NOT EXISTS is not present in some sqlite
versions
2006-04-10 23:13:33 +00:00
Nikos Kouremenos
58f7a20e91 because we also limit and offset 2006-04-10 23:07:25 +00:00
Nikos Kouremenos
86326d849d get_um_for_contact => get_unread_msgs_for_jid because um is too vague and for_contact lies about expecting contact instance 2006-04-10 23:06:11 +00:00
Dimitur Kirov
5c3b2ff2e8 temp disable assert_um_exists 2006-04-10 22:51:25 +00:00
Dimitur Kirov
94b194966f show unread messages on roster load 2006-04-10 22:36:55 +00:00
Dimitur Kirov
97dc7215df keep reference to unread messages untill they
are printed in tv
2006-04-10 22:08:02 +00:00
Dimitur Kirov
f1f385f7c3 disconnect account on unregister from server 2006-04-10 15:47:31 +00:00
Yann Leboulanger
eb8cc5b7ea show correctly error message and log them in DB. fixes #1802 2006-04-10 14:00:04 +00:00
Nikos Kouremenos
87eae99e1a improve ace comment 2006-04-10 12:16:29 +00:00
Nikos Kouremenos
f0f054af6b [Geobert] new compact view so important info are not hidden (f.e. chatstates) for maximum adjustment, see hide_* in ACE. fixes #1276 2006-04-10 12:09:05 +00:00
Yann Leboulanger
a174f3e1c3 plain has ben renamed to gtk+
emoticons are no more in config file. Fixes #1838
2006-04-10 11:46:53 +00:00