Commit graph

1440 commits

Author SHA1 Message Date
Yann Leboulanger
65edabfb6c some cleanup 2006-03-28 14:50:19 +00:00
Nikos Kouremenos
73905ec169 merge to logics about jid being a transport into one. use the superior one 2006-03-28 11:32:53 +00:00
Nikos Kouremenos
1ef1888cbe typo. better break for setence in comment 2006-03-27 23:35:46 +00:00
Nikos Kouremenos
6caf013f52 use much better varname and comment the heck out of it 2006-03-27 23:32:39 +00:00
Nikos Kouremenos
0190ac90a4 [jim] fix logic bug 2006-03-27 23:15:19 +00:00
Nikos Kouremenos
d1bb5cbc74 again fix logic after cut-paste 2006-03-27 23:10:41 +00:00
Nikos Kouremenos
0bd9e77fc9 fix logic. thanks Jim for report 2006-03-27 22:42:42 +00:00
Nikos Kouremenos
5528e739b0 helpers that do not relate with xmpp, belong to helpers.py not to common/gajim.py. if they have gtk they belong to gtkgui_helpers. also use those allover 2006-03-27 22:31:14 +00:00
Nikos Kouremenos
b4d8f99d58 nothing 2006-03-27 22:30:02 +00:00
Dimitur Kirov
b42bd75a25 EISCONN error is raised in FreeBSD to indicate
that connection is already established
2006-03-27 15:28:29 +00:00
Dimitur Kirov
a9622c9a09 EISCONN shows that connection is already
established
2006-03-27 15:19:17 +00:00
Yann Leboulanger
ff7eb2356a handle correctly when server return answer to register request when we create a new account. Fixes #1725 2006-03-27 09:53:47 +00:00
Yann Leboulanger
88730b1ea1 add an ui option to disable the use of FT proxies. Fixes #1751 2006-03-27 08:28:05 +00:00
Yann Leboulanger
bdda6d1555 show correct error message when we fail to create an account. See #1725 2006-03-26 23:42:36 +00:00
Nikos Kouremenos
6a44733d69 commented code, beautiful code 2006-03-26 19:35:29 +00:00
Nikos Kouremenos
21bba13bc6 are we python or what? :D 2006-03-26 19:34:31 +00:00
Nikos Kouremenos
66029d652e rm debug prints from optparser 2006-03-26 19:26:25 +00:00
Yann Leboulanger
a5d95b4792 when we change combobox, only look in global synced accounts if one is connected. Fixes #1724 2006-03-26 13:07:11 +00:00
Yann Leboulanger
7d3cee66ca handle connection failure when we create a new account. Fixes #1725 2006-03-26 12:30:29 +00:00
Yann Leboulanger
fb758eaf89 use sanitize_filename func before writing a file to HD. Fixes #1722 2006-03-26 11:46:04 +00:00
Yann Leboulanger
f58503f8e7 fix update_config procedure. Also remove proxy65.unstable.nl proxy. Fixes #1748 2006-03-26 10:24:42 +00:00
Nikos Kouremenos
0055c36648 svn is .10 2006-03-25 20:43:12 +00:00
Dimitur Kirov
e6b2686138 remove inactive proxies on upgrate. All svn
users remove these proxies from your accounts:
 proxy65.jabber.ccc.de
 proxy65.jabber.autocom.pl
 proxy.jabber.cd.chalmers.se
2006-03-25 20:29:29 +00:00
Dimitur Kirov
2abcc07f81 remove useless option and incorrect proxies
Svn users, please update your proxy list:
proxy.jabber.org
proxy.netlab.cz
transfer.jabber.freenet.de
2006-03-25 20:14:10 +00:00
Yann Leboulanger
1fafe3b08c handle correctly resources in queue of events. Fixes #1706 2006-03-25 17:05:54 +00:00
Nikos Kouremenos
ac8c6a06aa name the default theme GTK+ and not system so a KDE or Windows user is not confused and generally better name. make it default 2006-03-25 10:47:41 +00:00
Dimitur Kirov
41c0ae46c6 plain become system, because we use system
colors, make 'system' them default:wq
2006-03-25 01:43:39 +00:00
Yann Leboulanger
3275bb9f9b workaround for ejabberd bug: it returns disco#info without an indentity. JEP0030 says it's a MUST. We can now browse online / all / offline users. Fixes #865 2006-03-25 00:46:42 +00:00
Dimitur Kirov
c9bdf56da7 show can be 'error' too 2006-03-24 23:50:26 +00:00
Yann Leboulanger
ac0f22887e fix GC logs: when we create a new room, we call get_last_date_that_has_logs(), which call get_jid_jid, which create a new id for the room, but with type = JID_NORMAL_TYPE instead of JID_ROOM_TYPE. It's now fixed 2006-03-24 18:46:48 +00:00
Yann Leboulanger
22959b6c4c typo 2006-03-24 13:44:26 +00:00
Yann Leboulanger
f8db75e255 New metacontact way. JEP is not published yet, but I talked with the author. Old metacontact info are removed automaticaly 2006-03-24 12:55:56 +00:00
Dimitur Kirov
1f85960c64 #1735 don't stop completed transfer 2006-03-23 00:11:50 +00:00
Dimitur Kirov
be25f1b8ac missing import 2006-03-22 16:36:56 +00:00
Dimitur Kirov
92691fa6f6 disconnect transfers for contact which goes
offline
2006-03-21 23:43:26 +00:00
Dimitur Kirov
3f0ac6b3d9 fix imports 2006-03-21 15:57:44 +00:00
Nikos Kouremenos
eca21781cb fix len to not take into account the extension (we pass full filename anyways) 2006-03-21 13:57:02 +00:00
Nikos Kouremenos
b3bf080e6f intro helpers.sanitize_filename() to make sure we do not run, use it where it is appropriate 2006-03-21 13:55:22 +00:00
Dimitur Kirov
7418be2323 remove ft_proxies_cache option, not used
anymore, replaced by proxy65_manager
2006-03-20 23:33:53 +00:00
Dimitur Kirov
5a1ff6a4d2 discover proxy transport for server (#803) 2006-03-20 23:17:36 +00:00
Dimitur Kirov
c16167025c disconnect pending proxy resolve actions when
account is disconnected from server
2006-03-20 22:09:16 +00:00
Dimitur Kirov
7165a72157 error_cb is sent to proxy jid, instead of proxy
name, add one more proxy (jabber.freenet.de)
2006-03-20 21:48:14 +00:00
Dimitur Kirov
ae33330ac6 send fake activate stanza to assert that proxy
works correctly
2006-03-20 21:24:10 +00:00
Nikos Kouremenos
1f43ebfeb3 [jim++] fix logic for ft popup. fixes #1393 2006-03-20 17:25:45 +00:00
Nikos Kouremenos
131d0de955 hint user about what could be wrong 2006-03-19 21:21:16 +00:00
Dimitur Kirov
b90e546927 proxy65_manager resolves socks5 proxies at gajim
startup and account login
2006-03-19 20:43:30 +00:00
Dimitur Kirov
8d15ac84be restored send_stanza, needed by xml console 2006-03-19 16:53:17 +00:00
Nikos Kouremenos
85fbcb79e9 fix tb 2006-03-19 14:59:17 +00:00
Dimitur Kirov
540103f381 arranged some methods from connection.py in
classes defeined in connection_handlers.py
2006-03-19 14:54:00 +00:00
Yann Leboulanger
96dcb1bd0c chatstate colors are now configurable in manage theme window. Fixes #1568 2006-03-18 22:40:26 +00:00