This website requires JavaScript.
83dc503785
Fix typo in INSTALL
Sebastien Helleu
2014-02-08 15:23:37 +0100
46e5dee03a
Add option relay.lines to limit the number of lines received on connection (default: 50)
Sebastien Helleu
2014-02-07 13:03:15 +0100
9738f64af8
Use method .getboolean() to read boolean option relay.ssl
Sebastien Helleu
2014-02-07 11:51:12 +0100
fbb0156dae
Use /usr/bin/env in python shebang
Sebastien Helleu
2014-02-07 11:39:30 +0100
da74afdbdc
Update copyright dates
Sebastien Helleu
2014-02-07 11:33:46 +0100
0cf8a9befc
Use one line titles and less chars for delimited blocks in asciidoc files
Sebastien Helleu
2014-02-07 11:11:33 +0100
1cf51dd211
testproto.py: use argparse module to parse command line arguments, full PEP8 compliance
Sebastien Helleu
2013-11-03 13:44:43 +0100
0e4ce9c967
Add emphasis color code
Sebastien Helleu
2013-08-30 08:28:33 +0200
65924da657
Add missing color options (sync with WeeChat)
Sebastien Helleu
2013-08-30 08:27:36 +0200
1757a3bee5
Add icon "document-save.png" for entry "Save connection" in File menu
Sebastien Helleu
2013-07-27 17:38:40 +0200
b548a19e67
Add entry "Save connection" in File menu
howaboutudance
2013-07-27 17:36:47 +0200
3c4ccb16f9
Decode buffer name when inserting (patch #8050 )
Gryllida A
2013-05-18 21:09:43 +0930
265e8b8c13
Fix typo in README
Sebastien Helleu
2013-05-02 18:48:26 +0200
8d62e521a3
Add README with copyright and license for images
Sebastien Helleu
2013-03-23 09:50:10 +0100
29f278ed63
Update WeeChat icon (move "ee" to bottom of image, remove "chat")
Sebastien Helleu
2013-03-23 09:46:40 +0100
9c265019b5
Remove "compression=gzip" in command init
Sebastien Helleu
2013-03-17 16:44:09 +0100
9587cb0afb
Set variable "uncompressed" in WeeChat decoded message when compression is off (using message as-is)
Sebastien Helleu
2013-03-13 12:09:58 +0100
2a0b6adc57
Add support of new message "_nicklist_diff"
Sebastien Helleu
2013-03-09 09:39:19 +0100
be3c1edaf1
Use OrderedDict (if python >= 2.7) to display ordered dicts in objects (debug window and testproto.py)
Sebastien Helleu
2013-03-05 18:19:14 +0100
2c6975d9c8
Update AUTHORS
Sebastien Helleu
2013-03-04 14:18:01 +0100
e09c80abf5
Fix input of UTF-8 wide chars: use encode() instead of str() for user input processing
Gryllida A
2013-03-04 13:31:24 +0100
7b4aefb28c
Use two verbose levels in testproto.py
Sebastien Helleu
2013-03-04 13:14:00 +0100
0f8fb1e450
Add some info about install with setup.py (to install in home), add note about file qweechat.conf
Sebastien Helleu
2013-03-04 12:55:56 +0100
085098a963
Fix WeeChat command to add relay in INSTALL
Sebastien Helleu
2013-03-04 12:53:06 +0100
9b4804b920
Add script testproto.py to test relay protocol
Sebastien Helleu
2013-02-05 19:06:17 +0100
205b77686e
Use single quotes instead of double quotes for decoding error
Sebastien Helleu
2013-02-04 11:54:06 +0100
e836cfb0f6
Move comments with description of python file to top of files
Sebastien Helleu
2013-02-04 10:29:51 +0100
b51e6ba7d7
Display toolkit used in About dialog (PySide or PyQt4)
Sebastien Helleu
2013-01-07 13:41:41 +0100
e17d5dc07d
Update copyright dates
Sebastien Helleu
2013-01-07 13:40:24 +0100
f4780bac89
Add missing utf-8 decoding for buffer title
Sebastien Helleu
2012-07-27 18:04:46 +0200
77b25057d1
Add SSL support
Sebastien Helleu
2012-07-27 17:56:55 +0200
f8bbe7b6c1
Convert time object to integer (instead of string)
Sebastien Helleu
2012-07-21 17:38:16 +0200
4b44d000ee
Add support of object type "arr" (array) in protocol
Sebastien Helleu
2012-07-20 18:19:11 +0200
eafb7aebb2
Send message "quit" when disconnecting from WeeChat (before closing socket)
Sebastien Helleu
2012-07-14 22:38:09 +0200
d1b4884dfd
Update copyright dates
Sebastien Helleu
2012-05-17 11:33:57 +0200
beaa87758b
Add signals "upgrade" and "upgrade_ended"
Sebastien Helleu
2012-05-17 11:28:15 +0200
070c41a8cd
Fix typo in INSTALL
Sebastien Helleu
2011-12-25 21:01:44 +0100
43690dddeb
Add "WeeChat setup" and "Connect to WeeChat" in INSTALL
Sebastien Helleu
2011-12-25 13:01:28 +0100
9793665389
Add type of buffers, add signals "_buffer_type_changed" and "_buffer_unmerged"
Sebastien Helleu
2011-12-25 11:49:54 +0100
54bcac1f1b
Remove color codes from topic
Sebastien Helleu
2011-12-24 13:17:31 +0100
773ee7bb73
Replace iteritems() by items()
Sebastien Helleu
2011-12-24 12:38:55 +0100
35125a392d
Use prefix "0o" for octal number
Sebastien Helleu
2011-12-24 12:29:05 +0100
15380bcecd
Replace xrange by range
Sebastien Helleu
2011-12-24 12:06:00 +0100
8320f3a8fd
Change version to 0.0.1-dev
Sebastien Helleu
2011-12-24 11:58:42 +0100
67ae320438
Replace calls to "apply(f, args)" with "f(*args)"
Sebastien Helleu
2011-12-24 11:57:43 +0100
141c8d304b
Remove py3k deprecation warning about classic int division
Sebastien Helleu
2011-12-24 11:53:59 +0100
a6630f78e0
Replace python print statement with print() function
Sebastien Helleu
2011-12-24 10:48:08 +0100
3a5ec0c163
Add conversion of WeeChat colors to Qt colors, add section "color" in config file
Sebastien Helleu
2011-12-23 20:18:57 +0100
c728febdd5
Add local variables in buffers, update prompt of buffers using local variable "nick"
Sebastien Helleu
2011-12-20 11:20:16 +0100
c738936b1e
Add object "htb" (hashtable) in protocol, rename object code "lis" to "inl" (infolist)
Sebastien Helleu
2011-12-20 11:17:31 +0100
93865c21ce
Add WeeChat icon for app
Sebastien Helleu
2011-12-17 17:42:33 +0100
ca67c3a7dc
Add sync of buffers/nicklists
Sebastien Helleu
2011-12-17 17:41:55 +0100
02cba1c1c4
Add auto-resize of nicklist on insertItem/clear, set NoFocus on title, add bullets for nicklist
Sebastien Helleu
2011-12-17 16:22:33 +0100
e59c898801
Add keys alt+arrows to switch buffer
Sebastien Helleu
2011-12-17 16:17:10 +0100
cc80cd81ab
Create debug dialog when asked, keep some lines in buffer when dialog is not open
Sebastien Helleu
2011-12-10 10:11:36 +0100
dc15599ca2
Use a dynamic size for list of buffers and nicklist (based on longer text)
Sebastien Helleu
2011-12-08 10:42:06 +0000
6b52019908
Fix crash with PySide when sending unicode data on socket
Sebastien Helleu
2011-12-07 16:59:09 +0000
2e3a580d82
Update INSTALL: PySide recommended over PyQt4
Sebastien Helleu
2011-12-07 15:44:10 +0000
f4848c2ee9
Use uppercase in variable NAME
Sebastien Helleu
2011-12-07 14:30:48 +0000
7dcf23b195
Initial commit
Sebastien Helleu
2011-12-06 21:27:09 +0100