Age | Commit message (Expand) | Author |
2006-06-28 | Fixed bug in IRC parser (random crash with malformed IRC messages) | Sebastien Helleu |
2006-06-26 | Fixed refresh bug (too many refresh) when terminal is resized | Sebastien Helleu |
2006-06-26 | Fixed crash with crash dump (nice isn't it?) | Sebastien Helleu |
2006-06-26 | Case ignored for channel names in charset options (bug #16858) | Sebastien Helleu |
2006-06-24 | Fixed crash when setting look_one_server_buffer to ON (bug #16932) | Sebastien Helleu |
2006-06-22 | Added new functions in plugin/script API: get window info, get buffer info, g... | Sebastien Helleu |
2006-06-20 | do not check words made of punctuation and digits and fix a bug while saving ... | Emmanuel Bouthenot |
2006-06-16 | improve aspell checking, do not check nicks in chans, take care of punctuatio... | Emmanuel Bouthenot |
2006-06-16 | Fixed display bug with special char (bug #16732) | Sebastien Helleu |
2006-06-16 | improvements in python scripts context management | Emmanuel Bouthenot |
2006-06-15 | improve python sub-interpreters management | Emmanuel Bouthenot |
2006-06-15 | Added color encoding for some commands like /me | Sebastien Helleu |
2006-06-14 | Renamed plugins names (removed "lib" prefix in name) | Sebastien Helleu |
2006-06-14 | Added completion info for buffers in crash/debug dump | Sebastien Helleu |
2006-06-13 | clean code, rename global vars and function to avoid possibles crashs | Emmanuel Bouthenot |
2006-06-13 | improve global vars uses in plugins | Emmanuel Bouthenot |
2006-06-11 | add some improvements | Emmanuel Bouthenot |
2006-06-11 | add missing source header weechat-aspell.h | Emmanuel Bouthenot |
2006-06-11 | make aspell plugin compile with gcc-2.95 | Emmanuel Bouthenot |
2006-06-11 | adding aspell plugin | Emmanuel Bouthenot |
2006-06-10 | add get_irc_color function in plugins/scripts | Emmanuel Bouthenot |
2006-06-10 | Added error message when home is not a directory (bug #16772) | Sebastien Helleu |
2006-06-10 | Added plugin API function to get IRC color number by name | Sebastien Helleu |
2006-06-10 | Added IRC colors list in plugin header, fixed get_info for channel info (now ... | Sebastien Helleu |
2006-06-10 | Fixed crash when closing DCC/raw buffer if 2 are open (bug #16808) | Sebastien Helleu |
2006-06-10 | Fixed crashes with DCC chat remove/purge on DCC view (bug #16775) | Sebastien Helleu |
2006-06-07 | Fixed problem with bnc (now connected to server when receiving 001, not 004) ... | Sebastien Helleu |
2006-06-04 | fix a crash in plugin function get_config with config string values stored as... | Emmanuel Bouthenot |
2006-06-01 | Revert back for plugin loaded, use of GLOBAL instead of LOCAL (problems with ... | Sebastien Helleu |
2006-05-31 | Fixed plugins symbol problem (removed global flag when loading library) | Sebastien Helleu |
2006-05-29 | Command /save now writes plugins options (~/.weechat/plugins.rc) | Sebastien Helleu |
2006-05-29 | Fixed /perl command output when no keyboard handler is defined | Sebastien Helleu |
2006-05-29 | Fixed crash with "register" function in plugin scripts (bug #16701) | Sebastien Helleu |
2006-05-25 | Fixed random crash at exit (/quit or /upgrade) with splited windows | Sebastien Helleu |
2006-05-24 | Fixed /squery command (message sent to server, now ok with # args > 2) | Sebastien Helleu |
2006-05-22 | Fixed typo when weechat log file is locked | Sebastien Helleu |
2006-05-21 | Fixed /alias command (now ok with an alias name: display content) | Sebastien Helleu |
2006-05-21 | Replaced "window close" by "window merge" for default alias "wc" | Sebastien Helleu |
2006-05-21 | Changed default alias "wc" (now /window close instead of /part) | Sebastien Helleu |
2006-05-21 | Fixed bug with keyboard on GNU/Hurd: use only one select(), waiting for bette... | Sebastien Helleu |
2006-05-21 | make possible to disable flock support | Emmanuel Bouthenot |
2006-05-21 | Added include of time.h | Sebastien Helleu |
2006-05-20 | Fix some compile erros on OpenBSD and NetBSD | Emmanuel Bouthenot |
2006-05-20 | Automatically rename log file when crashing, added backtrace to log file | Sebastien Helleu |
2006-05-20 | Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used for... | Sebastien Helleu |
2006-05-20 | Use of "which" to find path to executables with addr2line (for backtrace) | Sebastien Helleu |
2006-05-19 | Added backtrace when WeeChat crashes | Sebastien Helleu |
2006-05-17 | check return value in weechat_ruby_exec() to be a valid value and fix crash w... | Emmanuel Bouthenot |
2006-05-17 | fix bug in end function calls for plugins/scripts | Emmanuel Bouthenot |
2006-05-17 | fix number of args in end function call | Emmanuel Bouthenot |