aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* irc: add extra check on argument "nick" in functions "irc_nick_set_*"Sébastien Helleu2019-05-141-0/+12
* irc: fix crash when the nick in incoming message is not found in channelSébastien Helleu2019-05-141-1/+2
* relay: remove useless conditionSébastien Helleu2019-05-131-1/+1
* relay: set address to "local" if not knownSébastien Helleu2019-05-131-1/+2
* core: update translationsSébastien Helleu2019-05-133-52/+133
* relay: rename variables in function relay_config_check_path_lengthSébastien Helleu2019-05-131-7/+8
* relay: fix commentSébastien Helleu2019-05-121-2/+2
* relay: set mode 700 on the unix socket file (only the owner can use it)Sébastien Helleu2019-05-121-0/+5
* relay: do not overwrite a file if it's not a socket, display an error when the socket can not be createdSébastien Helleu2019-05-123-7/+81
* relay: evaluate path of unix socket relaySébastien Helleu2019-05-123-13/+18
* relay: rename function relay_config_check_path_len to relay_config_check_path_lengthSébastien Helleu2019-05-123-4/+4
* relay: fix update of port/path variables in relay server when options relay.port.* and relay.path.* are changed with /setSébastien Helleu2019-05-123-2/+67
* relay: fix section used when the unix relay does not start with "unix."Sébastien Helleu2019-05-121-2/+2
* relay: add unix relay format in /help relaySébastien Helleu2019-05-121-1/+2
* relay: remove extra newline at the end of /help relaySébastien Helleu2019-05-121-1/+1
* relay: remove local variable ptr_server from function relay_config_check_path_cb (not needed)Sébastien Helleu2019-05-121-6/+2
* relay: improve message displayed on a new clientSébastien Helleu2019-05-121-7/+20
* relay: improve message displayed when the relay is removedSébastien Helleu2019-05-121-1/+1
* relay: improve message displayed when the relay is addedSébastien Helleu2019-05-121-11/+13
* relay: rename function relay_config_create_option_port to relay_config_create_option_port_pathSébastien Helleu2019-05-123-14/+14
* relay: fix code styleSébastien Helleu2019-05-124-66/+67
* relay: rename variable "un" to "unix_socket"Sébastien Helleu2019-05-124-21/+21
* relay: add UNIX socket support (closes #733)Ryan Farley2019-05-126-74/+291
* irc: rename server variable "nick_host" to "host"Sébastien Helleu2019-05-126-32/+32
* irc: set buffer local variable "nick_host" when a channel buffer is openedSébastien Helleu2019-05-101-0/+1
* irc: add bar items "irc_nick", "irc_host" and "irc_nick_host"Sébastien Helleu2019-05-103-0/+120
* irc: add variable "nick_host" in server structureSébastien Helleu2019-05-106-25/+110
* irc: fix parsing of MODE command when there are colons after the first mode argument (closes #1296)Sébastien Helleu2019-05-103-3/+54
* cmake: allow custom libdir (fix #1341)Ryan Farley2019-04-2521-21/+21
* core: use getopt to parse command line argumentsSébastien Helleu2019-04-141-122/+121
* core: bump API versionSébastien Helleu2019-04-131-1/+1
* core: merge functions gui_line_prefix_is_same_nick_as_{previous|next} (issue #931)Sébastien Helleu2019-04-131-69/+21
* core: fix /help weechat.look.buffer_time_sameSébastien Helleu2019-04-131-1/+1
* core: add option weechat.look.prefix_same_nick_middle (closes #930, closes #931)Adrian Bjugård2019-04-133-23/+145
* core: add option weechat.look.buffer_time_same (closes #1127)Simmo Saan2019-04-133-6/+114
* trigger: add hook "info_hashtable"Sébastien Helleu2019-04-135-8/+88
* trigger: add hook "info"Sébastien Helleu2019-04-135-7/+63
* irc: fix memory leak in infos "irc_server_isupport" and "irc_server_isupport_value"Sébastien Helleu2019-04-131-0/+2
* api: return allocated string in hook_info callback and function info_getSébastien Helleu2019-04-1348-478/+587
* xfer: add option xfer.network.speed_limit_recv (closes #269)Sébastien Helleu2019-04-063-94/+130
* tests: add tests on function util_signal_searchSébastien Helleu2019-04-012-0/+5
* core: add documentation on command line debug options (in --help and man pages)Sébastien Helleu2019-03-312-6/+16
* core: don't execute command scheduled by /repeat if the buffer does not exist any moreSébastien Helleu2019-03-291-5/+3
* core: don't execute command scheduled by /wait if the buffer does not exist any moreSébastien Helleu2019-03-292-9/+3
* core: use seconds by default in /repeat interval, allow unit for the intervalSébastien Helleu2019-03-291-6/+11
* core: move parsing of /wait delay in a separate function, with unit testsSébastien Helleu2019-03-293-43/+79
* core: allow text in addition to a command in command /repeatSébastien Helleu2019-03-291-44/+30
* relay: use option "delay" in call to command_options (closes #1327)Sébastien Helleu2019-03-281-83/+37
* api: add option "delay" in hashtable options of function command_options (issue #1327)Sébastien Helleu2019-03-284-71/+134
* core: make "input_commands_allowed" work with /wait and /repeat commands (issue #928)Sébastien Helleu2019-03-286-75/+101