summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
2019-08-24fset: add filters "h=xxx" and "he=xxx" to filter options by description ↵Sébastien Helleu
(translated or in English)
2019-08-21irc: fix parsing of message 367 (banlist) when there is a colon before the ↵iwalkalone
timestamp (closes #1396)
2019-08-20ruby: fix compilation with Ruby < 2.3Sébastien Helleu
2019-08-19ruby: fix conversion of big integers on 32bit architecture (closes #1395)Sébastien Helleu
2019-08-17buflist: use extra variables in option buflist.look.display_conditions ↵Sébastien Helleu
(closes #1393)
2019-08-17Revert "buflist: mention variables available for option ↵Sébastien Helleu
buflist.look.display_conditions in its help and in /help buflist (closes #1393)" This reverts commit 39e5b0574cff8ade50ff6ec95feda57b1c331b4e.
2019-08-17buflist: mention variables available for option ↵Sébastien Helleu
buflist.look.display_conditions in its help and in /help buflist (closes #1393)
2019-08-10api: add function list_user_data (issue #666)Andrew Potter
2019-08-10irc: replace calls to strcpy and strcat with a call to snprintfSébastien Helleu
2019-08-10irc: rename variable vars_replaced to command2, remove fallback on *ptr_commandSébastien Helleu
2019-08-10Merge remote-tracking branch 'origin/pr/615'Sébastien Helleu
2019-08-05irc: fix memory leak when removing a serverSébastien Helleu
2019-08-04irc: fix length of user/nick/host in split of messages (closes #1387)Sébastien Helleu
2019-08-04irc: add variables "user_max_length" and "host_max_length" in server ↵Sébastien Helleu
structure (issue #1387)
2019-08-04tests: add unit tests on IRC functions irc_message_split* (issue #1387)Sébastien Helleu
2019-08-03tests: add unit tests on IRC functions irc_message_parse and ↵Sébastien Helleu
irc_message_parse_to_hashtable
2019-08-03irc: return NULL in function irc_message_get_address_from_host if the ↵Sébastien Helleu
received host is NULL
2019-07-31build: use pkg-config to properly link pythonEli Schwartz
fixes incorrect (non)detection of libpython3.Ym.so due to PEP 3149 since python's officially exported build flags know how to correctly link to python.
2019-07-13buflist: use existing variable buflist_hdata_buffer to check buffer pointers ↵Sébastien Helleu
in infolist "buflist"
2019-07-11core: update translations (issue #1375)Sébastien Helleu
2019-07-11buflist: check validity of buffer pointers in info "buflist" (issue #1375)Sébastien Helleu
2019-07-11buflist: add infolist "buflist" (issue #1375)Simmo Saan
2019-07-11irc: quote NICK command argument sent to the server only if there's a ":" in ↵Sébastien Helleu
the nick (closes #1376, issue #1319)
2019-07-10irc: split function irc_ignore_check into three functionsSébastien Helleu
2019-07-04irc: return all arguments in the PONG response to a PING (closes #1369)Sébastien Helleu
2019-06-26core: send command line parameter to plugins only if the name starts with ↵Sébastien Helleu
the plugin name followed by a colon
2019-06-24core: auto disable upgrade process (command line option "--upgrade") if the ↵Sébastien Helleu
file weechat.upgrade is not found
2019-06-22irc: fix help of /connect command: the server is optionalSébastien Helleu
2019-06-17core: add option "close" in command /window (closes #853)Sébastien Helleu
2019-06-15irc: disable server reconnection when the server buffer is closed (closes #236)Sébastien Helleu
2019-06-15irc: strip spaces at beginning/end of addresses in server option "addresses" ↵Sébastien Helleu
(closes #195)
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-06-15irc: remove capability from cap_list when a client capability is disabled ↵Sébastien Helleu
(issue #151)
2019-06-15irc: fix display of enabled/disabled client capabilities received in command ↵Sébastien Helleu
CAP ACK (closes #151)
2019-06-12exec: evaluate option exec.command.shell, change default value to ↵Sébastien Helleu
"${env:SHELL}" (closes #1356)
2019-06-07alias: remove default aliases /AME and /AMSGjesopo
2019-06-04relay: set socket option SO_KEEPALIVE only for TCP sockets when creating the ↵Sébastien Helleu
socket (issue #733)
2019-06-04relay: set socket option SO_REUSEADDR only for TCP sockets when creating the ↵Sébastien Helleu
socket (issue #733)
2019-06-04relay: set socket option SO_REUSEADDR only for TCP sockets (issue #733)Sébastien Helleu
2019-06-04relay: add UNIX domain socket completion for command /relay add (issue #733)Sébastien Helleu
2019-06-04relay: fix crash when deleting a relay (issue #733)Sébastien Helleu
2019-06-04relay: fix truncated path when the unix socket path is longer than the ↵Sébastien Helleu
authorized one (issue #733)
2019-06-04spell: add a warning if aspell.conf is still present (on first spell load)Sébastien Helleu
2019-05-14irc: add extra check on argument "nick" in functions "irc_nick_set_*"Sébastien Helleu
2019-05-14irc: fix crash when the nick in incoming message is not found in channelSébastien Helleu
2019-05-13relay: remove useless conditionSébastien Helleu
This fixes a compilation warning on FreeBSD.
2019-05-13relay: set address to "local" if not knownSébastien Helleu
2019-05-13core: update translationsSébastien Helleu
2019-05-13relay: rename variables in function relay_config_check_path_lengthSébastien Helleu
2019-05-12relay: fix commentSébastien Helleu