index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
irc
Age
Commit message (
Expand
)
Author
2018-02-05
irc: allow ${irc_server.xxx} and ${server} in server evaluated options (close...
Sébastien Helleu
2018-01-14
core: reinitialize config file pointer to NULL after an error on section crea...
Sébastien Helleu
2018-01-14
irc: fix typo in help on server option "split_msg_max_length"
Sébastien Helleu
2018-01-13
irc: add server option "split_msg_max_length"
Sébastien Helleu
2018-01-07
core: fix some styles
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-11-06
irc: fix help on option irc.look.notice_welcome_redirect (closes #1095)
Sébastien Helleu
2017-10-13
irc: do not clear nicklist when joining an already joined channel if the opti...
Sébastien Helleu
2017-09-23
core, plugins: check return code of strftime function
Sébastien Helleu
2017-08-23
irc: fix CTCP PING reply when the option irc.ctcp.ping is set to non-empty value
Sébastien Helleu
2017-08-19
Revert "irc: do not use away color for nicks in nicklist if option irc.look.c...
Sébastien Helleu
2017-08-19
irc: do not use away color for nicks in nicklist if option irc.look.color_nic...
Sébastien Helleu
2017-08-12
core: fix cast of time_t (to "long long" instead of "long") (closes #1051)
Sébastien Helleu
2017-08-10
core: remove value for first #define in headers, add "PLUGIN" in plugin headers
Sébastien Helleu
2017-07-08
fset: fix priority of plugin (load it after all other plugins)
Sébastien Helleu
2017-06-20
irc: fix update of nick prefixes when the names are received in message 353 (...
Sébastien Helleu
2017-06-17
irc: don't reset nick properties (prefixes/away/account/realname) on /names w...
Sébastien Helleu
2017-06-14
irc: remove unused functions irc_server_get_number_connected and irc_server_g...
Sébastien Helleu
2017-06-10
core, plugins: fix conditions to insert elements in linked lists
Sébastien Helleu
2017-06-09
irc: Remove unnecessary stores
Neui
2017-06-03
core, irc: remove unused structs
Simmo Saan
2017-06-03
exec, fifo, irc: remove unused #define-s
Simmo Saan
2017-06-03
irc: fix irc_server_autojoin_channels declared without arguments
Simmo Saan
2017-05-30
irc: fix crash on SASL authentication with mechanism ""ecdsa-nist256p-challenge"
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
irc: remove unused variable in function irc_message_parse
Sébastien Helleu
2017-05-06
irc: fix update of server addresses on reconnection when the evaluated conten...
Sébastien Helleu
2017-05-02
irc: add option "open" in command /server (closes #966)
Sébastien Helleu
2017-04-27
irc: fix crash in case of invalid server reply during SASL authentication wit...
Tobias Stoeckmann
2017-04-22
irc: fix parsing of DCC filename
Tobias Stoeckmann
2017-04-07
irc: fix double decoding of IRC colors in messages sent/displayed by commands...
Sébastien Helleu
2017-03-25
irc: fix type of values for hashtable extra_vars in irc_server_get_default_msg
Sébastien Helleu
2017-03-25
irc: send signal "irc_server_lag_changed", store lag in server buffer
Sébastien Helleu
2017-03-25
irc: check that pointers received in arguments are not NULL in "free" functions
Sébastien Helleu
2017-03-12
core: fix typo: refreshs -> refreshes
Sébastien Helleu
2017-02-19
irc: fix parsing of message 324 (modes) when there is a colon before the mode...
Sébastien Helleu
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-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-13
tests: fix compilation of tests on FreeBSD 11
Sébastien Helleu
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-01
irc: fix close of server channels which are waiting for the JOIN when the ser...
Sébastien Helleu
2017-01-01
Merge pull request #876 from sim642/switch-join-forwarded
Sébastien Helleu
[next]