summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-11add missing source header weechat-aspell.hEmmanuel Bouthenot
2006-06-11make aspell plugin compile with gcc-2.95Emmanuel Bouthenot
2006-06-11adding aspell pluginEmmanuel Bouthenot
2006-06-10add get_irc_color function in plugins/scriptsEmmanuel Bouthenot
2006-06-10Added error message when home is not a directory (bug #16772)Sebastien Helleu
2006-06-10Added plugin API function to get IRC color number by nameSebastien Helleu
2006-06-10Added IRC colors list in plugin header, fixed get_info for channel info (now ↵Sebastien Helleu
ok with pv/dcc chat)
2006-06-10Fixed crash when closing DCC/raw buffer if 2 are open (bug #16808)Sebastien Helleu
2006-06-10Fixed crashes with DCC chat remove/purge on DCC view (bug #16775)Sebastien Helleu
2006-06-09Fixed typosSebastien Helleu
2006-06-09Modified makefiles for Polish quickstart guideSebastien Helleu
2006-06-08Add quickstart Polish translationJulien Louis
2006-06-07Fixed problem with bnc (now connected to server when receiving 001, not 004) ↵Sebastien Helleu
(bug #16760)
2006-06-05Added Makefile.am for russian quickstart guideSebastien Helleu
2006-06-05Renamed quickstart_guide_ru.txt to weechat_quickstart.ru.txtSebastien Helleu
2006-06-05Renamed quickstart_guide_ru.txt to weechat_quickstart.ru.txtSebastien Helleu
2006-06-04fix a crash in plugin function get_config with config string values stored ↵Emmanuel Bouthenot
as int
2006-06-03Add russian translation of quickstart_guideJulien Louis
2006-06-01Fixed typoSebastien Helleu
2006-06-01Revert back for plugin loaded, use of GLOBAL instead of LOCAL (problems with ↵Sebastien Helleu
Perl DynaLoader)
2006-06-01Added quickstart guide to .spec for RPM buildSebastien Helleu
2006-05-31Added german quickstart guideSebastien Helleu
2006-05-31Fixed make clean in doc which was deleting weechat quickstart guideSebastien Helleu
2006-05-31Fixed plugins symbol problem (removed global flag when loading library)Sebastien Helleu
2006-05-31Added quickstart guideSebastien Helleu
2006-05-29Command /save now writes plugins options (~/.weechat/plugins.rc)Sebastien Helleu
2006-05-29Fixed /perl command output when no keyboard handler is definedSebastien Helleu
2006-05-29Fixed crash with "register" function in plugin scripts (bug #16701)Sebastien Helleu
2006-05-28Fixed typoSebastien Helleu
2006-05-25Fixed random crash at exit (/quit or /upgrade) with splited windowsSebastien Helleu
2006-05-25Fixed typoSebastien Helleu
2006-05-25Fixed typos in handler samplesSebastien Helleu
2006-05-25Replaced tail by sedSebastien Helleu
2006-05-25Version 0.2.0-cvsSebastien Helleu
2006-05-24Version 0.1.9Sebastien Helleu
2006-05-24Fixed /squery command (message sent to server, now ok with # args > 2)Sebastien Helleu
2006-05-22Fixed typo when weechat log file is lockedSebastien Helleu
2006-05-22Fixed typosSebastien Helleu
2006-05-21Fixed /alias command (now ok with an alias name: display content)Sebastien Helleu
2006-05-21Replaced "window close" by "window merge" for default alias "wc"Sebastien Helleu
2006-05-21Changed default alias "wc" (now /window close instead of /part)Sebastien Helleu
2006-05-21Fixed bug with keyboard on GNU/Hurd: use only one select(), waiting for ↵Sebastien Helleu
better solution
2006-05-21make possible to disable flock supportEmmanuel Bouthenot
2006-05-21Added include of time.hSebastien Helleu
2006-05-20Fix some compile erros on OpenBSD and NetBSDEmmanuel Bouthenot
2006-05-20Improved lua plugin detection (bug #16574)Sebastien Helleu
2006-05-20Automatically rename log file when crashing, added backtrace to log fileSebastien Helleu
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used ↵Sebastien Helleu
for WeeChat log file
2006-05-20Use of "which" to find path to executables with addr2line (for backtrace)Sebastien Helleu
2006-05-19improve lua checking (libs) in configureEmmanuel Bouthenot