Sébastien Helleu
|
9e220a7bda
|
aspell: remove unneeded else condition
(cherry picked from commit 3f3eb55c6d)
|
2014-08-20 22:31:25 +02:00 |
|
nils_2
|
addf755902
|
aspell: fix crash with command "/aspell addword" if no word is given (closes #164)
(cherry picked from commit 2629fd8c74)
|
2014-08-20 22:31:19 +02:00 |
|
Sébastien Helleu
|
0f363218b6
|
core: make argument "errors" optional in function string_replace_with_callback
|
2014-08-13 07:33:49 +02:00 |
|
Andrew Potter
|
62d891aea9
|
core: callback_free_key shouldn't point to already free'd value
|
2014-08-11 22:51:20 +02:00 |
|
Sébastien Helleu
|
4faa227a2d
|
core: check that callback is not NULL in function string_replace_with_callback
|
2014-08-11 07:47:55 +02:00 |
|
Sébastien Helleu
|
93d472e3d0
|
core: fix potential crash in case of malloc error when resetting config option
|
2014-08-10 15:51:35 +02:00 |
|
Sébastien Helleu
|
e226c2e147
|
irc: free nick immediately in case of malloc error
|
2014-08-10 15:50:18 +02:00 |
|
Sébastien Helleu
|
890a9e54be
|
core: remove dead assignment in function hook_process_child
|
2014-08-10 15:50:18 +02:00 |
|
Sébastien Helleu
|
15bb7656a5
|
core: remove dead assignment in function hook_command_exec
|
2014-08-10 15:50:18 +02:00 |
|
Sébastien Helleu
|
733eb99b17
|
script: fix potential crash in case of malloc error
|
2014-08-10 15:50:08 +02:00 |
|
Sébastien Helleu
|
a7ea40da2c
|
core: remove dead assignment when converting mouse code
|
2014-08-10 13:47:08 +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
|
ccf18f4bf6
|
core: return immediately if localtime fails in window scroll
|
2014-08-10 13:35:25 +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
|
fc71ce0d43
|
core: fix bug with several arguments for command /buffer clear|hide|unhide
|
2014-08-09 18:19:27 +02:00 |
|
Sébastien Helleu
|
9358f076a3
|
exec: invert a condition to make code more readable
|
2014-08-09 17:43:45 +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
|
7a76a959ec
|
relay: fix memory leak when receiving several lines from client (weechat protocol)
|
2014-08-09 17:40:18 +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
|
4c871760d2
|
relay: remove dead assignment
|
2014-08-09 16:37:10 +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
|
5597c93b64
|
core: check that regex is not NULL in function string_replace_regex
|
2014-08-08 07:33:37 +02:00 |
|
Sébastien Helleu
|
e7b604c97e
|
core: fix example in comment of function string_replace_regex
|
2014-08-07 07:48:15 +02:00 |
|
Sébastien Helleu
|
124b2668fe
|
core: display warning on $TERM only if it doesn't start with "screen" (under screen/tmux)
|
2014-08-03 14:11:58 +02:00 |
|
Sébastien Helleu
|
6a09cf0ed3
|
core: fix display of bar item "buffer_filter" when toggling filters in current buffer (closes #150)
|
2014-08-03 10:33:45 +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
|
ad07527007
|
trigger: fix hook count on 32-bit systems
|
2014-08-02 16:21:00 +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
|
d2dc05b01e
|
core: check that from/to arguments are not NULL in base16/64 functions
|
2014-07-30 07:44:25 +02:00 |
|
Sébastien Helleu
|
3d6b9ff5a7
|
tests: add tests of function string_is_word_char
|
2014-07-29 07:39:30 +02:00 |
|
Sébastien Helleu
|
3ffbb85cb9
|
core: check that string is not NULL in function string_input_for_buffer
|
2014-07-28 08:27:16 +02:00 |
|
Sébastien Helleu
|
12c8cd4988
|
core: check that string is not NULL in function string_iconv
|
2014-07-27 08:34:34 +02:00 |
|
Sébastien Helleu
|
0693ffb82b
|
core: fix compilation warning on GNU/Hurd about unsigned long numbers
|
2014-07-25 22:23:46 +02:00 |
|
Sébastien Helleu
|
db01880bd1
|
core: add comments in translations for file size units
|
2014-07-25 20:40:38 +02:00 |
|
Sébastien Helleu
|
f227e9ec3e
|
core: add terabyte unit for size displayed
|
2014-07-25 07:57:48 +02:00 |
|
Sébastien Helleu
|
d9d36c8dd4
|
trigger: update comment
|
2014-07-23 07:49:05 +02:00 |
|
Andrew Potter
|
197cd30379
|
trigger: refuse triggers with . in their name
|
2014-07-22 22:27:14 -07: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
|
d0b95b6858
|
core: remove whitespace in cmake files
|
2014-07-20 19:16:01 +02:00 |
|
Sébastien Helleu
|
f2fd562d79
|
core: fix build with autotools (add main.c)
|
2014-07-20 18:53:13 +02:00 |
|
Sébastien Helleu
|
ce98ded306
|
core: fix link errors with ncurses library
|
2014-07-20 16:16:08 +02:00 |
|
Sébastien Helleu
|
45f1b6bfc5
|
core: fix code style in function utf8_is_valid()
|
2014-07-20 15:50:12 +02:00 |
|
Sébastien Helleu
|
1e669e4b1e
|
Merge branch 'master' of git://github.com/anders/weechat into anders-master
|
2014-07-20 12:41:39 +02:00 |
|