summaryrefslogtreecommitdiff
path: root/src/plugins/irc/CMakeLists.txt
AgeCommit message (Collapse)Author
2023-08-12irc: add buffer for /list reply (closes #1972)Sébastien Helleu
New options: - irc.color.list_buffer_line_selected - irc.color.list_buffer_line_selected_bg - irc.look.list_buffer_sort - irc.look.list_buffer_scroll_horizontal - irc.look.new_list_position - irc.look.list_buffer_topic_strip_colors
2023-05-13core: add quotes around paths in CMake files (closes #29)Sébastien Helleu
2023-05-03irc: add support of capability "batch" (closes #1292)Sébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-03-10irc: add server option "autojoin_record"Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-07-04irc, typing: display typing status for IRC nicksSébastien Helleu
2021-06-24irc: escape/unescape IRC message tags values (issue #1654)Sébastien Helleu
Spec: https://ircv3.net/specs/extensions/message-tags#escaping-values
2021-01-02core: update copyright datesSébastien Helleu
2020-04-18core: make GnuTLS a required dependencySébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-10-01core: fix style in CMake filesSébastien Helleu
2019-04-25cmake: allow custom libdir (fix #1341)Ryan Farley
Allows for custom LIBDIR to specified with cmake builds. WEECHAT_LIBDIR is used for a custom Weechat directory, or set from LIBDIR (as LIBDIR used to be set).
2019-03-24core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage ↵Sébastien Helleu
options This option is OFF by default and should be enabled only for tests, to measure test coverage.
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-18core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)Sébastien Helleu
2018-03-24irc: add indexed ban list, add completion for /unban and /unquiet (closes ↵Simmo Saan
#597, task #11374, task #10876)
2018-01-05core: update copyright datesSébastien Helleu
2017-01-01irc, xfer: fix compilation on Mac OS X (add link with resolv) (issue #276)Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-04-12core: use lower case for CMake keywordsSébastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-02-23irc: hide passwords in commands or messages sent to nickserv with modifiers ↵Sebastien Helleu
(bug #38346) New modifiers: "irc_command_auth" and "irc_message_auth". Option removed: irc.look.hide_nickserv_pwd New option: irc.look.nicks_hide_password
2013-01-01core: update copyright datesSebastien Helleu
2012-09-17core: fix link with gcrypt lib in cmake (use var $GCRYPT_LDFLAGS instead of ↵Sebastien Helleu
"gcrypt") (bug #37373)
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py ↵Sebastien Helleu
and script.pl)
2012-01-08core: update copyright datesSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-11-25Add new option weechat.look.highlight_regex and function ↵Sebastien Helleu
string_has_highlight_regex in plugin API (task #10321)
2010-11-21Move some functions from irc-server.c and irc-protocol.c to irc-message.cSebastien Helleu
2010-11-06Add IRC command /notify, new options for notify and infolist "irc_notify" ↵Sebastien Helleu
(task #5441) This commit provides: - new IRC command /notify - new options: irc.look.notify_tags_ison, irc.look.notify_tags_whois, irc.network.notify_check_ison, irc.network.notify_check_whois - new option "notify" in servers (but should not be changed, only /notify command should be used) - infolist "irc_notify" to get notify list (by server or for all servers).
2010-10-23Add IRC command redirection (task #6703)Sebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-02-18Add mechanism DH-BLOWFISH for SASL authentication with IRC serverSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-12-31Add IRC options to customize target buffer for messages (task #7381)Sebastien Helleu
2009-09-20Fix cmake directories: let user customize lib, share, locale and include ↵Sebastien Helleu
directories (patch #6922)
2009-09-15Add options for CTCP, to block/customize CTCP reply (task #9693), add ↵Sebastien Helleu
missing CTCP: clientinfo, finger, source, time, userinfo (task #7270)
2009-03-19Many improvements on IRC raw bufferSebastien Helleu
New features: - key alt-j alt-r is reintroduced to open IRC raw buffer - command "/server raw" opens IRC raw buffer - new option irc.look.raw_messages, which is number of lines to keep in memory to display when user will open raw buffer (to see last messages received before opening raw buffer)
2009-01-03Update copyright datesSebastien Helleu
2008-09-21Add IRC bar items (buffer name, lag indicator), use bar items from plugins ↵Sebastien Helleu
with callback to core items if not found
2008-09-03Reintroduce /ignore command to ignore IRC nicks/hosts, using regexSebastien Helleu
2008-08-30Add new hooks (info and infolist), IRC plugin now return infos and infolistsSebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
Command will be improved in near future and other plugins like xfer will be modified to manage upgrade process.
2008-05-24Fix compilation bug with gnutls for IRC pluginSebastien Helleu
2008-05-20Remove old dcc code, unused nowSebastien Helleu
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵Sebastien Helleu
initial commit, not working yet)