summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-25buflist: use hotlist pointer in buffer hdataSébastien Helleu
2017-03-25core: add hotlist pointer in buffer structureSébastien Helleu
2017-03-25buflist: add option buflist.look.sortSébastien Helleu
2017-03-25api: add arraylist functionsSébastien Helleu
New functions: - arraylist_new - arraylist_size - arraylist_get - arraylist_search - arraylist_insert - arraylist_add - arraylist_remove - arraylist_clear - arraylist_free
2017-03-25buflist: add hotlist format options (for color according to hotlist priority)Sébastien Helleu
2017-03-25buflist: load plugin after some other plugins by shifting plugins prioritySébastien Helleu
2017-03-25doc: add buflist options in documentation generatorSébastien Helleu
2017-03-25doc: add file buflist.conf in man pageSébastien Helleu
2017-03-25buflist: new plugin "buflist" (bar with list of buffers)Sébastien Helleu
2017-03-25core: add ternary operator (condition) in evaluation of expressionsSébastien Helleu
2017-03-25api: add dynamic string functions (string_dyn_*)Sébastien Helleu
New functions: - string_dyn_alloc - string_dyn_copy - string_dyn_concat - string_dyn_free
2017-03-25trigger: check that regex pointers are not NULL in function "trigger_regex_free"Sébastien Helleu
2017-03-25script: check that script pointer is not NULL in function "script_repo_free"Sébastien Helleu
2017-03-25relay: check that pointers received in arguments are not NULL in "free" ↵Sébastien Helleu
functions Functions: - relay_irc_free - relay_client_outqueue_free - relay_raw_message_free - relay_weechat_msg_free - relay_weechat_nicklist_item_free - relay_weechat_nicklist_free - relay_weechat_free
2017-03-25logger: check that logger buffer pointer is not NULL in function ↵Sébastien Helleu
"logger_buffer_free"
2017-03-25irc: check that pointers received in arguments are not NULL in "free" functionsSé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-25alias: check that alias pointer is not NULL in function "alias_free"Sébastien Helleu
2017-03-25core: check that pointers received in arguments are not NULL in "free" functionsSé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-20doc: update Japanese auto-generated filesSébastien Helleu
2017-03-20Merge pull request #927 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-03-20core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-03-12doc: update auto-generated files with irc optionsSébastien Helleu
2017-03-12core: update German translationsNils Görs
2017-03-12doc: add Gnutls CA file path for OS X (with homebrew openssl) in FAQ (closes ↵Sébastien Helleu
#739)
2017-03-12core: fix typo: refreshs -> refreshesSébastien Helleu
2017-03-04doc: list some remote interfaces for weechat relay protocol in user's guideSébastien Helleu
2017-03-04doc: update Japanese auto-generated filesSébastien Helleu
2017-03-04Merge pull request #918 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-03-05core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-02-28core: add issue #122 in ChangeLogSébastien Helleu
2017-02-22core: 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-19irc: fix parsing of message 324 (modes) when there is a colon before the ↵Sébastien Helleu
modes (closes #913)
2017-02-19doc: update German auto-generated filesSébastien Helleu
2017-02-18core: update German translationsNils Görs
2017-02-18core: add issues #579, #15 and #577 in ChangeLogSébastien Helleu
2017-02-18irc: add function irc_server_get_max_modesSébastien Helleu
2017-02-18irc: update error message, update translationsSébastien Helleu
2017-02-18irc: send current modes/masks if next mask doesn't fit in the stringSébastien Helleu
2017-02-18Merge remote-tracking branch 'origin/pr/579'Sébastien Helleu
2017-02-18core: update ChangeLogSébastien Helleu
2017-02-18irc: compact some codeSébastien Helleu
2017-02-18irc: move initialization of variables "inclusive"Sébastien Helleu
2017-02-18core: add issue #572 in ChangeLogSébastien Helleu
2017-02-18core: update translations and auto-generated doc filesSébastien Helleu
2017-02-18Merge remote-tracking branch 'origin/pr/572'Sébastien Helleu
2017-02-18Merge pull request #911 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-02-18core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-02-11doc: update German documentationNils Görs
2017-02-10Merge pull request #907 from haavard/masterSébastien Helleu
doc: fix examples with localvar_del
2017-02-10doc: update instructions to connect to freenode via Tor (user's guide) ↵Sébastien Helleu
(closes #908)