summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-20Merge branch 'protocols' of ssh://git.sv.gnu.org/srv/git/weechat into protocolsSebastien Helleu
2008-10-20Fix refresh of nick in input bar when switching IRC serverSebastien Helleu
2008-10-19Fix build with cmake 2.4 which was accidentally brokenJulien Louis
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 exemple of command for server in quickstart guideSebastien 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-10Clean doc/xx/ directory after build with autotoolsSebastien Helleu
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)
2008-10-10Use key shift-tab to force partial completion (when no completion is ↵Sebastien Helleu
pending), remove automatic partial completion on option names Behaviour of shift-key stays the same if there's a completion found, it completes with previous completion found.
2008-10-08Add function to get plugin name (return "core" for WeeChat core)Sebastien Helleu
2008-10-08Fix /reload command (now reloads config files with no reload callback)Sebastien Helleu
2008-10-08Add config file logger.conf (replaces old logger options in plugins.conf)Sebastien Helleu
2008-10-07Add backlog for IRC channel and private buffersSebastien Helleu
2008-10-05Add Tcl script plugin (thanks to Dmitry Kobylin)Sebastien Helleu
2008-10-05Update autogen xml doc filesSebastien Helleu
2008-10-04Split default bars creation in many functionsSebastien Helleu
2008-10-03Fix bug with IRC notices for channel: display them in channel instead of ↵Sebastien Helleu
server buffer (bug #18730)
2008-10-03Add color for marker on lines where text sought is foundSebastien Helleu