summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-11-25Added buffer argument in command hooks, code cleanup in IRC pluginSebastien Helleu
2007-11-24Renamed WeeChat log functionsSebastien Helleu
2007-11-21Start logging in a log file only when first message is printed (not when buff...Sebastien Helleu
2007-11-11Added log directory creation in logger plugin, removed unused log config opti...Sebastien Helleu
2007-11-11Added logger pluginSebastien Helleu
2007-11-11Event hook addedSebastien Helleu
2007-11-11Fixed some string functions to make them compatible with UTF-8 charsetSebastien Helleu
2007-11-08Added default keys for alt-left/right for konsoleSebastien Helleu
2007-11-07Added print hooks (to catch any printf on buffers)Sebastien Helleu
2007-11-06Added option "set" for /buffer commandSebastien Helleu
2007-11-06Fixed typo in demo pluginSebastien Helleu
2007-11-05Added some functions to demo pluginSebastien Helleu
2007-11-05Added string_remove_quotes() function, use of argv and argv_eol for WeeChat c...Sebastien Helleu
2007-11-05Added date option for printf functions (weechat core and plugins API)Sebastien Helleu
2007-11-05Added keep_eol flag to string_explode(), updated hook command callback argumentsSebastien Helleu
2007-11-04Fixed display bug with truncation of long linesSebastien Helleu
2007-11-04Added check of buffer pointer in weechat_printf (plugins API)Sebastien Helleu
2007-11-04Fixed display bug with long linesSebastien Helleu
2007-11-04Update of plugin API list functionsSebastien Helleu
2007-11-03Added demo pluginSebastien Helleu
2007-11-03Added some list functions in plugin APISebastien Helleu
2007-11-01Cleanup WeeChat error and warning messages, updated po filesSebastien Helleu
2007-10-31Changed default color for prefix suffix (from blue to green)Sebastien Helleu
2007-10-31Renamed source file wee-session to wee-upgradeSebastien Helleu
2007-10-31Added trigger pluginSebastien Helleu
2007-10-31Modified general configure and makefilesSebastien Helleu
2007-10-31Added/renamed some files, many changes in IRC sources for running as plugin (...Sebastien Helleu
2007-10-31Updated Makefile for aspell (new name for sources)Sebastien Helleu
2007-10-31Improved plugin API, most functions rewritten from scratchSebastien Helleu
2007-10-31Renamed sources files in script pluginsSebastien Helleu
2007-10-31FIFO feature rewritten as pluginSebastien Helleu
2007-10-31Renamed charset and aspell sourcesSebastien Helleu
2007-10-31Removed all files in src/protocols (IRC is now a plugin)Sebastien Helleu
2007-10-31Renamed many sources and functions in src/gui, improved display of messages i...Sebastien Helleu
2007-10-31Added sources to manage input data (from user input to weechat or plugin)Sebastien Helleu
2007-10-31Added some string functionsSebastien Helleu
2007-10-31Added hook functionsSebastien Helleu
2007-10-31Added sources to manage config options and filesSebastien Helleu
2007-10-31Renamed many functions, removed all IRC specific stuffSebastien Helleu
2007-10-31Moved files from src/common to core, gui and plugins directoriesSebastien Helleu
2007-10-31Moved IRC files from src/protocols/irc to src/plugins/irc (IRC is now a "plug...Sebastien Helleu
2007-09-21Added build of protocols lib, IRC protocol is now optional for buildSebastien Helleu
2007-09-20Moved IRC sources from src/irc/ to src/protocols/irc/Sebastien Helleu
2007-09-19Added missing options in /server completion: "add" and "keep"Sebastien Helleu
2007-09-19Fixed nick completion bug (missing space after nick)Sebastien Helleu
2007-09-05Fixed bug with log of plugin messages (option log_plugin_msg)Sebastien Helleu
2007-09-02Added new option "deloutq" to /server command to flush all servers messages o...Sebastien Helleu
2007-09-02Fixed display bug with some special chars in messages (some words were trunca...Sebastien Helleu
2007-09-02Fixed paste detection: does not count empty lines (bug #20953)Sebastien Helleu
2007-08-31Changed order of compilation for source directories with cmakeSebastien Helleu