summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-config.c
AgeCommit message (Expand)Author
2012-01-22core: add support of flags in regular expressions and highlight options, add ...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-21irc: do not delete servers added in irc.conf on /reload (bug #34872)Sebastien Helleu
2011-11-12irc: add case insensitive string comparison based on casemapping of server (r...Sebastien Helleu
2011-11-05irc: add option irc.color.mirc_remap to remap mirc colors in messages to WeeC...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-09-23irc: remove compilation warning about function pointerSebastien Helleu
2011-07-05irc: fix typo in help of options irc.look.new_channel_position and irc.look.n...Sebastien Helleu
2011-05-02irc: fix nick color in private when option irc.look.nick_color_force is changedSebastien Helleu
2011-04-28irc: add new options irc.color.topic_old and irc.color.topic_newSebastien Helleu
2011-04-28irc: add option "ssl_priorities" in servers (task #10106, debian #624055)Sebastien Helleu
2011-03-23irc: replace options irc.color.nick_prefix_{op|halfop|voice|user} by a single...Sebastien Helleu
2011-03-16Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer...Sebastien Helleu
2011-03-15Add new option irc.look.buffer_auto_switch_on_joinSebastien Helleu
2011-03-07Add new option irc.look.smart_filter_nickSebastien Helleu
2011-03-04Add new option irc.look.color_nicks_in_namesSebastien Helleu
2011-02-24Refresh nicks colors in nicklist when changing option weechat.color.chat_nick...Sebastien Helleu
2011-02-24Do not update self nick color when changing option weechat.color.chat_nick_co...Sebastien Helleu
2011-02-23Add new option irc.look.color_nicks_in_nicklistSebastien Helleu
2011-02-01Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (...Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-20Replace the 10 nick color options and number of nick colors by a single optio...Sebastien Helleu
2010-11-09Add note about "%h" replaced by WeeChat home in some optionsSebastien Helleu
2010-11-07Fix typo in help of options irc.look.notify_tags_ison and irc.look.notify_tag...Sebastien Helleu
2010-11-06Add IRC command /notify, new options for notify and infolist "irc_notify" (ta...Sebastien Helleu
2010-10-31Remove unused variablesSebastien Helleu
2010-10-29Add new option irc.look.nick_color_forceSebastien Helleu
2010-10-13Add new options irc.color.nick_prefix and irc.color.nick_suffixSebastien Helleu
2010-10-12Add new option irc.look.item_away_messageSebastien Helleu
2010-10-09Move some IRC options from network section to server section (task #10664, ta...Sebastien Helleu
2010-10-07Rename options "irc.look.open_{channel|pv}_near_server" to "irc.look.new_{cha...Sebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
2010-09-12Check immediately away nicks on all servers/channels if option irc.network.aw...Sebastien Helleu
2010-07-17Fix help of option irc.look.nick_color_stop_chars (problem in generated ascii...Sebastien Helleu
2010-07-17Add new option irc.look.nick_color_stop_charsSebastien Helleu
2010-07-06Improve irc lag indicator: two colors (counting and finished), update item ev...Sebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-11Use empty real name by default in IRC config, instead of reading real name in...Sebastien Helleu
2010-06-08Add new options irc.look.display_host_join/join_local/quit and irc.color.reas...Sebastien Helleu
2010-06-04Move options weechat.color.nicklist_prefix to irc pluginSebastien Helleu
2010-05-29Add missing include of time.hSebastien Helleu
2010-05-23Fix bug with option irc.network.lag_check when value is 0 (zero)Sebastien Helleu
2010-05-21Add optional message in IRC private buffer when nick is back on server after ...Sebastien Helleu
2010-05-01Move option irc.color.item_buffer_name_ssl to core (new name: weechat.color.s...Sebastien Helleu
2010-04-21Add new options irc.network.autoreconnect_delay_growing and irc.network.autor...Sebastien Helleu
2010-04-20Add new option irc.color.item_buffer_name_ssl (task #10339)Sebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-26Add new option irc.look.part_closes_buffer to close buffer when /part is issu...Sebastien Helleu
2010-03-26Fix bug with writing of configuration files when disk is full (bug #29331)Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu