Age | Commit message (Expand) | Author |
2007-05-24 | Fixed nick completion bug: now self nick is always at the end of completion list | Sebastien Helleu |
2007-05-24 | Added "%M" for completion with nicks of current server (nicks on open channel... | Sebastien Helleu |
2007-05-23 | Fixed minor typo in translations | Sebastien Helleu |
2007-05-22 | Improved IRC long message split: use word boundary (task #6685) | Sebastien Helleu |
2007-05-22 | Fixed "%C" completion: now completes with all channels of all servers | Sebastien Helleu |
2007-05-22 | Removed ":" for unknown IRC commands before arguments (bug #19929) | Sebastien Helleu |
2007-05-22 | Fixed bug with "/buffer query_name", added server and channel completion for ... | Sebastien Helleu |
2007-05-21 | Added cmake for weechat compile | Sebastien Helleu |
2007-05-11 | Code cleanup: renamed IRC functions to have uniform name (with prefix based o... | Sebastien Helleu |
2007-05-11 | Fixed bug with nick prefixes on some IRC servers (bug #19854) | Sebastien Helleu |
2007-05-09 | Improved setup file save: now writes temporary file, then rename it (task #6847) | Sebastien Helleu |
2007-05-09 | Fixed bug with $nick/$channel/$server variables in commands | Sebastien Helleu |
2007-05-04 | Added protocol priority for gnutls (patch #5915) | Sebastien Helleu |
2007-05-02 | Added channel admin mode '!' for some IRC servers | Sebastien Helleu |
2007-05-02 | Fixed bug with iso2022jp locale (bug #18719) | Sebastien Helleu |
2007-04-24 | Added /reconnect command (task #5448) | Sebastien Helleu |
2007-04-24 | Added "-all" option for /connect and /disconnect commands (task #6232) | Sebastien Helleu |
2007-04-15 | Nick completion: completes with self nick at the end of completion list | Sebastien Helleu |
2007-04-14 | Improved nick completion: completes with last speakers first (task #5896), fi... | Sebastien Helleu |
2007-04-04 | Added color for input text not found in buffer history | Sebastien Helleu |
2007-03-27 | Fixed command parsing: now "/*" is not considered any more as a command (task... | Sebastien Helleu |
2007-03-23 | Fixed crash when closing a pv if a DCC chat is open on same nick (bug #19147) | Sebastien Helleu |
2007-03-21 | Added current buffer in hotlist when scrolling up in buffer (task #6664) | Sebastien Helleu |
2007-03-20 | Fixed minor bug in /upgrade command | Sebastien Helleu |
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 |