summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2010-09-20Send channel topic to relay client when joining a channelSebastien Helleu
2010-09-18Fix problem when removing relay server (socket was closed, but option ↵Sebastien Helleu
relay.port.xxx not removed)
2010-09-17Add new option relay.network.bind_addressSebastien Helleu
2010-09-17Add new option relay.network.passwordSebastien Helleu
2010-09-17Add optional plugin name for command /debug dump and signal "debug_dump"Sebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
Major changes in Relay plugin: - IRC proxy feature (beta), - raw buffer. Changes in IRC plugin: - add tags for messages sent to servers, - add signal "irc_input_send" to simulate text/command on an IRC buffer, - add prefix in infolist "irc_nick".
2010-09-08Update german translations and user guideSebastien Helleu
2010-08-27Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, ↵Sebastien Helleu
info_get_hashtable), add IRC info_hashtable "irc_parse_message" Note: tcl >= 8.5 is now required (for tcl plugin).
2010-08-14Add help about values for /help weechat.look.buffer_notify_defaultSebastien Helleu
2010-08-14Add note about regex (split into 2 regex) in /help filterSebastien Helleu
2010-08-14Add info about upgrade process in /help upgradeSebastien Helleu
2010-08-14If null value is allowed for an option, display it in /help optionSebastien Helleu
2010-08-11Add new plugin "rmodifier": alter modifier strings with regular expressions ↵Sebastien Helleu
(bug #26964)
2010-08-07Version 0.3.4-devSebastien Helleu
2010-08-07Version 0.3.3Sebastien Helleu
2010-08-06Update polish translationsSebastien Helleu
2010-08-04Updated czech translationsJiri Golembiovsky
2010-07-30Update spanish translationsSebastien Helleu
2010-07-29Update italian translationsSebastien Helleu
2010-07-29Update italian translations and scripting guideSebastien Helleu
2010-07-27Update german translationsSebastien Helleu
2010-07-25Fix import of certificates created by openssl >= 1.0.0 (bug #30316)Sebastien Helleu
2010-07-19Remove unneeded spaces and tabsSebastien Helleu
2010-07-18Updated czech translationsJiri Golembiovsky
2010-07-17Fix help of option irc.look.nick_color_stop_chars (problem in generated ↵Sebastien Helleu
asciidoc file)
2010-07-17Update italian translations and plugin API referenceSebastien Helleu
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-15Update german translationsSebastien Helleu
2010-07-12Add new option weechat.look.align_end_of_linesSebastien Helleu
2010-07-06Update german translationsSebastien Helleu
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-06-22Update licenses and copyrights, add missing author names in sourcesSebastien 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-14Update polish translationsSebastien 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-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-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-01Add missing IRC commands 346, 347 (channel invite list)Sebastien Helleu
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-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".
2010-05-20Remove unneeded tabs in es.po and it.poSebastien Helleu