Project

General

Profile

Roadmap » History » Version 2

Version 1 (gry, 12/21/2014 09:12 AM) → Version 2/3 (gry, 12/21/2014 09:15 AM)

h1. Roadmap

Note: This page is currently a draft and does not represent a coordinated roadmap.

h2. Backlog management

People join and leave channels, query people and these people go offline. And even if not, there's plenty of logs, for which there is no clear search function inside of Quassel itself. [[Quassel Logging]] has some external scripts to this effect. There should be at least a log search system, and probably also means to "manage" backlog in some way.

* #1252 separate log and backlog tables
* #1083 Archive search
* #1327 The search box should search the complete log
* #716 Alternate Backlog Retrieval System - Timelines
* #734 Retrieve unread highlights on attach | Non-linear backlog
* #1204 Have an option to keep a buffer log, but not keep it in the channels tree
* #1316 Quassel freezes when I switch to a buffer with large backlog

Highlights are currently client-side, forcing users to fetch a lot of scrollback, or miss them.

* #1122 Reworking of the code for notifications, highlights and ignores (implement on the back end)
* #1121 Track highlights (Away log) server-side
* #989 Add ignore highlight option in a channel's context menu
* #734 Retrieve unread highlights on attach | Non-linear backlog

h2. Scripting

Scripting ought to be core-side. Currently done by client-side scripts executed when the user runs a command, without any hooks or event handling.

* #265 Plug-In/Script support
* "Task machinery":https://github.com/seezer/quassel/commit/8e4c1d8c20b04bd1b2e7a98ab3ad2899e5735724 (from seezer, needs feedback before using this to build event driven scripting thing)


h2. Search box for current chat

* #171 Add a /lastlog (irssi) feature