Age | Commit message (Expand) | Author |
2007-03-19 | Fixed bug with explode_string / free_exploded_string when max_items > 0 | Sebastien Helleu |
2007-03-16 | Fixed /topic completion when no topic set on current channel (bug #19322) | Sebastien Helleu |
2007-03-16 | Improved password hiding, code cleanup (bug #19229) (new commit after savanna... | Sebastien Helleu |
2007-03-07 | Updated translations | Sebastien Helleu |
2007-03-05 | Fixed /help command: displays plugin help for redefined commands (bug #19166) | Sebastien Helleu |
2007-03-05 | Updated /help alias with $nick/$channel/$server (bug #19194) | Sebastien Helleu |
2007-03-01 | Prefix '/' disabled in commands (patch #5769) | Sebastien Helleu |
2007-03-01 | Fixed completion of redefined commands removed by plugins (bug #19176) | Sebastien Helleu |
2007-02-12 | Added "call" option to /key command, added new key function "insert" to inser... | Sebastien Helleu |
2007-02-06 | Fixed permissions on "dcc" and "logs" directories (bug #18978) | Sebastien Helleu |
2007-02-05 | Added event handlers in plugin list commands outputs (/plugin and script comm... | Sebastien Helleu |
2007-02-03 | Added numeric argument for /clear command (buffer number) (patch #5372) | Sebastien Helleu |
2007-01-16 | Fixed crash when closing a buffer opened on many windows | Sebastien Helleu |
2007-01-08 | Fixed again iconv | Sebastien Helleu |
2007-01-08 | Fixed iconv problem, causing truncated words when using iso locale | Sebastien Helleu |
2007-01-06 | Fixed compilation problem with iconv under FreeBSD | Sebastien Helleu |
2007-01-05 | Changed copyright date (2006 -> 2007) | Sebastien Helleu |
2006-12-08 | Fixed bug with nick completion in command args (now uses option look_nick_com... | Sebastien Helleu |
2006-12-04 | Added anti-flood option (irc_anti_flood) (task #5442) | 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-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 option "look_nicklist_separator" (task #5437) | Sebastien Helleu |
2006-11-15 | fix possible stack overflow in filename completion | Emmanuel Bouthenot |
2006-11-11 | Fixed random crash with completion | 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 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-10-29 | Fixed bug with completion context (some variables were not properly reset) | Sebastien Helleu |
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-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-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 | 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-09 | Fixed bug with /alias and arguments (like $1), now text after argument(s) is ... | Sebastien Helleu |
2006-10-08 | Fixed compilation warnings for AMD64 | Sebastien Helleu |
2006-09-30 | Removed warnings with __USE_GNU and __USE_XOPEN | Sebastien Helleu |
2006-08-30 | Command /key now ok with one arg (key name): display key if found | Sebastien Helleu |
2006-08-27 | Removed unused variable | Sebastien Helleu |