summaryrefslogtreecommitdiff
path: root/src/plugins/irc
AgeCommit message (Expand)Author
2013-12-04irc: add comments about irc color codes in messagesSebastien Helleu
2013-12-04irc: remove function irc_color_decode_for_user_entrySebastien Helleu
2013-12-01irc: use color code 0x1F (ctrl-_) for underlined text in input line (same cod...Sebastien Helleu
2013-12-01irc: use color code 0x16 (ctrl-V) for reverse video in messagesSebastien Helleu
2013-12-01irc: check that string is not NULL in functions irc_color_{decode,decode_for_...Sebastien Helleu
2013-11-30irc: use option irc.network.colors_send (instead of receive) when displaying ...Sebastien Helleu
2013-11-30irc: fix crash when setting a wrong value in server option "ssl_priorities"Sebastien Helleu
2013-11-26irc: suggest lower values for option irc.server.xxx.ssl_dhkey_size after SSL ...Sebastien Helleu
2013-11-23irc: fix memory leak when checking the value of ssl_priorities option in serversSebastien Helleu
2013-11-23irc: fix memory leak when a channel is deletedSebastien Helleu
2013-11-09irc: load plugin even if options can not be read in irc.conf (with warnings)Sebastien Helleu
2013-11-07irc: fix groups in channel nicklist when reconnecting to a server that suppor...Sebastien Helleu
2013-11-02core: add support of italic text (requires ncurses >= 5.9 patch 20130831)Sebastien Helleu
2013-10-27irc: fix auto-switch to channel buffer when doing /join channel (without "#")Sebastien Helleu
2013-10-08irc: add option irc.look.notice_welcome_tagsSebastien Helleu
2013-10-08irc: add server option "default_msg_kick" to customize default kick/kickban m...Sebastien Helleu
2013-10-06irc: improve help of server option "autojoin"Sebastien Helleu
2013-10-05core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am in...Sebastien Helleu
2013-10-05irc: use "private" notify for welcome notices displayed in channel (like when...Sebastien Helleu
2013-10-05irc: remove target of notice (self nick) in the display of channel welcome no...Sebastien Helleu
2013-10-04irc: display target of notice when it is displayed in channelSebastien Helleu
2013-10-03irc: fix reconnection to server using IPv6 (bug #38819, bug #40166)Sebastien Helleu
2013-09-20irc: add extra info in /help irc.look.smart_filter_delaySebastien Helleu
2013-09-19irc: add note about evaluated content of "password" server optionSebastien Helleu
2013-08-29irc: fix extraction of channel name in notice (when message starts with "[]")Sebastien Helleu
2013-08-28irc: add option irc.look.notice_welcome_redirect to automatically redirect ch...Sebastien Helleu
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when di...Sebastien Helleu
2013-08-18irc: replace default prefix modes "qaohvu" by the standard ones "ov" when PRE...Sebastien Helleu
2013-08-04api: add argument "options" in function string_eval_expression, add option "-...Sebastien Helleu
2013-08-02Merge branch 'secured-data'Sebastien Helleu
2013-07-30irc: use 6697 as default port for SSL servers created with URL "ircs://" (bug...Sebastien Helleu
2013-07-29irc: add note about evaluated content of option (for options allowing secured...Sebastien Helleu
2013-07-27irc: display number of ops/halfops/voices on channel join only for supported ...Sebastien Helleu
2013-07-27core: add secured data with optional encryption in file sec.confSebastien Helleu
2013-07-20core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.amSebastien Helleu
2013-07-19irc: use lower case at beginning of message when deleting a serverSebastien Helleu
2013-07-19irc: fix self nick color in server messages after nick is changed with /nick ...Sebastien Helleu
2013-07-18irc: add support of wildcards in commands (de)op/halfop/voice (task #9221)Sebastien Helleu
2013-07-11irc: add option irc.look.pv_tagsSebastien Helleu
2013-07-11core: sort config options by name in sourcesSebastien Helleu
2013-07-02irc: fix error message on /invite without arguments (bug #39272)Sebastien Helleu
2013-06-29irc: fix uninitialized variable "color" when hashing nickname to find colorSebastien Helleu
2013-06-08irc: display a warning when the proxy set in a server does not existSebastien Helleu
2013-06-05irc: add support of special variables $nick/$channel/$server in commands /all...Sebastien Helleu
2013-06-02irc: add option irc.look.nick_color_hash: hash algorithm to find nick color (...Sebastien Helleu
2013-05-29irc: fix multiple nicks in command /query (separated by commas): open one buf...Sebastien Helleu
2013-05-18irc: fix name of server buffer after /server rename (set name "server.name" i...Sebastien Helleu
2013-05-18irc: fix uncontrolled format string when sending unknown irc commands (if opt...Sebastien Helleu
2013-05-18irc: fix uncontrolled format string when sending ison command (for nicks moni...Sebastien Helleu
2013-05-12irc: fix refresh of nick in input bar when joining a new channel with op stat...Sebastien Helleu