summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-02-16clean code while parsing commands in server_command and make possible to run ↵Emmanuel Bouthenot
many (irc or weechat) commands with alias
2006-02-12Updated doc for server_command settingSebastien Helleu
2006-02-12make possible to run more than one command when connecting to serverEmmanuel Bouthenot
2006-02-12fix some crash (unprotected code execution) and display some kind of ↵Emmanuel Bouthenot
backtrace when errors occurs
2006-02-12clean some codeEmmanuel Bouthenot
2006-02-11Enable plugins compilation if Lua is enabled (like Perl/Python/Ruby)Sebastien Helleu
2006-02-10clean code to avoid warning and errors when compiling with gcc-2.95Emmanuel Bouthenot
2006-02-09fix weechat_lua_remove_handler : now really use function argsEmmanuel Bouthenot
2006-02-09fix weechat_lua_add_message_handler : now really use function argsEmmanuel Bouthenot
2006-02-08adding lua plugin/scripts supportEmmanuel Bouthenot
2006-02-08adding lua plugin/scriptEmmanuel Bouthenot
2006-02-04Minor changes on server/channel/nick info API functionsSebastien Helleu
2006-02-03Gtk GUI changes, now compile is okSebastien Helleu
2006-01-31extending plugins/scripts API by adding get_server_info, get_channel_info ↵Emmanuel Bouthenot
and get_nick_info
2006-01-30Added options "look_open_near_server" and "look_nick_complete_first" (patch ↵Sebastien Helleu
from Gwenn)
2006-01-26Fixed bug with elapsed time when away if computer clock was changed ↵Sebastien Helleu
(displays 0 if elapsed time is negative)
2006-01-26Fixed bug with /upgrade when servers buffer (with one buffer for all ↵Sebastien Helleu
servers) is moved to buffer # > 1
2006-01-26Fixed bug with "get_dcc_info" plugin interface functionSebastien Helleu
2006-01-26Fixed bug with option "irc_away_check_max_nicks" (now channels are refreshed ↵Sebastien Helleu
when nicks count changed)
2006-01-25Added new scroll keys for a few lines up/down (default: meta-pgup/pgdn) ↵Sebastien Helleu
(patch from Pistos)
2006-01-25Fixed compilation problem with debug messagesSebastien Helleu
2006-01-25Added new option "irc_away_check_max_nicks" to disable away check on ↵Sebastien Helleu
channels with high number of nicks (patch from Gwenn)
2006-01-25Added new command line argument for setting WeeChat homedir (-d or --dir) ↵Sebastien Helleu
(patch from Gwenn)
2006-01-24Fixed bug with charset in infobar highlightsSebastien Helleu
2006-01-22Fixed bugs: buffer detection in plugins/scripts commands, and /history commandSebastien Helleu
2006-01-21Added some info for commands and options helpSebastien Helleu
2006-01-21Added option "irc_show_away_once", to show away message only once in pvSebastien Helleu
2006-01-14Reverse order for unloading plugins (fixes crash on FreeBSD)Sebastien Helleu
2006-01-14Fixed charset decoding bug when displaying topic of a channelSebastien Helleu
2006-01-12New values for "irc_display_away" (off, local, channel)Sebastien Helleu
2006-01-10Fixed msg command (now allowed in private buffer with "*" as target)Sebastien Helleu
2006-01-08Fixed bug with alt+k followed by an UTF-8 char coded on more than one byteSebastien Helleu
2006-01-08Fixed hotlist display bug with server buffer when all servers are displayed onSebastien Helleu
same buffer (display was current server instead of server with activity)
2006-01-08Encode commands like text with channel's encoding charsetSebastien Helleu
2006-01-08Removed "irc_default_msg_away" setting, for RFC 2812 conformity (/away commandSebastien Helleu
wihtout argument only removes away status)
2006-01-08Fixed infobar_printf interface function, security problem with string formatSebastien Helleu
2006-01-07Fixed infobar_printf interface function, security problem with string formatSebastien Helleu
2006-01-07Fixed refresh bug with Solaris when term size is changedSebastien Helleu
2006-01-07Secured some code with color management in messagesSebastien Helleu
2006-01-05Option "irc_display_away" is now set to OFF by defaultSebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-12-25Added uptime save in session file (for /upgrade command)Sebastien Helleu
2005-12-22Added color for windows separators, fixed minor refresh bug when changing ↵Sebastien Helleu
some colors
2005-12-21Removed "&" for XML docSebastien Helleu
2005-12-21Fixed typos in some command helps ("&" now forbidden for XML doc)Sebastien Helleu
2005-12-20Added Czech translationsSebastien Helleu
2005-12-20Changed some command outputs for docSebastien Helleu
2005-12-20Fixed completion bugs with nick completion in commmands ("%n")Sebastien Helleu
2005-12-19Fixed segfault when changing buffer number with only one bufferSebastien Helleu
2005-12-18Added include of <sys/types.h> for time_tSebastien Helleu