summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-17Add new option irc.look.nick_color_stop_charsSebastien Helleu
2010-07-16Use '!' to reverse a regex in a filter (to keep lines matching regex and ↵Sebastien Helleu
hide other lines)
2010-07-16Version 0.3.3-rc1Sebastien Helleu
2010-07-15Update german translationsSebastien Helleu
2010-07-12Fix typo in english plugin API referenceSebastien Helleu
2010-07-12Add new option weechat.look.align_end_of_linesSebastien Helleu
2010-07-08Fix oftc address in quickstart guideSebastien Helleu
2010-07-07Update ChangeLog with patch #7218Sebastien 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-06Update german translationsSebastien Helleu
2010-07-06Fix display of local SSL certificate when it is sent to IRC serverSebastien Helleu
2010-07-06Add note about option irc.network.lag_min_show (now in milliseconds) in NEWS ↵Sebastien Helleu
file
2010-07-06Improve irc lag indicator: two colors (counting and finished), update item ↵Sebastien Helleu
even when pong has not been received, lag_min_show is now in milliseconds
2010-07-05Add function hashtable_add_to_infolist in plugin API referenceSebastien 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-14Update italian translationsSebastien Helleu
2010-06-14Add german user guideSebastien Helleu
2010-06-14Update polish translationsSebastien 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-11Add note about binary package weechat-dbg in doc, for reporting crashs with gdbSebastien Helleu
2010-06-11Use empty real name by default in IRC config, instead of reading real name ↵Sebastien Helleu
in /etc/passwd (bug #30111)
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-10Update german translationsSebastien Helleu
2010-06-08Add new options irc.look.display_host_join/join_local/quit and ↵Sebastien Helleu
irc.color.reason_quit
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
Options renamed or removed: - weechat.color.nicklist_prefix1 renamed to irc.color.nick_prefix_op - weechat.color.nicklist_prefix2 renamed to irc.color.nick_prefix_halfop - weechat.color.nicklist_prefix3 renamed to irc.color.nick_prefix_voice - weechat.color.nicklist_prefix4 renamed to irc.color.nick_prefix_user - weechat.color.nicklist_prefix5 removed
2010-06-02Fix bug with command-line option "irc://" (bug #29990), new format for port ↵Sebastien Helleu
and channels
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
empty
2010-05-26Add new option weechat.look.confirm_quitSebastien Helleu
2010-05-24Fix typo in /help wallchopsSebastien Helleu
2010-05-24Update italian filesSebastien Helleu
2010-05-23Fix bug with option irc.network.lag_check when value is 0 (zero)Sebastien Helleu
2010-05-23Add note about new command /wallchops in NEWS fileSebastien Helleu
2010-05-23Add IRC command /wallchops, fix bug with display of notice for ops (task ↵Sebastien Helleu
#10021, bug #29932)
2010-05-22Update german translationsSebastien Helleu
2010-05-22Add isupport value in IRC servers (content of IRC message 005), with new ↵Sebastien Helleu
infos: irc_server_isupport and irc_server_isupport_value
2010-05-21Add optional message in IRC private buffer when nick is back on server after ↵Sebastien Helleu
a /quit New option: "irc.look.display_pv_back" (default value is "on"). Option "irc.look.show_away_once" has been renamed to "irc.look.display_pv_away_once".