summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
2009-05-16Add infolist "key" with key bindingsSebastien Helleu
2009-05-12Fix IRC private buffer name when message is from me (happens when using ↵Sebastien Helleu
irssi proxy server and opening private under irssi)
2009-05-12Fix typo: transfert -> transferSebastien Helleu
2009-05-10Add function window_set_title in API (task #9361)Sebastien Helleu
2009-05-09Add missing IRC command 335Sebastien Helleu
2009-05-09Add completion %(irc_privates), used by /buffer (completes with channels and pv)Sebastien Helleu
2009-05-08Install developement files for plugins and pkg-config support (autotools).Emmanuel Bouthenot
2009-05-08Install developement files for plugins and pkg-config support (cmake).Emmanuel Bouthenot
2009-05-08Improve completion: allow a command to use completion of another command ↵Sebastien Helleu
(used by alias plugin)
2009-05-08Fix crash in python plugin after parse file errorSebastien Helleu
2009-05-08Fix completion of IRC commands /whois and /whowasSebastien Helleu
2009-05-07Disable jabber and relay plugins compilation by defaultSebastien Helleu
2009-05-05Add message for old/obsolete pluginsSebastien Helleu
2009-05-04Disable print hooks during display of backlog (in logger plugin)Sebastien Helleu
2009-05-04Fix bug with arguments of function "bar_new" in python pluginSebastien Helleu
2009-05-03Fix crash when deleting last server if there is one buffer for all serversSebastien Helleu
2009-05-03Add irc info "irc_current_server" (returned only if one buffer is used for ↵Sebastien Helleu
all servers)
2009-05-02Add API version string: do not load plugins with wrong API version (fix ↵Sebastien Helleu
crash when loading old/obsolete plugins)
2009-05-02Fix bug with data for callbacks in scripts after /upgradeSebastien Helleu
2009-05-02Add data string argument in all callbacks of script API, display script name ↵Sebastien Helleu
in error messages for scripts
2009-04-24Replace constants by enums for config file valuesSebastien Helleu
2009-04-24Add filter with third argument of infolist_get for some infolists (bars, bar ↵Sebastien Helleu
items, buffers, filters, plugins, irc_server, alias, script list)
2009-04-24Fix typo: splited/splitted -> splitSebastien Helleu
2009-04-24Remove notify plugin (moved to core)Sebastien Helleu
2009-04-24Add anti-flood for extra IRC commands like msg/notice/query/quote and some otherSebastien Helleu
2009-04-24Fix security bug in tcl plugin (bug #26265, patch #6810)Sebastien Helleu
2009-04-18Fix bug with charset decoding in irc plugin (for example with iso2022jp)Sebastien Helleu
2009-04-16Restore buffer callbacks for scripts after /upgradeSebastien Helleu
2009-04-16Fix bug with modifier "irc_color_encode"Sebastien Helleu
2009-04-14Fix bug with upgrade and irc raw buffer, save irc raw messages during upgradeSebastien Helleu
2009-04-14Fix crash when reloading perl plugin (bug #25464)Sebastien Helleu
2009-04-14Add missing API functions in doc (infolists and upgrade), move infos and ↵Sebastien Helleu
infolists from user guide to developer guide
2009-04-11Add utf8_charcmp in plugin API, fix bug with utf8_charcasecmpSebastien Helleu
2009-04-11Fix /me command (irc plugin): allow command without argumentSebastien Helleu
2009-04-11Add support of many templates for completion of command arguments, rename ↵Sebastien Helleu
default completion items
2009-04-07Some improvements on key bindingsSebastien Helleu
List of changes: - do not automatically create default keys if they do not exist, when reading weechat.conf (let user do that if needed) - add "/key missing": add missing keys using default keys (do not update or remove user keys), - key "meta-s" moved from irc/jabber plugins to core - improved output of /key (display number of keys)
2009-04-07Fix crash with IRC server switch (alt-s) when no server buffer is openedSebastien Helleu
2009-04-07Fix another aspell bug: don't consider '-' as a word delimiterSebastien Helleu
2009-04-07Fix aspell bug: don't consider apostrophe as a word delimiterSebastien Helleu
2009-04-05Fix script installationSebastien Helleu
2009-04-05Fix memory leak in script installSebastien Helleu
2009-04-05Add signals in script plugins to install and remove scriptsSebastien Helleu
2009-04-03Add new values for option irc.look.nick_completion_smart: off / speakers / ↵Sebastien Helleu
speakers_highlights
2009-04-03Fix bug with nick completion (too many nick completors were added to nick if ↵Sebastien Helleu
private was open with nick)
2009-04-03Fix broken time in backlog displayed by logger plugin: use DST for time ↵Sebastien Helleu
displayed in buffer (bug #26074)
2009-04-02Fix bug in alias: use current buffer to run commands (bug #22876)Sebastien Helleu
2009-04-01Fix crash when executing "/msg * something" on an IRC server bufferSebastien Helleu
2009-04-01Add default template completion (by default: nick or IRC channel)Sebastien Helleu
2009-03-30Fix crash in python plugin when there is recursion on exec or when a script ↵Sebastien Helleu
is unloaded by call to command() in other python script
2009-03-29Fix python error messageSebastien Helleu