- Jan 05, 2009
-
-
Yann Leboulanger authored
-
- Dec 03, 2008
-
-
Yann Leboulanger authored
-
- Aug 15, 2008
-
-
roidelapluie authored
* remove js from some headers * set coding:utf-8 to allow real names in headers
-
roidelapluie authored
* Remove some licencing problems * To do: same for images * See #4200
-
- Jul 29, 2008
-
-
js authored
we have that in all files. To at least lesser the confusion a bit, add vim tags for that. Additionally, fix wrong #! in a few files.
-
- Jul 28, 2008
-
-
js authored
-
- Jul 22, 2008
-
-
js authored
-
- Dec 12, 2007
-
-
Yann Leboulanger authored
-
- Dec 04, 2007
-
-
Yann Leboulanger authored
-
- Sep 29, 2007
-
-
Brendan Taylor authored
-
- Aug 19, 2007
-
-
Yann Leboulanger authored
-
- Aug 09, 2007
-
-
Yann Leboulanger authored
-
- Aug 05, 2007
-
-
Yann Leboulanger authored
-
- Jul 25, 2007
-
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
- Jul 17, 2007
-
-
Brendan Taylor authored
-
- Jul 13, 2007
-
-
Brendan Taylor authored
-
- Jan 06, 2007
-
-
Yann Leboulanger authored
-
- Jan 02, 2007
-
-
Yann Leboulanger authored
-
- Dec 23, 2006
-
-
junglecow authored
- Added -q, --quiet (speaks for itself) - Added -l, --loglevel subsystem=LEVEL,subsystem2=LEVEL2,... - Quell winsock 10035 error. (Equivalent of EINPROGRESS, but winsock likes to have its own error numbers.) - Hide SSL certificate debug stuff unless gajim.c.x.transports loglevel is DEBUG or lower - Avoid unicode problems if we set a profile - Move fingerprint checks from _register_handlers to _connect_success - Some enhancements to fpr checking code
-
- Dec 22, 2006
-
-
junglecow authored
-
- Dec 20, 2006
-
-
junglecow authored
- In verbose mode, print encodings. (Especially for Windows users who don't have Python) (gajim.py) - Attempt at fixing traceback when getting user's home directory in Windows. See #2812. (c/configpaths.py) - Show 'error' icon next to account while waiting for reconnect. Fixes #2786. (c/connection_handlers.py, c/gajim.py, c/connection.py) [PyOpenSSL] - Fix 100% CPU usage and hanging connection when server closes connection on us. (c/x/transports_nb.py) - Fix 'hanging' connection when server closes the connection on us before we can open the XML stream. (Disconnect handler didn't get called.) (c/x/client_nb.py) - Change prints to logger calls, various enhancements to debug printing, reduce spam (c/x/transports_nb.py) - this → self (c/x/transports_nb.py) - Call _do_receive() once to collect error message from socket, when error flag is raised in scheduler. (c/x/transports_nb.py)
-
- Nov 21, 2006
-
-
jimpp authored
if print_time==sometimes : Show the day if needed also. Use locale for time format (do not force 24h) Delete a lot of unused locale variables (thanks pychecker) del gajim.py useless global vars after use configpaths.py : use self. not this.
-
- Nov 18, 2006
-
-
Liorithiel authored
-
- Nov 04, 2006
-
-
Yann Leboulanger authored
-