summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-02-01Add signal weechat_pv for private messagesSebastien Helleu
2009-02-01Add function config_unset_plugin in API, fix return code of config_set_pluginSebastien Helleu
2009-01-31Fix nicklist sort with IRC nicks (chan owner and admin first in list)Sebastien Helleu
2009-01-30Add plugin name in buffer name for filtersSebastien Helleu
2009-01-30Fix crash after /upgrade with IRC servers connected via SSL (bug #25398)Sebastien Helleu
2009-01-30Add one more screen refresh when size of a root bar is changedSebastien Helleu
2009-01-30Fix problem with read marker when manually switching to other buffer with som...Sebastien Helleu
2009-01-30Fix some bugs with TLS connections in Jabber pluigin (TLS still not working i...Sebastien Helleu
2009-01-28Add boolean option to enable relay plugin to listen for clients (disabled by ...Sebastien Helleu
2009-01-27Fix infinite loop when running WeeChat for first time: force whole screen ref...Sebastien Helleu
2009-01-25Remove compilation warning (unused variable)Sebastien Helleu
2009-01-25Fix unread marker set with irc /away command: set unread marker for all serve...Sebastien Helleu
2009-01-25Improve refreshs of windows/buffers/bars, fix refresh bug when some bars are ...Sebastien Helleu
2009-01-17Remove unused jabber options and jabber servers in autogenerated docSebastien Helleu
2009-01-15Fix bug with IRC SSL server optionSebastien Helleu
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
2009-01-07Remove some compiler warningsSebastien Helleu
2009-01-06Fix typoSebastien Helleu
2009-01-05Do not set unread marker on IRC server and channels when reconnecting to IRC ...Sebastien Helleu
2009-01-04Rename options in proxy structureSebastien Helleu
2009-01-04Fix crash when creating bar, rename options in bar structureSebastien Helleu
2009-01-04Add comments for IRC server optionsSebastien Helleu
2009-01-04Fix typoSebastien Helleu
2009-01-04Update highlight words for server and channel buffers when local nick is changedSebastien Helleu
2009-01-04Add hotlist refresh when a buffer is movedSebastien Helleu
2009-01-04Fix exec of IRC command when connecting to server if server buffers are merge...Sebastien Helleu
2009-01-04Remove unused functions and prototypesSebastien Helleu
2009-01-03Add missing pointer to API function "config_option_default_is_null"Sebastien Helleu
2009-01-03Add color for channel name in IRC info/error messagesSebastien Helleu
2009-01-03Add error message when a command failed, fix typos in aspell pluginSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2009-01-02Add null values for options, new syntax for /set, reintroduce temporary IRC s...Sebastien Helleu
2008-12-19Update doc and translationsSebastien Helleu
2008-12-19Add aspell option to check mispelled words during text search in buffer (disa...Sebastien Helleu
2008-12-19Fix charset problem with IRC plugin: use server charset if channel charset is...Sebastien Helleu
2008-12-19Add some colors in IRC messages from server (for text and nicks) (task #8926)Sebastien Helleu
2008-12-19Fix too many refreshs for bars (build content of items when bar is displayed)Sebastien Helleu
2008-12-19Remove obsolete nicklist options, add /bar toggle to hide/show quietly a barSebastien Helleu
2008-12-19Fix bug with xfer transferts (IRC DCC): transfert ended abruptly when termina...Sebastien Helleu
2008-12-19Fix bug with pointer conversion for scripts API (return empty string instead ...Sebastien Helleu
2008-12-19Add sub-items in bars (items glued with "+" as separator instead of comma), a...Sebastien Helleu
2008-12-18Fix refresh of bar when changing items insideSebastien Helleu
2008-12-17Improve /upgrade command: expand "~" with user home, check that binary exists...Sebastien Helleu
2008-12-17Display server, port and IP on IRC server buffer when connection to server is okSebastien Helleu
2008-12-17Use nick color for display of IRC action messagesSebastien Helleu
2008-12-17Improve nick completion: complete first by nicks that highlight me, before ni...Sebastien Helleu
2008-12-17Fix bugs in IRC message parser and use of decoding charset for server messagesSebastien Helleu
2008-12-16Add new filling options in /help barSebastien Helleu
2008-12-16Remove unneeded space after last column on bar with filling "columns"Sebastien Helleu
2008-12-16Set default filling "columns_vertical" for nicklist barSebastien Helleu