summaryrefslogtreecommitdiff
AgeCommit message (Expand)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 netwo...Sebastien Helleu
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 "startup_command_{before|after...Sebastien Helleu
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
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
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
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 dis...Sebastien Helleu
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
2008-02-03Fixed "irc_server_nicks" completion (now completes with current server only) ...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 fails)...Sebastien Helleu
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 leave...Sebastien Helleu
2008-02-01Fixed some refreshsSebastien Helleu