Sébastien Helleu
23deeed800
guile: fix compilation with Guile < 2.0.4 ( closes #198 )
...
(cherry picked from commit 6a2bef6fb7 )
2014-09-20 15:46:06 +02:00
Sébastien Helleu
ed133e51a4
trigger: do not allow any changes on a trigger when it is currently running ( closes #189 )
...
(cherry picked from commit d1b4281d20 )
2014-09-20 14:59:08 +02:00
Sébastien Helleu
b9ec938fab
aspell: fix compilation with enchant version older than 1.6.0 ( closes #192 )
...
(cherry picked from commit 6860aa491f )
2014-09-20 11:06:26 +02:00
Sébastien Helleu
c1b65bd075
core: fix window/buffer pointers used in command /eval
...
(cherry picked from commit 421c0752d8 )
2014-08-29 19:11:30 +02:00
Sébastien Helleu
7b637f3fb5
api: fix bug in function hdata_move when absolute value of count is greater than 1
...
(cherry picked from commit 9fe6ce1cdc )
2014-08-27 07:35:39 +02:00
Sébastien Helleu
1ce55d8774
perl: fix detection of Perl >= 5.20 with autotools
...
(cherry picked from commit bf723ba7bf )
2014-08-26 07:42:17 +02:00
Sébastien Helleu
1838314167
tests: fix build of tests when the build directory is outside source tree ( closes #178 )
...
(cherry picked from commit f39b37351c )
2014-08-25 07:39:31 +02:00
Sébastien Helleu
5b8bd33a77
script: fix crash on "/script update" if a script detail is displayed in buffer ( closes #177 )
...
(cherry picked from commit 067f310be6 )
2014-08-22 20:49:54 +02:00
Sébastien Helleu
73b51f9bf4
trigger: fix regex used in default triggers to hide passwords ( closes #172 )
...
"\S" is not supported on *BSD, so it is replaced by "[^ ]" (which should be
enough, since there should be no tabs or other whitespace different from
spaces in command line).
(cherry picked from commit 333253e5b9 )
2014-08-22 07:40:45 +02:00
Sébastien Helleu
df748bd7d9
core: fix modifier "weechat_print": discard only one line when several lines are displayed in same message ( closes #171 )
...
When several lines are displayed in a message (separated by "\n"), the
modifier "weechat_print" will now discard just one line (if return value is
an empty string), instead of discarding the whole message.
(cherry picked from commit 7310a7e398 )
2014-08-20 22:41:49 +02:00
Sébastien Helleu
06414d1410
core: update ChangeLog
...
(cherry picked from commit 2d5f563d89 )
2014-08-20 22:32:38 +02:00
Sébastien Helleu
82eb8aef08
tests: fix memory leak in tests launcher
...
(cherry picked from commit bc34c3cfc2 )
2014-08-20 22:22:06 +02:00
Sébastien Helleu
addc27af2c
Version 1.0
...
Yay! \o/
2014-08-15 10:09:01 +02:00
Sébastien Helleu
8506fa95b3
core: separate new features and bugs fixed in ChangeLog
2014-08-14 07:35:04 +02:00
Sébastien Helleu
068776b5a7
core: fix zero-length malloc of an hashtable item with type "buffer"
2014-08-10 13:42:48 +02:00
Sébastien Helleu
fc1571645d
logger: fix memory leaks in backlog
2014-08-10 13:25:35 +02:00
Sébastien Helleu
53a9a161f4
core: fix memory leak on /upgrade when file signature in upgrade file is invalid
2014-08-10 10:52:04 +02:00
Sébastien Helleu
27dd6cf72f
core: fix memory leak in completion of config options values
2014-08-09 23:17:25 +02:00
Sébastien Helleu
b78b5575c3
irc: fix memory leak in CTCP answer
2014-08-09 19:54:39 +02:00
Sébastien Helleu
4e43be6d2c
core: fix memory leak when removing script files
2014-08-09 18:49:06 +02:00
Sébastien Helleu
795b9c9da9
relay: fix memory leak during handshake on websocket
2014-08-09 17:41:16 +02:00
Sébastien Helleu
a6aee98cb1
relay: fix memory leak when receiving commands from client (weechat protocol)
2014-08-09 17:15:22 +02:00
Sébastien Helleu
ddd7a85f2d
relay: fix crash when an IRC "MODE" command is received from client without arguments
2014-08-09 16:14:44 +02:00
Sébastien Helleu
3c3311bf17
core: update ChangeLog
2014-08-03 14:44:37 +02:00
Sébastien Helleu
cf3e0ccbfd
core: fix result of hash function (in hashtables) on 32-bit systems
2014-08-02 16:53:12 +02:00
Sébastien Helleu
8a93906beb
api: fix function string_decode_base64
...
The result of function was sometimes wrong, for example base64 decoding of
"YWJj" was returning "ab" instead of "abc".
2014-08-02 16:52:17 +02:00
Sébastien Helleu
6295adad6d
relay: fix number of bytes sent/received on 32-bit systems
2014-08-02 16:17:30 +02:00
Sébastien Helleu
d046315e8b
api: fix function string_format_size on 32-bit systems
2014-08-02 11:44:15 +02:00
Sébastien Helleu
35574d63ab
irc: fix duplicate sender name in display of wallops ( closes #142 , closes #145 )
2014-08-02 11:35:43 +02:00
Sébastien Helleu
f227e9ec3e
core: add terabyte unit for size displayed
2014-07-25 07:57:48 +02:00
Sébastien Helleu
3aadfc6765
core: fix insert of mouse code in input line after a partial key combo ( closes #130 )
2014-07-21 21:29:44 +02:00
Sébastien Helleu
4070a5d27b
core: update ChangeLog
2014-07-20 15:53:25 +02:00
Sébastien Helleu
b4186d1f74
core: update ChangeLog
2014-07-20 12:17:44 +02:00
Sébastien Helleu
eb4d1cf9e7
core: display a warning on startup if $TERM is not screen(-256color) under screen/tmux
...
The same warning is displayed with command "/debug term".
2014-07-14 19:00:23 +02:00
Sébastien Helleu
dff20632ff
script: fix display of curl errors
2014-07-14 16:05:43 +02:00
Sébastien Helleu
2c3484d089
irc: display locally away status changes in private buffers (in addition to channels) ( closes #117 )
2014-07-12 17:32:54 +02:00
Sébastien Helleu
3ec3fb4e8d
python: fix read of return value for callbacks returning an integer in Python 2.x ( closes #125 )
2014-07-12 14:51:39 +02:00
Sébastien Helleu
c5710c6f24
core: fix evaluation of expressions with regex condition ( closes #63 )
...
The regex itself is not evaluated any more (so parentheses are kept).
Before the fix:
>> abcd =~ (?-i)^abc
== [0]
>> (abcd) =~ \(abcd\)
== [0]
After the fix:
>> abcd =~ (?-i)^abc
== [1]
>> (abcd) =~ \(abcd\)
== [1]
2014-07-12 10:10:05 +02:00
Sébastien Helleu
e0312f7ecf
core: add option "-mask" in command /unset ( closes #112 )
2014-07-12 09:14:56 +02:00
Sébastien Helleu
f80a80204a
core: add option weechat.color.status_nicklist_count ( closes #109 , closes #110 )
2014-07-12 08:13:58 +02:00
Sébastien Helleu
7a7399594f
core: fix socks5 proxy for curl downloads ( closes #119 )
2014-07-05 22:22:16 +02:00
Sébastien Helleu
4350dd058e
core: display curl error after a failed download
2014-07-05 22:17:55 +02:00
Sébastien Helleu
980a9abcfd
core: do not display content of passphrase on /secure buffer
2014-06-28 13:18:16 +02:00
Sébastien Helleu
1a1c50cc01
core: add option "env" in command /set
2014-06-27 07:54:53 +02:00
Sébastien Helleu
dfb6516a11
irc: add value "+" for option irc.look.smart_filter_mode to use modes from server prefixes ( closes #90 )
...
The new default value of option irc.look.smart_filter_mode is now "+".
2014-06-14 09:53:07 +02:00
Sébastien Helleu
d0fa44865c
core: fix potential memory leak with infolists not freed in plugins (debian #751108 )
...
The memory leak should not happen if infolists are properly freed by plugins,
and it happened only on unload of plugins (or exit).
2014-06-10 20:14:24 +02:00
Sébastien Helleu
17e451ae55
core: fix color display of last color number + 1 ( closes #101 )
2014-06-07 17:08:17 +02:00
Sébastien Helleu
5d0a74a43e
core: add option weechat.look.hotlist_remove ( closes #99 )
2014-06-06 19:39:19 +02:00
Sébastien Helleu
fe872f26d4
irc: fix extract of channel in parser for JOIN/PART messages when there is a colon before the channel name ( closes #83 )
...
The problem was only affecting scripts or triggers using the parser.
The irc plugin does not use the "channel" variable built by the parser
(when parsing JOIN/PART messages).
2014-05-28 20:11:12 +02:00
Sébastien Helleu
34098cee27
irc: add command /remove ( closes #91 )
2014-05-26 07:57:38 +02:00