summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2008-08-22Add hook infolist to plugins API, fix bugs with gettext in pluginsSebastien Helleu
2008-08-22Fix translation bugsSebastien Helleu
2008-08-22Fix IRC /server command, fix bugs with IRC servers options, remove temporary ...Sebastien Helleu
2008-08-21Fix missing self nick display with /msg commandSebastien Helleu
2008-08-19Reintroduce /upgrade command, working only with core and IRC plugin todaySebastien Helleu
2008-07-19Fix problem with logging of lines "Day changed to" (not logged any more to fi...Sebastien Helleu
2008-07-18Add signals for IRC messages (recv/sent)Sebastien Helleu
2008-07-10Split "filling" bar value into "filling_top_bottom" and "filling_left_right" ...Sebastien Helleu
2008-07-09Fix prefix color in nicklist with nick status (op/voice/..) is changedSebastien Helleu
2008-07-03Fix bug with alias arguments ($1,$2,..) and add new default alias /wii (whois...Sebastien Helleu
2008-07-03Add "buffer_nicklist" bar item and scroll feature in bars with /bar scrollSebastien Helleu
2008-06-27Add "auto_log" option to logger plugin, to enable/disable logging (default is...Sebastien Helleu
2008-06-27Add input bar item, add "hidden" flag for bars, fix some display bugs with barsSebastien Helleu
2008-06-22Add delimiter color for bars, fix some bugs with barsSebastien Helleu
2008-06-21Remove infobarSebastien Helleu
2008-06-19Fix hotlist bug: buffer were added to hotlist even if line is filtered (hidden)Sebastien Helleu
2008-06-18Add new options for completion, optional stop instead of cycling with words f...Sebastien Helleu
2008-06-17Fix help of /notify commandSebastien Helleu
2008-06-17Remove old notify code in irc plugin (done by notify plugin)Sebastien Helleu
2008-06-17New plugin "notify", new option for debug messages in pluginsSebastien Helleu
2008-06-15Add speed limit for DCC files sending (task #6178)Sebastien Helleu
2008-06-15Fix connection bug in xfer pluginSebastien Helleu
2008-06-15Fix bug/crash when any color option is changed (bug #23566)Sebastien Helleu
2008-06-07Fix crash with config reload and bug with empty key section (no more keys aft...Sebastien Helleu
2008-06-03Disable aspell and trigger plugins compilation by default (they do not compil...Sebastien Helleu
2008-06-03Fix compilation problem with strftime in perl/python/ruby 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-06-02Fix compilation bug when gnutls dev lib is not installedSebastien Helleu
2008-06-01Reintroduce highlight (move code from irc plugin to core)Sebastien Helleu
2008-05-25Fix crash with some highlights in IRC plugin (bug #23342)Sebastien Helleu
2008-05-24Fix compilation bug with gnutls for IRC pluginSebastien Helleu
2008-05-22Fix bug with plugin path when loading with "/plugin load": replace ~ by user ...Sebastien Helleu
2008-05-20Remove old dcc code, unused nowSebastien Helleu
2008-05-20Add hook_connect (background connection to peer)Sebastien Helleu
2008-05-15Add arguments for plugin init functions and "irc://.." command line option fo...Sebastien Helleu
2008-05-15Update message from IRC plugin when connection fails thru proxySebastien Helleu
2008-05-02Merge branch 'protocols' of ssh://git.sv.gnu.org/srv/git/weechat into protocolsSebastien Helleu
2008-05-14Fix compilation warning with snprintf of time_t (long int) on FreeBSDSebastien Helleu
2008-05-13Disable auto-connect for plugins with command line option ("-a")Sebastien Helleu
2008-05-11Add "list" and "listfull" options to /xfer commandSebastien Helleu
2008-05-07New option "xfer.file.use_nick_in_filename" for Xfer files (task #7140)Sebastien Helleu
2008-05-07Xfer file resume (for DCC protocol) is backSebastien Helleu
2008-05-06Xfer list: help about keys, fix of minor display bugsSebastien Helleu
2008-05-06Do not automatically switch to xfer buffer, except by /xfer commandSebastien Helleu
2008-05-06Fix crash after closing channels/pv (internal channel structure was not delet...Sebastien Helleu
2008-05-06IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ...Sebastien Helleu
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ...Sebastien Helleu
2008-05-04Fixed bug with pv buffer name (this name was changed when someone changes nic...Sebastien Helleu
2008-05-02Fix compilation of xfer plugin on FreeBSDSebastien Helleu