summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 0.1.8v0.1.8release-0-1-8Sebastien Helleu2006-03-1828-86/+90
* Ruby changes forgotten in ChangeLogSebastien Helleu2006-03-172-2/+4
* Fixed translationsSebastien Helleu2006-03-162-330/+352
* Fixed typosSebastien Helleu2006-03-162-6/+6
* Fixed /set command when internal server name contains one or many dotsSebastien Helleu2006-03-144-4/+8
* Added missing IRC command "378"Sebastien Helleu2006-03-1416-1810/+1962
* Fixed plugin get_info bug when no server at all is openedSebastien Helleu2006-03-142-10/+6
* Fixed display bug when top of buffer is displayed and first line is removedSebastien Helleu2006-03-114-4/+12
* Fixed "+I" mode outputSebastien Helleu2006-03-1012-86/+104
* Fixed /mode command outputSebastien Helleu2006-03-1014-1324/+1400
* Fix typo in french translationJulien Louis2006-03-102-2/+2
* Fixed completion for /away and /nick commandsSebastien Helleu2006-03-102-4/+4
* Improved alias completion (now uses target command for completion)Sebastien Helleu2006-03-0818-1350/+1448
* Fixed completion bug with commands in pv (nick completion, for example with /me)Sebastien Helleu2006-03-0612-92/+152
* Fixed chmod on home (now chmod is not executed when a directory is user's home)Sebastien Helleu2006-03-062-4/+16
* Added missing IRC command "487"Sebastien Helleu2006-03-044-2/+8
* Using new default value for DCC download dir (created at startup), fixed logs dir creationSebastien Helleu2006-03-0424-1164/+1240
* Added inactivity time, available for plugins via get_info("inactivity")Sebastien Helleu2006-03-0414-2/+112
* Keys alt-{home|end} to scroll top/bottom, alt-{f11-f12} to scroll nicklist top/bottomSebastien Helleu2006-03-0334-1396/+1772
* Added special names for plugin message handlers: weechat_pv, weechat_highlight, weechat_ctcp, weechat_dccSebastien Helleu2006-03-028-22/+374
* Updated TODOSebastien Helleu2006-03-022-42/+38
* Fixed bug with dl library detection (for FreeBSD and maybe other systems)Sebastien Helleu2006-03-022-28/+26
* Script plugins now load scripts in WeeChat system share directorySebastien Helleu2006-02-2824-188/+162
* /msg command does not open any buffer any moreSebastien Helleu2006-02-284-52/+54
* Fixed crash when using global history (when older entry is removed)Sebastien Helleu2006-02-264-2/+12
* Added IRC raw data bufferSebastien Helleu2006-02-2246-3868/+4622
* fix minor bug and improve backtrace display on errorsEmmanuel Bouthenot2006-02-212-16/+54
* Fixed display bugs with /kill commandSebastien Helleu2006-02-214-16/+50
* Added infobar_remove in C plugin APISebastien Helleu2006-02-204-18/+156
* Added new plugin API function: remove_infobarSebastien Helleu2006-02-2024-10/+626
* Fixed bug in /lua command for timer handlersSebastien Helleu2006-02-192-2/+2
* Added timer handler for pluginsSebastien Helleu2006-02-1938-1978/+4518
* Plugin messages handlers now called when message is ignored; new behaviour forSebastien Helleu2006-02-184-22/+22
* Fixed message displayed when a command handler failed (now "failed" instead ofSebastien Helleu2006-02-1814-1872/+1866
* Fixed Ruby function "log" (argument count)Sebastien Helleu2006-02-182-2/+2
* Fixed scripts examples with server/channel/nick infoSebastien Helleu2006-02-174-48/+48
* Commands allowed when not connected to any server, fixed get_config: now needs exact option name to return valueSebastien Helleu2006-02-172-14/+6
* Fixed typosSebastien Helleu2006-02-172-10/+6
* fix typo in parsing args for weechat_python_add_command_handlerEmmanuel Bouthenot2006-02-162-2/+2
* Updated doc, renamed functions in plugins APISebastien Helleu2006-02-1630-1722/+2228
* make possible to log with plugins / scriptsEmmanuel Bouthenot2006-02-1614-0/+482
* Updated translationsSebastien Helleu2006-02-1610-1932/+1888
* clean code while parsing commands in server_command and make possible to run many (irc or weechat) commands with aliasEmmanuel Bouthenot2006-02-168-218/+430
* Updated czech translationsSebastien Helleu2006-02-142-38/+54
* Updated doc for server_command settingSebastien Helleu2006-02-1218-904/+978
* make possible to run more than one command when connecting to serverEmmanuel Bouthenot2006-02-122-10/+96
* fix some crash (unprotected code execution) and display some kind of backtrace when errors occursEmmanuel Bouthenot2006-02-122-160/+142
* clean some codeEmmanuel Bouthenot2006-02-124-30/+44
* Auto-detect all components, and compile if found by defaultSebastien Helleu2006-02-112-370/+454
* Added LuaSebastien Helleu2006-02-118-28/+80