Age | Commit message (Expand) | Author |
2006-05-08 | Fixed bug with long outgoing IRC messages (> 512 bytes) (bug #16358) | Sebastien Helleu |
2006-05-08 | Fixed UTF-8 display bug with chars using more than one cell on screen (bug #1... | Sebastien Helleu |
2006-05-07 | Added some panel structures and functions | Sebastien Helleu |
2006-05-07 | Fixed typo in setup option help | 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 | Nick modes are now saved with /upgrade | Sebastien Helleu |
2006-04-22 | Splited GUI sources | Sebastien Helleu |
2006-04-19 | Fixed crash after /upgrade if a line in history is empty | Sebastien Helleu |
2006-04-16 | Fixed typo in /window command help | Sebastien Helleu |
2006-04-16 | Changed default nick prefix/suffix | Sebastien Helleu |
2006-04-16 | Added option "look_align_size_max", nick alignment to right is now set by def... | Sebastien Helleu |
2006-04-15 | Fixed many crashes with DCC chat | Sebastien Helleu |
2006-04-13 | Fixed typos in doc | Sebastien Helleu |
2006-04-13 | Added more help for input prompt format | 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-08 | Added hostnames associeted to nicks (available for /ban completion) | Sebastien Helleu |
2006-04-03 | Added nick alignment in private buffers | Sebastien Helleu |
2006-04-02 | Added nick alignment options | 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 |
2006-03-30 | Added keyboard handler to plugin API | Sebastien Helleu |
2006-03-25 | Fixed bug with /set string value completion | Sebastien Helleu |
2006-03-25 | Added hostname/IP option for connection to server | Sebastien Helleu |
2006-03-24 | Added /setp command (set plugin options) | Sebastien Helleu |
2006-03-21 | Completed /set command help | Sebastien Helleu |
2006-03-21 | Aliases are executed before WeeChat/IRC commands, /builtin command added | Sebastien Helleu |
2006-03-19 | Added /cycle command, /part command does close buffer any more | Sebastien Helleu |
2006-03-14 | Fixed /set command when internal server name contains one or many dots | Sebastien Helleu |
2006-03-08 | Improved alias completion (now uses target command for completion) | Sebastien Helleu |
2006-03-06 | Fixed completion bug with commands in pv (nick completion, for example with /me) | Sebastien Helleu |
2006-03-06 | Fixed chmod on home (now chmod is not executed when a directory is user's home) | Sebastien Helleu |
2006-03-04 | Using new default value for DCC download dir (created at startup), fixed logs... | Sebastien Helleu |
2006-02-26 | Fixed crash when using global history (when older entry is removed) | Sebastien Helleu |
2006-02-22 | Added IRC raw data buffer | Sebastien Helleu |
2006-02-18 | Fixed message displayed when a command handler failed (now "failed" instead of | Sebastien Helleu |
2006-02-16 | clean code while parsing commands in server_command and make possible to run ... | Emmanuel Bouthenot |
2006-02-12 | Updated doc for server_command setting | Sebastien Helleu |
2006-01-30 | Added options "look_open_near_server" and "look_nick_complete_first" (patch f... | Sebastien Helleu |
2006-01-26 | Fixed bug with /upgrade when servers buffer (with one buffer for all servers)... | Sebastien Helleu |
2006-01-26 | Fixed bug with option "irc_away_check_max_nicks" (now channels are refreshed ... | Sebastien Helleu |
2006-01-25 | Added new scroll keys for a few lines up/down (default: meta-pgup/pgdn) (patc... | Sebastien Helleu |
2006-01-25 | Added new option "irc_away_check_max_nicks" to disable away check on channels... | Sebastien Helleu |
2006-01-25 | Added new command line argument for setting WeeChat homedir (-d or --dir) (pa... | Sebastien Helleu |
2006-01-22 | Fixed bugs: buffer detection in plugins/scripts commands, and /history command | Sebastien Helleu |
2006-01-21 | Added some info for commands and options help | Sebastien Helleu |
2006-01-21 | Added option "irc_show_away_once", to show away message only once in pv | Sebastien Helleu |
2006-01-12 | New values for "irc_display_away" (off, local, channel) | Sebastien Helleu |