Skip to content
#

irc

Here are 1,423 public repositories matching this topic...

denis-reichelt
denis-reichelt commented Oct 16, 2019

Description

Unfortunately only the German installation of Jitsi for Windows here:
image
The context menu (right mouse click) in the chat message write window offers Copy/Cut/Paste features. The Paste menu entry shows Strg+ P (in english maybe Ctrl+ P) which is wrong. It should be Strg+ V

lkintact
lkintact commented Jan 5, 2020

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

voldenet
voldenet commented Apr 25, 2020

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
-------------------------------
lol768
lol768 commented Oct 12, 2016

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
lorenzhs
lorenzhs commented Oct 24, 2019

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

convos
poVoq
poVoq commented Nov 17, 2019

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

ircv3-specifications
DanielOaks
DanielOaks commented Feb 27, 2019

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

jlu5
jlu5 commented Oct 5, 2019

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

Whonix is an operating system focused on anonymity, privacy and security. It's based on the Tor anonymity network, Debian GNU/Linux and security by isolation. DNS leaks are impossible, and not even malware with root privileges can find out the user's real IP. https://www.whonix.org

  • Updated May 30, 2020
  • Shell
polyzen
polyzen commented Dec 3, 2018

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

Svetlana-T
Svetlana-T commented Oct 2, 2019

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

Corak667
Corak667 commented Sep 23, 2018

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

Improve this page

Add a description, image, and links to the irc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the irc topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.