Commit Graph

21 Commits

Author SHA1 Message Date
Sebastien Helleu fbb0156dae Use /usr/bin/env in python shebang 2014-02-07 11:39:30 +01:00
Sebastien Helleu da74afdbdc Update copyright dates 2014-02-07 11:33:46 +01:00
Sebastien Helleu 1cf51dd211 testproto.py: use argparse module to parse command line arguments, full PEP8 compliance 2013-11-03 13:44:43 +01:00
Sebastien Helleu 0e4ce9c967 Add emphasis color code 2013-08-30 08:28:33 +02:00
Sebastien Helleu 9587cb0afb Set variable "uncompressed" in WeeChat decoded message when compression is off (using message as-is) 2013-03-13 12:09:58 +01:00
Sebastien Helleu be3c1edaf1 Use OrderedDict (if python >= 2.7) to display ordered dicts in objects (debug window and testproto.py) 2013-03-05 18:19:14 +01:00
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.
2013-03-04 13:14:00 +01:00
Sebastien Helleu 9b4804b920 Add script testproto.py to test relay protocol 2013-02-05 19:06:17 +01:00
Sebastien Helleu e836cfb0f6 Move comments with description of python file to top of files 2013-02-04 10:29:51 +01:00
Sebastien Helleu e17d5dc07d Update copyright dates 2013-01-07 13:40:24 +01:00
Sebastien Helleu f8bbe7b6c1 Convert time object to integer (instead of string) 2012-07-21 17:38:16 +02:00
Sebastien Helleu 4b44d000ee Add support of object type "arr" (array) in protocol 2012-07-20 18:19:11 +02:00
Sebastien Helleu d1b4884dfd Update copyright dates 2012-05-17 11:33:57 +02:00
Sebastien Helleu 54bcac1f1b Remove color codes from topic 2011-12-24 13:17:31 +01:00
Sebastien Helleu 773ee7bb73 Replace iteritems() by items() 2011-12-24 12:38:55 +01:00
Sebastien Helleu 15380bcecd Replace xrange by range 2011-12-24 12:06:00 +01:00
Sebastien Helleu 141c8d304b Remove py3k deprecation warning about classic int division 2011-12-24 11:53:59 +01:00
Sebastien Helleu a6630f78e0 Replace python print statement with print() function 2011-12-24 10:48:08 +01:00
Sebastien Helleu 3a5ec0c163 Add conversion of WeeChat colors to Qt colors, add section "color" in config file 2011-12-23 20:18:57 +01:00
Sebastien Helleu c738936b1e Add object "htb" (hashtable) in protocol, rename object code "lis" to "inl" (infolist) 2011-12-20 11:17:31 +01:00
Sebastien Helleu 7dcf23b195 Initial commit 2011-12-06 21:27:09 +01:00