81 Commits (3039e30437c4046dc3a3c26f183f079712bd64f2)
 

Author SHA1 Message Date
Sébastien Helleu 3039e30437 Add a .mailmap file
This file is used for example by command "git shortlog", to prevent duplicate
committers.
10 years ago
Sébastien Helleu 42f2f7ee59 Rename some variables (fix pylint warnings) 10 years ago
Sébastien Helleu 87a9710d1d Catch exception ValueError in number conversions 10 years ago
Sébastien Helleu 890d4fa2e1 Fix style of some dicts 10 years ago
Sébastien Helleu ac53e98cd0 Add some missing docstrings 10 years ago
Sébastien Helleu 8b36cd49b1 Remove python shebangs 10 years ago
Sébastien Helleu ee573642a4 Add copyright in __init__.py files 10 years ago
Sébastien Helleu 6d5927c667 Rename variable "bytes" to "data" 10 years ago
Sébastien Helleu 8df6d4822e Update URL of QWeeChat screenshot in README.asciidoc 10 years ago
Sébastien Helleu e38ef66393 Fix lines displayed in wrong buffer on startup
The bug was introduced by commit 46e5dee03a
(option relay.lines to limit the number of lines received on connection).
10 years ago
Sébastien Helleu 8217c4e28a Add support of message "_buffer_cleared" 10 years ago
Sébastien Helleu b8af54aae1 Add command "qweechat-testproto --version" for Travis 10 years ago
Sébastien Helleu 438f63fac2 Rename option -v/--verbose to -d/--debug, add option -v/--version in qweechat-testproto 10 years ago
Sébastien Helleu 661b2993c9 Add Travis build status in README.asciidoc 10 years ago
Sébastien Helleu 184c3dc69a Add file version.py to define QWeeChat version 10 years ago
Sébastien Helleu 403f36d9d1 Add missing space after "#" 10 years ago
Sébastien Helleu baa0160109 Fix conditions (use "is not") 10 years ago
Sébastien Helleu 41157050fe Add .travis.yml file for Travis CI 10 years ago
Sébastien Helleu 77df9d06f7 Code refactoring, fix setup.py
All changes:
- full PEP8 compliance
- move sources from src/qweechat/ to qweechat/
- move data from data/icons/ to qweechat/data/icons/
- sources validated with PEP8
- use setuptools in setup.py, fix path of data files
10 years ago
Sebastien Helleu 42f3541246 Add shadow on QWeeChat screenshot in README 10 years ago
Sebastien Helleu 6f4e0369d8 Remove INSTALL (merge into README), add screenshot in README 10 years ago
Sebastien Helleu 83dc503785 Fix typo in INSTALL 10 years ago
Sebastien Helleu 46e5dee03a Add option relay.lines to limit the number of lines received on connection (default: 50) 10 years ago
Sebastien Helleu 9738f64af8 Use method .getboolean() to read boolean option relay.ssl 10 years ago
Sebastien Helleu fbb0156dae Use /usr/bin/env in python shebang 10 years ago
Sebastien Helleu da74afdbdc Update copyright dates 10 years ago
Sebastien Helleu 0cf8a9befc Use one line titles and less chars for delimited blocks in asciidoc files 10 years ago
Sebastien Helleu 1cf51dd211 testproto.py: use argparse module to parse command line arguments, full PEP8 compliance 11 years ago
Sebastien Helleu 0e4ce9c967 Add emphasis color code 11 years ago
Sebastien Helleu 65924da657 Add missing color options (sync with WeeChat) 11 years ago
Sebastien Helleu 1757a3bee5 Add icon "document-save.png" for entry "Save connection" in File menu 11 years ago
howaboutudance b548a19e67 Add entry "Save connection" in File menu 11 years ago
Gryllida A 3c4ccb16f9 Decode buffer name when inserting (patch #8050) 11 years ago
Sebastien Helleu 265e8b8c13 Fix typo in README 11 years ago
Sebastien Helleu 8d62e521a3 Add README with copyright and license for images 11 years ago
Sebastien Helleu 29f278ed63 Update WeeChat icon (move "ee" to bottom of image, remove "chat") 11 years ago
Sebastien Helleu 9c265019b5 Remove "compression=gzip" in command init
The compression is in fact "zlib" (it has been renamed in WeeChat).
This option is not required because compression is enabled by default
(if WeeChat supports it).
11 years ago
Sebastien Helleu 9587cb0afb Set variable "uncompressed" in WeeChat decoded message when compression is off (using message as-is) 11 years ago
Sebastien Helleu 2a0b6adc57 Add support of new message "_nicklist_diff" 11 years ago
Sebastien Helleu be3c1edaf1 Use OrderedDict (if python >= 2.7) to display ordered dicts in objects (debug window and testproto.py) 11 years ago
Sebastien Helleu 2c6975d9c8 Update AUTHORS 11 years ago
Gryllida A e09c80abf5 Fix input of UTF-8 wide chars: use encode() instead of str() for user input processing 11 years ago
Sebastien Helleu 7b4aefb28c Use two verbose levels in testproto.py
According to level:
- no verbose (no "-v" given): compact view for objects
- verbose (one "-v" given): long view for objects
- extra verbose (two "-v" given): long view for objects and display raw messages.
11 years ago
Sebastien Helleu 0f8fb1e450 Add some info about install with setup.py (to install in home), add note about file qweechat.conf 11 years ago
Sebastien Helleu 085098a963 Fix WeeChat command to add relay in INSTALL 11 years ago
Sebastien Helleu 9b4804b920 Add script testproto.py to test relay protocol 11 years ago
Sebastien Helleu 205b77686e Use single quotes instead of double quotes for decoding error 11 years ago
Sebastien Helleu e836cfb0f6 Move comments with description of python file to top of files 11 years ago
Sebastien Helleu b51e6ba7d7 Display toolkit used in About dialog (PySide or PyQt4) 12 years ago
Sebastien Helleu e17d5dc07d Update copyright dates 12 years ago