Tomasz Melcer
755964c3f1
Invoking commands works... at least those from psi 0.11.
2006-11-18 20:10:37 +00:00
Jean-Marie Traissard
5b49eaae1c
Fix import
2006-11-18 19:35:25 +00:00
Tomasz Melcer
68703a1d5d
'Server' part switched to use new forms.
2006-11-18 18:39:02 +00:00
junglecow
5b96b90a2d
Ported [7461] to trunk
2006-11-18 15:12:47 +00:00
junglecow
3c77ffd406
[PyOpenSSL branch]
...
- Close connection after creating account. Fixes #2676
- Handle normal connection close by server. Fixes #2671
- Do not disconnect if we haven't received starttag yet. Fixes #2668 . Fixes unticketed bug causing account creation not to work with PyOpenSSL and asynchronous handshake (see also #2671 ). Behaviour of #2634 is also improved but now results in deadlock.
2006-11-18 15:09:40 +00:00
junglecow
c3e24dfa76
[PyOpenSSL branch]
...
- Close connection after creating account. Fixes #2676
- Handle normal connection close by server. Fixes #2671
- Do not disconnect if we haven't received starttag yet. Fixes #2668 . Fixes unticketed bug causing account creation not to work with PyOpenSSL and asynchronous handshake (see also #2671 ). Behaviour of #2634 is also improved but now results in deadlock.
2006-11-18 15:09:40 +00:00
Yann Leboulanger
8d1eaf0e4e
redraw ft progressbar only every 500ms instead of on every packet. see #2631
2006-11-18 14:45:25 +00:00
Yann Leboulanger
ab18937048
80 margin, fix indentation
2006-11-18 13:57:48 +00:00
Stefan Bethge
4b318b0bbc
change some wording in changelog
2006-11-18 13:34:37 +00:00
Yann Leboulanger
fba3db7c57
fix behaviour with multiple resources. fixes #2657 . continue to test :)
2006-11-18 13:34:13 +00:00
Yann Leboulanger
779a935080
[stlman] creation of idle module now works with X11 libs. fixes #2673 . Thanks
2006-11-18 12:50:30 +00:00
junglecow
cd10d1dbbe
Oops. Confused x.reverse() with reversed(x). Fixes #2674
2006-11-17 15:37:56 +00:00
Stefan Bethge
51de0d4bb7
change/correct some strings, see #1005
...
(please say if don't agree)
2006-11-16 21:06:27 +00:00
junglecow
e3f1626674
Remove NOOP calls to reverse(), and *actually* call handlers in reverse order
2006-11-16 21:05:21 +00:00
Jean-Marie Traissard
9475464907
New translations in Changelog
2006-11-16 13:25:51 +00:00
Jean-Marie Traissard
f5622382a2
Updated Changelog with what I see closed as fixed for 0.11. Closes #2667 .
2006-11-16 13:17:59 +00:00
Jean-Marie Traissard
49136faf40
Disable emoticons when emoticons set has vanished
2006-11-16 11:36:48 +00:00
Yann Leboulanger
1620ff8471
transform no_log_for to a list before looking in it. fixes #2613
2006-11-15 20:46:18 +00:00
Yann Leboulanger
9c1fdad5ec
don't show image in vcard if we don't show first tab. fixes #2669
2006-11-15 19:29:53 +00:00
Yann Leboulanger
40d298c231
don't count our jid in number of contacts, count transport only if show_transports_group is True, update transports row when a transport connects / disconnects. fixes #1728
2006-11-15 15:56:42 +00:00
Yann Leboulanger
c86f7fcef4
take incoming nickname from first message into account. see #884
2006-11-15 15:52:56 +00:00
Yann Leboulanger
f15305b7c6
[merzhin & asterix] show number of connecter / total contacts in account and group rows. fixes #1728
2006-11-15 10:44:27 +00:00
Yann Leboulanger
e9755daa9d
retry indefinitly is back. fixes #2411 . please test that
2006-11-15 08:24:35 +00:00
Jean-Marie Traissard
bf6f5dd139
removed unused imports
2006-11-15 02:38:53 +00:00
Jean-Marie Traissard
9c046b6e5b
Removed unused imports, /common part. Correct a call. Thanks pyflakes
2006-11-15 02:19:33 +00:00
Jean-Marie Traissard
9347fe10e1
Remove lot of useless imports
...
Fix gajim-remote contact_info
Fix profile_win right click on avatar
Fix a call and a comment
Thanks pyflakes (a program, not a person) for the whole.
2006-11-15 01:59:21 +00:00
Alex Mauer
54fc7cb2b9
* Wait for lsb_release after we're done with it, so it doesn't stay
...
defunct
2006-11-14 23:07:14 +00:00
Yann Leboulanger
ee594fd7db
typo in de translation
2006-11-14 19:21:45 +00:00
junglecow
321020751d
Bugfix
2006-11-14 06:39:08 +00:00
junglecow
be1b58aa79
Handle OpenSSL.SSL.SysCallError
2006-11-13 22:17:16 +00:00
junglecow
29431cb04c
Fixed KeyError TB
2006-11-13 20:34:24 +00:00
Yann Leboulanger
0969df7ce1
store annotation on server only if it has changed
2006-11-13 17:52:08 +00:00
junglecow
4617618463
Removing all calls to sys.exc_clear(). This is only necessary in very rare circumstances, and if there is such a circumstance, it should be clearly documented in code.
2006-11-13 15:07:47 +00:00
junglecow
9e3e14dd78
Fixed a bug in compatibility code
2006-11-13 14:44:17 +00:00
junglecow
c5ffc7bf5d
- Added support for PyOpenSSL (with fallback to old library if not found)
...
- Also added a wrapper for cleaner compatibility handling of old SSL library
- Changed exception handling to be more precise. (Catching Exception. Ish.)
- Added lots of debug printing
You will need to install pyopenssl (Debian unstable: python-pyopenssl) to try this.
2006-11-13 14:24:41 +00:00
Yann Leboulanger
ac7bc2a229
[Brice Maron] ability to remove a group (and eventually contacts in this group too). fixes #485
2006-11-13 08:27:16 +00:00
Yann Leboulanger
9b79571897
even more tests. see #2534
2006-11-13 08:00:55 +00:00
Yann Leboulanger
94a1d2f9b0
add more check. see #2534
2006-11-13 07:54:52 +00:00
Yann Leboulanger
1611d77fbc
same as [7379] in 2 other functions. fixes #2534
2006-11-13 07:31:05 +00:00
Yann Leboulanger
0f53cbb3f6
in choose GPG key dialog, search on name column instead of keyid. fixes #2655
2006-11-13 07:10:54 +00:00
Yann Leboulanger
786d3e9fb8
remove useless test. fixes #2167
2006-11-13 06:58:41 +00:00
Yann Leboulanger
1a2cb6a071
redraw account row when we add the first child. fixes #2576
2006-11-13 06:41:43 +00:00
Yann Leboulanger
9ea82566d5
don't hide contact when other offline resource have pending events. fixes #2657
2006-11-12 11:32:43 +00:00
Yann Leboulanger
ed5930a1b1
count as pending events message from other resources too. see #2657
2006-11-11 14:47:08 +00:00
Yann Leboulanger
2f354b464d
show correct status icon in chat banner when we open a chat for a specific resource. see #2657
2006-11-11 14:40:26 +00:00
Yann Leboulanger
1abf5865d6
remove an old debug print
2006-11-11 14:03:59 +00:00
Yann Leboulanger
74a415b90e
[Maciek] updated polish translation
2006-11-11 14:03:42 +00:00
Yann Leboulanger
0e092980fd
show unread pm in tab and in chat window title. fixes #2645
2006-11-10 23:17:52 +00:00
Stefan Bethge
f4a3bf3ee4
change some small things in ChangeLog
2006-11-10 21:21:36 +00:00
Stefan Bethge
27849fc3d7
fix #2586 , cleanup
2006-11-10 20:43:23 +00:00