Project

General

Profile

Roadmap » History » Version 1

gry, 12/21/2014 09:12 AM
draft

1 1 gry
h1. Roadmap
2 1 gry
3 1 gry
Note: This page is currently a draft and does not represent a coordinated roadmap.
4 1 gry
5 1 gry
h2. Backlog management
6 1 gry
7 1 gry
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.
8 1 gry
9 1 gry
* #1252 separate log and backlog tables
10 1 gry
* #1083 Archive search
11 1 gry
* #1327 The search box should search the complete log
12 1 gry
* #716 Alternate Backlog Retrieval System - Timelines
13 1 gry
* #734 Retrieve unread highlights on attach | Non-linear backlog
14 1 gry
* #1204 Have an option to keep a buffer log, but not keep it in the channels tree
15 1 gry
* #1316 Quassel freezes when I switch to a buffer with large backlog
16 1 gry
17 1 gry
Highlights are currently client-side, forcing users to fetch a lot of scrollback, or miss them.
18 1 gry
19 1 gry
* #1122 Reworking of the code for notifications, highlights and ignores (implement on the back end)
20 1 gry
* #1121 Track highlights (Away log) server-side
21 1 gry
* #989 Add ignore highlight option in a channel's context menu
22 1 gry
* #734 Retrieve unread highlights on attach | Non-linear backlog
23 1 gry
24 1 gry
h2. Scripting
25 1 gry
26 1 gry
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.
27 1 gry
28 1 gry
* #265 Plug-In/Script support
29 1 gry
30 1 gry
h2. Search box for current chat
31 1 gry
32 1 gry
* #171 Add a /lastlog (irssi) feature