summaryrefslogtreecommitdiff
path: root/src/plugins/irc/CMakeLists.txt
AgeCommit message (Expand)Author
2013-02-23irc: hide passwords in commands or messages sent to nickserv with modifiers (...Sebastien Helleu
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
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-11-25Add new option weechat.look.highlight_regex and function string_has_highlight...Sebastien Helleu
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" (ta...Sebastien Helleu
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 dire...Sebastien Helleu
2009-09-15Add options for CTCP, to block/customize CTCP reply (task #9693), add missing...Sebastien Helleu
2009-03-19Many improvements on IRC raw bufferSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-09-21Add IRC bar items (buffer name, lag indicator), use bar items from plugins wi...Sebastien Helleu
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
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
2008-04-23Added missing IRC headers files in cmake and automake targetsSebastien Helleu
2008-03-05Fix of IRC plugin compilation with cmakeSebastien Helleu
2008-02-22New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar dis...Sebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-12-11Many changes in IRC plugin, added IRC specific completionsSebastien Helleu
2007-12-09Changes in IRC plugin to use new APISebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu
2007-11-25Added buffer argument in command hooks, code cleanup in IRC pluginSebastien Helleu
2007-10-31Added/renamed some files, many changes in IRC sources for running as plugin (...Sebastien Helleu
2007-10-31Moved IRC files from src/protocols/irc to src/plugins/irc (IRC is now a "plug...Sebastien Helleu