Age | Commit message (Expand) | Author |
2008-04-15 | New format for [bar] section in weechat.conf file, bar options can be set wit... | Sebastien Helleu |
2008-04-14 | Use of "string_explode" to send many messages to IRC server | Sebastien Helleu |
2008-04-12 | Added value and default value for options in infolist | Sebastien Helleu |
2008-04-12 | Fixed IRC /msg command (text was sent twice when sending "nickserv identify") | Sebastien Helleu |
2008-04-11 | Added plugin name in beginning of log filenames | Sebastien Helleu |
2008-04-11 | Fixed bugs with nicks color and sorting in nicklist | Sebastien Helleu |
2008-04-11 | Fixed bugs with weechat_config_get() in plugin API | Sebastien Helleu |
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu |
2008-04-03 | Fixed compilation problems when gnutls dev lib is not found | Sebastien Helleu |
2008-04-03 | New features and bug fixes with bars | Sebastien Helleu |
2008-04-03 | Fixed display bug with /me command (IRC plugin) | Sebastien Helleu |
2008-04-01 | Fixed some printf in logger plugin | Sebastien Helleu |
2008-03-28 | Added preliminary support of new buffer type, with free content | Sebastien Helleu |
2008-03-25 | New alias by default: /redraw (same action as Ctrl-L to redraw screen) (task ... | Sebastien Helleu |
2008-03-23 | Removed sizeof(char) and useless type casts from void* to another pointer typ... | Sebastien Helleu |
2008-03-23 | Fixed bug with charset in IRC plugin | Sebastien Helleu |
2008-03-23 | Check plugin version when loading it, to prevent crash when loading old plugins | Sebastien Helleu |
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), fixe... | Sebastien Helleu |
2008-03-16 | Added comments in code for core sources | Sebastien Helleu |
2008-03-15 | New format for some IRC protocol commands | Sebastien Helleu |
2008-03-15 | New format for many IRC protocol commands, bugs fixed in IRC plugin | Sebastien Helleu |
2008-03-15 | Fixed bug in string_explode function, new function string_strip | Sebastien Helleu |
2008-03-13 | Fixed IRC invite command, use of hosts for IRC kickban command | Sebastien Helleu |
2008-03-10 | Fixed warnings about "PL_na" in Perl plugin on FreeBSD | Sebastien Helleu |
2008-03-09 | Fixed permission of plugin directories (was 0644, set to 0755) | Sebastien Helleu |
2008-03-08 | Removed compiler warning in Perl plugin on FreeBSD | Sebastien Helleu |
2008-03-07 | Added "max_height" parameter for bar item rebuild callbacks | Sebastien Helleu |
2008-03-05 | Fix of IRC plugin compilation with cmake | Sebastien Helleu |
2008-03-05 | New default value for logger time format (prevents problem with backlog when ... | Sebastien Helleu |
2008-03-05 | Fix of cmake build process | Sebastien Helleu |
2008-03-05 | Partial support of bars, with custom items. | Sebastien Helleu |
2008-02-25 | Fix bug with weechat_plugin_end() function, now returns "int" everywhere | Sebastien Helleu |
2008-02-25 | Fix Perl plugin build when system Perl is built without multiplicity | Sebastien Helleu |
2008-02-24 | Command /whois is now authorized in private without argument (task #7482) | Sebastien Helleu |
2008-02-22 | New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar dis... | Sebastien Helleu |
2008-02-21 | Removed kernel info in CTCP VERSION reply (IRC plugin) (task #7494) | Sebastien Helleu |
2008-02-21 | Added new plugin "debug" | Sebastien Helleu |
2008-02-04 | Added string_tolower/upper in plugins API, added "name_lower_case" option in ... | Sebastien Helleu |
2008-02-03 | Fixed "irc_server_nicks" completion (now completes with current server only) ... | Sebastien Helleu |
2008-02-03 | Removed option "-command" for command "/server" in IRC plugin | Sebastien Helleu |
2008-02-03 | Use of many addresses for one IRC server (auto-switch when a connexion fails)... | Sebastien Helleu |
2008-02-03 | Fixed bug in Makefile.am of IRC plugin | Sebastien Helleu |
2008-02-03 | Replaced options nick1/nick2/nick3 by nicks in IRC servers | Sebastien Helleu |
2008-02-02 | Use of sizeof(char) in all malloc/realloc for strings | Sebastien Helleu |
2008-02-01 | Fixed bugs/crashs when closing buffers | Sebastien Helleu |
2008-02-01 | New "close callback" for buffers, use of this callback in IRC plugin to leave... | Sebastien Helleu |
2008-01-30 | Nick completion enabled again, plugins can now override default nick completi... | Sebastien Helleu |
2008-01-29 | Added command in demo plugin to set a buffer property | Sebastien Helleu |
2008-01-27 | Added config file functions in plugins API, improved /reload and /save comman... | Sebastien Helleu |
2008-01-24 | Add of "modifier" hook, migration of charset plugin to new API, SIGHUP signal... | Sebastien Helleu |