summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-15Update of README and INSTALL filesSebastien Helleu
2008-03-15New format for some IRC protocol commandsSebastien Helleu
2008-03-15Fixed bugs with bars size and refreshSebastien Helleu
2008-03-15New format for many IRC protocol commands, bugs fixed in IRC pluginSebastien Helleu
2008-03-15New default settings for action/network prefixes, new default color for ↵Sebastien Helleu
network prefix
2008-03-15Fixed bug in string_explode function, new function string_stripSebastien Helleu
2008-03-14Fixed bug in string_explode function, introduced with previous commitSebastien Helleu
2008-03-13Fixed IRC invite command, use of hosts for IRC kickban commandSebastien Helleu
2008-03-13Fixed string_explode function, when string ends with separator(s)Sebastien Helleu
2008-03-11Fix bug with options startup_command_{before|after}_pluginsSebastien Helleu
2008-03-11Added "startup" section in config, new options ↵Sebastien Helleu
"startup_command_{before|after}_plugins"
2008-03-11Fix hotlist update when buffer is current oneSebastien Helleu
2008-03-10Fixed warnings about "PL_na" in Perl plugin on FreeBSDSebastien Helleu
2008-03-10Removed typedef for GUI structure (use only struct)Sebastien Helleu
2008-03-09Minor changes in /buffer command and topic of WeeChat bufferSebastien Helleu
2008-03-09Fixed permission of plugin directories (was 0644, set to 0755)Sebastien Helleu
2008-03-08Removed compiler warning in Perl plugin on FreeBSDSebastien Helleu
2008-03-08Update of README and man pageSebastien Helleu
2008-03-08Fixed help of /bar commandSebastien Helleu
2008-03-07Added missing keywords for cmake gettext buildSebastien Helleu
2008-03-07Save of bars in main WeeChat config file (weechat.rc)Sebastien Helleu
2008-03-07New option DISABLE_COMPILE_DEBUG for cmakeSebastien Helleu
Default behaviour is debug info enabled, i.e. "-g" flag for C compiler.
2008-03-07Cleanup of Curses and Gtk makefilesSebastien Helleu
2008-03-07Fix of link with cmake for Curses and Gtk executablesSebastien Helleu
2008-03-07Added "max_height" parameter for bar item rebuild callbacksSebastien Helleu
2008-03-05Fix of IRC plugin compilation with cmakeSebastien Helleu
2008-03-05New default value for logger time format (prevents problem with backlog when ↵Sebastien Helleu
locale is changed)
2008-03-05Added file FindPkgConfig.cmake (for old cmake versions)Sebastien Helleu
2008-03-05Fix of cmake build processSebastien 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-03-02Fixed bug with config file write (crash on FreeBSD)Sebastien Helleu
2008-02-25Fix bug with weechat_plugin_end() function, now returns "int" everywhereSebastien Helleu
2008-02-25Fix Perl plugin build when system Perl is built without multiplicitySebastien Helleu
2008-02-24Command /whois is now authorized in private without argument (task #7482)Sebastien Helleu
2008-02-24Moved sigsegv function to wee-debug.cSebastien Helleu
2008-02-24XML doc files (weechat.XX.xml) splitted in many XML filesSebastien Helleu
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-21Removed kernel info in CTCP VERSION reply (IRC plugin) (task #7494)Sebastien Helleu
2008-02-21Added new plugin "debug"Sebastien Helleu
2008-02-04Removed typedef for keyboard structures in gui-keyboard.hSebastien Helleu
2008-02-04Added string_tolower/upper in plugins API, added "name_lower_case" option in ↵Sebastien Helleu
logger plugin (bug #19522) The new option "name_lower_case" is "on" by default and will convert category/name to lower case for log filename.
2008-02-03Fixed "irc_server_nicks" completion (now completes with current server only) ↵Sebastien Helleu
(bug #21558)
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-03Fixed bug in Makefile.am of IRC pluginSebastien Helleu
2008-02-03Replaced options nick1/nick2/nick3 by nicks in IRC serversSebastien Helleu
2008-02-02Use of sizeof(char) in all malloc/realloc for stringsSebastien Helleu
2008-02-01Fixed bugs/crashs when closing buffersSebastien Helleu
2008-02-01New "close callback" for buffers, use of this callback in IRC plugin to ↵Sebastien Helleu
leave channel or disconnect from server when buffer is closed
2008-02-01Fixed some refreshsSebastien Helleu