Commit Graph

235 Commits

Author SHA1 Message Date
Yann Leboulanger f790007b06 print decline reason in groupchat 2012-08-24 09:27:31 +02:00
Yann Leboulanger 2540ba7493 don't call GTK functions inside a Thread. 2012-08-24 09:14:08 +02:00
Yann Leboulanger 4928275537 print in groupchat when the invited contact declines the invitation 2012-08-23 22:11:21 +02:00
Yann Leboulanger e96432b648 prevent traceback 2012-08-23 14:21:26 +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 62449c03b8 fix var name 2012-08-22 11:53:22 +02:00
Yann Leboulanger dce12f3f98 print that we invite someone in a room when we do Drag and Drop or when we create a new room. Fixes #7219 2012-08-20 15:46:20 +02:00
Yann Leboulanger e8426d4cef try to improve behavour with contacs connected with several resources 2012-08-20 14:49:29 +02:00
Denis Fomin 9c2573980a fix set parent window for ProfileWindow and ChoseGPGKeyDialog. 2012-07-06 01:38:18 +04:00
Jefry Lagrange 2af1af2011 file_props refactoring 2012-06-14 12:27:23 -04:00
Jefry Lagrange e8df81ab31 sends file request after hash mismatch 2012-05-27 21:05:43 -04:00
Yann Leboulanger 08fabfe02e remove latex support. Will be in a plugin. Fixes #4176 2012-04-30 00:19:55 +02:00
Yann Leboulanger ddb8a59ea6 remove useless spaces 2012-04-19 14:01:28 +02:00
Yann Leboulanger 0c36f50196 merge from trunk 2012-04-12 22:07:30 +02:00
Jefry Lagrange 66df7c30ca dont compare hashes on SI transfer 2012-04-07 23:12:15 -04:00
Yann Leboulanger 794a66e435 correctly forward unread printed messages to other resources. Fixes #7094 2012-04-01 19:39:26 +02:00
Jefry Lagrange 48524a60c0 fix handling file transfer cancel properly 2012-03-22 00:56:11 -04:00
Jefry Lagrange c5ebac3f77 handles file transfer cancel properly 2012-03-21 15:54:46 -04:00
Yann Leboulanger 2a1f9d2abb handle data forms in groupchat messages. This way room admins can handle voice
requests.
2012-03-13 17:30:48 +01:00
Yann Leboulanger c9fa13e458 revert debug test 2012-02-18 21:21:00 +01:00
Yann Leboulanger df17f8751d handle GUI while checking file hash. Show show re-request dialog when hash is incorrect. TODO: re-request file to sender. 2012-02-18 21:06:08 +01:00
Yann Leboulanger 3b5cabac5b coding standards 2012-01-24 07:28:40 +01:00
Jefry Lagrange 5142ebd626 check file integrity when transfer is completed 2012-01-23 22:28:07 -05:00
Yann Leboulanger 3a3f99d618 upgrade copyright 2012-01-11 22:20:34 +01:00
Jefry Lagrange f3b09203d6 dont use content-remove for FT use session-terminate 2011-12-29 17:22:51 -05:00
Yann Leboulanger 49bc202421 merge from trunk 2011-12-29 11:39:02 +01:00
Jefry Lagrange 952ea6a9b6 fix closing listening port 2011-12-24 18:12:05 -05:00
Yann Leboulanger 6e4bac262c implements Oauth2 mechanism to connect to MSN xmpp server. Fixes #6978 2011-12-18 23:20:30 +01:00
Yann Leboulanger 6c605cad41 add some missing import 2011-11-22 20:08:08 +01:00
Yann Leboulanger 2582720366 handle ERROR and INFORMATION events through NEC 2011-11-22 19:25:15 +01:00
Yann Leboulanger b28b3d4ed3 add a Tor proxy in default configuration when Gajim starts. Fixes #7026 2011-11-14 18:44:17 +01:00
Yann Leboulanger 55d48e0d7c save ssl fingerprint as soon as we accept a connection to the host. Fixes #7041 2011-11-14 18:32:18 +01:00
Yann Leboulanger 520bc6b268 change the insecure connection dialog behaviour. Fixes #7019 2011-10-31 09:47:01 +01:00
Yann Leboulanger 45ae77abf0 revert [ce086d0f1a17] 2011-10-02 22:06:22 +02:00
Yann Leboulanger fd1744d181 go back with is_groupchat() to detect groupchats. see #6906 2011-10-02 21:29:23 +02:00
Denis Fomin 441eb20a13 Fix #6906 again. is_groupchat() are not working as it should. it checks whether the gc connected(is_groupchat_connected()). 2011-09-27 18:16:06 +03:00
Yann Leboulanger b9dc820161 [Kamil Paral & I] upower support. Fixes #1962 2011-09-05 22:00:23 +02:00
Yann Leboulanger 98432f6666 cean chatstate code: remove XEP-0022 support and use caps to know if a contact supports it 2011-08-27 22:41:55 +02:00
Yann Leboulanger 31bfc4969a follow chat in tabs more easily. Don't open as many chattabs as there are lowe priority chats. Fixes #5227 2011-08-21 09:51:57 +02:00
Yann Leboulanger 8a82e9021f correctly set transient window for muc error dialogs. Fixes #6943 2011-08-14 12:19:43 +02:00
Yann Leboulanger 55d4b5d554 fix indentation error 2011-08-08 21:49:29 +02:00
Yann Leboulanger 5f88e8ec72 handle presence events through Notifiction event 2011-08-08 18:44:32 +02:00
Denis Fomin 3df4a940aa Remove backspace in Gnome Keyring dialog. Fixes #6933 2011-07-28 16:39:26 +03:00
Yann Leboulanger 94644a2ee3 ability to connect to a host that require a PCKS certificate that is encrypted. 2011-07-26 22:44:11 +02:00
Yann Leboulanger 24d62c2591 cleanup gc_control.error_dialog attribute when we close the error dialog. See #6925 2011-07-20 00:08:13 +02:00
Yann Leboulanger f49f8163a6 prevent traceback when using normal socks5 FT 2011-07-02 00:52:35 +02:00
Yann Leboulanger ae0a47df85 fix error dialog. Fixes #6906 2011-07-01 16:08:15 +02:00
Yann Leboulanger b47248f09d merge from trunk 2011-06-20 23:03:06 +02:00
Yann Leboulanger 2a82a399a7 remove subscription dialog when another resource has accepted it. Fixes #6762 2011-05-24 18:12:48 +02:00
Yann Leboulanger be942a0270 don't open twice the same subscription request dialog. see #6762 2011-05-23 22:35:19 +02:00