Commit Graph

4041 Commits

Author SHA1 Message Date
Jefry Lagrange 8da4e91134 first thing to do when receiving a jingle stanza is to acknowledge it 2012-10-12 00:05:26 -04:00
Jefry Lagrange 7149a2c568 fix getting info of file when receiving a file request 2012-10-09 22:48:01 -04:00
Yann Leboulanger 566273af2c prevent traceback when a wrong certificate is being checked. Fixes #7242 2012-10-08 11:14:47 +02:00
Jefry Lagrange 4f6687e868 refactoring 2012-09-26 20:46:09 -04:00
Yann Leboulanger 3d39c36c18 ignore presences when nothing changed (status, status message, prio). Fixes #7210 2012-09-26 16:03:18 +02:00
Yann Leboulanger 498bcb6ccd decrease call to get_contact(s) function to improve speed. see #7125 2012-09-24 12:24:10 +02:00
Yann Leboulanger 07dd2cf433 fix var name. Fixes #7229 2012-09-23 13:34:21 +02:00
Jefry Lagrange a8922c32a8 coding standards 2012-09-22 22:16:03 -04:00
Jefry Lagrange f94a8cec1b only accept file request from peers that we already sent the file to 2012-09-22 13:25:55 -04:00
Jefry Lagrange 589c3081bb socks5 proxy supports file request. Raise OutOfOrder exception when we get a candidate and we are not expecting it 2012-09-21 17:42:16 -04:00
Yann Leboulanger a2b6b68cde handle disconnection while doing SASL as a sasl failure rather than a connection error. Fixes #3343 2012-09-19 17:20:45 +02:00
Yann Leboulanger d530b8ef84 fix function argument. Fixes #7229 2012-09-19 09:49:43 +02:00
Yann Leboulanger 7d12dbcc65 decrypt GPG messages one after the other. Fixes #7229 2012-09-18 16:07:11 +02:00
Jefry Lagrange 62da971381 commenting DEBUG code 2012-09-18 00:13:31 -04:00
Jefry Lagrange 6f9c540392 refactoring 2012-09-18 00:12:07 -04:00
Jefry Lagrange c22f5db122 IBB supports file request 2012-09-15 10:39:35 -04:00
Jefry Lagrange bfc4dccc0f add new FT in FT window when we are requesting file 2012-09-07 10:01:11 -04:00
Jefry Lagrange d16ee652c6 send session-accept for file request 2012-09-05 19:39:07 -04:00
Jefry Lagrange 88194e02bc get right info in file_props when we receive a request for a file 2012-09-02 12:59:55 -04:00
Yann Leboulanger e0adaa8a87 remove old comment. Audio works with pidgin. 2012-09-01 20:42:57 +02:00
Jefry Lagrange e92fec4bdc send modification date of file being transfered 2012-08-31 13:54:40 -04:00
Yann Leboulanger b8adce541f add an id to jingle ICE UDP transports 2012-08-31 13:42:44 +02:00
Jefry Lagrange c64bac1535 refactoring 2012-08-30 23:09:23 -04:00
Yann Leboulanger 036a309093 fix fallback to IBB 2012-08-30 23:46:19 +02:00
Yann Leboulanger f22a889845 don't forget to send candidate-error when we get only a local IP 2012-08-30 23:45:35 +02:00
Yann Leboulanger 2bb8bb3838 for the receiver: start to linten only when we accept connection. Stop listening when we get a candidate-error or a candidate-used of type proxy. 2012-08-30 11:09:39 +02:00
Jefry Lagrange d8978f7a08 decline request of an unknown file 2012-08-29 20:31:27 -04:00
Jefry Lagrange b20e054d55 set and retrieve information about the files transfered 2012-08-29 15:06:04 -04:00
Yann Leboulanger abd850e298 update version number 2012-08-29 16:12:30 +02:00
Yann Leboulanger a71f6701c2 correctly send hash in session-accept 2012-08-29 16:12:14 +02:00
Jefry Lagrange 401f19282a dont connect to local host if ip is the same or if is loopback 2012-08-28 15:10:19 -04:00
Yann Leboulanger 2bcc753c67 fixsending through a proxy 2012-08-28 19:10:13 +02:00
Yann Leboulanger 27a8cf325a fix attribute name 2012-08-28 15:46:52 +02:00
Yann Leboulanger 6cecc36509 version will be 0.15.1 2012-08-28 11:10:42 +02:00
Yann Leboulanger aa4b15de72 when we come ack from invisible, restore the block list if we block some contacts. Fixes #7215 2012-08-28 10:39:08 +02:00
Jefry Lagrange 67c28501af only send hash if contact supports it 2012-08-25 23:54:39 -04:00
Jefry Lagrange 5bec8c7a09 make file_props use session sid as the default sid 2012-08-25 12:09:50 -04:00
Jefry Lagrange ce1bdb7b63 calculate hash after we get session accept 2012-08-25 11:14:38 -04:00
Jefry Lagrange b1d206d2ec refactoring 2012-08-24 20:13:25 -04:00
Yann Leboulanger c42b00702d improve decline implementation 2012-08-24 12:54:27 +02:00
Yann Leboulanger 1b870be4e7 finish renaming type properties to type_. Fixes #7222 2012-08-24 10:37:24 +02:00
Yann Leboulanger 30d033c7c3 store full from jid in gc-invite event.
fix receiving decline tag
2012-08-24 10:27:51 +02:00
Yann Leboulanger aecfc39a7c missing commit 2012-08-24 10:13:55 +02:00
Jefry Lagrange 6d95385102 commenting debugging code 2012-08-23 23:24:43 -04:00
Jefry Lagrange e025d54fb1 get file_tag from file request 2012-08-23 23:16:25 -04:00
Jefry Lagrange db7bba378a coding standards 2012-08-23 17:53:17 -04:00
Jefry Lagrange 4585c85458 coding standards 2012-08-23 17:45:38 -04:00
Yann Leboulanger 4928275537 print in groupchat when the invited contact declines the invitation 2012-08-23 22:11:21 +02:00
Yann Leboulanger 130d9525e4 decline groupchat invitation. 2012-08-23 21:34:03 +02:00
Yann Leboulanger 96dd70050b Jingle FT is now functionnal!! Thanks Jefry for the long time debugging with me 2012-08-23 13:10:30 +02:00
Yann Leboulanger fccf0e2050 clean file props after we have tested proxies 2012-08-23 12:13:20 +02:00
Yann Leboulanger 35b9f5da6c fix is_transfer_stopped() function. Fixes #7170 2012-08-23 12:12:19 +02:00
Yann Leboulanger fb5d58de11 don't do SSL over SSL and correctly shutdown SSL sockets. 2012-08-23 11:36:51 +02:00
Jefry Lagrange 1dc1adf073 only delete file_props in the ft_window 2012-08-22 15:30:12 -04:00
Yann Leboulanger 1a3e4508ff make using receiver proxy work 2012-08-22 18:09:40 +02:00
Yann Leboulanger 5178543517 add a try/except 2012-08-22 14:49:44 +02:00
Yann Leboulanger f832900d2b coding standards 2012-08-22 12:55:57 +02:00
Yann Leboulanger 133593e1ca coding standards 2012-08-22 12:21:45 +02:00
Yann Leboulanger f801d33b53 fix coding standards 2012-08-22 11:54:21 +02:00
Yann Leboulanger aaccec79cf don't try only last_connection_type, but try it it first. Fixes #7002 2012-08-19 22:35:46 +02:00
Denis Fomin f3700b2bec fix wrong commit 2012-08-17 00:02:54 +04:00
Denis Fomin c102771279 split long lines 2012-08-16 20:22:29 +04:00
Denis Fomin 3b860457ef [Darlan and I].added the ability to restore the old tray icon (envelope).'trayicon_blink' in the ACE. Fixes #7176 2012-08-14 22:36:16 +04:00
Yann Leboulanger a581f10236 remove imort dbus.glib to remove a warning 2012-08-11 22:46:39 +02:00
Yann Leboulanger 8d5ddb2d16 handle see-other-host at different state of connection (after authentication). Fixes #7179 2012-08-10 10:43:02 +02:00
Yann Leboulanger 0c27348a18 use a "gajim" logger name for gnupg.py. see #7149 2012-08-10 08:06:41 +02:00
Yann Leboulanger 57c8fdad39 add option to enable / disable the remember opened chats option. Fixes #7193 2012-08-05 13:34:35 +02:00
Denis Fomin 67da16a0d4 [Darlan]. fix typo 2012-08-02 21:52:20 +04:00
Jefry Lagrange a73bf46dd2 replace Socks5Receiver with Socks5ReceiverClient 2012-06-26 17:20:24 -04:00
Jefry Lagrange f4fa70576b fix connect error 2012-06-21 13:56:15 -04:00
Yann Leboulanger 62ce6a27e7 don't try to connect twice when we get see-other-host. see #7179 2012-06-21 14:10:01 +02:00
Yann Leboulanger 1c895779ce fix sockes5 transfer 2012-06-20 23:58:23 +02:00
Yann Leboulanger 5d7ce867b4 fix indentation 2012-06-20 23:58:08 +02:00
Yann Leboulanger ee05914b30 fix typo
remove "fast" support
try to connect to streamhosts when we get them
2012-06-20 23:16:18 +02:00
Yann Leboulanger 449f137dd7 correctly handle see-other-host (earlier in the connection process). Fixes #7179 2012-06-19 19:19:24 +02:00
Yann Leboulanger a51bf035cd current version is 0.15.0.1 2012-06-17 22:11:17 +02:00
Jefry Lagrange 9fe9d93234 merge 2012-06-16 18:46:21 -04:00
Jefry Lagrange ccb53c7c08 send files to gc peer. Fixes #7171 2012-06-16 18:41:33 -04:00
Yann Leboulanger 89ba95cd4c make tooltip colors configurable. Fixes #7165 2012-06-16 22:58:46 +02:00
Yann Leboulanger d707ef2835 fix typo. Fixes #7161 2012-06-16 13:51:54 +02:00
Yann Leboulanger 0493997a24 handle ft_send_local_ips option with jingle FT 2012-06-14 19:46:17 +02:00
Jefry Lagrange 503c7dc515 minor fixes 2012-06-14 12:45:11 -04:00
Yann Leboulanger c4953b1e11 some typo + disable Jingle FT for the moment 2012-06-14 18:43:47 +02:00
Yann Leboulanger 1fdf6b7e35 jingle IBB and normal IBB are different 2012-06-14 18:34:07 +02:00
Jefry Lagrange 2af1af2011 file_props refactoring 2012-06-14 12:27:23 -04:00
Jefry Lagrange b6b44cb328 make werequest an optional argument in JingleSession 2012-06-10 17:08:54 -04:00
Jefry Lagrange 3a5d6d2173 start listening when we get session initiate. Fixes #7175 2012-06-09 15:17:16 -04:00
Jefry Lagrange 2b8890bf51 dont cancel when we cant bind to port. Fixes #7173 2012-06-08 20:02:45 -04:00
Yann Leboulanger b050e63b60 don't crash when there are non-ascii chars in gpg keys list 2012-05-30 08:30:49 +02:00
Jefry Lagrange e195cfb188 send hash in session-init when the file is less than 10 mb 2012-05-28 19:54:59 -04:00
Jefry Lagrange ae4596bd2e update xep300 to version 1 2012-05-28 18:07:52 -04:00
Jefry Lagrange e8df81ab31 sends file request after hash mismatch 2012-05-27 21:05:43 -04:00
Yann Leboulanger c28282300b update python-gnupg to 0.3.0 + add KEYEXPIRED support. Fixes #7151 2012-05-18 16:58:51 +02:00
Yann Leboulanger 08fabfe02e remove latex support. Will be in a plugin. Fixes #4176 2012-04-30 00:19:55 +02:00
Denis Fomin b6639bf738 fix gnomekeyring import 2012-04-30 14:16:04 +04:00
Denis Fomin ad5289790d gnomekeyring import will not be delayed 2012-04-30 10:52:12 +04:00
Yann Leboulanger 19fa55c957 remove big time consuming and unused function pformat. see #7125 2012-04-28 22:45:17 +02:00
Denis Fomin 297032e6e6 correct check pyopenssl installed 2012-04-22 21:48:36 +04:00
Yann Leboulanger c3ab45efeb fix unwanted things from merge from jingleFT branch 2012-04-21 23:52:24 +02:00
Yann Leboulanger e9b8633d15 add screen sharing ability by choosing Screen in video input device. 2012-04-20 16:28:10 +02:00