Sebastien Helleu
db43e2a018
python: fix crash when unloading a script without pointer to interpreter
2012-06-10 22:30:48 +02:00
Sebastien Helleu
25c795a26f
core: add horizontal separator between windows, two new options to toggle horizontal/vertical separators between windows
...
New boolean options, enabled by default:
- weechat.look.window_separator_horizontal
- weechat.look.window_separator_vertical
2012-06-10 09:51:03 +02:00
Sebastien Helleu
9c5116b4fe
core: add options weechat.color.chat_nick_offline_highlight(_bg) (text/bg for highlight when nick is offline)
2012-06-09 21:33:10 +02:00
Sebastien Helleu
9f4dbd2b3b
irc: fix freeze when reading on socket with SSL enabled (bug #35097 )
2012-06-09 11:43:02 +02:00
Sebastien Helleu
200652836b
core: add options to use different color for offline nicks in prefix (patch from Nei) (task #11109 )
...
New options:
- weechat.look.color_nick_offline: boolean to enable feature (off by default)
- weechat.color.chat_nick_offline: color for offline nicks (displayed in prefix)
2012-06-09 08:53:50 +02:00
Sebastien Helleu
2a00de476e
guile: fix path of guile include dirs in cmake build (patch #7790 )
2012-06-05 08:51:22 +02:00
Sebastien Helleu
89b676f653
irc: reallow names beginning with "#" for servers
2012-06-04 18:19:31 +02:00
Sebastien Helleu
e79c7cf7d9
core: reallow names beginning with "#" for bars, proxies and filters
2012-06-04 18:18:10 +02:00
Sebastien Helleu
0732789f34
core: escape special chars (#[\) in configuration files for name of options (bug #36584 )
2012-06-04 18:14:57 +02:00
Sebastien Helleu
231ee3fa3d
rmodifier: prohibit names beginning with "#" for rmodifiers
2012-06-04 10:06:46 +02:00
Sebastien Helleu
c681c660c6
alias: prohibit names beginning with "#" for aliases (bug #36584 )
2012-06-04 09:59:03 +02:00
Sebastien Helleu
9076f35953
Version 0.3.9-dev
2012-06-03 10:08:43 +02:00
Sebastien Helleu
d6bd119d76
Version 0.3.8
2012-06-03 09:25:29 +02:00
Sebastien Helleu
3209ebcb27
core: fix typo in ChangeLog
2012-05-30 08:00:23 +02:00
Sebastien Helleu
6f5a20e3c0
Version 0.3.8-rc2
2012-05-22 09:18:18 +02:00
Sebastien Helleu
b68702ed00
doc: add japanese FAQ (patch #7781 )
2012-05-18 09:17:33 +02:00
Sebastien Helleu
71800dcc5a
core: update ChangeLog
2012-05-17 22:41:51 +02:00
Sebastien Helleu
a62b243af5
relay: add signals "upgrade" and "upgrade_ended" in WeeChat protocol
2012-05-17 11:24:59 +02:00
Sebastien Helleu
04275a7354
relay: fix crash on /upgrade when client is connected using WeeChat protocol
2012-05-17 09:37:04 +02:00
Sebastien Helleu
6802552787
guile: fix crash on ARM when loading guile plugin (bug #36479 )
2012-05-16 12:30:19 +02:00
Sebastien Helleu
b645947954
Version 0.3.8-rc1
2012-05-15 12:57:53 +02:00
Sebastien Helleu
21b87c428c
irc: update channel modes by using chanmodes from message 005 (do not send extra command "MODES" to server), fix parsing of modes (bug #36215 )
2012-05-15 12:48:50 +02:00
Sebastien Helleu
54b45e9c5e
core: support lines of 16 Kb long in configuration files (instead of 1 Kb)
2012-05-11 08:04:19 +02:00
Sebastien Helleu
370a5ccb61
irc: add option "fakerecv" for command /server to simulate a received IRC message (not documented, for debug only)
2012-05-08 15:05:53 +02:00
Sebastien Helleu
54e5dad740
core: fix crash in focus hook for nicklist (bug #36271 )
2012-05-04 16:46:45 +02:00
Mateusz Poszwa
59234aef2d
core: fix truncated config files (zero-length) after system crash (bug #36383 )
...
The function config_file_write_internal now performs an overwrite-by-rename
(call to "rename" only) instead of calls to "unlink" then "rename".
2012-05-03 16:10:00 +02:00
Sebastien Helleu
dfbe7845ae
logger: fix charset of lines displayed in backlog when terminal charset is different from UTF-8 (bug #36379 )
2012-05-03 12:36:27 +02:00
Sebastien Helleu
0b73835e8a
irc: hide everything after "identify" or "register" in messages to nickserv when option irc.look.hide_nickserv_pwd is on (bug #36362 )
2012-05-02 12:42:44 +02:00
Sebastien Helleu
d282d9fd06
scripts: fix type of argument "rc" in callback of hook_process (from string to integer)
2012-05-01 09:17:13 +02:00
Sebastien Helleu
f4a07da0a2
rmodifier: add default rmodifier "quote_pass" to hide password in command "/quote pass" (bug #36250 )
2012-04-19 11:38:21 +02:00
Sebastien Helleu
81a8119a08
rmodifier: add default rmodifier "server" to hide passwords in commands /server and /connect (task #11993 )
2012-04-17 12:29:14 +02:00
Sebastien Helleu
a317029955
core: fix display bugs and crashs with small windows (bug #36107 )
2012-04-11 16:38:14 +02:00
Sebastien Helleu
2224fe796e
irc: add option "-pending" for command /disconnect (cancel auto-reconnection on servers currently reconnecting) (task #11985 )
2012-04-08 10:11:29 +02:00
Sebastien Helleu
902c0903d3
core: convert options weechat.look.prefix_align_more and weechat.look.prefix_buffer_align_more from boolean to string (task #11197 )
2012-04-07 18:47:41 +02:00
Sebastien Helleu
7682a1ae44
perl: fix compilation on OS X (bug #30701 )
2012-04-07 11:31:34 +02:00
Kyle Fuller
1307ab9ffc
irc: set user modes only if target nick is self nick in message 221 (patch #7754 )
2012-04-05 14:05:46 +02:00
Sebastien Helleu
2b26348965
perl: fix crash on quit on OS X
2012-04-03 21:40:03 +02:00
Sebastien Helleu
10df976e53
core: fix display bug with prefix when length is greater than max and prefix is ending with a wide char (bug #36032 )
2012-03-29 16:36:51 +02:00
Sebastien Helleu
03194331b9
core: add new color options for logger in ChangeLog
2012-03-29 10:24:17 +02:00
Sebastien Helleu
fbf38ddbd5
logger: add colors for backlog lines and end of backlog (task #11966 )
2012-03-28 21:48:55 +02:00
Sebastien Helleu
67115edf3d
core: add option weechat.look.prefix_same_nick (hide or change prefix on messages whose nick is the same as previous message) (task #11965 )
2012-03-28 18:07:15 +02:00
Sebastien Helleu
272046d012
irc: force the clear of nicklist when joining a channel (nicklist was not sync after znc reconnection) (bug #36008 )
2012-03-26 15:12:05 +02:00
Sebastien Helleu
0a08581f1b
irc: allow more than one nick in command /invite
2012-03-26 13:45:41 +02:00
Sebastien Helleu
7e1859ad5d
guile: add missing function "hook_process_hashtable" in API
2012-03-25 18:20:25 +02:00
Sebastien Helleu
b867c69477
core: convert tabs to spaces in text pasted (bug #25028 )
2012-03-24 13:22:41 +01:00
Sebastien Helleu
b7d75cf455
tcl: add missing function "hdata_char" in API
2012-03-24 13:11:50 +01:00
Sebastien Helleu
af56174b98
tcl: fix pointer sent to function hook_signal_send when type of data is a pointer
2012-03-24 13:05:37 +01:00
Sebastien Helleu
c4cfd651fc
api: display warning in scripts when invalid pointers (malformed strings) are given to plugin API functions (warning displayed if debug for plugin is >= 1)
2012-03-24 13:00:50 +01:00
Sebastien Helleu
9972cce777
core: add a connection timeout for child process in hook_connect (bug #35966 )
2012-03-23 18:24:47 +01:00
Sebastien Helleu
d4184f78c5
irc: do not send command "MODE #channel" on manual /names (do it only when names are received on join of channel) (bug #35930 )
2012-03-22 16:02:25 +01:00