summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-29Update docSebastien Helleu
2009-03-29Fix help of /buffer commandSebastien Helleu
2009-03-28Update INSTALL fileSebastien 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-26Replace german and french C API doc by english versionSebastien Helleu
2009-03-26Update script API in doc (developer guide)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-22Update ChangeLogSebastien 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-20Fix typo in docSebastien Helleu
2009-03-19Add missing include of time.h in irc-raw.CSebastien Helleu
2009-03-19Fix bugs with color in IRC topicsSebastien Helleu
2009-03-19Many improvements on IRC raw bufferSebastien Helleu
2009-03-18Replace WeeChat color codes by "?" in incoming IRC messages (bug #25862)Sebastien Helleu
2009-03-18Add "replacement" argument for string_remove_color in plugin APISebastien Helleu
2009-03-18Fix bug with IRC raw buffer and chars < 32, use of hexadecimal for such charsSebastien Helleu
2009-03-18Remove some messages during startup about scripts and plugins loadedSebastien Helleu
2009-03-18Fix typo in docSebastien Helleu
2009-03-16Add new signals: window_zoom, window_zoomed, window_unzoom, window_unzoomedSebastien Helleu
2009-03-15Add new option irc.look.display_old_topic to display old topic when channel t...Sebastien Helleu
2009-03-15Add key alt+'=' in /help filterSebastien Helleu
2009-03-15Fix typo in developer guideSebastien Helleu
2009-03-15Add property in buffer to hide time for all linesSebastien Helleu
2009-03-15Add missing call to change callback when setting option with integer value, u...Sebastien Helleu
2009-03-08Fix memory leak in filename completionSebastien Helleu
2009-03-07Add new key to zoom a window (meta-z by default) (task #7470)Sebastien Helleu
2009-03-07Remove date written in config files headers (patch #6766)Sebastien Helleu
2009-03-07Fix bug with text attribute in IRC messages: toggle attribute instead of alwa...Sebastien Helleu
2009-03-06Fix bug with namespace in tcl plugin (bug #25754)Sebastien Helleu
2009-03-06Fix callbacks in script plugins: always return empty string instead of NULL f...Sebastien Helleu