Nikos Kouremenos
|
9ac960c087
|
add missing header
|
2005-12-19 12:22:22 +00:00 |
|
Yann Leboulanger
|
323663132b
|
fix more interrupt system call
|
2005-12-17 23:07:13 +00:00 |
|
Yann Leboulanger
|
fd133716e3
|
if migration fails (python2.3 for ex) Gajim shows a dialog and exit
|
2005-12-15 12:03:57 +00:00 |
|
Yann Leboulanger
|
52d881c972
|
remove the check of line_already_in_db for gc_message that make gajim slow when joining a room
|
2005-12-14 18:23:40 +00:00 |
|
Nikos Kouremenos
|
b21424e1fa
|
ask kind which is always 1byte
|
2005-12-14 14:12:38 +00:00 |
|
Yann Leboulanger
|
8c77ec6433
|
SLELCT log_line_id instead of message when looking if log line is already in DB, so it's faster
|
2005-12-14 12:41:32 +00:00 |
|
Yann Leboulanger
|
f77d28407a
|
[nkour] don't logger groupchat messages that are older that now and already in logs
|
2005-12-13 07:39:20 +00:00 |
|
Nikos Kouremenos
|
062e1c5b2f
|
default to dcraven iconset
|
2005-12-12 15:12:15 +00:00 |
|
Nikos Kouremenos
|
cc76b95f9d
|
remove chekcing for dot
|
2005-12-12 15:11:51 +00:00 |
|
Yann Leboulanger
|
995590a0f1
|
don't remove account from Gajim if removal from server failed
|
2005-12-10 16:23:45 +00:00 |
|
Nikos Kouremenos
|
408ed03bd0
|
add a comment
|
2005-12-10 16:19:58 +00:00 |
|
Yann Leboulanger
|
8252529260
|
connect_and_init doesn't call init_roster anymore
fix the unregister_account bug
|
2005-12-10 13:58:09 +00:00 |
|
Nikos Kouremenos
|
0db94027c9
|
ignore errors on receiving non-utf8 data
|
2005-12-10 13:51:23 +00:00 |
|
Yann Leboulanger
|
612716e2db
|
change copyright from "Gajim Team" to real people
|
2005-12-09 23:30:28 +00:00 |
|
Yann Leboulanger
|
cae7ce3bac
|
"Gajim Team" in all hearders become "Contributors for this file"
|
2005-12-09 17:15:30 +00:00 |
|
Nikos Kouremenos
|
2b86fc98da
|
init_var ==> init_vars
|
2005-12-08 09:46:59 +00:00 |
|
Yann Leboulanger
|
34255e5682
|
Vincent left us a long time ago
|
2005-12-07 23:09:10 +00:00 |
|
Yann Leboulanger
|
5cf9141777
|
init logger variables after migration
|
2005-12-07 20:20:48 +00:00 |
|
Yann Leboulanger
|
43564ccefa
|
consider incomming messages without type as normal (single) messages
|
2005-12-07 16:09:03 +00:00 |
|
Nikos Kouremenos
|
9e85df37b1
|
remove last dot (which is RFC possiblity) the dnspython way. thank Bob Halley
|
2005-12-06 22:08:10 +00:00 |
|
Nikos Kouremenos
|
eb94b9632a
|
remove trailing whitespaces and fix coding styles etc and add a FIXME
|
2005-12-06 17:43:21 +00:00 |
|
Nikos Kouremenos
|
5868901824
|
dnspython target returns with dot in the end. catch and fix that; thanks della for helping me and reporting this
|
2005-12-06 17:37:54 +00:00 |
|
Nikos Kouremenos
|
881e1e3609
|
check for new version [one of the first thing I did for Gajim :)] is not needed anymore as most distros have us. remove it. this also means we can now update Changelog periodically in svn. YUPPIE!
|
2005-12-06 00:09:28 +00:00 |
|
Nikos Kouremenos
|
fa33b1ad30
|
until we find a way to detect snaps from releases revert a commit I did some weeks ago to assist Yann release .exe faster
|
2005-12-06 00:08:57 +00:00 |
|
Nikos Kouremenos
|
4f9404e8b2
|
migration is okay now if no ~/.gajim; also many other small fixes
|
2005-12-05 23:25:02 +00:00 |
|
Yann Leboulanger
|
d3a6163729
|
no need of global vars, prefer self.var
|
2005-12-05 17:22:50 +00:00 |
|
Nikos Kouremenos
|
f694ff70e1
|
try to fix a db locked that sometimes happens
|
2005-12-05 13:56:02 +00:00 |
|
Nikos Kouremenos
|
19dc3b9295
|
class is Migration
|
2005-12-05 11:44:28 +00:00 |
|
Yann Leboulanger
|
7050a346c7
|
typo
|
2005-12-05 11:39:51 +00:00 |
|
Yann Leboulanger
|
637c903d68
|
* when in common, no need to do from common import FOO, just import FOO
* we now migrate automaticaly at startup in a thread
* progressDialog now scroll textvew to the end
|
2005-12-05 11:13:08 +00:00 |
|
Yann Leboulanger
|
ed47580227
|
sha is now computed on the raw image data and not the base64 encoded data
|
2005-12-05 08:45:39 +00:00 |
|
Yann Leboulanger
|
4f53f2f769
|
typo: get -> get_per
|
2005-12-04 22:58:38 +00:00 |
|
Yann Leboulanger
|
140f03221f
|
take into account the no_log_for option
|
2005-12-04 22:23:41 +00:00 |
|
Nikos Kouremenos
|
5300975d31
|
typo
|
2005-12-02 19:59:39 +00:00 |
|
Yann Leboulanger
|
51dc8afb09
|
take into account only the accounts that are synced with global status to compute the global status (for status combobox)
|
2005-12-02 19:12:21 +00:00 |
|
Yann Leboulanger
|
f89c0c3baf
|
some cleanup in migration script
|
2005-12-02 17:24:55 +00:00 |
|
Nikos Kouremenos
|
42487409b3
|
ACE: hide_avatar_of_transport
|
2005-12-02 13:10:02 +00:00 |
|
Nikos Kouremenos
|
6e22a369ee
|
add tlen, fix gadu gadu to gg, and use dot because ggore@jabber.FOO can exist
|
2005-12-02 13:08:58 +00:00 |
|
Yann Leboulanger
|
796b26883d
|
remove some line that were for tests
|
2005-12-02 11:20:25 +00:00 |
|
Yann Leboulanger
|
e692624e2c
|
Gajim now ask if we want to migrate at startup
|
2005-12-02 11:18:00 +00:00 |
|
Nikos Kouremenos
|
7a0c0311db
|
rm unused var
|
2005-12-01 17:50:45 +00:00 |
|
Yann Leboulanger
|
54e47436e3
|
add an exceptions file that contain our custom exceptions
|
2005-12-01 17:16:53 +00:00 |
|
Nikos Kouremenos
|
e162e5daed
|
select last day we have logs for in history browser
|
2005-11-30 21:56:42 +00:00 |
|
Nikos Kouremenos
|
c9cc45a7cc
|
work with special tigris build that workarounds vs bug on .svn; eg look for _svn too
|
2005-11-30 18:48:58 +00:00 |
|
Yann Leboulanger
|
cec9b1e861
|
send offline status to gc before we disconnect
|
2005-11-30 17:54:34 +00:00 |
|
Yann Leboulanger
|
d58f380842
|
emmit SIGNED_IN when needed (when we connect)
|
2005-11-30 17:46:36 +00:00 |
|
Nikos Kouremenos
|
28fe6a06d3
|
less columns in history. TODO: fill name for not groupchat
|
2005-11-30 17:30:58 +00:00 |
|
Norman Rasmussen
|
786da12472
|
http://cvs.sourceforge.net/viewcvs.py/xmpppy/xmpppy/xmpp/auth.py
Wed Oct 26 08:45:22 2005 UTC by snakeru
Fixed SASL bug on win32 platform. (Thanks to Martin Thomas)
|
2005-11-30 17:08:45 +00:00 |
|
Nikos Kouremenos
|
164f45ecf4
|
remove a wrong comment; enrich a docstring
|
2005-11-30 14:16:26 +00:00 |
|
Nikos Kouremenos
|
8522d1bd22
|
try to fix a MAJOR TB. maybe simple dispatch jid should be stripped too. I dont know. Yann?
|
2005-11-30 13:59:16 +00:00 |
|