Age | Commit message (Expand) | Author |
2008-11-23 | Add support for more than one proxy, with proxy selection for each IRC server... | Sebastien Helleu |
2008-11-18 | Allow command "/away -all" on weechat core buffer | Sebastien Helleu |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu |
2008-11-11 | Fix name/short name and local variables of IRC server buffer(s) when merging/... | Sebastien Helleu |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu |
2008-11-03 | Fix bug with IRC ignore (a ignore on nick was ignoring othernick), fix comple... | Sebastien Helleu |
2008-10-31 | Allow mask or regex for IRC command /ignore (mask is default) | Sebastien Helleu |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by buffe... | Sebastien Helleu |
2008-10-28 | Fix IRC command /away -all | Sebastien Helleu |
2008-10-28 | Remove debug message when using command /away | Sebastien Helleu |
2008-10-27 | Fix use of some uninitialized variables | Sebastien Helleu |
2008-10-26 | Fix crash when switching server with alt+s | Sebastien Helleu |
2008-10-24 | Add local variables for buffers, fix alias creation, use of local variables $... | Sebastien Helleu |
2008-10-20 | Add new property "short_name" for buffers | Sebastien Helleu |
2008-10-20 | Fix refresh of nick in input bar when switching IRC server | Sebastien Helleu |
2008-10-18 | Remove unused option look.input_format, fix refresh bug with input prompt for... | Sebastien Helleu |
2008-10-18 | Aspell plugin is born again | Sebastien Helleu |
2008-10-03 | Fix bug with IRC notices for channel: display them in channel instead of serv... | Sebastien Helleu |
2008-09-30 | Set unread marker for IRC server/channels/pv buffers when using /away command | Sebastien Helleu |
2008-09-24 | Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer) | Sebastien Helleu |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu |
2008-09-03 | Reintroduce /ignore command to ignore IRC nicks/hosts, using regex | Sebastien Helleu |
2008-08-30 | Add new hooks (info and infolist), IRC plugin now return infos and infolists | Sebastien Helleu |
2008-08-22 | Add hook infolist to plugins API, fix bugs with gettext in plugins | Sebastien Helleu |
2008-08-22 | Fix translation bugs | Sebastien Helleu |
2008-08-22 | Fix IRC /server command, fix bugs with IRC servers options, remove temporary ... | Sebastien Helleu |
2008-08-21 | Fix missing self nick display with /msg command | Sebastien Helleu |
2008-08-19 | Reintroduce /upgrade command, working only with core and IRC plugin today | Sebastien Helleu |
2008-06-19 | Fix hotlist bug: buffer were added to hotlist even if line is filtered (hidden) | Sebastien Helleu |
2008-06-17 | Remove old notify code in irc plugin (done by notify plugin) | Sebastien Helleu |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu |
2008-05-20 | Add hook_connect (background connection to peer) | Sebastien Helleu |
2008-05-06 | Fix crash after closing channels/pv (internal channel structure was not delet... | Sebastien Helleu |
2008-05-06 | IRC DCC chat and file (without resume) reintroduced, via xfer plugin (called ... | Sebastien Helleu |
2008-05-04 | Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ... | Sebastien Helleu |
2008-04-30 | IRC colors reintroduced | Sebastien Helleu |
2008-04-17 | Fixed bug with IRC /query command | Sebastien Helleu |
2008-04-15 | New format for [bar] section in weechat.conf file, bar options can be set wit... | Sebastien Helleu |
2008-04-12 | Fixed IRC /msg command (text was sent twice when sending "nickserv identify") | Sebastien Helleu |
2008-04-11 | Improved /set command, added /unset command, new name for config files (*.conf) | Sebastien Helleu |
2008-04-03 | Fixed display bug with /me command (IRC plugin) | Sebastien Helleu |
2008-03-23 | Removed sizeof(char) and useless type casts from void* to another pointer typ... | 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-13 | Fixed IRC invite command, use of hosts for IRC kickban command | 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-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 | Replaced options nick1/nick2/nick3 by nicks in IRC servers | Sebastien Helleu |