Commit graph

1440 commits

Author SHA1 Message Date
Dimitur Kirov
d6fee1ea49 added missing argument to NBCommonClient call 2006-02-06 11:28:05 +00:00
Dimitur Kirov
c3ef6cfbbc I'm losing the logic of this condition, but
this is a copy of the original, so it should
work
2006-02-06 10:00:23 +00:00
Dimitur Kirov
7815fe8219 use glib current time instead of time.time() 2006-02-06 00:36:33 +00:00
Dimitur Kirov
f52144c803 socks5 classes now use Gajim idlequeue
still there are several TODOs
2006-02-06 00:11:45 +00:00
Dimitur Kirov
8df5e7efce two small errors on win 2006-02-05 15:31:31 +00:00
Yann Leboulanger
89d2420473 typo 2006-02-05 10:19:36 +00:00
Travis Shirk
ec03a1d853 Added name='Gajim' to disco identity 2006-02-04 20:27:17 +00:00
Yann Leboulanger
5344bd3ff5 we now reply when someone discover us 2006-02-04 13:47:29 +00:00
Dimitur Kirov
2525fef3a8 added comments, reverted to popen and print
some error messages about invalid arguments
2006-02-04 00:13:12 +00:00
Dimitur Kirov
ec1d354c80 use old select.select for polling on win-gtk2.8
untill there is a stable 2.8 version
2006-02-03 22:54:05 +00:00
Dimitur Kirov
b4b810f465 don't close stdin in Popen on win32, because it
causes a TB when gajim is started from
noninterractive shels like idle (fixes #1506)
2006-02-03 22:52:47 +00:00
Yann Leboulanger
327f07c6aa catch traceback when decoding avatar. Fixes #1470 2006-02-03 12:32:18 +00:00
Dimitur Kirov
f62db4acfe Switched to non-blocking connections.
Removed threads and mutexes in connection.py
and gajim.py.
Add resolver through nslookup command, removed
dnspython and pydns (for now).
2006-02-03 12:17:34 +00:00
Travis Shirk
40211a41c7 ACE option to trun off having the Esc key close a control. Vi users do this by habit,
and it sucks losing a well thought out message.
2006-02-03 07:32:44 +00:00
Nikos Kouremenos
f529f0364a revert accidental commit of common/helpers.py 2006-02-03 01:17:03 +00:00
Nikos Kouremenos
19bab6832e also commit glade file 2006-02-03 01:15:03 +00:00
Nikos Kouremenos
65c8646e2e spaces and stuff 2006-02-02 23:44:09 +00:00
Yann Leboulanger
7313d38e1a continue connecting even if server doesn't support JEP49 (Private XML Storage). Fixes #1499 2006-02-02 06:57:37 +00:00
Yann Leboulanger
96e5a18703 typo 2006-02-01 23:04:04 +00:00
Yann Leboulanger
751299c0a1 use pkg-config xscrnsaver in correct Makefile, thx Dawid 2006-02-01 23:02:57 +00:00
Yann Leboulanger
f22b455da8 when we remove a contact that has subcontacts or is a subcontact, update meta contacts info stored on the server 2006-01-31 21:59:12 +00:00
Nikos Kouremenos
9f4753cc06 do not add http:// in urls. fixes #1493 2006-01-31 21:13:46 +00:00
Yann Leboulanger
9b29bbe324 prevent TB 2006-01-30 17:23:18 +00:00
Yann Leboulanger
b8243fd45b prevent to return None in get_children_contacts 2006-01-29 17:56:39 +00:00
Yann Leboulanger
ec927d3a4b We can now add and remove meta contacts by drag and drop from same group 2006-01-26 23:20:27 +00:00
Nikos Kouremenos
3dee7e4be4 rm a line commited by mistake 2006-01-26 12:53:25 +00:00
Yann Leboulanger
4f21775305 we can now get meta contacts from server and display them 2006-01-26 11:23:15 +00:00
Nikos Kouremenos
33b9218ba1 do not hardcode white in roster themes 2006-01-25 23:47:15 +00:00
Nikos Kouremenos
fb4682d0f2 better varnames; use range() 2006-01-25 13:34:02 +00:00
Nikos Kouremenos
29fef124a2 default msg window w and h is in glade now 2006-01-25 13:27:23 +00:00
Travis Shirk
a63132500b Pass account to window/control lookup methods 2006-01-25 02:43:55 +00:00
Yann Leboulanger
1d49a10c58 remove old FIXME 2006-01-24 22:34:45 +00:00
Yann Leboulanger
c6dadfbab2 Ignore message from room in which we are not. Fixes #1325 2006-01-23 12:10:25 +00:00
Nikos Kouremenos
107468b0d3 catch icq. and icq but not icqsucks.org as jid that relates with transport. thx to knuckles for the idea 2006-01-21 23:40:54 +00:00
Yann Leboulanger
a78ad2ff45 recognize correctly gc invitation. Fixes #1366 2006-01-21 22:12:13 +00:00
Yann Leboulanger
8458730327 [Campey] handle optional muc bookmark tags. Fixes #1438 2006-01-21 22:02:00 +00:00
Yann Leboulanger
89bf45a2c6 when wrong GPG passphrase is entered, we re-ask to user twice. Fixes [1410] 2006-01-21 21:19:14 +00:00
Yann Leboulanger
97378c63ed [Campey] We can now position the old-style popup window 2006-01-21 21:11:29 +00:00
Nikos Kouremenos
912207c098 get_actor --> get_name_from_jid so it is visible it is on gajim level and not on xmppy (lower) lever 2006-01-20 17:50:01 +00:00
Nikos Kouremenos
bbc42cc115 [knuckles] refactor API about notifications so we do not dup code allover 2006-01-20 17:40:45 +00:00
Nikos Kouremenos
29d49b44c2 autodetect_browser_mailer is defaulted to False so Gajim starts up faster 2006-01-20 13:54:02 +00:00
Norman Rasmussen
f0adbc9892 fixed line endings 2006-01-20 13:23:38 +00:00
Yann Leboulanger
2dc4eb3f21 [campey] not in the roster -> Not in Roster. Fixes #1054 2006-01-19 21:55:01 +00:00
Nikos Kouremenos
c9d98a9494 use helper func and do 80 margin 2006-01-19 09:50:53 +00:00
Nikos Kouremenos
e556473f29 You not User 2006-01-18 23:50:21 +00:00
Nikos Kouremenos
9e08e1d597 docstrings use single quote 2006-01-18 23:04:31 +00:00
Nikos Kouremenos
1c5eab53d3 [knuckles] GMail notifications now always work and are enabled on gajim startup 2006-01-18 22:54:07 +00:00
Yann Leboulanger
3e68f5c86d we can now see and modify reason in ban list 2006-01-18 22:52:27 +00:00
Norman Rasmussen
d5842b8e81 fixed import 2006-01-18 21:03:29 +00:00
Norman Rasmussen
65f67a7a04 upstream updates 2006-01-18 20:46:29 +00:00