summaryrefslogtreecommitdiff
path: root/src/plugins/charset
AgeCommit message (Expand)Author
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-04-16core: return WEECHAT_RC_OK instead of WEECHAT_RC_ERROR in commands when error...Sebastien Helleu
2011-02-04Improve arguments displayed in /help of commands, display all commands with s...Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-09Define WeeChat license as macro for C compiler, used in plugins to set licenseSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-09-20Fix cmake directories: let user customize lib, share, locale and include dire...Sebastien Helleu
2009-06-12Remove variable with "WeeChat required version" in plugins, do not compare ve...Sebastien Helleu
2009-03-28Add cmake files in package built by autotoolsSebastien Helleu
2009-03-18Remove some messages during startup about scripts and plugins loadedSebastien 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-19Fix charset problem with IRC plugin: use server charset if channel charset is...Sebastien Helleu
2008-11-15Use of const for some functions returning "char *"Sebastien Helleu
2008-11-02Remove debug plugin (merged to core), new debug variable for each plugin (no ...Sebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-10-18Add new argument "value" to function config_new_optionSebastien Helleu
2008-10-18Aspell plugin is born againSebastien Helleu
2008-10-08Add function to get plugin name (return "core" for WeeChat core)Sebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-08-30Add new hooks (info and infolist), IRC plugin now return infos and infolistsSebastien Helleu
2008-08-22Add hook infolist to plugins API, fix bugs with gettext in pluginsSebastien Helleu
2008-06-17New plugin "notify", new option for debug messages in pluginsSebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-06-02Add constants for config file read/write/set/unset callbacksSebastien Helleu
2008-05-15Add arguments for plugin init functions and "irc://.." command line option fo...Sebastien Helleu
2008-04-15New format for [bar] section in weechat.conf file, bar options can be set wit...Sebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-23Check plugin version when loading it, to prevent crash when loading old pluginsSebastien Helleu
2008-02-02Use of sizeof(char) in all malloc/realloc for stringsSebastien Helleu
2008-01-27Added config file functions in plugins API, improved /reload and /save comman...Sebastien Helleu
2008-01-24Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal...Sebastien Helleu
2008-01-04Added macros for name/description/author/version/license of pluginsSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-12-07Many changes in IRC plugin and plugins APISebastien Helleu
2007-10-31Renamed charset and aspell sourcesSebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-05-21Added cmake for weechat compileSebastien Helleu
2007-05-09Fixed bug with erroneous nickname when connecting to server (bug #19812), fix...Sebastien Helleu
2007-03-25Fixed topic charset, now using channel charset if defined (bug #19386)Sebastien Helleu
2007-02-12Added "call" option to /key command, added new key function "insert" to inser...Sebastien Helleu
2007-01-06Fixed bugs with charset: now decodes/encodes nicks and channels in IRC messag...Sebastien Helleu
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-12-11Fixed memory leak in /charset commandSebastien Helleu
2006-11-15Replaced call to strndup() by weechat_charset_strndup()Sebastien Helleu
2006-11-09Fixed bug in charset plugin: now encode/decode channels/nicks in IRC messages...Sebastien Helleu
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f...Sebastien Helleu