summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-04-12Fixed IRC /msg command (text was sent twice when sending "nickserv identify")Sebastien Helleu
2008-04-12Fixed minor bugs with help on optionsSebastien Helleu
2008-04-11Added plugin name in beginning of log filenamesSebastien Helleu
2008-04-11Fixed bugs with nicks color and sorting in nicklistSebastien Helleu
2008-04-11Fixed bugs with weechat_config_get() in plugin APISebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-04-04Added auto-resize feature for barsSebastien Helleu
2008-04-03Bugs fixed with barsSebastien Helleu
2008-04-03Fixed compilation problems when gnutls dev lib is not foundSebastien Helleu
2008-04-03New features and bug fixes with barsSebastien Helleu
2008-04-03Fixed display bug with /me command (IRC plugin)Sebastien Helleu
2008-04-03Fixed bugs with filters (regex and refresh of buffers)Sebastien Helleu
2008-04-01Fixed some printf in logger pluginSebastien Helleu
2008-03-29Fixed bug with creation of bar windowSebastien Helleu
2008-03-29Fixed display bug when first line displayed is not first of bufferSebastien Helleu
2008-03-29Fixed bug with bars refreshSebastien Helleu
2008-03-29Lines of buffers with free content are now truncated according to window widthSebastien Helleu
2008-03-28Added preliminary support of new buffer type, with free contentSebastien Helleu
2008-03-25New alias by default: /redraw (same action as Ctrl-L to redraw screen) (task ↵Sebastien Helleu
#7806)
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer ↵Sebastien Helleu
type (patch from Leonid Evdokimov)
2008-03-23Fixed bug with charset in IRC pluginSebastien 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-16Added comments in code for core sourcesSebastien 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-08Fixed help of /bar commandSebastien Helleu
2008-03-07Save of bars in main WeeChat config file (weechat.rc)Sebastien 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
locale is changed)
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