Age | Commit message (Expand) | Author |
2006-01-21 | Added option "irc_show_away_once", to show away message only once in pv | Sebastien Helleu |
2006-01-14 | Reverse order for unloading plugins (fixes crash on FreeBSD) | Sebastien Helleu |
2006-01-14 | Fixed charset decoding bug when displaying topic of a channel | Sebastien Helleu |
2006-01-12 | New values for "irc_display_away" (off, local, channel) | Sebastien Helleu |
2006-01-10 | Fixed msg command (now allowed in private buffer with "*" as target) | Sebastien Helleu |
2006-01-08 | Fixed bug with alt+k followed by an UTF-8 char coded on more than one byte | Sebastien Helleu |
2006-01-08 | Fixed hotlist display bug with server buffer when all servers are displayed on | Sebastien Helleu |
2006-01-08 | Encode commands like text with channel's encoding charset | Sebastien Helleu |
2006-01-08 | Removed "irc_default_msg_away" setting, for RFC 2812 conformity (/away command | Sebastien Helleu |
2006-01-08 | Fixed infobar_printf interface function, security problem with string format | Sebastien Helleu |
2006-01-07 | Fixed infobar_printf interface function, security problem with string format | Sebastien Helleu |
2006-01-07 | Fixed refresh bug with Solaris when term size is changed | Sebastien Helleu |
2006-01-07 | Secured some code with color management in messages | Sebastien Helleu |
2006-01-05 | Option "irc_display_away" is now set to OFF by default | Sebastien Helleu |
2006-01-04 | New year in copyright, FSF address changed | Sebastien Helleu |
2005-12-25 | Added uptime save in session file (for /upgrade command) | Sebastien Helleu |
2005-12-22 | Added color for windows separators, fixed minor refresh bug when changing som... | Sebastien Helleu |
2005-12-21 | Removed "&" for XML doc | Sebastien Helleu |
2005-12-21 | Fixed typos in some command helps ("&" now forbidden for XML doc) | Sebastien Helleu |
2005-12-20 | Added Czech translations | Sebastien Helleu |
2005-12-20 | Changed some command outputs for doc | Sebastien Helleu |
2005-12-20 | Fixed completion bugs with nick completion in commmands ("%n") | Sebastien Helleu |
2005-12-19 | Fixed segfault when changing buffer number with only one buffer | Sebastien Helleu |
2005-12-18 | Added include of <sys/types.h> for time_t | Sebastien Helleu |
2005-12-18 | Fixed encoding bug ("encode" var was not used since new command /charset was ... | Sebastien Helleu |
2005-12-17 | Fixed FIFO pipe buffer detection, away message (301) now displayed in query if | Sebastien Helleu |
2005-12-16 | Added completion system for plugins/scripts commands, fixed plugins autoload | Sebastien Helleu |
2005-12-12 | Added missing #ifdef HAVE_GNUTLS | Sebastien Helleu |
2005-12-12 | Added up/down/left/right args to /window command completion, help & doc | Sebastien Helleu |
2005-12-11 | Fixed minor bug with session reload (nicks count for channels now ok) | Sebastien Helleu |
2005-12-11 | After a /upgrade, load session before plugins | Sebastien Helleu |
2005-12-11 | Upgrade when one or more servers are connected with gnutls (SSL) is now | Sebastien Helleu |
2005-12-11 | fix: shutdown function was not lauched | Emmanuel Bouthenot |
2005-12-11 | Fixed bug with windows/buffers and some commands manipulating current window | Sebastien Helleu |
2005-12-11 | Added charset by server and channel, new command: /charset | Sebastien Helleu |
2005-12-10 | rewrite ruby funcalls | Emmanuel Bouthenot |
2005-12-10 | Fixed bugs with /upgrade command (FIFO pipe now closed before upgrade, and | Sebastien Helleu |
2005-12-10 | Fixed scroll bug (sometimes new lines were not displayed after a scroll up/down) | Sebastien Helleu |
2005-12-06 | fix various minor bugs in plugins scripts | Emmanuel Bouthenot |
2005-12-06 | added /upgrade command, added ETA for DCC files | Sebastien Helleu |
2005-12-02 | make ruby plugin functionnal | Emmanuel Bouthenot |
2005-12-02 | fix some typos and improve get_dcc_info | Emmanuel Bouthenot |
2005-11-29 | Removed "look_color_nicks" option, using "col_nick_color1" if "look_color_nic... | Sebastien Helleu |
2005-11-29 | Fixed display bug | Sebastien Helleu |
2005-11-29 | /nick command is now allowed when not connected to server | Sebastien Helleu |
2005-11-29 | Added server/channel arg to /buffer command for jumping to buffer | Sebastien Helleu |
2005-11-28 | fix typo with perl_current_script_filename | Emmanuel Bouthenot |
2005-11-28 | remove unused perl_current_script_filename variable | Emmanuel Bouthenot |
2005-11-26 | Fixed display bug with long lines | Sebastien Helleu |
2005-11-26 | Fixed display bug in chat window when a message length equals to window width | Sebastien Helleu |