Commit Graph

40 Commits

Author SHA1 Message Date
Yann Leboulanger 5f5b647717 add a space between the name of the client and it's version number 2005-04-06 20:29:14 +00:00
Yann Leboulanger 85527841a2 we now show the os informations in the vcard_information_window 2005-04-06 20:18:55 +00:00
Yann Leboulanger 8d1df45f4d code to take into account the do_not_send_os_info option (need gajim restart to be tacken into account, will be fixed when threads will be removed) 2005-04-06 19:19:20 +00:00
Nikos Kouremenos 1c7076cfb0 fixes for when disabling emoticons in prefs [gajim did not boot], add_remove_emoticons_window and class, better popups [needs more attention {me is on it}], no more emoticons tab, introducing version.py, hide os information included, and fixes allover. 2005-04-06 18:51:54 +00:00
Yann Leboulanger 2640cac0f6 Gajim now answer to jabber:iq:version. Thanks nk for you get_os_info function 2005-04-06 09:50:49 +00:00
Yann Leboulanger 923f10d57a remove unneeded print 2005-04-04 20:14:49 +00:00
Yann Leboulanger 4bdd5d635a general -> General 2005-04-03 16:26:37 +00:00
Yann Leboulanger 9e378977f8 back to previous xmlstream.py
print an error when we try to connect an inexisting server instead of crash
2005-04-03 08:18:47 +00:00
Nikos Kouremenos 7b70ace347 systray --> Systray (the class) 2005-03-29 16:37:59 +00:00
Yann Leboulanger cdddb0158a I think it's better like that
for my try often means "I don't really know if it will work so I put it in try"
2005-03-28 10:47:36 +00:00
Nikos Kouremenos d80325510b fixes for ticket 128 2005-03-28 01:20:47 +00:00
Yann Leboulanger f1e6a30dcc we can now choose a group when we add a user 2005-03-27 21:35:55 +00:00
Yann Leboulanger 3324580a2e convert unicode objects to utf8 string 2005-03-27 17:29:08 +00:00
Yann Leboulanger 189a134722 service discovery is now asynchronous, we can send and receive other messages while we browse agents (YEAH !) 2005-03-27 10:31:26 +00:00
Yann Leboulanger 2e3c19cb60 patch from Nolith to prevent a crash when the GPG key is not fully-trusted 2005-03-23 00:07:55 +00:00
Nikos Kouremenos 75fb6ac1f7 fixes allover 2005-03-16 17:08:38 +00:00
Yann Leboulanger fa68a12725 Core now sends ERROR instead of WARNING 2005-03-16 13:25:44 +00:00
Yann Leboulanger edd6088448 config file has a more beautyfull format and 600 mode 2005-03-11 00:04:39 +00:00
Yann Leboulanger 5f98d14722 typo 2005-03-09 17:05:21 +00:00
Yann Leboulanger a112c45323 for the changement ressource -> resource: upgrade the config file 2005-03-09 17:04:39 +00:00
Yann Leboulanger a2ca03d85f ressource -> resource in core.py 2005-03-09 16:48:21 +00:00
Nikos Kouremenos b791479159 code and glade fixes all over 2005-03-07 17:01:56 +00:00
Yann Leboulanger 1de83250e5 check that the connexion exists before sending something 2005-03-07 16:22:31 +00:00
Yann Leboulanger cf96fc22e6 when we change our status, sent it to the chatwindows we are in 2005-03-07 15:46:07 +00:00
Yann Leboulanger 1b2700840a we can now send a status message when we disconnect 2005-03-07 11:13:24 +00:00
Yann Leboulanger 5c9eb3a330 plit() != split(' ') 2005-03-06 01:12:28 +00:00
Nikos Kouremenos 893358edfe PLEASE HAVE A LOOK. string module is deprecated. starting to change in order not to be deprecated. PLEASE HAVE A LOOK. I DID 2 times, maybe I missed sth though. split(' ') --> split() is the same so that's not an error [sep=' '] is the default one [and I don't expect that to change :P 2005-03-05 21:02:38 +00:00
Yann Leboulanger 7c9ec2229b we can now set and receive subjects 2005-03-04 21:27:45 +00:00
Yann Leboulanger 6c95160913 we can now grant and revoke roles and affiliation in group chats 2005-03-04 19:59:07 +00:00
Yann Leboulanger cf41cb93f4 we can now change our jabber password 2005-03-04 13:10:00 +00:00
Yann Leboulanger 73cf85b57e bugfix when no config file is present 2005-02-26 23:16:42 +00:00
Yann Leboulanger c0cbef4c09 We can now set a pseudo in the add contact Window 2005-02-04 07:58:40 +00:00
Yann Leboulanger bd14b889e6 if signature is good, do not look for bad signature 2005-01-23 18:16:01 +00:00
Yann Leboulanger e067c874b8 get signature even if it's a bad signature (what is a good signature ?) 2005-01-23 10:20:39 +00:00
Yann Leboulanger 544eefd3ac no need to write config file if an option is missing 2005-01-22 20:35:43 +00:00
Yann Leboulanger 9ccd594c5c check if there is a password option in account's section 2005-01-22 20:32:53 +00:00
Yann Leboulanger f84c11956e assert there is a string to GPG-verify 2005-01-15 11:04:53 +00:00
Yann Leboulanger d8305fb20b update my email adress
update copyright
add missing headers
2005-01-07 21:52:38 +00:00
Yann Leboulanger 5d09cc3227 create a real temporary file 2004-12-20 21:07:50 +00:00
Yann Leboulanger ac3bbc7056 core folder is now named Core (we can't have a core folder to build a debian package) 2004-12-19 19:40:58 +00:00