Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-22 | Save last read line (for marker) within /upgrade | Sebastien Helleu | |
2008-11-15 | Use of const for some functions returning "char *" | Sebastien Helleu | |
2008-11-15 | Reintroduce option "irc.network.send_unknown_commands", save extra data for ↵ | Sebastien Helleu | |
buffers with /upgrade (title, input data, text search) | |||
2008-10-31 | Fix highlight on lines displayed with /upgrade | Sebastien Helleu | |
2008-10-30 | Add new features to logger plugin (command /logger, log level, level by ↵ | Sebastien Helleu | |
buffer, mask by buffer, ..), fix some bugs New features: - new command /logger - log level, to log only some messages, according to importance (task #8592) - level by buffer: custom level for some buffers (or group of buffers) - log filename mask by buffer (or group of buffers) - marker line is added after display of backlog - add "delete" callback for config file sections - add "mkdir_parents" function to plugin API - remove old log options in IRC plugin Bug fix: - marker line is set only when user switches buffer (not when a plugin force switch, like IRC plugin does when opening server or channel buffer) - backlog fixed (sometimes lines were not properly displayed) | |||
2008-10-24 | Save/restore buffer local variables during upgrade | Sebastien Helleu | |
2008-10-20 | Add new property "short_name" for buffers | Sebastien Helleu | |
2008-10-14 | Fix wrong hotlist after upgrade when /upgrade is done with empty hotlist | Sebastien Helleu | |
2008-10-14 | Fix restore of WeeChat main buffer after /upgrade | Sebastien Helleu | |
2008-10-12 | Remove old title/nicklist/status/input, use of new bars | Sebastien Helleu | |
2008-09-24 | Fix /upgrade when there is one buffer for all IRC servers | Sebastien Helleu | |
2008-09-18 | Remove "category" for buffers (keep only name). | Sebastien Helleu | |
2008-08-19 | Reintroduce /upgrade command, working only with core and IRC plugin today | Sebastien Helleu | |
Command will be improved in near future and other plugins like xfer will be modified to manage upgrade process. | |||
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu | |
2008-05-06 | Do not clean all GUI objects when crashing after SIGSEGV (this can cause ↵ | Sebastien Helleu | |
crash inside crash!) | |||
2008-03-23 | Removed sizeof(char) and useless type casts from void* to another pointer ↵ | Sebastien Helleu | |
type (patch from Leonid Evdokimov) | |||
2008-02-02 | Use of sizeof(char) in all malloc/realloc for strings | Sebastien Helleu | |
2008-01-02 | Update of year in some copyrights | Sebastien Helleu | |
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, ↵ | Sebastien Helleu | |
replaced "void *" pointers by structures | |||
2007-12-07 | Many changes in IRC plugin and plugins API | Sebastien Helleu | |
2007-11-01 | Cleanup WeeChat error and warning messages, updated po files | Sebastien Helleu | |
2007-10-31 | Renamed source file wee-session to wee-upgrade | Sebastien Helleu | |
2007-10-31 | Renamed many functions, removed all IRC specific stuff | Sebastien Helleu | |
2007-10-31 | Moved files from src/common to core, gui and plugins directories | Sebastien Helleu | |