summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-12Add new option weechat.look.align_end_of_linesSebastien Helleu
2010-07-07Fix bug with replacement char in API function string_remove_color (bug #30296)Sebastien Helleu
2010-07-07Improve output of /plugin list and listfullSebastien Helleu
2010-07-06Fix display of local SSL certificate when it is sent to IRC serverSebastien Helleu
2010-07-06Improve irc lag indicator: two colors (counting and finished), update item ev...Sebastien Helleu
2010-07-05Use of hashtable for local variables of buffersSebastien Helleu
2010-06-28Add hashtable in core and plugin APISebastien Helleu
2010-06-28Add string "weelist" in dump of weelist to log fileSebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-18Fix bug with fifo pipe when setting fifo option to "on"Sebastien Helleu
2010-06-15Add IRC info "irc_nick_color_name" to get color name of a nickSebastien Helleu
2010-06-11Fix refresh of bar item when it is used more than one time in a barSebastien Helleu
2010-06-11Fix display bug with attributes like underlined in bars (bug #29889)Sebastien Helleu
2010-06-11Use empty real name by default in IRC config, instead of reading real name in...Sebastien Helleu
2010-06-10Add some notes for translators in gettext filesSebastien Helleu
2010-06-10Fix display of IRC message 333 on some serversSebastien Helleu
2010-06-08Add new options irc.look.display_host_join/join_local/quit and irc.color.reas...Sebastien Helleu
2010-06-04Fix bug with scroll_unread: do not scroll to a filtered line (bug #29991)Sebastien Helleu
2010-06-04Move options weechat.color.nicklist_prefix to irc pluginSebastien Helleu
2010-06-02Fix bug with command-line option "irc://" (bug #29990), new format for port a...Sebastien Helleu
2010-06-01Add missing IRC commands 346, 347 (channel invite list)Sebastien Helleu
2010-06-01Fix display of IRC message 330 on some serversSebastien Helleu
2010-05-29Add missing include of time.hSebastien Helleu
2010-05-29Fix bug with nick prefix '*' (chan founder) on some IRC servers (bug #29890)Sebastien Helleu
2010-05-26Fix display bug with description of option in /help option if description is ...Sebastien Helleu
2010-05-26Add new option weechat.look.confirm_quitSebastien Helleu
2010-05-24Fix typo in /help wallchopsSebastien Helleu
2010-05-23Fix bug with option irc.network.lag_check when value is 0 (zero)Sebastien Helleu
2010-05-23Add IRC command /wallchops, fix bug with display of notice for ops (task #100...Sebastien Helleu
2010-05-22Add isupport value in IRC servers (content of IRC message 005), with new info...Sebastien Helleu
2010-05-21Add optional message in IRC private buffer when nick is back on server after ...Sebastien Helleu
2010-05-20Add examples in /help joinSebastien Helleu
2010-05-02Add function "string_expand_home" in plugin API, fix bug with replacement of ...Sebastien Helleu
2010-05-01Move option irc.color.item_buffer_name_ssl to core (new name: weechat.color.s...Sebastien Helleu
2010-05-01Fix crash with hook_process (when timer is called on a deleted hook process)Sebastien Helleu
2010-04-28Add keys for undo/redo changes on command line (default: ctrl/alt + underscor...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-20Try other nick when connecting to IRC server and receiving message 437 (nick ...Sebastien Helleu
2010-04-20Set buffer local variable "away" when opening new IRC channel (bug #29618)Sebastien Helleu
2010-04-18Replace "joker" by "wildcard"Sebastien Helleu
2010-04-14Remove unused variableSebastien Helleu
2010-04-14Fix crash on /quit when scrolling in buffer and if first line displayed was f...Sebastien Helleu
2010-04-13Fix bug with perl script filename when multiplicity is disabled (bug #29530)Sebastien Helleu
2010-04-12Fix display of perl errors (use tab to force empty prefix on message)Sebastien Helleu
2010-04-12Fix crash on /quit or unload of Perl plugin under FreeBSD and Cygwin (bug #29...Sebastien Helleu
2010-04-12Fix bug with writing of configuration files under CygwinSebastien Helleu
2010-04-10Use tag "no_highlight" for CTCP repliesSebastien Helleu
2010-04-09Define WeeChat license as macro for C compiler, used in plugins to set licenseSebastien Helleu