summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-12-10rewrite ruby funcallsEmmanuel Bouthenot
2005-12-10Fixed bugs with /upgrade command (FIFO pipe now closed before upgrade, andSebastien Helleu
2005-12-10Fixed scroll bug (sometimes new lines were not displayed after a scroll up/down)Sebastien Helleu
2005-12-06fix various minor bugs in plugins scriptsEmmanuel Bouthenot
2005-12-06added /upgrade command, added ETA for DCC filesSebastien Helleu
2005-12-02make ruby plugin functionnalEmmanuel Bouthenot
2005-12-02fix some typos and improve get_dcc_infoEmmanuel Bouthenot
2005-11-29Removed "look_color_nicks" option, using "col_nick_color1" if "look_color_nic...Sebastien Helleu
2005-11-29Fixed display bugSebastien Helleu
2005-11-29/nick command is now allowed when not connected to serverSebastien Helleu
2005-11-29Added server/channel arg to /buffer command for jumping to bufferSebastien Helleu
2005-11-28fix typo with perl_current_script_filenameEmmanuel Bouthenot
2005-11-28remove unused perl_current_script_filename variableEmmanuel Bouthenot
2005-11-26Fixed display bug with long linesSebastien Helleu
2005-11-26Fixed display bug in chat window when a message length equals to window widthSebastien Helleu
2005-11-23Fixed bug with use of nick1 with a new server ("weechat_user" was used instea...Sebastien Helleu
2005-11-22Fixed potential bug in printf internal functionSebastien Helleu
2005-11-22display python trackback on errorsEmmanuel Bouthenot
2005-11-22Added new keys for switching to other windows: alt-w followed by alt-{arrow}Sebastien Helleu
2005-11-21alt-U scrolls to read marker only if read marker is enabledSebastien Helleu
2005-11-20Added new keys: alt-U (scroll to read marker), alt-P / alt-N (scroll toSebastien Helleu
2005-11-20Renamed options "col_chat_marker*" to "col_chat_read_marker*"Sebastien Helleu
2005-11-19Added read marker (indicator for first unread line), added quotes and spaces ...Sebastien Helleu
2005-11-16fix a bug in plugin scripts : current_script was not set when exec a commandEmmanuel Bouthenot
2005-11-16add Eterm support for gui_window_set_titleEmmanuel Bouthenot
2005-11-16fix typo in gui_window_set_titleEmmanuel Bouthenot
2005-11-16better setting and restting terminal titleEmmanuel Bouthenot
2005-11-15Fixed startup crash when using terms with no colorSebastien Helleu
2005-11-15Fixed display bug with channel mode changesSebastien Helleu
2005-11-13- added "resize" option for /window commandSebastien Helleu
2005-11-13add command /historyEmmanuel Bouthenot
2005-11-13Improved window management: new window may have different size (% of currentSebastien Helleu
2005-11-13Fixed bug with "command" interface function: now ok when not connected to serverSebastien Helleu
2005-11-12Fixed bug with new %O attribute for color resetSebastien Helleu
2005-11-12Added color reset attr (%O) for messages encodingSebastien Helleu
2005-11-11Fixed crash when command line is ending by char '%'Sebastien Helleu
2005-11-11Fixed minor display bug with /set commandSebastien Helleu
2005-11-10Fixed bug with DCC chat close and get_dcc_info plugin functionSebastien Helleu
2005-11-10Fixed bug with ctrl-w key (delete previous word) when used in the middle of a...Sebastien Helleu
2005-11-10Fixed bug with notify for windows that are not displayed (when using splited ...Sebastien Helleu
2005-11-09Fixed minor display bug with options helpSebastien Helleu
2005-11-08Fixed bugs with get_plugin_config and set_plugin_config functions (python only)Sebastien Helleu
2005-11-06Commented out code for calling PRIVMSG plugins handlers when user send text toSebastien Helleu
2005-11-06Check only min number of args in perl plugin for all functions, except registerSebastien Helleu
2005-11-06Fixed bugs in "get_info" and "command" interface functions of pluginsSebastien Helleu
2005-11-06Added missing translation for /uptime commandSebastien Helleu
2005-11-06Added /uptime commandSebastien Helleu
2005-11-06auto detect perl multiplicity at compile timeEmmanuel Bouthenot
2005-11-06Added "col_real_white" option to active real white (useful only if term has notSebastien Helleu
2005-11-05fix typoEmmanuel Bouthenot