19 Commits (55e7da35f4fa34643e9d0b18bb8b495c25a4808b)

Author SHA1 Message Date
emdee 55e7da35f4 update 3 months 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 46e5dee03a Add option relay.lines to limit the number of lines received on connection (default: 50) 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
howaboutudance b548a19e67 Add entry "Save connection" in File menu 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
Gryllida A e09c80abf5 Fix input of UTF-8 wide chars: use encode() instead of str() for user input processing 11 years ago
Sebastien Helleu e836cfb0f6 Move comments with description of python file to top of files 11 years ago
Sebastien Helleu e17d5dc07d Update copyright dates 12 years ago
Sebastien Helleu 77b25057d1 Add SSL support 12 years ago
Sebastien Helleu eafb7aebb2 Send message "quit" when disconnecting from WeeChat (before closing socket) 12 years ago
Sebastien Helleu beaa87758b Add signals "upgrade" and "upgrade_ended" 12 years ago
Sebastien Helleu 9793665389 Add type of buffers, add signals "_buffer_type_changed" and "_buffer_unmerged" 13 years ago
Sebastien Helleu 67ae320438 Replace calls to "apply(f, args)" with "f(*args)" 13 years ago
Sebastien Helleu c728febdd5 Add local variables in buffers, update prompt of buffers using local variable "nick" 13 years ago
Sebastien Helleu ca67c3a7dc Add sync of buffers/nicklists 13 years ago
Sebastien Helleu 6b52019908 Fix crash with PySide when sending unicode data on socket 13 years ago
Sebastien Helleu 7dcf23b195 Initial commit 13 years ago