summaryrefslogtreecommitdiff
path: root/src/plugins/weechat-plugin.h
AgeCommit message (Collapse)Author
2007-10-31Improved plugin API, most functions rewritten from scratchSebastien Helleu
2007-08-08Added "copy" and "rename" options to /server commandSebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-05-11Removed "prefix" data for server info in plugin API (oups, why did I add that ?)Sebastien Helleu
2007-05-11Code cleanup: renamed IRC functions to have uniform name (with prefix based ↵Sebastien Helleu
on source name), moved some functions
2007-03-06Added new return code in plugin API to force highlight (for message handlers ↵Sebastien Helleu
only)
2007-02-05Added event handler to plugin APISebastien Helleu
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
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
2006-10-24Added "modifier" in plugins API, improved /plugin commandSebastien Helleu
2006-10-14Added date in plugin function get_buffer_data()Sebastien Helleu
2006-08-19Fixed typosSebastien Helleu
2006-08-07Added missing modes (channel & user), now all modes are allowed (bug ↵Sebastien Helleu
#16606), added "%m" for completion with self nick (on current server)
2006-06-22Added new functions in plugin/script API: get window info, get buffer info, ↵Sebastien Helleu
get buffer content
2006-06-10Added plugin API function to get IRC color number by nameSebastien Helleu
2006-06-10Added IRC colors list in plugin header, fixed get_info for channel info (now ↵Sebastien Helleu
ok with pv/dcc chat)
2006-04-08Added hostnames associeted to nicks in plugins/scriptsEmmanuel Bouthenot
2006-03-30Added keyboard handler to plugin APISebastien Helleu
2006-02-20Added new plugin API function: remove_infobarSebastien Helleu
2006-02-19Added timer handler for pluginsSebastien Helleu
2006-02-16Updated doc, renamed functions in plugins APISebastien Helleu
2006-02-16make possible to log with plugins / scriptsEmmanuel Bouthenot
2006-02-04Minor changes on server/channel/nick info API functionsSebastien Helleu
2006-01-31extending plugins/scripts API by adding get_server_info, get_channel_info ↵Emmanuel Bouthenot
and get_nick_info
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-18Added include of <sys/types.h> for time_tSebastien Helleu
2005-12-16Added completion system for plugins/scripts commands, fixed plugins autoloadSebastien Helleu
2005-11-06Fixed bugs in "get_info" and "command" interface functions of pluginsSebastien Helleu
2005-10-30add constants for python return codesEmmanuel Bouthenot
2005-10-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
- fixed DCC bug when looking for ports in range
2005-10-28Added new return codes for plugin handlers, to discard messages for WeeChat, ↵Sebastien Helleu
plugins, or both.
2005-10-25- Added options for /plugin command: autoload, reload, unloadSebastien Helleu
- Added new plugin functions, for C plugins and scripts: set_config, get_plugin_config, set_plugin_config - Added new script function: remove_handler
2005-10-23Added new plugins functions: set_config, get_plugin_config, set_plugin_config.Sebastien Helleu
New file is used to store plugin variables (~/.weechat/plugins.rc)
2005-10-23Converted old Ruby interface to new plugin system (Ruby plugin still NOT ok!)Sebastien Helleu
2005-10-17Moved some functions in source codeSebastien Helleu
2005-10-17Changes in plugins and scripts plugins:Sebastien Helleu
- get_info("version") now returns only version - added get_config() function to read config options
2005-10-15New plugin interface (loads dynamic C libraries)Sebastien Helleu