about summary refs log tree commit diff
path: root/modules/workstation/weechat/default.nix
Commit message (Collapse)AuthorAge
* Revert "modules/weechat: pin to Python 3.9"Alyssa Ross2024-01-20
| | | | | | This reverts commit dc58263f7abd0b3154f84e953cf58c40e91e61d6. The hang on exit bug appears to have been fixed.
* modules/weechat: remove bitlbee networkAlyssa Ross2023-10-02
| | | | I took this service down.
* modules/weechat: generate config with UTF-8 localeAlyssa Ross2023-08-16
| | | | | Otherwise, the configurable display characters with non-ASCII defaults will be set to "?".
* runCommandNoCC -> runCommandAlyssa Ross2023-08-05
|
* modules/weechat: pin to Python 3.9Alyssa Ross2022-10-20
| | | | Python 3.10 causes WeeChat to hang on exit due to a GIL bug.
* modules/weechat: add blitzedAlyssa Ross2022-03-14
|
* weechatScripts.go: remove duplicate packageAlyssa Ross2022-02-21
| | | | Duplicate of weechatScripts.weechat-go.
* modules/weechat: set maximum nicklist widthAlyssa Ross2022-02-21
|
* modules/weechat: color nicks in IRC nicklistAlyssa Ross2022-02-21
| | | | This was already the case for Matrix channels.
* modules/weechat: remove a freenode /ignoreAlyssa Ross2021-06-24
|
* modules/weechat: add pissnetAlyssa Ross2021-06-24
|
* modules/weechat: update IRC networksAlyssa Ross2021-06-24
|
* modules/weechat: highlight mentions of pr-trackerAlyssa Ross2021-06-10
|
* modules/weechat: install weechat-matrix globallyAlyssa Ross2021-02-09
|
* modules/weechat: show Matrix typing indicatorsAlyssa Ross2021-01-26
|
* modules/weechat: configure MatrixAlyssa Ross2021-01-26
|
* modules/weechat: load scripts when making configAlyssa Ross2021-01-26
|
* modules/weechat: remove redundant test codeAlyssa Ross2021-01-26
|
* modules/weechat: ignore yuukoAlyssa Ross2021-01-13
|
* modules/weechat: ignore osmbot-testAlyssa Ross2021-01-13
| | | | | | | Posts every(?) OSM edit in GB, which is very noisy. WeeChat will ignore attempts to /set ignores, so we have to use a seperate list and use /ignore.
* modules/home: removeAlyssa Ross2021-01-13
| | | | | | | | | | I think when I implemented this I didn't know about tmpfiles.d(5). Now I do, so let's use that instead. I don't think the imperativeNix option is necessary any more since the home directory is created read-only, but if it turns out that .nix-defexpr and .nix-profile are coming back, I can look into the best way to solve that then.
* modules/weechat: add a second freenode connectionAlyssa Ross2021-01-06
| | | | | I've hit the channel limit (120), and have run out of channels I don't mind leaving. So I'll just move them over to a second connection.
* modules/weechat: remove wee-slackAlyssa Ross2020-12-04
| | | | Hopefully I'm never using Slack again
* modules/weechat: enable /zncAlyssa Ross2020-12-04
|
* modules/weechat: add gnome networkAlyssa Ross2020-12-04
|
* modules/weechat: remove remnants of vi-modeAlyssa Ross2020-08-15
| | | | Been a long time since I used vi-mode, but these were still lying around.
* modules/weechat: connect to bitlbeeAlyssa Ross2020-07-15
|
* modules/weechat: ignore osmbot-test in #osm-gbAlyssa Ross2020-03-13
| | | | | This is a very noisy bot that posts any time somebody adds a note to the map in the UK, which happens a lot.
* modules/weechat: update highlightsAlyssa Ross2020-03-13
| | | | | I don't need team mentions from old work Slack, but I do want to know when people are talking about the things I'm working on now!
* modules/weechat: add indymedia and hackint networksAlyssa Ross2019-12-24
|
* weechat: restore purple barsAlyssa Ross2019-09-16
|
* Merge commit 'e19054ab3cd5b7cc9a01d0efc71c8fe310541065'Alyssa Ross2019-09-16
|
* modules/weechat: remove stray traceValAlyssa Ross2019-09-16
|
* modules/weechat: initAlyssa Ross2019-07-30
| | | | | | | Previously, this lived in a separate Git repo, because WeeChat likes to rewrite its configuration when it's upgraded. But by using a headless WeeChat to write our configuration, which shouldn't be automatically changed between upgrades, we can configure it declaratively through Nix!
* modules/weechat: install Python script dependenciesAlyssa Ross2019-03-17
|
* config: give up on this experimentAlyssa Ross2019-02-10
This ended up being way more trouble than it was worth, and the approach just flat out didn't work for stuff like OpenSSH.