irc
Here are 1,423 public repositories matching this topic...
Using multiple [[gateway]]
Suppose the user is a channel op, "Show icons for user modes" (Preferences > Interface > User list) is unchecked and "Show user mode icon in nick box" (Preferences > Interface > Input box) is checked.
What happens now: the nickname is the nick box has no prefix at all.
What I think should happen: the nickname in the nick box should be prefixed with a "@" (just like it is in the user list). A
Just to take over the discussion from the old plugin site, to not forget about it :)
https://github.com/ahf/irssi/blob/native-otr/README.otr#L20-L22
- Add setting: autolog_ignore_otr (default: true) and required API in the
autolog subsystem. We want to ensure that by default Irssi shouldn't log
anything between users using OTR.
Feature description
Very apparent when nicklist is horizontal: /set weechat.bar.nicklist.position top
When there's many people on one channel, the longest nick slot is used to properly space names in the nicklist . In normal case it works well:
@me b d f h j l n p r t v x z
a c e g i k m o q s u w y
-------------------------------
Right now in src/HTTPSock.cpp we have:
for (const auto& it : m_msResponseCookies) {
Write("Set-Cookie: " + it.first.Escape_n(CString::EURL) + "=" +
it.second.Escape_n(CString::EURL) + "; HttpOnly; path=/;" +
(GetSSL() ? "Secure;" : "") + "\r\n");
}Couple of thoughts:
- It'd be nice for modules to choose whether their cookies are HttpOnly or not, for
A very large proportion of the size of a persistent history message is JSON bloat. As described here:
it is easy to add a binary format with a different magic number and then support retrieval of both formats.
Nick completion should cycle through the possible matches ordered by who spoke most recently. However, when a nicklist diff is received, new nicks spokeAt is set to the current timestamp, causing them to be completed preferentially. This becomes problematic when a user has smart filtering or some other kind of join/part filtering set up, because if they were talking to foo and fabcd joins th
A replacement for the nationalchars module was added in 3dd446d.
The only interesting codepage file which is currently available is latin1. We should add more codepage files for it and then delete the nationalchars ones.
Referencing:
Nordaaker/convos#89 (comment)
Using build in OAuth2 provider functionality of self-hosted services such as Nextcloud or Gitea there could be a really easy registration and login functionality similar to the often found "log in with Github" etc. buttons.
See for example: https://docs.nextcloud.com/server/17/admin_manual/configuration_server
I'll be writing this up. It'll be something which actually lays out best practices and guidance for writing specs, and a nice companion to the example spec. Going through 'explain things close together rather than in different sections of the document', 'explain things in the simplest way', etc.
Possible language to recommend against:
Non-normative: Where possible, use 'fictitious' 'imag
It would be nice to have an option either in the web UI for per-server connections or in the config for a global option to hide the join/part messages
Use _ around nick
When you have a nick (lets say push), and someone says a word that includes your nick (lets say pushover), you get an alert.
I think it would be preferable to have the default nick alert be _%nick%_. Thoughts?
Ideally these should be pulled from some central location.
$ supybot --version
Limnoria 2019.10.05 running on Python 3.7.3 (default, Apr 3 2019, 05:39:12)
[GCC 8.3.0]
$ supybot-adduser --version
supybot 2019.10.05
$ supybot-plugin-create --version
Supybot 2019.10.05
$ supybot-plugin-doc --version
Supybot 2019.10.05
$ supybot-reset-password --version
supybot 2019.10.05
$ supybo
-
Updated
May 12, 2020 - C
-
Updated
May 30, 2020 - Shell
I'm having a very hard time (as a Rust beginner) figuring out how to hack in an SASL connection with url-bot-rs, and I haven't found a dependent crate that actually uses SASL, to use as an example.
WeeChat lets you specify the SASL mechanism. A similar config option could be used here to state whether to not us
Today one user showed me their kiwiirc instance that shows this error
"Config file error: invalid character '"' line 107, position 1"
I would suggest to include a full path to the config file, or at least the config file name, into the error. I.e.
"config.ext Config file error: invalid character '"' line 107, position 1"
or
"/home/thewookie/kiwiirc/config.ext Config file error: in
Tox: "Невозможно выполнить привязку к порту"
http://imagizer.imageshack.com/img922/8587/qLzONa.png
Netlog:
[TOX_1] CToxProto::SetStatus: changing status from 40071 to 40072
[16:22:47 0F34] [TOX_1] CToxProto::LoadToxProfile: loading tox profile
[16:22:47 0F34] [TOX_1] CToxProto::SetStatus: failed to initialize tox core (3)
[16:20:52 0F34] [TOX_1] Connection request to n
API Documentation
-
Updated
Mar 3, 2018 - Perl
Improve this page
Add a description, image, and links to the irc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the irc topic, visit your repo's landing page and select "manage topics."

Since we don't push to history or route,
router.beforeEachis not called in such a scenario:Instead of closing the image, it closes the app/page instead because there is no route/history to back to.
It works fine if you switched to another channel first.
cc @richrd