Age | Commit message (Expand) | Author |
2005-11-05 | Updated cs.po | Sebastien Helleu |
2005-11-05 | Added color decode when sending some commands to server (like /me, /msg, ..) | Sebastien Helleu |
2005-11-05 | Fixed nick completion in private, now completes according to | Sebastien Helleu |
2005-11-05 | Fixed crash with Alt-S key | Sebastien Helleu |
2005-11-05 | Updated contributors | Sebastien Helleu |
2005-11-05 | Fixed server detection when using "command" interface function from scripts | Sebastien Helleu |
2005-11-05 | Convert colors codes to %B, %C with /topic completion (if option irc_colors_send | Sebastien Helleu |
2005-11-05 | Fixed some bugs with color codes: | Sebastien Helleu |
2005-11-05 | Changed help for "irc_colors_receive" option | Sebastien Helleu |
2005-11-05 | Updated with last contributors | Sebastien Helleu |
2005-11-04 | Added message for /buffer notify completion | Sebastien Helleu |
2005-11-04 | remove unused comment | Emmanuel Bouthenot |
2005-11-04 | improve PYTHON LDFLAGS | Emmanuel Bouthenot |
2005-11-04 | fix a dead lock | Emmanuel Bouthenot |
2005-11-04 | Fixed cursor position bug when using history with up/down keys | Sebastien Helleu |
2005-11-04 | Fixed crash with /buffer command | Sebastien Helleu |
2005-11-04 | Removed debug messages | Sebastien Helleu |
2005-11-04 | Fixed scroll problem when one line is bigger than screen size | Sebastien Helleu |
2005-11-04 | Fixed crash when doing "/msg nickserv identify ..." | Sebastien Helleu |
2005-11-04 | Fixed log problem with new color display system (now color codes are removed in | Sebastien Helleu |
2005-11-04 | - added major feature: new color management system (internal to WeeChat), now | Sebastien Helleu |
2005-11-04 | update --enable-perl-nothread config | Emmanuel Bouthenot |
2005-11-04 | improve contexts switch in python plugin | Emmanuel Bouthenot |
2005-11-01 | improve python detection | Emmanuel Bouthenot |
2005-11-01 | add openbsd flags | Emmanuel Bouthenot |
2005-10-31 | Fixed type used for htonl function (replaced u_int32_t by uint32_t, now OK under | Sebastien Helleu |
2005-10-31 | Added missing intl libs for openbsd | Sebastien Helleu |
2005-10-30 | Added constants for Perl return codes | Sebastien Helleu |
2005-10-30 | add constants for python return codes | Emmanuel Bouthenot |
2005-10-30 | Fixed "jump to next server" action (was broken by new option "look_one_server... | Sebastien Helleu |
2005-10-30 | Added command line arguments to disable auto-connect to servers and plugins a... | Sebastien Helleu |
2005-10-30 | Fixed minor compilation problem (dependency with plugins lib) | Sebastien Helleu |
2005-10-30 | add dependance on automake for libtool | Emmanuel Bouthenot |
2005-10-30 | fix CFLAGS on openbsd | Emmanuel Bouthenot |
2005-10-30 | - added new setting (look_one_server_buffer): use same buffer for all servers | Sebastien Helleu |
2005-10-29 | fix type in LDFLAGS | Emmanuel Bouthenot |
2005-10-29 | fix detection of libgnutls | Emmanuel Bouthenot |
2005-10-29 | fix flags on *bsd | Emmanuel Bouthenot |
2005-10-29 | fix perl/python sigv and undefined symbols by adding '-pthread' in global CFL... | Emmanuel Bouthenot |
2005-10-28 | Added setting for ignoring some chars when completing nicks | Sebastien Helleu |
2005-10-28 | Added new return codes for plugin handlers, to discard messages for WeeChat, ... | Sebastien Helleu |
2005-10-27 | improve python LDFLAGS on *BSD | Emmanuel Bouthenot |
2005-10-27 | Clean up of IRC message parser (fixed potential bugs when long messages are r... | Sebastien Helleu |
2005-10-26 | Added partial match for highlights, patch by Jim Ramsay | Sebastien Helleu |
2005-10-26 | Fixed Perl bugs with returned values | Sebastien Helleu |
2005-10-26 | Signal SIGPIPE now ignored by WeeChat | Sebastien Helleu |
2005-10-26 | improve python header and libs detection | Emmanuel Bouthenot |
2005-10-25 | Removed old functions for removing handlers, replaced by one function, the sa... | Sebastien Helleu |
2005-10-25 | - Added options for /plugin command: autoload, reload, unload | Sebastien Helleu |
2005-10-25 | Added auto-detection of ncursesw/ncurses lib in configure.in, fall back to nc... | Sebastien Helleu |