summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-04-11Use case sensitive comparison for key codes (bug #26145)Sebastien Helleu
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 def...Sebastien Helleu
2009-04-07Some improvements on key bindingsSebastien Helleu
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 creation of integer options, when created from a script plugin (if string...Sebastien 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-05Fix memory leak when sending modifier "input_text_content"Sebastien Helleu
2009-04-04Check that callback value is not NULL in hook functionsSebastien Helleu
2009-04-03Add new option "weechat.completion.nick_add_space" (add space after nick comp...Sebastien Helleu
2009-04-03Add new values for option irc.look.nick_completion_smart: off / speakers / sp...Sebastien Helleu
2009-04-03Fix crash when integer option (set with string) is wrong in a config fileSebastien Helleu
2009-04-03Fix bug with nick completion (too many nick completors were added to nick if ...Sebastien Helleu
2009-04-03Fix broken time in backlog displayed by logger plugin: use DST for time displ...Sebastien Helleu
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-01Fix bug with partial completionsSebastien 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 i...Sebastien Helleu
2009-03-29Fix python error messageSebastien Helleu
2009-03-29Fix help of /buffer commandSebastien Helleu
2009-03-28Add cmake files in package built by autotoolsSebastien Helleu
2009-03-28Fix display of python errorsSebastien Helleu
2009-03-28Add infolists with list of scriptsSebastien Helleu
2009-03-28Fix bug with /ignore when mask begins with "|" (bug #26037)Sebastien Helleu
2009-03-27Fix SSL connection to some IRC servers using Diffie Hellman and small exchang...Sebastien Helleu
2009-03-26Add new bar item "away" (now displayed by default in input bar)Sebastien Helleu
2009-03-24Fix crash on FreeBSD: first unload last loaded pluginsSebastien Helleu
2009-03-23Add new IRC modifiers: irc_color_decode/irc_color_encode, add IRC color suppo...Sebastien Helleu
2009-03-23Add nick completion in xfer dcc buffers, fix bug when opening xfer dcc buffer...Sebastien Helleu
2009-03-23Fix typo in irc-raw.c and jabber-debug.cSebastien Helleu
2009-03-23Set again buffer properties when using existing irc/jabber channel/pv bufferSebastien Helleu
2009-03-23Add completion with self nick in irc/jabber private buffersSebastien Helleu
2009-03-22Add default alias /v to "/command core version"Sebastien Helleu
2009-03-22Add option aspell.check.real_time (off by default), fix bugs with aspell and ...Sebastien Helleu
2009-03-22Force refresh of bars using a bar item when it is destroyedSebastien Helleu
2009-03-21Fix bug when closing IRC channel buffers (pointer to current server is lost)Sebastien Helleu
2009-03-21Fix bug with window separator (possible crash)Sebastien Helleu
2009-03-21Use of brackets {} around nicklist count in default status barSebastien Helleu
2009-03-21Add new command /version, add count of /upgrade, fix bugs with command execSebastien Helleu
2009-03-21Add color around plugin name in help for commandsSebastien Helleu
2009-03-21Add new modifier "input_text_content"Sebastien Helleu
2009-03-20Add signal "key_pressed"Sebastien Helleu
2009-03-20Add buffer name completion for command /filterSebastien Helleu
2009-03-19Add missing include of time.h in irc-raw.CSebastien Helleu