Age | Commit message (Collapse) | Author |
|
|
|
an IRC command (closes #1992)
|
|
version
|
|
|
|
|
|
|
|
|
|
|
|
and user's guide
|
|
|
|
|
|
|
|
(issue #1973)
|
|
|
|
(issue #2010)
|
|
|
|
Regression was introduced in commit 817d1eaf8e0be700bf9b61dcbaf9db7ab507d3af.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit also includes support for passive DCC RESUME.
There was also a potential segfault with calling `atoi(pos_token)` when `pos_token` is NULL, so `token` is set to be stored as a string. Although it is an integer, we don't need to store it as such. That's really more of an implementation detail.
|
|
Before making any significant changes, let's identify the existing xfer types by either active or passive.
|
|
This makes it easier to handle the optional "token" argument at the (right) end, which will be necessary to support passive DCC.
Incidentally, this is RtL parsing order is the reason why you'd get a cryptic "0" address error when attempting to do passive DCC: the "token" argument gets misinterpreted as the "size" argument. Every argument "shifts" over by one, leaving an address (port) of "0".
|
|
(issue #1974)
|
|
|
|
|
|
|
|
Only text between angle brackets (eg: "<name>") must be translated.
|
|
name contains wide chars
|
|
|
|
|
|
options weechat.buffer.* (issue #352)
|
|
|
|
|
|
hdata_compare (closes #1066)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|