summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-10-27Add missing include of time.h in irc-channel.cSebastien Helleu
2008-10-27Fix output of backtrace in log fileSebastien Helleu
2008-10-27Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/weechatSebastien Helleu
2008-10-27Fix reload of config file plugins.confSebastien Helleu
2008-10-27Fix infinite loop in fifo plugin when removing fifo pipeSebastien Helleu
2008-10-27Add missing backtrace() function check in cmakeJulien Louis
2008-10-26Fix option irc.network.away_checkSebastien Helleu
2008-10-26Display readable values for flag of fd hooked with /plugin listfull commandSebastien Helleu
2008-10-26Fix crash when switching server with alt+sSebastien Helleu
2008-10-26Do not clear buffer content with /buffer clear for buffers with free contentSebastien Helleu
2008-10-26Fix Makefile for alias pluginSebastien Helleu
2008-10-25Fix creation of filters (many filters with same content are authorized)Sebastien Helleu
2008-10-25Add smart join/part/quit message filter in IRC plugin, add names for filtersSebastien Helleu
2008-10-24Use of toggle option for /filter to toggle a filter on/offSebastien Helleu
2008-10-24Add "enabled" flag for each filter (now possible to disable only one or some ↵Sebastien Helleu
filters)
2008-10-24Save/restore buffer local variables during upgradeSebastien Helleu
2008-10-24Add free() for buffer local variables pointers when removing themSebastien Helleu
2008-10-24Add local variables for buffers, fix alias creation, use of local variables ↵Sebastien Helleu
$nick/$channel/$server in alias
2008-10-24Fix display of IRC channel and private name in bar itemSebastien Helleu
2008-10-24Display IRC server errors in appropriate buffer (channel or private if found)Sebastien Helleu
2008-10-23Add option to toggle display of IRC channel modes after buffer name in ↵Sebastien Helleu
status bar (irc.look.display_channel_modes)
2008-10-22Add function buffer_set_pointer in plugin APISebastien Helleu
2008-10-20Add some buffer infos in IRC infolists hookedSebastien Helleu
2008-10-20Add new property "short_name" for buffersSebastien Helleu
2008-10-20Fix text search in buffer: search with prefix in addition to the messageSebastien Helleu
2008-10-20Fix refresh of nick in input bar when switching IRC serverSebastien Helleu
2008-10-19Add color decoding in title for IRC channels (task #6030)Sebastien Helleu
2008-10-19Fix display of special chars (< 32) in input bar (for exemple to send colors ↵Sebastien Helleu
to IRC channel)
2008-10-19Fix lock when disconnecting SSL server that is not yet successfully connectedSebastien Helleu
2008-10-19Fix restore of windows with saved layoutSebastien Helleu
2008-10-18Remove unused option look.input_format, fix refresh bug with input prompt ↵Sebastien Helleu
for IRC buffers
2008-10-18Add new argument "value" to function config_new_optionSebastien Helleu
2008-10-18Fix compilation of aspell with autotoolsSebastien Helleu
Sources are renamed with prefix "weechat-", to prevent conflict between two files called "aspell.h".
2008-10-18Fix malloc of 0 byte in aspell pluginSebastien Helleu
2008-10-18Free layout and chat buffer on exitSebastien Helleu
2008-10-18Remove aspell real_time option (not used any more), update aspell docSebastien Helleu
2008-10-18Aspell plugin is born againSebastien Helleu
2008-10-18- Add FindTCL.cmake to fix FreeBSD detectionJulien Louis
- Only call Tcl_CreateNamespace when available in the public API, fix compatibility with older release
2008-10-14Fix wrong hotlist after upgrade when /upgrade is done with empty hotlistSebastien Helleu
2008-10-14Fix restore of WeeChat main buffer after /upgradeSebastien Helleu
2008-10-14Fix use of size_max value for bars, fix refresh problem when bar size is changedSebastien Helleu
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-10-11Fix refresh of bars when switching active bufferSebastien Helleu
2008-10-11Add space before day changed message, fix refresh when setting unread marker ↵Sebastien Helleu
for buffer(s)
2008-10-11Fix name of buffer in bar item for IRC channel when it is closed (kicked or ↵Sebastien Helleu
part done)
2008-10-11Fix refresh bugs with scroll keys (bug #21738)Sebastien Helleu
2008-10-11Fix some display bugs with read marker line, history, max prefix length, and ↵Sebastien Helleu
chat refresh (bug #23153) Some info about bugs fixed: - when marker line (dotted) was on top of window (and not visible), this caused bug on last lines of buffer (not refreshed) - marker line is not set for a buffer after a switch, only if buffer it not displayed in other window - when we delete lines in a buffer (if lines > weechat.history.max_lines), we force a full refresh of chat if remaining lines is < to chat height and we compute again max prefix length for buffer (before max prefix length was always incremented, never decremented)
2008-10-10Fix channel modes in status bar item for IRC plugin (do not display ↵Sebastien Helleu
parenthesis when there's nothing to display inside)
2008-10-10Add 2 new default bar items (input_paste and input_search), used by default ↵Sebastien Helleu
input bar
2008-10-10Fix nick modes in input bar item for IRC plugin (do not display parenthesis ↵Sebastien Helleu
when there's nothing to display inside)