]> jfr.im git - irc/weechat/qweechat.git/shortlog
irc/weechat/qweechat.git
2013-03-23  Sebastien HelleuUpdate WeeChat icon (move "ee" to bottom of image,...
2013-03-17  Sebastien HelleuRemove "compression=gzip" in command init
2013-03-13  Sebastien HelleuSet variable "uncompressed" in WeeChat decoded message...
2013-03-09  Sebastien HelleuAdd support of new message "_nicklist_diff"
2013-03-05  Sebastien HelleuUse OrderedDict (if python >= 2.7) to display ordered...
2013-03-04  Sebastien HelleuUpdate AUTHORS
2013-03-04  Gryllida AFix input of UTF-8 wide chars: use encode() instead...
2013-03-04  Sebastien HelleuUse two verbose levels in testproto.py
2013-03-04  Sebastien HelleuAdd some info about install with setup.py (to install...
2013-03-04  Sebastien HelleuFix WeeChat command to add relay in INSTALL
2013-02-05  Sebastien HelleuAdd script testproto.py to test relay protocol
2013-02-04  Sebastien HelleuUse single quotes instead of double quotes for decoding...
2013-02-04  Sebastien HelleuMove comments with description of python file to top...
2013-01-07  Sebastien HelleuDisplay toolkit used in About dialog (PySide or PyQt4)
2013-01-07  Sebastien HelleuUpdate copyright dates
2012-07-27  Sebastien HelleuAdd missing utf-8 decoding for buffer title
2012-07-27  Sebastien HelleuAdd SSL support
2012-07-21  Sebastien HelleuConvert time object to integer (instead of string)
2012-07-20  Sebastien HelleuAdd support of object type "arr" (array) in protocol
2012-07-14  Sebastien HelleuSend message "quit" when disconnecting from WeeChat...
2012-05-17  Sebastien HelleuUpdate copyright dates
2012-05-17  Sebastien HelleuAdd signals "upgrade" and "upgrade_ended"
2011-12-25  Sebastien HelleuFix typo in INSTALL
2011-12-25  Sebastien HelleuAdd "WeeChat setup" and "Connect to WeeChat" in INSTALL
2011-12-25  Sebastien HelleuAdd type of buffers, add signals "_buffer_type_changed...
2011-12-24  Sebastien HelleuRemove color codes from topic
2011-12-24  Sebastien HelleuReplace iteritems() by items()
2011-12-24  Sebastien HelleuUse prefix "0o" for octal number
2011-12-24  Sebastien HelleuReplace xrange by range
2011-12-24  Sebastien HelleuChange version to 0.0.1-dev
2011-12-24  Sebastien HelleuReplace calls to "apply(f, args)" with "f(*args)"
2011-12-24  Sebastien HelleuRemove py3k deprecation warning about classic int division
2011-12-24  Sebastien HelleuReplace python print statement with print() function
2011-12-23  Sebastien HelleuAdd conversion of WeeChat colors to Qt colors, add...
2011-12-20  Sebastien HelleuAdd local variables in buffers, update prompt of buffer...
2011-12-20  Sebastien HelleuAdd object "htb" (hashtable) in protocol, rename object...
2011-12-17  Sebastien HelleuAdd WeeChat icon for app
2011-12-17  Sebastien HelleuAdd sync of buffers/nicklists
2011-12-17  Sebastien HelleuAdd auto-resize of nicklist on insertItem/clear, set...
2011-12-17  Sebastien HelleuAdd keys alt+arrows to switch buffer
2011-12-10  Sebastien HelleuCreate debug dialog when asked, keep some lines in...
2011-12-08  Sebastien HelleuUse a dynamic size for list of buffers and nicklist...
2011-12-07  Sebastien HelleuFix crash with PySide when sending unicode data on...
2011-12-07  Sebastien HelleuUpdate INSTALL: PySide recommended over PyQt4
2011-12-07  Sebastien HelleuUse uppercase in variable NAME
2011-12-06  Sebastien HelleuInitial commit