Sebastien Helleu
|
5868fc3c6d
|
Fix bug with cursor when position is last char of terminal
|
2010-02-24 17:40:07 +01:00 |
|
Sebastien Helleu
|
3d3dc1593d
|
Allow script commands to reload only one script
|
2010-02-23 10:51:59 +01:00 |
|
Sebastien Helleu
|
8c324c238d
|
Fix bug with bar background after text with background color (bug #28157)
|
2010-02-21 10:08:48 +01:00 |
|
Sebastien Helleu
|
cdf990fced
|
Add option irc.network.connection_timeout (timeout between TCP connection to server and reception of message 001)
|
2010-02-19 16:21:36 +01:00 |
|
Sebastien Helleu
|
090bd68e7c
|
Fix "inactivity" value when no key has been pressed since WeeChat started (bug #28930)
|
2010-02-19 10:23:34 +01:00 |
|
Sebastien Helleu
|
d2ec8d133d
|
Add mechanism DH-BLOWFISH for SASL authentication with IRC server
|
2010-02-18 22:02:55 +01:00 |
|
Sebastien Helleu
|
832a4c1466
|
Fix function "color" in Lua script API (patch from Christian Heinz)
|
2010-02-18 07:58:03 +01:00 |
|
Sebastien Helleu
|
ce1b23311c
|
Add function "string_decode_base64" in plugin API
|
2010-02-16 16:57:22 +01:00 |
|
Sebastien Helleu
|
341551f2f2
|
Add SASL authentication in IRC plugin (task #8829), add function "string_encode_base64" in plugin API, fix bug with base64 encoding
New options for IRC servers:
- sasl_mechanism (only "plain" for now)
- sasl_username
- sasl_password
|
2010-02-15 11:51:44 +01:00 |
|
Sebastien Helleu
|
922e67cabd
|
Add description of arguments for API functions hook_info and hook_infolist
|
2010-02-12 17:15:30 +01:00 |
|
Sebastien Helleu
|
8d25a75200
|
Use arguments for infolist "nicklist" to return only one nick or group
Format is: nick_xxx or group_xxx to return only nick/group called "xxx".
|
2010-02-12 12:50:16 +01:00 |
|
Sebastien Helleu
|
be8831499d
|
Add missing IRC commands 276, 343
|
2010-02-11 10:12:25 +01:00 |
|
Sebastien Helleu
|
124634cf88
|
Apply IRC smart filter only on channels, not private buffers (bug #28841)
|
2010-02-10 16:22:34 +01:00 |
|
Sebastien Helleu
|
94a0551c55
|
Update ChangeLog
|
2010-02-10 11:24:28 +01:00 |
|
Sebastien Helleu
|
7850668327
|
Add new option weechat.look.time_format to customize default format for date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914)
|
2010-02-09 17:19:14 +01:00 |
|
Sebastien Helleu
|
daee18621e
|
Rename command /silence to /mute
|
2010-02-09 13:21:05 +01:00 |
|
Sebastien Helleu
|
71d77a5890
|
Add new command /silence
|
2010-02-09 12:40:19 +01:00 |
|
Sebastien Helleu
|
bd1b6c1794
|
Add option irc.look.item_nick_prefix, rename some IRC options for bar items
|
2010-02-06 12:14:45 +01:00 |
|
Sebastien Helleu
|
a3658f4fc2
|
Fix IRC PART message received on Undernet server (bug #28825)
|
2010-02-05 23:53:20 +01:00 |
|
Sebastien Helleu
|
8109368f7c
|
Add option "switch_active_buffer_previous" for command /input (task #10141)
|
2010-02-02 16:35:44 +01:00 |
|
Sebastien Helleu
|
69b53c8f3d
|
Add IRC command /map
|
2010-02-02 15:39:04 +01:00 |
|
Sebastien Helleu
|
8862f19788
|
Add signal "xfer_ended" (patch #7081)
|
2010-02-02 14:28:05 +01:00 |
|
Sebastien Helleu
|
5aa82a85e3
|
Add option irc.look.display_channel_modes_hide_key to hide channel key in channel modes (bug #23961)
|
2010-02-02 13:56:35 +01:00 |
|
Sebastien Helleu
|
c4467469cc
|
Add version 0.3.1.1 to ChangeLog
|
2010-01-31 22:20:20 +01:00 |
|
Sebastien Helleu
|
2d99d6e7ea
|
Fix crash when purging old xfer chats (bug #28764)
|
2010-01-29 16:18:12 +01:00 |
|
Sebastien Helleu
|
930285e489
|
Fix crash with SSL connection to IRC server if option ssl_cert is set (bug #28752)
|
2010-01-29 12:41:05 +01:00 |
|
Sebastien Helleu
|
2899770bbe
|
Update ChangeLog
|
2010-01-29 07:59:16 +01:00 |
|
Sebastien Helleu
|
8c042210a8
|
Fix bug with global history, reset pointer to last entry after each user input (bug #28754)
|
2010-01-28 15:12:40 +01:00 |
|
Sebastien Helleu
|
aad84612a9
|
Remove unneeded space after time on each line if option weechat.look.buffer_time_format is set to empty value (bug #28751)
|
2010-01-28 10:09:58 +01:00 |
|
Sebastien Helleu
|
fb9268c01d
|
Fix bug with SSL connection to IRC server (fails sometimes when ssl_verify is on) (bug #28741)
|
2010-01-26 22:19:16 +01:00 |
|
Sebastien Helleu
|
99bfdfd2ff
|
Add signal "day_changed", allow date format in logger options path and mask (task #9430)
|
2010-01-26 16:36:55 +01:00 |
|
Sebastien Helleu
|
f4d5ddd858
|
Add missing infos in API functions buffer_get_integer / buffer_get_string and in buffer infolist
|
2010-01-25 16:57:24 +01:00 |
|
Sebastien Helleu
|
94eda3fe67
|
Version 0.3.1
|
2010-01-23 10:30:13 +01:00 |
|
Sebastien Helleu
|
dac4764394
|
Add color for nicks in xfer chat (DCC chat), add missing command /me in xfer plugin (bug #28658)
|
2010-01-18 10:43:55 +01:00 |
|
Sebastien Helleu
|
2eb82a08b1
|
Add new IRC output queue for messages with low priority (like automatic CTCP replies), high priority is given to user messages or commands
|
2010-01-17 15:56:28 +01:00 |
|
Sebastien Helleu
|
0ad7b2f6bd
|
Fix IRC nick color for nicks with wide chars (bug #28547)
|
2010-01-11 15:01:53 +01:00 |
|
Sebastien Helleu
|
4da0cff321
|
Add new IRC commands /allchan and /allserv with excluding option, commands /ame and /amsg are now aliases, new aliases /aaway and /anick
|
2010-01-08 16:20:16 +01:00 |
|
Sebastien Helleu
|
b493bc5c25
|
Add IRC options to customize target buffer for messages (task #7381)
|
2009-12-31 19:29:26 +01:00 |
|
Sebastien Helleu
|
6f9ca9a617
|
Add reference to debian bug #453348 in ChangeLog
|
2009-12-16 16:18:48 +01:00 |
|
Sebastien Helleu
|
aca85eda75
|
Add reference to debian bug #512957 in ChangeLog
|
2009-12-16 15:38:05 +01:00 |
|
Sebastien Helleu
|
265fa492d5
|
Add option "autorejoin_delay" for servers (task #8771), fix autorejoin on channels with key
|
2009-12-16 15:18:00 +01:00 |
|
Sebastien Helleu
|
d4b0b98933
|
Add color "darkgray", add support for background with light color, fix color "black" (bug #23882)
|
2009-12-13 23:29:08 +01:00 |
|
Sebastien Helleu
|
94eb4beb7c
|
Remove old fifo pipes before creating new pipe
|
2009-12-05 09:38:42 +01:00 |
|
Sebastien Helleu
|
ae7976b712
|
Fix buffer used by some input functions called via plugin API with buffer pointer (bug #28152)
|
2009-12-03 16:22:38 +01:00 |
|
Sebastien Helleu
|
bb9a31e753
|
Add arguments for IRC command /rehash
|
2009-12-02 12:11:20 +01:00 |
|
Sebastien Helleu
|
b279a99566
|
Support of Ruby >= 1.9.1 (patch #6989)
|
2009-11-29 16:41:08 +01:00 |
|
Sebastien Helleu
|
ac4ab3e318
|
Add all server options for IRC commands /server and /connect
|
2009-11-24 16:07:18 +01:00 |
|
Sebastien Helleu
|
ebeb335560
|
Fix command /connect (options -ssl, -ipv6 and -port) (bug #27486)
|
2009-11-19 15:37:32 +01:00 |
|
Sebastien Helleu
|
018973370d
|
Add IRC option to use same nick color in channel and private (on by default) (task #9870)
|
2009-11-19 14:48:36 +01:00 |
|
Sebastien Helleu
|
5a06829844
|
Fix bug with script installation on BSD/OSX (patch #6980)
|
2009-11-16 12:20:26 +01:00 |
|