Age | Commit message (Expand) | Author |
2017-06-03 | relay: remove callback unused after d2ff46fa69ddfd999ce7a405e336221e6197738d | Simmo Saan |
2017-06-03 | gui: remove callback unused after 0b2be21f1f42c2a1b0c200b339d7d2e59595da4c | Simmo Saan |
2017-06-03 | core, irc: remove unused structs | Simmo Saan |
2017-06-03 | gui: remove completion hdata made unusable by arraylist usage | Simmo Saan |
2017-06-03 | relay: fix relay.network.bind_address change callback not being called | Simmo Saan |
2017-06-03 | core, script: remove unused config section variables | Simmo Saan |
2017-06-03 | gui, buflist: remove declared but undefined functions | Simmo Saan |
2017-06-03 | core, gui: remove declared but unused global variables | Simmo Saan |
2017-06-03 | exec, fifo, irc: remove unused #define-s | Simmo Saan |
2017-06-03 | gui: fix gui-focus.h header guard | Simmo Saan |
2017-06-03 | core: forward declare structs to avoid implicit declarations | Simmo Saan |
2017-06-03 | gui: remove non-standard enum forward declaration | Simmo Saan |
2017-06-03 | relay: remove local variables used only for sizeof | Simmo Saan |
2017-06-03 | core: fix fifo_fd_cb declared without arguments | Simmo Saan |
2017-06-03 | core: fix gui_color_dump called with excess arguments | Simmo Saan |
2017-06-03 | irc: fix irc_server_autojoin_channels declared without arguments | Simmo Saan |
2017-06-03 | gui: fix gui_key_default_bindings declared without arguments | Simmo Saan |
2017-06-03 | core: fix infinite loop when the terminal is closed on the secure password pr... | Sébastien Helleu |
2017-06-02 | buflist: fix typo in /help buflist | Sébastien Helleu |
2017-06-02 | buflist: fix type of IRC server/channel pointers | Sébastien Helleu |
2017-06-02 | buflist: replace IRC struct by "void *" for IRC server/channel pointers | Sébastien Helleu |
2017-06-02 | trigger: add "irc_server" and "irc_channel" pointers in data for IRC signal/m... | Sébastien Helleu |
2017-06-01 | Merge pull request #1006 from mkoskar/dev2 | Sébastien Helleu |
2017-06-01 | buflist: fix long mouse gestures | Sébastien Helleu |
2017-06-01 | core: remove config_look_hotlist_add_buffer_if_away completely | Miroslav Koskar |
2017-05-31 | buflist: add missing ${hotlist_priority} in /help buflist | Sébastien Helleu |
2017-05-31 | buflist: add missing ${number_displayed} in /help buflist | Sébastien Helleu |
2017-05-30 | buflist: add support of char "~" in option buflist.look.sort for case insensi... | Sébastien Helleu |
2017-05-30 | buflist: replace function buflist_compare_hdata_var by a call to weechat_hdat... | Sébastien Helleu |
2017-05-30 | api: add function hdata_compare | Sébastien Helleu |
2017-05-30 | api: add function config_option_get_string in plugin API | Sébastien Helleu |
2017-05-30 | irc: fix crash on SASL authentication with mechanism ""ecdsa-nist256p-challenge" | Sébastien Helleu |
2017-05-28 | core: remove unused variable "index" in function eval_hdata_get_value | Sébastien Helleu |
2017-05-27 | irc: fix memory leak in case of error in "ecdsa-nist256p-challenge" SASL mech... | Sébastien Helleu |
2017-05-24 | buflist: increase size of hashtables used for string evaluation (issue #998) | Sébastien Helleu |
2017-05-24 | buflist: fix slow switch of buffer when there are a lot of buffers opened (cl... | Sébastien Helleu |
2017-05-24 | irc: remove unused variable in function irc_message_parse | Sébastien Helleu |
2017-05-23 | buflist: add keys F1/F2, alt+F1/alt+F2 to scroll the buflist bar | Sébastien Helleu |
2017-05-22 | core: fix potential use of NULL pointer in function arraylist_clear | Sébastien Helleu |
2017-05-21 | core: remove useless condition | Sébastien Helleu |
2017-05-20 | core: allow index for hdata arrays in evaluation of expressions | Sébastien Helleu |
2017-05-19 | relay: fix parsing of CAP command arguments in irc protocol (closes #995) | Sébastien Helleu |
2017-05-19 | buflist: add variable ${current_buffer} in bar item evaluation | Sébastien Helleu |
2017-05-18 | buflist: add missing indentation in /help buflist | Sébastien Helleu |
2017-05-18 | buflist: add option "bar" in command /buflist, do not automatically add the b... | Sébastien Helleu |
2017-05-15 | script: fix typo in a comment | Sébastien Helleu |
2017-05-15 | buflist: add a variable to store the size of arraylist | Sébastien Helleu |
2017-05-13 | buflist: fix uninitialized hdata pointer in focus callback | Sébastien Helleu |
2017-05-10 | script: remove dead assignment in function script_action_install_process_cb | Sébastien Helleu |
2017-05-10 | core: remove dead assignment in function gui_input_history_next | Sébastien Helleu |