aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/quarg/quassel/types.py (follow)
Commit message (Collapse)AuthorAgeLines
* Perform initial linting with ruffWolfgang Müller2023-03-30-0/+1
|
* Remove the INFO message typeWolfgang Müller2021-05-03-1/+1
| | | | | | Quassel uses this message type only for very rare and mostly irrelevant informational messages that users will most likely not be wanting to search for.
* types: Ignore unused or nonsensical types and flagsWolfgang Müller2021-04-28-9/+8
| | | | | | | | | | | | | | | As this program interacts with quassel's database only, it does not have access to any state the UI carries. Some types (such as DAYCHANGE, IGNORED, BACKLOG, GROUP) seem to not be represented in the database at all, most likely only set on data structures in memory by the quasselclient application. Some others make no real sense to include in an application like this, which is more focused on human-readable messages and circumstances. For example, INVALID, REDIRECTED, SERVERMSG, etc are all of less concern to the average user than, say, matching on nicknames or buffers. Therefore, ignore all of these until we find a good use for them.
* Initial prototypeWolfgang Müller2021-04-28-0/+51