Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-25 | logger: check that logger buffer pointer is not NULL in function ↵ | Sébastien Helleu | |
"logger_buffer_free" | |||
2017-03-25 | irc: check that pointers received in arguments are not NULL in "free" functions | Sébastien Helleu | |
Functions: - irc_channel_nick_speaking_time_free - irc_ignore_free - irc_notify_free - irc_raw_message_free - irc_server_outqueue_free | |||
2017-03-25 | alias: check that alias pointer is not NULL in function "alias_free" | Sébastien Helleu | |
2017-03-25 | core: check that pointers received in arguments are not NULL in "free" functions | Sébastien Helleu | |
Functions: - hdata_free - infolist_var_free - infolist_item_free - infolist_free - string_shared_free - gui_window_objects_free - gui_color_free - gui_completion_free - gui_filter_free - gui_history_buffer_free - gui_hotlist_free - gui_key_free - gui_lines_free - gui_line_tags_free - gui_line_free - gui_window_tree_free - gui_window_scroll_free | |||
2017-03-12 | core: fix typo: refreshs -> refreshes | Sébastien Helleu | |
2017-02-22 | core: send signal "signal_sigwinch" after refreshs (issue #902) | Sébastien Helleu | |
Sending the signal after the refreshs will let scripts receive the good size for windows/bars/terminal, ie the size computed with the new terminal size. | |||
2017-02-19 | irc: fix parsing of message 324 (modes) when there is a colon before the ↵ | Sébastien Helleu | |
modes (closes #913) | |||
2017-02-18 | irc: add function irc_server_get_max_modes | Sébastien Helleu | |
2017-02-18 | irc: update error message, update translations | Sébastien Helleu | |
2017-02-18 | irc: send current modes/masks if next mask doesn't fit in the string | Sébastien Helleu | |
2017-02-18 | Merge remote-tracking branch 'origin/pr/579' | Sébastien Helleu | |
2017-02-18 | irc: compact some code | Sébastien Helleu | |
2017-02-18 | irc: move initialization of variables "inclusive" | Sébastien Helleu | |
2017-02-18 | Merge remote-tracking branch 'origin/pr/572' | Sébastien Helleu | |
2017-02-04 | core: fix delayed refresh when the signal SIGWINCH is received (terminal ↵ | Sébastien Helleu | |
resized) (closes #902) This fixes a regression introduced in version 1.7 by changes on signal handlers, commit 018b9693812eb58e6d15602366c61e937a9ea930. | |||
2017-02-03 | core: add last start date in output of command /version after at least one ↵ | Sébastien Helleu | |
/upgrade (closes #903) | |||
2017-01-29 | irc: reorder conditions for mode smart filtering, add a comment | Sébastien Helleu | |
2017-01-29 | irc: don't smart filter modes given to you (closes #530) | arza | |
2017-01-22 | core, alias: add xgettext comment on some command help strings | Sébastien Helleu | |
The help on commands /window and /alias contain percent chars, so we have to force xgettext to NOT use "c-format", using the string "xgettext:no-c-format". | |||
2017-01-22 | core: add new resize prefix (h/v) and examples of resize in /help window | Sébastien Helleu | |
2017-01-22 | core: add resize of window parents (closes #893) | raspbeguy | |
2017-01-15 | fifo: remove conditional directive breaking condition (closes #875) | Romero B. de S. Malaquias | |
2017-01-15 | core: fix compilation on FreeBSD with autotools (issue #276) | Sébastien Helleu | |
2017-01-13 | tests: fix compilation of tests on FreeBSD 11 | Sébastien Helleu | |
Some includes were missing in .h files, and the tests must be linked with intl and execinfo on FreeBSD. | |||
2017-01-11 | relay: make HTTP headers case-insensitive for WebSocket connections (closes ↵ | Sébastien Helleu | |
#888) | |||
2017-01-07 | exec: update help descriptions for command /exec to keep compatibility ↵ | AYANOKOUZI, Ryuunosuke | |
between options Related-Bug: #877 | |||
2017-01-06 | irc: fix option "-temp" in command /server (closes #880) | Sébastien Helleu | |
2017-01-06 | irc: fix name of option "-temp" in /help server | Sébastien Helleu | |
2017-01-06 | exec: add option "-oc" in command /exec to execute commands in process ↵ | Sébastien Helleu | |
output (closes #877) The behavior of existing option "-o" is changed: now commands are NOT executed (which is more secure by default). | |||
2017-01-06 | exec: fix memory leak in display of process output | Sébastien Helleu | |
2017-01-01 | irc: fix close of server channels which are waiting for the JOIN when the ↵ | Sébastien Helleu | |
server buffer is closed (issue #873) | |||
2017-01-01 | Merge pull request #876 from sim642/switch-join-forwarded | Sébastien Helleu | |
irc: fix buffer switching on manual join for forwarded channels | |||
2017-01-01 | irc, xfer: fix compilation on Mac OS X (add link with resolv) (issue #276) | Sébastien Helleu | |
2017-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-12-31 | irc: fix buffer switching on manual join for forwarded channels | Simmo Saan | |
Previously using option values irc.look.buffer_open_before_join off irc.look.buffer_switch_join on and manually joining a channel which gets forwarded (e.g. #linux -> ##linux-overflow on freenode) the channel buffer for ##linux-overflow was not switched to even though the option says it should have. This patch copies manual join and noswitch information for channels which get forwarded. | |||
2016-12-31 | api: add info "uptime" (WeeChat uptime) | Sébastien Helleu | |
2016-12-31 | script: fix auto-load of new scripts with /script install | Sébastien Helleu | |
Regression was introduced by commit 4c6d9e14d1dd428b0196a50bf8fe3201ec329741. | |||
2016-12-20 | core: fix typo in /help weechat.look.align_multiline_words | Sébastien Helleu | |
2016-12-17 | core: link with resolv library only on Mac OS X | Sébastien Helleu | |
This fixes build on FreeBSD. | |||
2016-12-17 | core: fix compilation on Mac OS X (closes #276) | Sébastien Helleu | |
The resolver functions like res_init() require link with resolv. | |||
2016-12-17 | core: improve /help weechat.look.align_multiline_words | Sébastien Helleu | |
2016-12-17 | Merge remote-tracking branch 'origin/pr/802' | Sébastien Helleu | |
2016-12-15 | irc: add examples in help of usermode server option | Sébastien Helleu | |
2016-12-13 | core, xfer: display more information on fork errors (issue #573) | Sébastien Helleu | |
2016-12-11 | irc: evaluate content of server option "usermode" | Sébastien Helleu | |
2016-12-11 | irc: rename server option "umodes" to "usermode" | Sébastien Helleu | |
2016-12-11 | Merge remote-tracking branch 'origin/pr/820' | Sébastien Helleu | |
2016-12-03 | irc: evaluate content of server option "ssl_fingerprint" (closes #858) | Sébastien Helleu | |
2016-12-01 | script: reload a script after upgrade only if it was loaded, set autoload ↵ | Sébastien Helleu | |
only if the script was auto-loaded (closes #855) | |||
2016-11-30 | core: replace "core" by constant PLUGIN_CORE | Sébastien Helleu | |