summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2008-05-22Increase number of authorized calls to same command (recursive calls), from ↵Sebastien Helleu
1 to 5 (more than 5 is considered as looping)
2008-05-20Remove old dcc code, unused nowSebastien Helleu
2008-05-20Add hook_connect (background connection to peer)Sebastien Helleu
2008-05-15Add arguments for plugin init functions and "irc://.." command line option ↵Sebastien Helleu
for irc plugin
2008-05-15Update message from IRC plugin when connection fails thru proxySebastien Helleu
2008-05-11Add "list" and "listfull" options to /xfer commandSebastien Helleu
2008-05-07Mask allowed with /unset command (for mass-reset options) (task #6085)Sebastien Helleu
2008-05-07New option "xfer.file.use_nick_in_filename" for Xfer files (task #7140)Sebastien Helleu
2008-05-07Xfer file resume (for DCC protocol) is backSebastien Helleu
2008-05-06IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ↵Sebastien Helleu
by /dcc command)
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵Sebastien Helleu
initial commit, not working yet)
2008-04-29Removed key functions (replaced by /input command)Sebastien Helleu
2008-04-29Added bar priority (replaces bar number)Sebastien Helleu
2008-04-28Send quit signal when terminal is lost (clean quit: disconnect from servers, ..)flashcode
2008-04-27Added marker line (or dotted line), more visible than single magenta char ↵Sebastien Helleu
(char is still possible)
2008-04-24Fixed bug with bar auto-sizing in windowsSebastien Helleu
2008-04-24Added filling/color_fg/color_bg options for bars, added ↵Sebastien Helleu
config_get/config_get_plugin/config_set_plugin in script API
2008-04-22Added conditions for bar display and bar max sizeSebastien Helleu
2008-04-19Fixed output of names on channels (now it's sorted/grouped/colored, like ↵Sebastien Helleu
v0.2.6) (bug #22935), added "nicklist" infolist
2008-04-18Replaced /builtin command by /command, and can now be used to launch ↵Sebastien Helleu
commands with same name from different plugins
2008-04-15New format for [bar] section in weechat.conf file, bar options can be set ↵Sebastien Helleu
with /set command
2008-04-12Fixed minor bugs with help on optionsSebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-04-03Bugs fixed with barsSebastien Helleu
2008-04-03New features and bug fixes with barsSebastien Helleu
2008-03-23Check plugin version when loading it, to prevent crash when loading old pluginsSebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), ↵Sebastien Helleu
fixed many memory leaks
2008-03-15New format for many IRC protocol commands, bugs fixed in IRC pluginSebastien Helleu
2008-03-08Fixed help of /bar commandSebastien Helleu
2008-03-07Added missing keywords for cmake gettext buildSebastien Helleu
2008-03-05Partial support of bars, with custom items.Sebastien Helleu
Today only root bars are partially working (refresh is not always performed), and bars are not saved in configuration file. To be continued...
2008-02-22New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar ↵Sebastien Helleu
display, fixed nick in input for IRC buffers The "irc/debug" buffer is displayed when IRC debug is enabled (with "/debug irc" thru debug plugin). If the buffer is closed, it is reopen when new messages are written, until debug is disabled by user (with "/debug irc").
2008-02-21Added new plugin "debug"Sebastien Helleu
2008-02-03Removed option "-command" for command "/server" in IRC pluginSebastien Helleu
2008-02-03Use of many addresses for one IRC server (auto-switch when a connexion ↵Sebastien Helleu
fails), nicks are now set with one option "nicks" (task #6088)
2008-02-03Replaced options nick1/nick2/nick3 by nicks in IRC serversSebastien Helleu
2008-01-29Updated translationsSebastien Helleu
2008-01-27Added config file functions in plugins API, improved /reload and /save ↵Sebastien Helleu
commands (now possible to reload/save some files only), fixed completion bug
2008-01-24Add of "modifier" hook, migration of charset plugin to new API, SIGHUP ↵Sebastien Helleu
signal catched (reload all config files), better config files reloading
2008-01-19Updated translationsSebastien Helleu
2008-01-14Update of translations for scripts, fix bugs and code factorized in script ↵Sebastien Helleu
plugins
2008-01-11New arguments for function "register" in scripts (author, license), with ↵Sebastien Helleu
optional check of license when script is loaded
2008-01-09Partial migration of Perl plugin to new APISebastien Helleu
2008-01-06Added hotlist option for buffer in plugins API, improved buffer refreshsSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-12-18All messages translated to french, fixed bugs/typos in some messagesSebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu
2007-12-03Added alias plugin, added missing config file functions in plugins APISebastien Helleu
2007-11-01Cleanup WeeChat error and warning messages, updated po filesSebastien Helleu
2007-10-31Updated po filesSebastien Helleu