summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2008-04-24Added filling/color_fg/color_bg options for bars, added config_get/config_get...Sebastien Helleu
2008-04-23Added missing IRC headers files in cmake and automake targetsSebastien Helleu
2008-04-23Fixed perl plugin compilation with old gcc versionsSebastien Helleu
2008-04-22Added conditions for bar display and bar max sizeSebastien Helleu
2008-04-20Fixed display bug with nicklist and option weechat.look.nicklistSebastien Helleu
2008-04-19Close all buffers created by a plugin when plugin is unloaded (bug #22978)Sebastien Helleu
2008-04-19Fixed bug with print_y in script APISebastien Helleu
2008-04-19Fixed output of names on channels (now it's sorted/grouped/colored, like v0.2...Sebastien Helleu
2008-04-18Replaced /builtin command by /command, and can now be used to launch commands...Sebastien Helleu
2008-04-18Fixed /redraw aliasSebastien Helleu
2008-04-18Delete IRC server when last option for a server is deleted (with /unset)Sebastien Helleu
2008-04-17Added infolist "window", scroll in buffers with free content, fixed config ho...Sebastien Helleu
2008-04-17Fixed bug with IRC /query commandSebastien Helleu
2008-04-16Added "toggle" value for /set on boolean options, fixed refresh bugs, added o...Sebastien Helleu
2008-04-15Fixed bug with alias, use current buffer to run commands (bug #22876)Sebastien Helleu
2008-04-15New format for [bar] section in weechat.conf file, bar options can be set wit...Sebastien Helleu
2008-04-14Use of "string_explode" to send many messages to IRC serverSebastien Helleu
2008-04-12Added value and default value for options in infolistSebastien Helleu
2008-04-12Fixed IRC /msg command (text was sent twice when sending "nickserv identify")Sebastien 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-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-01Fixed some printf in logger pluginSebastien 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
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
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), fixe...Sebastien Helleu
2008-03-16Added comments in code for core sourcesSebastien Helleu
2008-03-15New format for some IRC protocol commandsSebastien Helleu
2008-03-15New format for many IRC protocol commands, bugs fixed in IRC pluginSebastien Helleu
2008-03-15Fixed bug in string_explode function, new function string_stripSebastien Helleu
2008-03-13Fixed IRC invite command, use of hosts for IRC kickban commandSebastien Helleu
2008-03-10Fixed warnings about "PL_na" in Perl plugin on FreeBSDSebastien 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-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-05Fix of cmake build processSebastien Helleu
2008-03-05Partial support of bars, with custom items.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-22New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar dis...Sebastien Helleu