Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-23 | Check plugin version when loading it, to prevent crash when loading old plugins | Sebastien Helleu | |
2008-03-15 | New format for many IRC protocol commands, bugs fixed in IRC plugin | Sebastien Helleu | |
2008-02-22 | New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar ↵ | Sebastien Helleu | |
display, fixed nick in input for IRC buffers The "irc/debug" buffer is displayed when IRC debug is enabled (with "/debug irc" thru debug plugin). If the buffer is closed, it is reopen when new messages are written, until debug is disabled by user (with "/debug irc"). | |||
2008-02-21 | Added new plugin "debug" | Sebastien Helleu | |
2008-01-30 | Nick completion enabled again, plugins can now override default nick ↵ | Sebastien Helleu | |
completion (IRC plugin uses that feature) | |||
2008-01-24 | Add of "modifier" hook, migration of charset plugin to new API, SIGHUP ↵ | Sebastien Helleu | |
signal catched (reload all config files), better config files reloading | |||
2008-01-13 | Migration of Ruby plugin to new API, new functions to dump script plugin ↵ | Sebastien Helleu | |
data to WeeChat log file | |||
2008-01-09 | Partial migration of Perl plugin to new API | Sebastien Helleu | |
2008-01-04 | Added macros for name/description/author/version/license of plugins | Sebastien Helleu | |
2008-01-02 | Update of year in some copyrights | Sebastien Helleu | |
2008-01-01 | Added group support for nicklist, fixed some bugs in plugins API and IRC plugin | Sebastien Helleu | |
Added group support for nicklist (with subgroups). Partial changes in IRC protocol functions (new arguments with argv and argv_eol). Fixed some bugs: - nicklist in plugins API - problem in main loop with select() when SIGWINCH is received (terminal resize) - bug in string explode function - bug in infobar countdown. | |||
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, ↵ | Sebastien Helleu | |
replaced "void *" pointers by structures | |||
2007-12-13 | Renamed hook "event" to "signal" | Sebastien Helleu | |
2007-12-11 | Added "dump_data" event, added dump of data in IRC plugin | Sebastien Helleu | |
2007-12-11 | Many changes in IRC plugin, added IRC specific completions | Sebastien Helleu | |
2007-12-10 | Renamed constants for return codes in plugins | Sebastien Helleu | |
2007-12-10 | Many changes in IRC plugin | Sebastien Helleu | |
2007-12-08 | Added config_reload event for IRC plugin | Sebastien Helleu | |
2007-12-07 | Many changes in IRC plugin and plugins API | Sebastien Helleu | |
2007-11-25 | Added buffer argument in command hooks, code cleanup in IRC plugin | Sebastien Helleu | |