summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2009-03-21Add color around plugin name in help for commandsSebastien Helleu
2009-03-20Add buffer name completion for command /filterSebastien Helleu
2009-03-18Add "replacement" argument for string_remove_color in plugin APISebastien Helleu
2009-03-18Remove some messages during startup about scripts and plugins loadedSebastien Helleu
2009-03-15Add key alt+'=' in /help filterSebastien Helleu
2009-03-15Add property in buffer to hide time for all linesSebastien Helleu
2009-03-15Add missing call to change callback when setting option with integer value, u...Sebastien Helleu
2009-03-07Add new key to zoom a window (meta-z by default) (task #7470)Sebastien Helleu
2009-03-07Remove date written in config files headers (patch #6766)Sebastien Helleu
2009-03-06Add new hook type "process": launch command with fork and catch result (rc/st...Sebastien Helleu
2009-02-26Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previ...Sebastien Helleu
2009-02-23Test return code of some malloc/strdupSebastien Helleu
2009-02-22Add missing option "toggle" in /help barSebastien Helleu
2009-02-22Add upgrade functions in script plugin APISebastien Helleu
2009-02-21Add missing config functions in script plugin API to free sections and optionsSebastien Helleu
2009-02-19Fix bug in config_file_write_line with empty value, when called from script p...Sebastien Helleu
2009-02-18Display clock skew detection only if debug for core is >= 1Sebastien Helleu
2009-02-18Give file descriptor to callback of hook_fdSebastien Helleu
2009-02-17Use string instead of char for prefixes in nicklistSebastien Helleu
2009-02-17Free all proxies before exitingSebastien Helleu
2009-02-08Add hook type "command_run", add new function "string_remove_color" in plugin...Sebastien Helleu
2009-02-07Add hidden command line option --no-dlclose to remove dlclose() for unloaded ...Sebastien Helleu
2009-02-05Add some extra tests on arguments for config functionsSebastien Helleu
2009-02-04Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins)Sebastien Helleu
2009-02-02Fix crash when read marker is moved before first line displayed (when first l...Sebastien Helleu
2009-01-30Add plugin name in buffer name for filtersSebastien Helleu
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
2009-01-07Remove some compiler warningsSebastien Helleu
2009-01-04Rename options in proxy structureSebastien Helleu
2009-01-04Fix crash when creating bar, rename options in bar structureSebastien Helleu
2009-01-04Remove unused functions and prototypesSebastien Helleu
2009-01-03Add error message when a command failed, fix typos in aspell pluginSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2009-01-02Add null values for options, new syntax for /set, reintroduce temporary IRC s...Sebastien Helleu
2008-12-19Remove obsolete nicklist options, add /bar toggle to hide/show quietly a barSebastien Helleu
2008-12-19Add sub-items in bars (items glued with "+" as separator instead of comma), a...Sebastien Helleu
2008-12-17Improve /upgrade command: expand "~" with user home, check that binary exists...Sebastien Helleu
2008-12-17Use nick color for display of IRC action messagesSebastien Helleu
2008-12-16Add new filling options in /help barSebastien Helleu
2008-12-15Add new bar filling types: columns_horizontal and columns_verticalSebastien Helleu
2008-12-13Add infolists for bars/bar items/bar windows, code cleanup for barsSebastien Helleu
2008-12-10Add new plugin "relay", new function "string_format_size" in plugin APISebastien Helleu
2008-11-29Fix bugs with hook_print function in scriptsSebastien Helleu
2008-11-29Add "displayed" and "highlight" arguments to callback for hook_printSebastien Helleu
2008-11-27Remove argument "switch_to_another" for function gui_buffer_close()Sebastien Helleu
2008-11-24Fix option weechat.look.color_nicks_number, value is now immediately applied ...Sebastien Helleu
2008-11-23Add support for more than one proxy, with proxy selection for each IRC server...Sebastien Helleu
2008-11-22Save last read line (for marker) within /upgradeSebastien Helleu
2008-11-22Add missing options in /help windowSebastien Helleu
2008-11-19Remove old and unused color optionsSebastien Helleu