Age | Commit message (Expand) | Author |
2006-12-01 | Fixed charset bug when displaying "Day changed" message | Sebastien Helleu |
2006-11-29 | Added keys (F9/F10) to scroll topic (task #6030) | Sebastien Helleu |
2006-11-29 | Added auto completion with channels and filenames | Sebastien Helleu |
2006-11-26 | Fixed memleak in keyboard input | Sebastien Helleu |
2006-11-19 | Fixed refresh bug when changing config options if window is splited | Sebastien Helleu |
2006-11-19 | Removed unused charset options in default config file for servers | Sebastien Helleu |
2006-11-17 | Added space between chat and nicklist when position is "right" (bug #17852) | Sebastien Helleu |
2006-11-17 | Added option "look_nicklist_separator" (task #5437) | Sebastien Helleu |
2006-11-15 | Replaced call to strndup() by weechat_charset_strndup() | Sebastien Helleu |
2006-11-15 | fix possible stack overflow in filename completion | Emmanuel Bouthenot |
2006-11-14 | Fixed bug with DCC SEND when filename begins with '~' | Sebastien Helleu |
2006-11-11 | Fixed random crash with completion | Sebastien Helleu |
2006-11-10 | Fixed minor bug with /setp when no value is given and that option does not exist | Sebastien Helleu |
2006-11-09 | Fixed bug in charset plugin: now encode/decode channels/nicks in IRC messages... | Sebastien Helleu |
2006-11-09 | Added "irc_send_unknown_commands" option to send unknown commands to IRC serv... | Sebastien Helleu |
2006-11-08 | Remove some unneeded iconv calls (for UTF-8 term) | Sebastien Helleu |
2006-11-08 | Fixed display bug with new charset and unreadable UTF-8 chars in ISO term | Sebastien Helleu |
2006-11-08 | Fixed bad header name in gui-common.c | Sebastien Helleu |
2006-11-08 | Fixed bug with /upgrade and buffer's data when switching to new charset plugi... | Sebastien Helleu |
2006-11-08 | Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f... | Sebastien Helleu |
2006-11-04 | Fixed bug with ignore: now any IRC command is allowed | Sebastien Helleu |
2006-11-02 | Added nicklist/status refresh when disconnected from server | Sebastien Helleu |
2006-10-30 | Fixed crash with Ctrl-T (transpose) and one char on line (bug #18153) | Sebastien Helleu |
2006-10-29 | Fixed bug with completion context (some variables were not properly reset) | Sebastien Helleu |
2006-10-29 | fix minor display bug in aspell plugin | Emmanuel Bouthenot |
2006-10-29 | adding $weechat_dir/python in the top of sys.path | Emmanuel Bouthenot |
2006-10-28 | improve plugins/scripts completion template to use filename completion | Emmanuel Bouthenot |
2006-10-28 | minor improvement in aspell plugin | Emmanuel Bouthenot |
2006-10-28 | remove unused header | Emmanuel Bouthenot |
2006-10-28 | improve filename completion | Emmanuel Bouthenot |
2006-10-27 | Removed automatic space after filename when using completion | Sebastien Helleu |
2006-10-27 | adding filename completion (partially) | Emmanuel Bouthenot |
2006-10-27 | Fixed minor display bug when setting colored topic | Sebastien Helleu |
2006-10-26 | fix memory leaks in python/script plugin | Emmanuel Bouthenot |
2006-10-26 | add modifiers in scripts/plugins API, cleaning code in script/plugins, improv... | Emmanuel Bouthenot |
2006-10-25 | Fixed crash when unloading/reloading scripts using modifiers | Sebastien Helleu |
2006-10-24 | Fixed bug with modifiers list in "/plugin listfull" command | Sebastien Helleu |
2006-10-24 | Fixed typo in /plugin command help | Sebastien Helleu |
2006-10-24 | Added "modifier" in plugins API, improved /plugin command | Sebastien Helleu |
2006-10-20 | Fixed bug on ignore with "mode" IRC command (bug #18058) | Sebastien Helleu |
2006-10-20 | Fixed crash when loading ruby script if file does not exist, with Ruby >= 1.9... | Sebastien Helleu |
2006-10-16 | adding date field 'date' in get_buffer_data() function of plugins/scripts API | Emmanuel Bouthenot |
2006-10-15 | Fixed typo with lines date when using /upgrade (makes weechat crash) | Sebastien Helleu |
2006-10-14 | Added alternate boolean values (true,1,false,0,..) for server options | Sebastien Helleu |
2006-10-14 | Added date in plugin function get_buffer_data() | Sebastien Helleu |
2006-10-12 | Fixed some portability bugs (patch #5271) | Sebastien Helleu |
2006-10-12 | Mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are now se... | Sebastien Helleu |
2006-10-12 | Added more values for config boolean values: y/true/t/1 and n/false/f/0 (patc... | Sebastien Helleu |
2006-10-12 | Fixed bug with alias when there's no $x and user args after alias command | Sebastien Helleu |
2006-10-10 | adding some missing headers in plugins | Emmanuel Bouthenot |