index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
Age
Commit message (
Expand
)
Author
2018-05-19
relay: remove unneeded check on variable irc_argv
Sébastien Helleu
2018-05-19
exec: fix minimal length of unquoted string
Sébastien Helleu
2018-05-18
script: fix memory leak in case of invalid XML content in list of scripts
Sébastien Helleu
2018-05-17
php: add comments about C compiler happiness
Sébastien Helleu
2018-05-17
scripts: remove double return in info eval callback functions not yet impleme...
Sébastien Helleu
2018-05-17
php: ensure vbuffer is not NULL before using it
Sébastien Helleu
2018-05-17
fset: ensure option_name is not NULL before comparing it
Sébastien Helleu
2018-04-13
scripts: fix memory leak in hook_info callback
Sébastien Helleu
2018-04-12
scripts: fix return value of hook_infolist callback (pointer instead of string)
Sébastien Helleu
2018-04-10
scripts: return long integer instead of string in function infolist_time
Sébastien Helleu
2018-04-10
php: return long instead of int in function hdata_time
Sébastien Helleu
2018-04-10
php: fix return code of functions config_write_option and config_write_line
Sébastien Helleu
2018-04-10
scripts: do not allocate memory when converting pointers to strings
Sébastien Helleu
2018-04-10
ruby: fix memory leak in 7 functions returning allocated strings
Sébastien Helleu
2018-04-10
guile: fix memory leak in 7 functions returning allocated strings
Sébastien Helleu
2018-04-07
php: fix memory leak in 72 functions returning allocated strings
Sébastien Helleu
2018-04-07
api: add function string_format_size in scripting API
Sébastien Helleu
2018-04-06
irc: replace "server" by "name" in /help server
Sébastien Helleu
2018-04-02
irc: always set nick away status on WHO response (sent manually or automatica...
Sébastien Helleu
2018-04-02
irc: allocate the string "prefix" in nick
Sébastien Helleu
2018-04-01
irc: add missing parameter "-server" in /help list (issue #1165)
Sébastien Helleu
2018-04-01
irc: add option "-server" in command /list (closes #1165)
Sébastien Helleu
2018-04-01
irc: replace "server" by "target" in help of commands when the argument is no...
Sébastien Helleu
2018-03-31
core: update translations (issue #1171)
Sébastien Helleu
2018-03-31
xfer: improve help on option xfer.network.send_ack (issue #1171)
Sébastien Helleu
2018-03-31
xfer: fix code style and comments (issue #1171)
Sébastien Helleu
2018-03-31
xfer: move option "send_ack" (sort options by name) (issue #1171)
Sébastien Helleu
2018-03-31
Merge remote-tracking branch 'origin/pr/1171'
Sébastien Helleu
2018-03-31
irc: fix split of messages when server option "split_msg_max_length" is set t...
Sébastien Helleu
2018-03-28
xfer: add xfer.network.send_ack option
Dominique Martinet
2018-03-28
xfer: set TCP_NODELAY on recv side
Dominique Martinet
2018-03-25
irc: send whole IRC message including IRCv3 tags in the signals irc_in, irc_i...
Sébastien Helleu
2018-03-25
irc: update URL with IRCv3.2 message tags specification
Sébastien Helleu
2018-03-25
irc: fix memory leak when receiving a message with tags
Sébastien Helleu
2018-03-25
core: update translations
Sébastien Helleu
2018-03-25
irc: fix help on commands /unban and /unquiet
Sébastien Helleu
2018-03-25
irc: rename functions to search modelist items
Sébastien Helleu
2018-03-25
irc: reorder modelist functions
Sébastien Helleu
2018-03-25
irc: add completion with modelist numbers for commands /unban and /unquiet
Sébastien Helleu
2018-03-25
irc: factorize code to set state of modelists in a channel
Sébastien Helleu
2018-03-24
irc: clear the modelist if nothing was received before the end of list (invit...
Sébastien Helleu
2018-03-24
irc: fix indenting in debug print of modelist
Sébastien Helleu
2018-03-24
irc: fix debug print of modelist item number and pointer
Sébastien Helleu
2018-03-24
irc: fix debug print of modelist item datetime value
Sébastien Helleu
2018-03-24
irc: fix messages on exception to make them easier to translate
Sébastien Helleu
2018-03-24
irc: mark setter as optional in modelist item
Sébastien Helleu
2018-03-24
irc: first search the modelist item, then free it if found
Sébastien Helleu
2018-03-24
irc: check that the modelist item number is valid before using it
Sébastien Helleu
2018-03-24
irc: fix some styles
Sébastien Helleu
2018-03-24
irc: add indexed ban list, add completion for /unban and /unquiet (closes #59...
Simmo Saan
[prev]
[next]