Yann Leboulanger
e85c373a95
don't take into account chatstate when message is delayed (offline message, ...). Fixes #1294
2006-02-21 09:52:55 +00:00
Yann Leboulanger
050cffac8a
add default local lang to LANG environment variable. Fixes #1324
2006-02-21 09:34:34 +00:00
Yann Leboulanger
3317383918
put contact in observer group when we remove it but let him see our status. Fixes #1494
2006-02-20 22:08:02 +00:00
Yann Leboulanger
76a3bbaf25
icon name is not in roster
2006-02-20 13:08:45 +00:00
Yann Leboulanger
4415d770fc
not_in_the_roster.png -> not_in_roster.png
2006-02-20 11:02:35 +00:00
Nikos Kouremenos
105616cfc3
sasl not support msg using debug. Dimitur, maybe it is time to remove blocking versions from svn?
2006-02-19 20:50:59 +00:00
Dimitur Kirov
e748ad7990
make sure data tuple is deleted
2006-02-18 10:16:34 +00:00
Dimitur Kirov
32bfde61e2
faster CharacterDataHandler in NodeBuilder
2006-02-18 02:08:49 +00:00
Dimitur Kirov
eacf5fb900
revert to self.DEBUG when SASL is not supported
2006-02-18 00:01:39 +00:00
Nikos Kouremenos
967d278541
[jim++] sound events show in UI as translatable nice words. [me] refactor the whole thing
2006-02-16 15:21:34 +00:00
Dimitur Kirov
11fedebb08
bad var name
2006-02-16 08:59:28 +00:00
Nikos Kouremenos
f08ea56cc9
rm self we are not in the class alright. thx jjkobra for noticing
2006-02-15 21:45:20 +00:00
Nikos Kouremenos
cb6f163f02
VCARDPATH --> VCARD_PATH
2006-02-15 10:44:41 +00:00
Nikos Kouremenos
036de12230
generalize into a func creating paths
2006-02-15 10:42:40 +00:00
Nikos Kouremenos
051bff60c7
[jim++] create paths correctly. fixes #1542
2006-02-15 10:35:13 +00:00
Dimitur Kirov
6b615a8d72
delete debug error message, which causes TB
...
to be printed
2006-02-14 18:13:20 +00:00
Dimitur Kirov
8448be52f5
paused and stalled states now work
2006-02-12 02:25:21 +00:00
Dimitur Kirov
f84e410e5b
plug_idle can have readable and writable False
...
in this case we wait only for close events
2006-02-12 02:23:20 +00:00
Dimitur Kirov
7576bb4f3e
shutdown the reading and writing side of the
...
socket and close it, when we disconnect
2006-02-12 02:21:18 +00:00
Dimitur Kirov
81873919c5
remove error debug statement,use stderr instead
...
isinstance, instead of __class__.__name__
2006-02-11 21:49:17 +00:00
Dimitur Kirov
29ab60eaa7
add connect timeout and reconnect to
...
some other streamhosts when already
established connection has failed
2006-02-11 21:32:48 +00:00
Dimitur Kirov
19ee5917bf
try to reconnect when socket error
...
is raised during data receiving
2006-02-11 21:30:04 +00:00
Dimitur Kirov
79d39ac119
remove fd from selector and timeouts
...
when pollend event is raised
2006-02-11 21:27:44 +00:00
Nikos Kouremenos
3d21947e2a
set home folder as default folder for fchooser and set nice title on fchooser
2006-02-10 16:12:16 +00:00
Nikos Kouremenos
2c7999af67
typo
2006-02-10 13:19:02 +00:00
Nikos Kouremenos
c1c48d9210
ask locale module to do the job of detecting LANG; this now works in Windows. thanks Stian for testing
2006-02-10 13:18:33 +00:00
Nikos Kouremenos
9acbb49937
let python decide the TMP path
2006-02-10 13:03:32 +00:00
Travis Shirk
9f1032c6e1
Updated comment
2006-02-08 02:26:54 +00:00
Yann Leboulanger
59e6377546
follow RFC 3921 section 8 for subscription. This also fixes #1400
2006-02-07 23:11:24 +00:00
Dimitur Kirov
e0d8b0c3dc
unnecessary purge of variables
2006-02-07 08:46:00 +00:00
Dimitur Kirov
85ba371288
if host is invalid to not start
2006-02-07 08:34:20 +00:00
Nikos Kouremenos
c9ef415ecc
fill search results listview; todo: operate on results
2006-02-06 20:34:06 +00:00
Yann Leboulanger
4372ed7fe4
typo. Fix #1521
2006-02-06 18:21:40 +00:00
Yann Leboulanger
6ceb13430b
remove files from AVATAR_PATH when contacts changes his avatar or removes it
2006-02-06 16:04:55 +00:00
Yann Leboulanger
693270cf5b
wax size for avatar in tooltip: 125x125 by default
2006-02-06 13:42:23 +00:00
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
Yann Leboulanger
fc1d6ff280
also save avatar file when sha has not changed but we don't have avatar file on HD, see #1246
2006-01-18 16:31:35 +00:00
Nikos Kouremenos
17f9fdabae
fix a typo and make sure not matter what we do not add dead server. TODO: (and also HOWTODO :)) rm from 0.9 config when we run 0.10
2006-01-17 23:08:35 +00:00
Nikos Kouremenos
e4163ab5b9
remove dead server
2006-01-17 22:53:23 +00:00
Nikos Kouremenos
a9727e39db
[knuckles] GMail notification now shows number of messages and if clicked opens inbox and all that :)
2006-01-17 20:23:36 +00:00
Nikos Kouremenos
8516a7a094
[dakilla] fix overl00k
2006-01-17 14:36:17 +00:00
Nikos Kouremenos
b020492de6
notif AVATAR_PATH
2006-01-17 11:20:55 +00:00
Yann Leboulanger
f9376d6985
save avatar images only when sha change
2006-01-17 09:21:32 +00:00
Yann Leboulanger
bab21aaf56
[knuckles] improved popup notification to show avatar
2006-01-17 09:01:59 +00:00
Yann Leboulanger
cea64c05df
we can now remove jid from affiliation lists ( #530 )
2006-01-17 08:05:02 +00:00
Yann Leboulanger
864b82e9e4
We can now see affiliation list (ban, admin, ...), edit it will come (beginning of #530 )
2006-01-16 11:16:06 +00:00
Yann Leboulanger
e0b5b420b5
There are 2 ways to receive group chat subject, handle both. Fixes #1332
2006-01-15 13:35:29 +00:00
Travis Shirk
f01c0eac85
Label string fix for #1054
2006-01-14 22:08:52 +00:00
Travis Shirk
9e8163774d
Implement section 9.4 of RFC 3921, subscription ack'ing. Closes #1327
2006-01-13 05:07:09 +00:00
Nikos Kouremenos
487defe8e3
it is setence. so mark it for transl
2006-01-12 23:05:25 +00:00
Nikos Kouremenos
3c50094afa
we now show avatar instead of general contact img for online/offline
2006-01-12 22:48:49 +00:00
Yann Leboulanger
d52bf25ba2
[bacek] JEP 0012 support (Last activity), thx !
2006-01-12 18:15:08 +00:00
Travis Shirk
1689ae3783
Window positioning/sizing, closes #1260
2006-01-12 05:45:30 +00:00
Yann Leboulanger
b6a171eeb6
function to update 0.9[.1] config file to 0.10
2006-01-11 12:18:32 +00:00
Yann Leboulanger
7869571662
one_message_window default to always
2006-01-11 08:44:38 +00:00
Yann Leboulanger
d2ab3031f1
contact.name can now be empty. So use contact.get_shown_name() that returns a user friendly name
2006-01-10 18:30:57 +00:00
Travis Shirk
0da89c3996
/me works, room subject ellipses, and ui update fixes
2006-01-10 01:47:24 +00:00
Travis Shirk
a6bdc39d5d
Private message bug fixes
2006-01-08 23:14:50 +00:00
Travis Shirk
460ac48ec4
Chatstate fixes and merged revisions 5054,5059-5060 via svnmerge from
...
svn://svn.gajim.org/gajim/trunk
........
r5054 | nicfit | 2006-01-07 22:06:08 -0700 (Sat, 07 Jan 2006) | 2 lines
typo fix
........
r5059 | asterix | 2006-01-08 10:03:32 -0700 (Sun, 08 Jan 2006) | 2 lines
remove the Gmail option from GUI, it's only in ACE. fixes #883
........
r5060 | asterix | 2006-01-08 12:14:19 -0700 (Sun, 08 Jan 2006) | 2 lines
the Contact.jid returned by contact_from_gc_contact() function is the fake jid, even if we know the real jid. this means pm windows are index by the fake jid (gajim.interface.instances[account]['chats'][FAKE_JID])
........
2006-01-08 20:32:39 +00:00
Travis Shirk
e53e786182
Trying to fix PM regression since merge
2006-01-08 07:50:26 +00:00
Travis Shirk
ad087f10c4
Use contacts.py from trunk and bug fix
2006-01-08 05:27:36 +00:00
Travis Shirk
c033a670d1
Merged revisions 5044-5051 via svnmerge from
...
svn://svn.gajim.org/gajim/trunk
........
r5044 | asterix | 2006-01-07 17:17:05 -0700 (Sat, 07 Jan 2006) | 2 lines
open the vcard on the real jid in gc if we know it
........
r5045 | asterix | 2006-01-07 17:23:33 -0700 (Sat, 07 Jan 2006) | 2 lines
use real jid when we open a pm message if we know it
........
r5046 | asterix | 2006-01-07 17:27:38 -0700 (Sat, 07 Jan 2006) | 2 lines
get contact from the self.contacts so that even if it's pm we get a Contact instance
........
r5047 | asterix | 2006-01-07 17:30:58 -0700 (Sat, 07 Jan 2006) | 2 lines
don't ask vcard when we get an error presence
........
r5048 | asterix | 2006-01-07 17:39:05 -0700 (Sat, 07 Jan 2006) | 2 lines
fix logic in contacts.add_contact() function
........
r5049 | asterix | 2006-01-07 18:08:21 -0700 (Sat, 07 Jan 2006) | 2 lines
do not use underline in join_gc menu
........
r5050 | asterix | 2006-01-07 18:12:09 -0700 (Sat, 07 Jan 2006) | 2 lines
don't use underline in all menus that contact an account name
........
r5051 | asterix | 2006-01-07 18:18:16 -0700 (Sat, 07 Jan 2006) | 2 lines
add an ACE option to hide the avatar in tabbed chat window
........
2006-01-08 05:05:16 +00:00
Travis Shirk
eb27dbe61a
Implemented #1260
2006-01-08 04:31:02 +00:00
Travis Shirk
fada255296
groupchat_window completely merged
2006-01-07 22:53:46 +00:00
Travis Shirk
5c53bdbee6
Merged revisions 5030-5031,5033-5038 via svnmerge from
...
svn://svn.gajim.org/gajim/trunk
........
r5030 | asterix | 2006-01-07 10:04:18 -0700 (Sat, 07 Jan 2006) | 2 lines
when we add a bookmark, we add our nick by default
........
r5031 | nicfit | 2006-01-07 10:24:50 -0700 (Sat, 07 Jan 2006) | 2 lines
Grammatical fix
........
r5033 | asterix | 2006-01-07 11:36:56 -0700 (Sat, 07 Jan 2006) | 2 lines
cell_renderer_image now take in argument the index of the column and the index in the model
........
r5034 | asterix | 2006-01-07 11:37:28 -0700 (Sat, 07 Jan 2006) | 2 lines
typo
........
r5035 | asterix | 2006-01-07 11:38:18 -0700 (Sat, 07 Jan 2006) | 2 lines
don't show header in emoticonManager so that cellrenderer correctly compute the area to redraw
........
r5036 | asterix | 2006-01-07 11:39:41 -0700 (Sat, 07 Jan 2006) | 2 lines
prevent a TB
........
r5037 | nicfit | 2006-01-07 13:26:08 -0700 (Sat, 07 Jan 2006) | 2 lines
Increment later
........
r5038 | nicfit | 2006-01-07 13:29:05 -0700 (Sat, 07 Jan 2006) | 2 lines
Fixed syntax error
........
2006-01-07 20:47:06 +00:00
Travis Shirk
f66c5c5b95
Groupchat shutdown with per room ignore options, see:
...
http://www.jabber.no/gajim@conference.jabber.no/2006/1/7.html
2006-01-07 20:43:05 +00:00
Travis Shirk
f52afdcbe8
Merged revisions 5017-5020,5022-5029 via svnmerge from
...
svn://svn.gajim.org/gajim/trunk
........
r5017 | asterix | 2006-01-06 01:55:51 -0700 (Fri, 06 Jan 2006) | 2 lines
use escape for pango markup
........
r5018 | asterix | 2006-01-06 02:21:39 -0700 (Fri, 06 Jan 2006) | 2 lines
missing new contacts function
........
r5019 | asterix | 2006-01-06 11:03:07 -0700 (Fri, 06 Jan 2006) | 2 lines
handle the click on toggle_gpg_encryption menuitem
........
r5020 | asterix | 2006-01-06 11:14:14 -0700 (Fri, 06 Jan 2006) | 2 lines
use the saved size even if a chat window is already opened
........
r5022 | asterix | 2006-01-07 03:43:47 -0700 (Sat, 07 Jan 2006) | 2 lines
we can now resume filetransfert
........
r5023 | asterix | 2006-01-07 03:56:31 -0700 (Sat, 07 Jan 2006) | 2 lines
[Knuckles] Google E-Mail Notification
........
r5024 | asterix | 2006-01-07 04:02:16 -0700 (Sat, 07 Jan 2006) | 2 lines
better string
........
r5025 | asterix | 2006-01-07 04:14:32 -0700 (Sat, 07 Jan 2006) | 2 lines
fix a TB
........
r5026 | asterix | 2006-01-07 05:36:55 -0700 (Sat, 07 Jan 2006) | 2 lines
we can now drag a file on a contact in the roster to send him a file
........
r5027 | asterix | 2006-01-07 06:26:28 -0700 (Sat, 07 Jan 2006) | 2 lines
contact.groups is always a list, even if emtpy
........
r5028 | asterix | 2006-01-07 06:54:30 -0700 (Sat, 07 Jan 2006) | 2 lines
make all buttons insensitive on a category row in disco
........
r5029 | asterix | 2006-01-07 07:19:25 -0700 (Sat, 07 Jan 2006) | 2 lines
auto open groupchat configuration window when we create a new room
........
2006-01-07 17:25:35 +00:00
Travis Shirk
2a5b0afc44
More groupchat goodness
2006-01-06 06:59:55 +00:00
Travis Shirk
58f2d03dd3
Groupchat roster work
2006-01-06 03:36:07 +00:00
Travis Shirk
c4f4da5aef
Tracking trunk changes:
...
Merged revisions 5008-5011 via svnmerge from
svn://svn.gajim.org/gajim/trunk
........
r5008 | asterix | 2006-01-05 12:55:22 -0700 (Thu, 05 Jan 2006) | 2 lines
new_chat must be called with a Contact instance instead of GC_Contact
........
r5009 | asterix | 2006-01-05 12:56:35 -0700 (Thu, 05 Jan 2006) | 2 lines
use new contacts functions in common/gajim.py
........
r5010 | asterix | 2006-01-05 12:59:06 -0700 (Thu, 05 Jan 2006) | 2 lines
get_first_contact_from_jid doesn't return a GC_Contact instance
........
r5011 | asterix | 2006-01-05 12:59:35 -0700 (Thu, 05 Jan 2006) | 2 lines
check correctly if a contact leaves the groupchat
........
2006-01-06 02:20:38 +00:00
Travis Shirk
893f15aeee
Working on GroupchatControl
2006-01-05 05:51:28 +00:00
Travis Shirk
757ed426e3
Merged revisions 4987-4989,4991-4996,4999,5003 via svnmerge from
...
svn://svn.gajim.org/gajim/trunk
........
r4987 | nk | 2006-01-03 04:00:51 -0700 (Tue, 03 Jan 2006) | 1 line
commit 48x48 transport online/offline imgs by Grenshad (I pngcrushed them)
........
r4988 | nk | 2006-01-03 04:32:01 -0700 (Tue, 03 Jan 2006) | 1 line
icon in notification window not always jabber now. MSN if he uses msn etc. thanks stian barmen for helping me test
........
r4989 | nk | 2006-01-03 04:40:44 -0700 (Tue, 03 Jan 2006) | 1 line
all strings I got report about them, are not translatable; pot/po update
........
r4991 | asterix | 2006-01-03 08:08:21 -0700 (Tue, 03 Jan 2006) | 2 lines
don't remove the jid entry in _contacts[account] when we remove a contact
........
r4992 | asterix | 2006-01-03 08:18:30 -0700 (Tue, 03 Jan 2006) | 2 lines
fix logic
........
r4993 | asterix | 2006-01-03 09:04:14 -0700 (Tue, 03 Jan 2006) | 2 lines
a GC_Contact can have a resource if we knoe his real JID
........
r4994 | asterix | 2006-01-03 09:32:58 -0700 (Tue, 03 Jan 2006) | 2 lines
missing argument in create_gc_contact
........
r4995 | asterix | 2006-01-03 10:36:41 -0700 (Tue, 03 Jan 2006) | 2 lines
we save gc_contact vcard instance in instances[self.account]['infos'][Fake_jid]
........
r4996 | asterix | 2006-01-03 11:17:43 -0700 (Tue, 03 Jan 2006) | 2 lines
in DataForm, a field of type 'list-single' can have no <value> element. Create a default one in such a case to prevent TB
........
r4999 | asterix | 2006-01-04 05:52:26 -0700 (Wed, 04 Jan 2006) | 2 lines
prevent TB when we move a contact that was in no group
........
r5003 | asterix | 2006-01-04 09:03:42 -0700 (Wed, 04 Jan 2006) | 2 lines
handle correctly unlabeled option values in DataForms
........
2006-01-05 03:17:36 +00:00
Travis Shirk
b239d4ff00
History action, some chatstate stuff moved over, etc.
2006-01-02 01:23:40 +00:00
Travis Shirk
1360933ba9
Merged in trunk updates, including meta_contacts
...
Merged revisions 4951,4962-4969 via svnmerge from
svn://svn.gajim.org/gajim/trunk
........
r4951 | nk | 2005-12-30 16:50:36 -0700 (Fri, 30 Dec 2005) | 1 line
fixes in greek transl
........
r4962 | asterix | 2006-01-01 11:41:04 -0700 (Sun, 01 Jan 2006) | 2 lines
merge meta_contacts branch with trunk. Meta contacts are not in gajim yet, but framework is here. We now use gajim.contacts.many_functions() to handle contacts and groupchat_contacts.
........
r4963 | asterix | 2006-01-01 11:43:24 -0700 (Sun, 01 Jan 2006) | 2 lines
correct contacts file
........
r4964 | asterix | 2006-01-01 11:47:26 -0700 (Sun, 01 Jan 2006) | 2 lines
dict.remove() doesn't exists, it's del dict[]
........
r4965 | asterix | 2006-01-01 11:50:15 -0700 (Sun, 01 Jan 2006) | 2 lines
some missing commits from branch
........
r4966 | asterix | 2006-01-01 11:53:30 -0700 (Sun, 01 Jan 2006) | 2 lines
end of gc_contact.nick -> gc_contact.name
........
r4967 | asterix | 2006-01-01 12:05:59 -0700 (Sun, 01 Jan 2006) | 2 lines
new ACE option: send_sha_in_gc_presence that allow to send sha info in groupchat presences
........
r4968 | asterix | 2006-01-01 12:12:36 -0700 (Sun, 01 Jan 2006) | 2 lines
0.9.1-2 in debian that solve the group bug (commit [4924])
........
r4969 | asterix | 2006-01-01 12:31:13 -0700 (Sun, 01 Jan 2006) | 2 lines
typo
........
2006-01-01 20:06:26 +00:00
Travis Shirk
fc6af37467
Config updating, tab label markup abstraction, auto window sizing/positioning, window title
2005-12-31 06:27:22 +00:00
Travis Shirk
a52596266c
Merged trunk
2005-12-30 21:37:36 +00:00
Travis Shirk
1db1c7eddd
Configurartion code for one_window_type including mailing list comments
2005-12-29 01:31:47 +00:00
Travis Shirk
1b4bc0dedd
I guess glade provides hooks to internationalize the combobox values.
2005-12-28 03:26:41 +00:00
Travis Shirk
2b83445104
Added config proposed in email to the list
2005-12-28 03:20:11 +00:00
Nikos Kouremenos
3a9f9c8b11
fix strings; thanks to Stian Barmen for his attention to detail;thank another guy about search button I forgot his name
2005-12-27 21:03:02 +00:00
Nikos Kouremenos
af242e3840
ACE: roster_window_skip_taskbar
2005-12-27 20:27:02 +00:00
Nikos Kouremenos
0584c4bff1
almost impossible to fail
2005-12-26 18:38:05 +00:00
Nikos Kouremenos
7425e3f073
fix it correctly
2005-12-26 18:34:02 +00:00
Nikos Kouremenos
815e07771b
prevent a tb
2005-12-26 18:23:57 +00:00
Nikos Kouremenos
45b1493471
fix so we log muc messages [was broken only in svn]
2005-12-26 14:15:17 +00:00
Nikos Kouremenos
250e916318
check so we cannot fail
2005-12-26 13:36:55 +00:00
Nikos Kouremenos
6a1db9ea0f
should work now. wed plz test
2005-12-26 13:28:13 +00:00
Nikos Kouremenos
8a875bdb2c
do some crazy stuff on exception msg when exception object does not have errno attribute
2005-12-26 01:05:36 +00:00
Nikos Kouremenos
9385f1074f
[greblus] preferences window now can control the color of URLs
2005-12-25 23:48:08 +00:00
Yann Leboulanger
45ee0e9a75
revert wrong commit
2005-12-25 15:56:36 +00:00
Nikos Kouremenos
c91bb65b4b
say 0.9.1
2005-12-25 15:01:10 +00:00
Nikos Kouremenos
bfd50145c6
doing pychecker from once in a while, hurts noone
2005-12-25 14:44:37 +00:00
Yann Leboulanger
d3a13301e5
init logger vars when no log to migrate
2005-12-24 22:33:35 +00:00
Yann Leboulanger
2fce0a3bd3
fix last_history_line usage
2005-12-24 22:00:28 +00:00
Nikos Kouremenos
d956d1f19b
fix typo
2005-12-23 23:33:00 +00:00
Yann Leboulanger
ba0425e4dd
Jim] re-typo
2005-12-22 07:46:04 +00:00
Yann Leboulanger
6e00652aaf
[Jim] Typo
2005-12-22 07:38:05 +00:00
Yann Leboulanger
993c09ec70
catch correct exception when interrupt system call
2005-12-21 17:55:57 +00:00
Yann Leboulanger
ebccabf5da
[Jim] faster version of do_possible_mark_for_days_in_this_month()
2005-12-21 10:54:41 +00:00
Yann Leboulanger
c557a2c51b
[Sef] don't duplicate log lines in groupchat
2005-12-20 16:18:17 +00:00
Nikos Kouremenos
dc5a17385f
add some fixmes for bad strings
2005-12-19 22:07:05 +00:00
Nikos Kouremenos
9ac960c087
add missing header
2005-12-19 12:22:22 +00:00
Yann Leboulanger
323663132b
fix more interrupt system call
2005-12-17 23:07:13 +00:00
Yann Leboulanger
fd133716e3
if migration fails (python2.3 for ex) Gajim shows a dialog and exit
2005-12-15 12:03:57 +00:00
Yann Leboulanger
52d881c972
remove the check of line_already_in_db for gc_message that make gajim slow when joining a room
2005-12-14 18:23:40 +00:00
Nikos Kouremenos
b21424e1fa
ask kind which is always 1byte
2005-12-14 14:12:38 +00:00
Yann Leboulanger
8c77ec6433
SLELCT log_line_id instead of message when looking if log line is already in DB, so it's faster
2005-12-14 12:41:32 +00:00
Yann Leboulanger
f77d28407a
[nkour] don't logger groupchat messages that are older that now and already in logs
2005-12-13 07:39:20 +00:00
Nikos Kouremenos
062e1c5b2f
default to dcraven iconset
2005-12-12 15:12:15 +00:00
Nikos Kouremenos
cc76b95f9d
remove chekcing for dot
2005-12-12 15:11:51 +00:00
Yann Leboulanger
995590a0f1
don't remove account from Gajim if removal from server failed
2005-12-10 16:23:45 +00:00
Nikos Kouremenos
408ed03bd0
add a comment
2005-12-10 16:19:58 +00:00
Yann Leboulanger
8252529260
connect_and_init doesn't call init_roster anymore
...
fix the unregister_account bug
2005-12-10 13:58:09 +00:00
Nikos Kouremenos
0db94027c9
ignore errors on receiving non-utf8 data
2005-12-10 13:51:23 +00:00
Yann Leboulanger
612716e2db
change copyright from "Gajim Team" to real people
2005-12-09 23:30:28 +00:00
Yann Leboulanger
cae7ce3bac
"Gajim Team" in all hearders become "Contributors for this file"
2005-12-09 17:15:30 +00:00
Nikos Kouremenos
2b86fc98da
init_var ==> init_vars
2005-12-08 09:46:59 +00:00
Yann Leboulanger
34255e5682
Vincent left us a long time ago
2005-12-07 23:09:10 +00:00
Yann Leboulanger
5cf9141777
init logger variables after migration
2005-12-07 20:20:48 +00:00
Yann Leboulanger
43564ccefa
consider incomming messages without type as normal (single) messages
2005-12-07 16:09:03 +00:00
Nikos Kouremenos
9e85df37b1
remove last dot (which is RFC possiblity) the dnspython way. thank Bob Halley
2005-12-06 22:08:10 +00:00
Nikos Kouremenos
eb94b9632a
remove trailing whitespaces and fix coding styles etc and add a FIXME
2005-12-06 17:43:21 +00:00
Nikos Kouremenos
5868901824
dnspython target returns with dot in the end. catch and fix that; thanks della for helping me and reporting this
2005-12-06 17:37:54 +00:00
Nikos Kouremenos
881e1e3609
check for new version [one of the first thing I did for Gajim :)] is not needed anymore as most distros have us. remove it. this also means we can now update Changelog periodically in svn. YUPPIE!
2005-12-06 00:09:28 +00:00
Nikos Kouremenos
fa33b1ad30
until we find a way to detect snaps from releases revert a commit I did some weeks ago to assist Yann release .exe faster
2005-12-06 00:08:57 +00:00
Nikos Kouremenos
4f9404e8b2
migration is okay now if no ~/.gajim; also many other small fixes
2005-12-05 23:25:02 +00:00
Yann Leboulanger
d3a6163729
no need of global vars, prefer self.var
2005-12-05 17:22:50 +00:00
Nikos Kouremenos
f694ff70e1
try to fix a db locked that sometimes happens
2005-12-05 13:56:02 +00:00
Nikos Kouremenos
19dc3b9295
class is Migration
2005-12-05 11:44:28 +00:00
Yann Leboulanger
7050a346c7
typo
2005-12-05 11:39:51 +00:00
Yann Leboulanger
637c903d68
* when in common, no need to do from common import FOO, just import FOO
...
* we now migrate automaticaly at startup in a thread
* progressDialog now scroll textvew to the end
2005-12-05 11:13:08 +00:00
Yann Leboulanger
ed47580227
sha is now computed on the raw image data and not the base64 encoded data
2005-12-05 08:45:39 +00:00
Yann Leboulanger
4f53f2f769
typo: get -> get_per
2005-12-04 22:58:38 +00:00
Yann Leboulanger
140f03221f
take into account the no_log_for option
2005-12-04 22:23:41 +00:00
Nikos Kouremenos
5300975d31
typo
2005-12-02 19:59:39 +00:00
Yann Leboulanger
51dc8afb09
take into account only the accounts that are synced with global status to compute the global status (for status combobox)
2005-12-02 19:12:21 +00:00
Yann Leboulanger
f89c0c3baf
some cleanup in migration script
2005-12-02 17:24:55 +00:00
Nikos Kouremenos
42487409b3
ACE: hide_avatar_of_transport
2005-12-02 13:10:02 +00:00
Nikos Kouremenos
6e22a369ee
add tlen, fix gadu gadu to gg, and use dot because ggore@jabber.FOO can exist
2005-12-02 13:08:58 +00:00
Yann Leboulanger
796b26883d
remove some line that were for tests
2005-12-02 11:20:25 +00:00
Yann Leboulanger
e692624e2c
Gajim now ask if we want to migrate at startup
2005-12-02 11:18:00 +00:00
Nikos Kouremenos
7a0c0311db
rm unused var
2005-12-01 17:50:45 +00:00
Yann Leboulanger
54e47436e3
add an exceptions file that contain our custom exceptions
2005-12-01 17:16:53 +00:00
Nikos Kouremenos
e162e5daed
select last day we have logs for in history browser
2005-11-30 21:56:42 +00:00
Nikos Kouremenos
c9cc45a7cc
work with special tigris build that workarounds vs bug on .svn; eg look for _svn too
2005-11-30 18:48:58 +00:00
Yann Leboulanger
cec9b1e861
send offline status to gc before we disconnect
2005-11-30 17:54:34 +00:00
Yann Leboulanger
d58f380842
emmit SIGNED_IN when needed (when we connect)
2005-11-30 17:46:36 +00:00
Nikos Kouremenos
28fe6a06d3
less columns in history. TODO: fill name for not groupchat
2005-11-30 17:30:58 +00:00
Norman Rasmussen
786da12472
http://cvs.sourceforge.net/viewcvs.py/xmpppy/xmpppy/xmpp/auth.py
...
Wed Oct 26 08:45:22 2005 UTC by snakeru
Fixed SASL bug on win32 platform. (Thanks to Martin Thomas)
2005-11-30 17:08:45 +00:00
Nikos Kouremenos
164f45ecf4
remove a wrong comment; enrich a docstring
2005-11-30 14:16:26 +00:00
Nikos Kouremenos
8522d1bd22
try to fix a MAJOR TB. maybe simple dispatch jid should be stripped too. I dont know. Yann?
2005-11-30 13:59:16 +00:00
Travis Shirk
fb4e8f254d
SASL challenges that have '=' in a value can now be parsedr; '=' in a base-64 encoded nonce is rather common
2005-11-29 20:27:57 +00:00
Yann Leboulanger
820dae2642
1) we can't receive our vcard empty
...
2) write an empty file for empty vcards so that they are not asked at each gajim startup
2005-11-29 20:17:51 +00:00
Nikos Kouremenos
f9ecc9e456
fix typo
2005-11-29 18:31:45 +00:00
Nikos Kouremenos
e542fff69f
searching in history is in. not yet 100% functionality
2005-11-29 14:41:01 +00:00
Nikos Kouremenos
dfb9d92619
exclude kind gcstatus/status rather than ask for rest of statuses
2005-11-29 13:18:21 +00:00
Yann Leboulanger
14c7d7f891
when we ask if date has message, don't take into account status messages
2005-11-29 12:06:29 +00:00
Nikos Kouremenos
17034b654a
remove a fixme; remove old and replace with that we really mean by old, so we do not get confused with date
2005-11-29 10:16:31 +00:00
Travis Shirk
253df9cd45
state_unread_color no longer needed.
2005-11-29 04:03:16 +00:00
Yann Leboulanger
e7d7200e04
translate theme when we upgrade config file and check be sure that the current roster_theme exists
2005-11-28 22:12:46 +00:00
Yann Leboulanger
4fd5ed93ae
log status message is now False by default
2005-11-28 21:15:23 +00:00
Nikos Kouremenos
567ce86ec1
remove a var, use hasattr
2005-11-28 18:18:29 +00:00
Nikos Kouremenos
313f4c8c94
fix logic
2005-11-28 17:56:57 +00:00
Nikos Kouremenos
a64709b7a4
prevent the right way bad show to crash us; add comment on special treatment of show is None in *status events
2005-11-28 17:34:43 +00:00
Yann Leboulanger
d38883a92a
don't try to log presence when show in unknown
2005-11-28 16:41:34 +00:00
Yann Leboulanger
258c0541e0
when we receive an empty vcard, we send an empty vcard to the interface so that it knows it arrived
2005-11-28 16:26:19 +00:00
Nikos Kouremenos
af9f4afe0c
ask sql to do the timeout check
2005-11-27 17:33:57 +00:00
Yann Leboulanger
8f986b6d21
take into account the restore_line_timeout option
2005-11-27 16:59:39 +00:00
Yann Leboulanger
c3670ea4eb
when a message a no type, we must consider it as type=normal as explained in RFC3921
2005-11-27 15:45:54 +00:00
Nikos Kouremenos
8734c5f2cb
SIGN_IN --> SIGNED_IN
2005-11-27 12:42:42 +00:00
Yann Leboulanger
21116c221e
create a new SIGN_IN event that is emitted when we sign in
2005-11-27 12:29:30 +00:00
Nikos Kouremenos
31c29fb56a
in theory this waits up until 20 seconds before raising locked
2005-11-27 12:22:07 +00:00
Nikos Kouremenos
98e66332ee
restore last lines for correct jid
2005-11-26 22:02:07 +00:00
Nikos Kouremenos
b47ac0c0b9
do not die if hd is full; also remove not used method
2005-11-26 15:21:52 +00:00
Nikos Kouremenos
c311183d57
fix so we mark new jids if they are room as room-type
2005-11-26 00:03:09 +00:00
Nikos Kouremenos
7ad4ff2878
remove two prints we do not need
2005-11-25 23:25:41 +00:00
Nikos Kouremenos
caade489ee
new db design and improved migration script. if you ran before the migration please remove you old logs.db as it is incompatible with the new one and rerun migration if you care about old logs. a print on show is on purpose, bonus of the first to traceback and give us the value of show that causes the tb. yea svn got unstable these days. sorry about that but big changes
2005-11-25 23:23:25 +00:00
Nikos Kouremenos
378555434a
history window for old days is ok now
2005-11-25 22:13:39 +00:00
Nikos Kouremenos
89952468ef
various fixes in previous commit
2005-11-24 21:11:44 +00:00
Yann Leboulanger
a6643b103b
print an error and don't crash when we get a non-RFC-complient jid
2005-11-24 21:05:18 +00:00
Nikos Kouremenos
8c3d0c8014
remove 2 prints
2005-11-24 18:52:26 +00:00
Nikos Kouremenos
eb1c72921c
fix so we store send stuff in the same place we store recv stuffed. todo: we need one more column in jids table called type_of_msg to store tc or gc and then migration needs fixing. this means people who migrated will have to migrate again by first removing the current log db. this also means until migration script is ready and after the migration u did logs will be lost
2005-11-24 18:29:45 +00:00
Nikos Kouremenos
fb07453d57
initial stuff at mark day that has logs. atm it is slow and has some bugs I will fix soon. I commit this nonetheless
2005-11-24 01:39:47 +00:00
Nikos Kouremenos
ccdea9dfb7
fix calendar to return only the date asked
2005-11-24 00:26:01 +00:00
Nikos Kouremenos
97371d384c
ACE: restored_messages_color. you can now configure from grey to blue, red, green whatever you like
2005-11-24 00:17:28 +00:00
Nikos Kouremenos
359824bec1
add ACE log_contact_status_changes and expose to UI in advanced tab in misc. this replaces the previous options and imo is good to expose to that place (used to have log-related stuff)
2005-11-23 23:28:26 +00:00
Nikos Kouremenos
d958bcf521
typo
2005-11-23 19:21:46 +00:00
Nikos Kouremenos
d9cc33cf26
log system rewrite to use sqlite database instead of plain ascii files. this allows us to scale better (be faster), provide search in history, and save logs for JIDs that are non-ASCII. PLEASE read http://trac.gajim.org/wiki/MigrateLogToDot9DB
2005-11-23 19:12:52 +00:00
Yann Leboulanger
767dc426ed
add comment in xmpp_stringprep
2005-11-23 18:36:07 +00:00
Yann Leboulanger
c9ad61044d
awaiting_events now keep resource of sender when event_type is chat or normal
2005-11-23 18:15:24 +00:00
Yann Leboulanger
c511a31038
list-multi are now handled in DataForm
2005-11-22 23:10:08 +00:00
Travis Shirk
d17fac8e53
Fix a TB; closes #1139
2005-11-22 20:09:47 +00:00
Nikos Kouremenos
648a862811
remove some deprecated log options
2005-11-22 15:01:10 +00:00
Nikos Kouremenos
68af3d51de
[juracy] fix for windows svn users
2005-11-22 14:46:37 +00:00
Nikos Kouremenos
203fd82b34
typo
2005-11-22 14:12:34 +00:00
Nikos Kouremenos
72e193c25c
decode using fs encoding
2005-11-22 11:56:16 +00:00
Nikos Kouremenos
d4ad6d8cb9
intoducing LOG_DB_PATH
2005-11-22 11:54:33 +00:00
Nikos Kouremenos
0c09ad2b30
some more strings for transl
2005-11-22 11:44:33 +00:00
Nikos Kouremenos
150cbce4e2
os.path. join in other places too
2005-11-22 11:39:32 +00:00
Nikos Kouremenos
3e9b8d6bd2
enormous cleanup in untested code
2005-11-22 10:56:25 +00:00
Nikos Kouremenos
47ee43568f
help Yann release faster when in Windoz
2005-11-21 19:12:16 +00:00
Nikos Kouremenos
7f599b8615
fix string
2005-11-21 16:50:28 +00:00
Yann Leboulanger
01b8de5b0c
also call _IqCB when we get registration result
2005-11-21 15:09:04 +00:00
Nikos Kouremenos
ce6233814d
[lorien420] if dbus is there, but notif-daemon is not running, use old style notifications. (I cannot test this as release of notif-daemon is not being listed even if it running). Lorie said devel is ok
2005-11-21 10:36:56 +00:00
Nikos Kouremenos
b66862d27e
minor
2005-11-21 10:34:10 +00:00
Nikos Kouremenos
9db3d26c1f
fix so uf_show works
2005-11-21 08:56:45 +00:00
Nikos Kouremenos
1b8b6a435e
optimize a bit (more to come)
2005-11-21 06:33:46 +00:00
Nikos Kouremenos
ca31a7f67a
history window now has a calendar; tons of cleanups, comments, better varnames and in general better quality of code; also a fixme for another day
2005-11-20 21:58:08 +00:00
Yann Leboulanger
6e593107e0
get_hostname_from_account can now return the srv_hostname
2005-11-20 13:27:37 +00:00
Nikos Kouremenos
2626b888b9
disco on custom hostanme if such thing is defined
2005-11-20 12:48:10 +00:00
Yann Leboulanger
068e93194d
[anonymous] catch exceptions in dnspython
2005-11-20 10:51:22 +00:00
Nikos Kouremenos
68dea5d9f3
respect users past choice
2005-11-19 22:03:58 +00:00
Nikos Kouremenos
a444fa63a9
use_dbus (too generic) to remote_control ACE and better desc, also fix method names
2005-11-19 21:45:34 +00:00
Yann Leboulanger
c283e7e92c
we can now handeled timeouts: when we don't receive registration info within 30 secondes, we show an information window
2005-11-19 19:33:11 +00:00
Nikos Kouremenos
109f599865
catch IOError on traceback.print_exc
2005-11-19 15:49:45 +00:00
Alex Mauer
0072034452
Allow configuration of the character appended in case of a nick
...
conflict.
2005-11-18 17:47:52 +00:00
Nikos Kouremenos
68b0f18402
iso15 is our last chance
2005-11-18 13:26:24 +00:00
Nikos Kouremenos
965e9cb8c7
running pychecker in some files and fixing cleaning up those errors/info that REALLY matter
2005-11-18 13:12:16 +00:00
Yann Leboulanger
97d1166be8
use decode_string in GnuPG
2005-11-18 12:22:33 +00:00
Nikos Kouremenos
2a791af792
decode_string()
2005-11-18 12:17:50 +00:00
Nikos Kouremenos
ff9f4384b3
roster avatars 32x32 by default
2005-11-16 23:10:48 +00:00
Nikos Kouremenos
75505422b1
or not and
2005-11-16 21:39:17 +00:00
Nikos Kouremenos
97a7585dd0
avoid a tb
2005-11-16 21:24:28 +00:00
Nikos Kouremenos
fac2a002c7
[sef] ask avatars on startup ace
2005-11-15 23:26:22 +00:00
Yann Leboulanger
71271279d0
stringprep our jid to compare it with others
2005-11-15 19:41:43 +00:00
Yann Leboulanger
5c42980857
avatar is updated when someone updates it
2005-11-14 21:10:00 +00:00
Nikos Kouremenos
17b5ff7022
use tupple not list when nothing list-special is needed; fix comment
2005-11-14 14:19:53 +00:00
Yann Leboulanger
3b12546f0a
fix comment
2005-11-14 10:51:32 +00:00
Yann Leboulanger
c94d1ca48a
function to update the config file from version to version
...
I currently update some var names, add new themes and remove cyan theme, add new proxies, add new emoticons
If things are missing add them there
2005-11-14 09:43:27 +00:00
Yann Leboulanger
012887fda8
typo
2005-11-14 09:08:12 +00:00
Travis Shirk
b816a7a46b
Smarter parsing of emoticons ( closes #954 ) and added a few common emoticons as well.
2005-11-13 20:47:15 +00:00
Nikos Kouremenos
dc27356721
fix a tb
2005-11-13 20:31:44 +00:00
Yann Leboulanger
1238f5a957
remove FIXME
2005-11-13 18:09:48 +00:00
Yann Leboulanger
79d6f275e8
re-send a presence when we set a new avatar
2005-11-13 17:51:37 +00:00
Yann Leboulanger
cdde62ac88
reconnect to all gc when connection comes back
2005-11-13 17:24:08 +00:00
Nikos Kouremenos
7e5ba09aca
GC does it automatically, but what the hell
2005-11-13 12:31:13 +00:00
Travis Shirk
96fbd0ae4f
JEP 0070 Last Call updates; transaction IDs are a MUST, so we should display them to the user.
...
Closes #1088
2005-11-13 01:48:48 +00:00
Yann Leboulanger
380bce1160
fix TB
2005-11-12 21:06:26 +00:00
Nikos Kouremenos
de7b906254
typo
2005-11-12 21:01:52 +00:00
Nikos Kouremenos
3f7bbf191f
typo
2005-11-12 21:01:17 +00:00
Yann Leboulanger
a67d009497
fix icon in tooltip (sorry I can't test)
2005-11-12 20:07:46 +00:00
Nikos Kouremenos
67844ff1dc
him --> him or her
2005-11-12 14:20:20 +00:00
Nikos Kouremenos
2a770a1ebf
he --> he or she
2005-11-12 14:17:27 +00:00
Nikos Kouremenos
a38263dcdb
his --> his or her
2005-11-12 14:15:32 +00:00
Nikos Kouremenos
7fa1f8a270
set always_english_wiktionary to True; chances are if you do not know a word you are french, greek, german whatever and u chat in english. leave out the fact that english wiktionary entry has translations so you get definition in english and tranlsation
2005-11-09 23:05:11 +00:00
Nikos Kouremenos
6649b62f03
ACE: print_status_in_chats
2005-11-09 15:42:30 +00:00
Yann Leboulanger
8eaa1f45ad
add a 'merged account' row with a context menu
2005-11-09 07:00:46 +00:00
Yann Leboulanger
6213a1e586
typo
2005-11-08 14:32:14 +00:00
Nikos Kouremenos
58ae3ed63f
typo. thx yann
2005-11-08 13:46:09 +00:00
Nikos Kouremenos
52a861afc2
fix syntax error
2005-11-08 13:43:23 +00:00
Nikos Kouremenos
0020731a36
catch IOError so no TB
2005-11-08 13:21:43 +00:00
Nikos Kouremenos
4034efa762
we now have avatars in roster. I default to 48x48 (gaim defaults to that too) u can change that to whatever you want via ACE and you can take avatars off via PREFS; defaulting to 32x32 is too small. njoy
2005-11-08 13:04:59 +00:00
Yann Leboulanger
e422a1807d
SRV now works (hopefully !)
...
we use a new Client instance for each try
fix a typo in the use of pydns
2005-11-07 14:04:18 +00:00
Nikos Kouremenos
1c9f70638d
fix major tb
2005-11-07 13:26:22 +00:00
Nikos Kouremenos
974b893229
fix logic
2005-11-07 13:11:26 +00:00
Nikos Kouremenos
68ac516bce
make dnspython work
2005-11-07 13:04:58 +00:00
Nikos Kouremenos
846e9881fb
[gjc] color for status msg under roster is half between fg and bg color no matter the state (selected or not)
2005-11-07 10:50:40 +00:00
Nikos Kouremenos
7aa63e2fc5
remove print
2005-11-06 21:02:20 +00:00
Nikos Kouremenos
7ec7276797
better var names and add aprint for stian
2005-11-06 20:58:22 +00:00
Nikos Kouremenos
6202203856
add a fixme and print traceback
2005-11-06 20:29:08 +00:00
Yann Leboulanger
039eb20c0a
forget password only when needed (when we don't save it ad connection failed)
2005-11-06 15:51:18 +00:00
Nikos Kouremenos
ea11076a0e
we now show status message under contact name in roster thanks to initial patch by Michał Sobiegraj. if you do not like that, go to prefs and uncheck it. dimgrey to become white when row is selected
2005-11-06 14:30:17 +00:00
Yann Leboulanger
5a0a33681a
add missing arg
2005-11-06 10:42:29 +00:00
Yann Leboulanger
6d3fe8e459
hack in order to register our Event handler as soon as Dispatcher is pluged in
2005-11-06 10:12:22 +00:00
Yann Leboulanger
164973ff82
prevent to print chatstate = 'None'
2005-11-05 20:49:28 +00:00
Yann Leboulanger
969bd9fa0d
fix bug in xmpppy about SASL with TLS
2005-11-05 15:23:33 +00:00
Nikos Kouremenos
8d26752f48
fix strings, add code for progressbar to work, fix a bit of ui
2005-11-05 11:28:19 +00:00
Yann Leboulanger
e0b1dd77f8
at the end of the account creatio we don't need to enter the password if we entered it in the paramteres (even is save pass is not checked)
2005-11-05 11:21:41 +00:00
Yann Leboulanger
febe8d4a1a
correctly show the result of an account creation (success / fail)
2005-11-04 21:27:14 +00:00
Yann Leboulanger
ca05945f63
prevent TB when vcard is buggy
...
new event: ACC_NOT_OK when account creation failed
2005-11-04 19:06:54 +00:00
Nikos Kouremenos
f262486352
fix syntax error
2005-11-04 15:36:25 +00:00
Yann Leboulanger
c0261e481a
add some debug info
2005-11-04 14:42:56 +00:00
Yann Leboulanger
e8069e56ad
SRV records are now properly supported (swich to another SRV record when first one is not available)
2005-11-04 08:19:15 +00:00
Nikos Kouremenos
0696e75358
history order change: history is ordered as everything else latest is in the bottom
2005-11-03 21:31:04 +00:00
Nikos Kouremenos
b9d4b51e1d
fix invalid arguments call
2005-11-03 20:52:04 +00:00
Nikos Kouremenos
8b90191f60
fix untested code
2005-11-03 20:50:52 +00:00
Nikos Kouremenos
819bf2e7e3
do not traceback when contact has left and we ask bigger avatar (which calls this func)
2005-11-03 20:48:27 +00:00
Nikos Kouremenos
de7f987211
fix typo
2005-11-03 20:41:35 +00:00
Yann Leboulanger
97ed14b16b
remove our jid before we stringprep
2005-11-03 19:00:22 +00:00
Yann Leboulanger
f130ce29c0
we now stringprep jid and resource everywhere:
...
when we recieve a jid from server
when we enter a jid or resource in GUI
2005-11-03 14:46:56 +00:00
Yann Leboulanger
ff2eaa4a55
Gajim and gajim are not the same resource
2005-11-03 12:09:38 +00:00
Yann Leboulanger
66a7f4b07c
resources are now checked case insensitive in connection.py with the one we already have
2005-11-03 09:21:12 +00:00
Yann Leboulanger
2e9d0fbeba
we now save/read log to ~/.gajim/logs/jid.lower()
2005-11-03 08:50:35 +00:00
Yann Leboulanger
06ad619a58
when we get an iq, we check if we already have with another case
2005-11-02 22:08:31 +00:00
Yann Leboulanger
b35f340018
fix WRONG comment
2005-11-02 11:13:05 +00:00
Nikos Kouremenos
6127f23774
comment get_real_jid_from_fjid to assure future protection from refactoring and add docstring to get return values without reading the code. Both are importnat for such api funcs
2005-11-02 11:06:51 +00:00
Yann Leboulanger
2720f1ce7c
move function to get real_jid to gajim.py
2005-11-02 08:12:54 +00:00
Yann Leboulanger
ce247d053f
coding standards
...
self.node_to_dict always return a dict
2005-11-01 14:43:00 +00:00
Nikos Kouremenos
4466a7f6b2
isinstance(a, foo) is faster that type(a) == foo
2005-11-01 13:10:38 +00:00
Nikos Kouremenos
63bcfc3054
fix tbs
2005-11-01 13:05:51 +00:00
Nikos Kouremenos
b89c217e68
logic fix
2005-10-31 20:54:05 +00:00
Yann Leboulanger
9ea8a2d8e8
at startup use our cached vcard to get the sha
...
then ask the vcard, and resend a new presence only if avatar has changed
2005-10-31 20:51:45 +00:00
Yann Leboulanger
a8cb9d69ff
we now save sha in stored vcard
...
we save the current sha in memory and we update it when we receive the vcard
we re-ask the vcard when we receive a presence with a new sha
2005-10-31 17:31:30 +00:00
Nikos Kouremenos
20ba733622
cyan ist tot (is dead)
2005-10-31 16:41:30 +00:00
Nikos Kouremenos
22e1d66d98
new gajim theme (delete all lines in your config starting with themes. to see it) and theme names are now translatable
2005-10-31 16:19:12 +00:00
Yann Leboulanger
17f67e6a90
remove unneeded BeautifulSoup class
...
refactor the code so that it's not dup (vcard.get_avatar_pixbuf)
2005-10-31 10:23:33 +00:00
Nikos Kouremenos
ee46edcfb8
if we have avatar in HD, we get it from there now
2005-10-30 21:39:09 +00:00
Yann Leboulanger
89d00ada0d
we send our username, not our nick when we change password
2005-10-30 16:50:05 +00:00
Yann Leboulanger
60d8a8e9b3
save vcard when we get it
2005-10-30 16:46:50 +00:00
shteef
258e13c625
Fixed highlighting nicks with spaces.
...
muc_highlight_words config option is now semicolon separated.
2005-10-30 15:01:57 +00:00
Yann Leboulanger
b4d9a6aab0
new helpers.check_paths() function that creates LOGPATH and VCARDPATH
2005-10-30 11:20:24 +00:00