17 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 fbb0156dae Use /usr/bin/env in python shebang 10 years ago
Sebastien Helleu da74afdbdc Update copyright dates 10 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 be3c1edaf1 Use OrderedDict (if python >= 2.7) to display ordered dicts in objects (debug window and testproto.py) 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 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 f8bbe7b6c1 Convert time object to integer (instead of string) 12 years ago
Sebastien Helleu 4b44d000ee Add support of object type "arr" (array) in protocol 12 years ago
Sebastien Helleu d1b4884dfd Update copyright dates 12 years ago
Sebastien Helleu 773ee7bb73 Replace iteritems() by items() 13 years ago
Sebastien Helleu 15380bcecd Replace xrange by range 13 years ago
Sebastien Helleu 141c8d304b Remove py3k deprecation warning about classic int division 13 years ago
Sebastien Helleu c738936b1e Add object "htb" (hashtable) in protocol, rename object code "lis" to "inl" (infolist) 13 years ago
Sebastien Helleu 7dcf23b195 Initial commit 13 years ago