Age | Commit message (Expand) | Author |
2008-10-25 | Add smart join/part/quit message filter in IRC plugin, add names for filters | Sebastien Helleu |
2008-10-24 | Use of toggle option for /filter to toggle a filter on/off | Sebastien Helleu |
2008-10-24 | Add "enabled" flag for each filter (now possible to disable only one or some ... | Sebastien Helleu |
2008-10-24 | Save/restore buffer local variables during upgrade | Sebastien Helleu |
2008-10-24 | Add free() for buffer local variables pointers when removing them | Sebastien Helleu |
2008-10-24 | Add local variables for buffers, fix alias creation, use of local variables $... | Sebastien Helleu |
2008-10-24 | Fix display of IRC channel and private name in bar item | Sebastien Helleu |
2008-10-24 | Display IRC server errors in appropriate buffer (channel or private if found) | Sebastien Helleu |
2008-10-23 | Add option to toggle display of IRC channel modes after buffer name in status... | Sebastien Helleu |
2008-10-22 | Add function buffer_set_pointer in plugin API | Sebastien Helleu |
2008-10-20 | Add some buffer infos in IRC infolists hooked | Sebastien Helleu |
2008-10-20 | Add new property "short_name" for buffers | Sebastien Helleu |
2008-10-20 | Fix text search in buffer: search with prefix in addition to the message | Sebastien Helleu |
2008-10-20 | Fix refresh of nick in input bar when switching IRC server | Sebastien Helleu |
2008-10-19 | Add color decoding in title for IRC channels (task #6030) | Sebastien Helleu |
2008-10-19 | Fix display of special chars (< 32) in input bar (for exemple to send colors ... | Sebastien Helleu |
2008-10-19 | Fix lock when disconnecting SSL server that is not yet successfully connected | Sebastien Helleu |
2008-10-19 | Fix restore of windows with saved layout | Sebastien Helleu |
2008-10-18 | Remove unused option look.input_format, fix refresh bug with input prompt for... | Sebastien Helleu |
2008-10-18 | Add new argument "value" to function config_new_option | Sebastien Helleu |
2008-10-18 | Fix compilation of aspell with autotools | Sebastien Helleu |
2008-10-18 | Fix malloc of 0 byte in aspell plugin | Sebastien Helleu |
2008-10-18 | Free layout and chat buffer on exit | Sebastien Helleu |
2008-10-18 | Remove aspell real_time option (not used any more), update aspell doc | Sebastien Helleu |
2008-10-18 | Aspell plugin is born again | Sebastien Helleu |
2008-10-18 | - Add FindTCL.cmake to fix FreeBSD detection | Julien Louis |
2008-10-14 | Fix wrong hotlist after upgrade when /upgrade is done with empty hotlist | Sebastien Helleu |
2008-10-14 | Fix restore of WeeChat main buffer after /upgrade | Sebastien Helleu |
2008-10-14 | Fix use of size_max value for bars, fix refresh problem when bar size is changed | Sebastien Helleu |
2008-10-12 | Remove old title/nicklist/status/input, use of new bars | Sebastien Helleu |
2008-10-11 | Fix refresh of bars when switching active buffer | Sebastien Helleu |
2008-10-11 | Add space before day changed message, fix refresh when setting unread marker ... | Sebastien Helleu |
2008-10-11 | Fix name of buffer in bar item for IRC channel when it is closed (kicked or p... | Sebastien Helleu |
2008-10-11 | Fix refresh bugs with scroll keys (bug #21738) | Sebastien Helleu |
2008-10-11 | Fix some display bugs with read marker line, history, max prefix length, and ... | Sebastien Helleu |
2008-10-10 | Fix channel modes in status bar item for IRC plugin (do not display parenthes... | Sebastien Helleu |
2008-10-10 | Add 2 new default bar items (input_paste and input_search), used by default i... | Sebastien Helleu |
2008-10-10 | Fix nick modes in input bar item for IRC plugin (do not display parenthesis w... | Sebastien Helleu |
2008-10-10 | Use key shift-tab to force partial completion (when no completion is pending)... | Sebastien Helleu |
2008-10-08 | Add function to get plugin name (return "core" for WeeChat core) | Sebastien Helleu |
2008-10-08 | Fix /reload command (now reloads config files with no reload callback) | Sebastien Helleu |
2008-10-08 | Add config file logger.conf (replaces old logger options in plugins.conf) | Sebastien Helleu |
2008-10-07 | Add backlog for IRC channel and private buffers | Sebastien Helleu |
2008-10-05 | Add Tcl script plugin (thanks to Dmitry Kobylin) | Sebastien Helleu |
2008-10-04 | Split default bars creation in many functions | Sebastien Helleu |
2008-10-03 | Fix bug with IRC notices for channel: display them in channel instead of serv... | Sebastien Helleu |
2008-10-03 | Add color for marker on lines where text sought is found | Sebastien Helleu |
2008-10-03 | Add missing IRC command 369 (end of whowas) | Sebastien Helleu |
2008-10-03 | Add missing IRC command 328 (channel url) | Sebastien Helleu |
2008-10-03 | Do not write "--" or "++" indicators for bars with items where cursor is move... | Sebastien Helleu |