Age | Commit message (Expand) | Author |
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-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-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-05 | Changed copyright date (2006 -> 2007) | Sebastien Helleu |
2006-12-04 | Added anti-flood option (irc_anti_flood) (task #5442) | Sebastien Helleu |
2006-11-09 | Added "irc_send_unknown_commands" option to send unknown commands to IRC serv... | Sebastien Helleu |
2006-11-08 | Added charset plugin (WeeChat is now full UTF-8 for internal data storage), f... | 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-08-30 | Command /key now ok with one arg (key name): display key if found | Sebastien Helleu |
2006-08-25 | Added server default notify level (task #5634), fixed crashs with /buffer and... | Sebastien Helleu |
2006-08-22 | Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special vars... | Sebastien Helleu |
2006-08-19 | Removed /panel command for release (command under development) | Sebastien Helleu |
2006-08-17 | Added send of "quit" message to server when using /disconnect | Sebastien Helleu |
2006-07-23 | Splited weechat.c into weechat.c and util.c | Sebastien Helleu |
2006-07-22 | Charsets are now checked when set by /charset command | Sebastien Helleu |
2006-07-18 | Added "look_save_on_exit" option (patch from Emanuele Giaquinta) | Sebastien Helleu |
2006-07-16 | added some panel functions, fixed refresh bugs when terminal is resized: too ... | Sebastien Helleu |
2006-07-01 | Fixed typos | Sebastien Helleu |
2006-06-15 | Added color encoding for some commands like /me | Sebastien Helleu |
2006-06-10 | Fixed crashes with DCC chat remove/purge on DCC view (bug #16775) | Sebastien Helleu |
2006-05-29 | Command /save now writes plugins options (~/.weechat/plugins.rc) | Sebastien Helleu |
2006-05-21 | Fixed /alias command (now ok with an alias name: display content) | Sebastien Helleu |
2006-05-20 | Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for... | Sebastien Helleu |
2006-05-15 | Added missing status bar refresh when connecting to server | Sebastien Helleu |
2006-05-13 | Added charset encoding for some command arguments (like /me, /msg, /query, ..) | Sebastien Helleu |
2006-05-13 | Fixed typos in doc | Sebastien Helleu |
2006-05-08 | Fixed bug with long outgoing IRC messages (> 512 bytes) (bug #16358) | Sebastien Helleu |
2006-05-07 | Added some panel structures and functions | Sebastien Helleu |
2006-04-23 | Fixed bug #16369: fixed crash when multiple pv have same name: now it's forbi... | Sebastien Helleu |
2006-04-22 | Splited GUI sources | Sebastien Helleu |
2006-04-16 | Fixed typo in /window command help | Sebastien Helleu |
2006-04-15 | Fixed many crashes with DCC chat | Sebastien Helleu |
2006-04-12 | Added new option to customize input prompt, added nick modes, fixed commands ... | Sebastien Helleu |
2006-04-11 | Removed charset conversion for commands (only allowed in text sent to channel... | Sebastien Helleu |
2006-04-10 | Removed color encoding in commands (only allowed in text sent to channel/priv... | Sebastien Helleu |
2006-04-03 | Added nick alignment in private buffers | Sebastien Helleu |
2006-04-02 | Fixed string explosion bug (should return 0 with empty string) | Sebastien Helleu |
2006-04-02 | Fixed /buffer close bug with part message | Sebastien Helleu |
2006-03-30 | Fixed bug with /alias and /unalias commands when alias begins with '/' | Sebastien Helleu |