Commit graph

9967 commits

Author SHA1 Message Date
Julien Pivotto
096686e3cb Update French traduction for PEP 2008-08-10 20:00:30 +00:00
Julien Pivotto
5ef90ce9a8 Pre-Changelog of 0.12 2008-08-10 16:05:45 +00:00
js
0f41f0613a Revert r10159 as this breaks it completely. It's not possible to
disable E2E if for example the logging settings differ. Makes
chatting with such contacts impossible.
2008-08-09 21:13:41 +00:00
js
3e0ed305a8 Remove useless semicolons. 2008-08-09 20:14:24 +00:00
Yann Leboulanger
4aa33d3421 fix closing last muc tab 2008-08-09 19:30:40 +00:00
js
fa4c570a9f Linebreas ftw ;). 2008-08-09 17:16:02 +00:00
js
5638c568e6 Fix a typo. 2008-08-09 16:40:48 +00:00
js
296709ed27 Better German translation. 2008-08-09 16:38:43 +00:00
js
d504aad3af The text still wasn't that good. User-friendly texts sure are hard :). 2008-08-09 16:19:39 +00:00
js
31ff68e67c Better XEP-0184 warning text.
Thanks for doing my work, roidelapluie :)
2008-08-09 16:14:07 +00:00
tomk
4504861084 fixed handling of SSL errors 2008-08-09 12:16:42 +00:00
Brendan Taylor
559a8c8b13 status change tests, hopefully fix some status change issues 2008-08-09 06:10:04 +00:00
Brendan Taylor
198a0ca738 moved testing libraries into their own directory 2008-08-09 00:24:08 +00:00
Brendan Taylor
83d9ef49a3 a script for running all the tests 2008-08-08 23:53:44 +00:00
Brendan Taylor
ab70491d56 correctly decide whether to autonegotiate after a session was replaced 2008-08-08 22:55:12 +00:00
Yann Leboulanger
f5059b4e26 fix closing a tab 2008-08-08 17:03:56 +00:00
Yann Leboulanger
5fbea47130 warning dialogs when closing a chat window are non blocking 2008-08-08 15:19:08 +00:00
Yann Leboulanger
587a4a4e68 remove no more used class 2008-08-08 10:30:28 +00:00
Yann Leboulanger
e02beb9eee gpg key chooser dialog not blocker 2008-08-08 10:26:11 +00:00
Julien Pivotto
d290f1ea91 clarify my last commit [10153] 2008-08-08 09:08:42 +00:00
Julien Pivotto
72e4147591 Prevent a traceback when dragging a file over a groupchat. Fix #4142. 2008-08-08 08:59:31 +00:00
Yann Leboulanger
9d48c69709 coding standards 2008-08-07 22:08:08 +00:00
Yann Leboulanger
90a4a348ca remove no more used function 2008-08-07 21:59:20 +00:00
Yann Leboulanger
df895d4817 nearly no blocking dialogs 2008-08-07 21:57:19 +00:00
Yann Leboulanger
00523de494 [Fomin Denis] updated russion translation 2008-08-07 21:35:47 +00:00
Yann Leboulanger
99e51eea3a [Fabian Fingerle] updated german translation 2008-08-07 21:35:25 +00:00
Julien Pivotto
a6686794ac typo 2008-08-07 20:13:34 +00:00
Julien Pivotto
000b0d908b Add a tooltip to the XEP-0184 warning icon 2008-08-07 20:05:08 +00:00
Yann Leboulanger
303c0f6a71 2 less blocking windows 2008-08-07 15:51:23 +00:00
Julien Pivotto
d7c60041ea Don't print twice "ping? pong" when using /ping command in a pm. 2008-08-07 15:27:02 +00:00
Yann Leboulanger
949f83d1db missing file 2008-08-07 13:27:36 +00:00
Yann Leboulanger
9329bcc4c1 less and less blocking dialogs 2008-08-07 13:25:25 +00:00
Yann Leboulanger
cb0049a1cb fix zeroconf 2008-08-07 11:46:07 +00:00
Yann Leboulanger
c7d33bb68e register Disconnect handler soon enough 2008-08-06 21:37:56 +00:00
Yann Leboulanger
150979b3ab one less blocking dialog 2008-08-06 20:55:40 +00:00
Yann Leboulanger
d5a8f75080 make EditGroups and ChangePassword dialogs asynchronous. see #4147 2008-08-06 20:34:36 +00:00
Stephan Erb
f5be05a14a Coding style 2008-08-06 20:19:16 +00:00
Stephan Erb
d1150f4d02 Implement some basic RosterWindow tests.
I just want the skeleton to be in place for feature bug fixing :-)
2008-08-06 20:17:00 +00:00
Yann Leboulanger
8cc9d05d9b [scippio] updated Czech translation 2008-08-06 16:29:23 +00:00
Yann Leboulanger
fe29a6a82d [scippio] updated Czech translation 2008-08-06 13:46:37 +00:00
tomk
cbfa9d97df - TLS classes refactored - NonBlockingTLS is now plugged to NonBlockingTCP and
derived (was plugged to NonBlockingClient which made it unusable for BOSH)
- Fixed HTTP CONNECT proxy socket
- Implemented workaround for the bug with insecure-connection warning dialog
  (unfortunately, this is not over - I just forbid the transport to send
  BOSH empty bodies until auth module is plugged, which is wrong and will
  break if user will wait more than "inactivity" (usualy thirty) seconds
  before clicking the dialog.
  This workaround works with ejb and opf, and also breaks connection with
  both of them if delay is too long.
- Implemented basic TLS over BOSH. It works only with OPF and poorly.
2008-08-05 23:52:35 +00:00
js
59fb1857ef It does not need to be a message. 2008-08-05 22:03:31 +00:00
js
ff129a19a0 Just a test if this is more user friendly. If not, revert. 2008-08-05 00:51:08 +00:00
Yann Leboulanger
d6f20965a9 update correctly self contact when we get PEP info. fixes #4145 2008-08-04 22:44:48 +00:00
Yann Leboulanger
e13c472e2c implement legacy pep protocol (v1.3). Fixes #4146 2008-08-04 22:06:54 +00:00
Yann Leboulanger
ebe0f96e5c typo 2008-08-04 13:48:57 +00:00
Yann Leboulanger
7eb30a1f77 fix call to get_status_message 2008-08-04 13:48:36 +00:00
Yann Leboulanger
1a3a795908 make ChangeStatusMessageDialog asychronous. see #4147 2008-08-04 13:34:29 +00:00
Yann Leboulanger
80f6d7909c make gtkexcepthook dialog non modal. fixes #4148 2008-08-04 12:11:46 +00:00
Yann Leboulanger
e22c6e9697 fix printing of sent zeroconf messages. fixes #4051 2008-08-04 10:54:56 +00:00