summaryrefslogtreecommitdiff
path: root/src/plugins/charset
AgeCommit message (Collapse)Author
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 ↵Sebastien Helleu
for irc plugin
2008-04-15New format for [bar] section in weechat.conf file, bar options can be set ↵Sebastien Helleu
with /set command
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 ↵Sebastien Helleu
type (patch from Leonid Evdokimov)
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 ↵Sebastien Helleu
commands (now possible to reload/save some files only), fixed completion bug
2008-01-24Add of "modifier" hook, migration of charset plugin to new API, SIGHUP ↵Sebastien Helleu
signal catched (reload all config files), better config files reloading
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), ↵Sebastien Helleu
fixed display bugs in IRC error messages
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 ↵Sebastien Helleu
insert text on command line (task #6468)
2007-01-06Fixed bugs with charset: now decodes/encodes nicks and channels in IRC ↵Sebastien Helleu
messages (bug #18716)
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 ↵Sebastien Helleu
messages (after command)
2006-11-08Added charset plugin (WeeChat is now full UTF-8 for internal data storage), ↵Sebastien Helleu
fixed compilation problems with FreeBSD, fixed status bar display bug