Skip to content

issues Search Results · repo:freenode/jbnc language:JavaScript

Filter by

32 results
 (93 ms)

32 results

infreenode/jbnc (press backspace or delete to remove)

Hi, There have been several random disconnections this evening among JBNC clients, including my test nickname. They all disconnect as if they had typed /jbnc quit or if the .end() command was executed, ...
  • Madriix
  • 1
  • Opened 
    on Oct 27, 2024
  • #89

In production, the bouncerTimeout is set to 5400, which equals 90 minutes. Today, I connected to IRC with Jbnc and noticed that it disconnected at 17:09, even though I was still connected to IRC with JBNC. ...
  • Madriix
  • 4
  • Opened 
    on Sep 28, 2024
  • #85

Hi, there was a crash at 1:36 AM, and PM2 restarted everything right after. Here s the error: TypeError: Cannot create property mobile on boolean false at ClientReconnect.init (/home/debian/node/jbnc/lib/ClientReconnect.js:22:54) ...
  • Madriix
  • 6
  • Opened 
    on Apr 22, 2024
  • #78

Hi, Do you know if it would be useful for me to try converting the jbnc code into a class, class jBNC { constructor() { // Track IRC (Server) Connections this.connections = {}; } init(){ ...
  • Madriix
  • 8
  • Opened 
    on Apr 17, 2024
  • #74

Since December 2023, I ve been experiencing a random issue with JBNC, here s the explanation: I have an IRC web client with approximately 550 concurrent users during peak hours (around 9 p.m.) and about ...
  • Madriix
  • 20
  • Opened 
    on Apr 9, 2024
  • #70

Hi, I have an idea in mind for jbnc but it s not easy to implement, let me explain in detail. Imagine that during the process from when we connect to IRC with jbnc, we go through the PASS, NICK, USER, ...
  • Madriix
  • 3
  • Opened 
    on Apr 5, 2024
  • #68

Hi On JBNC there is all this currently: if(data[1]== CAP ) { if(data[3] data[3]== LS ) { if(lines[n].trim().indexOf( cap-notify ) =0) { this.write( ...
  • Madriix
  • Opened 
    on Jul 20, 2022
  • #62

Hi I just noticed that I had several users who put the / character in their password. This one is not accepted in JBNC df9260cxxxxxxxxxxxxxxxxxxxx||PassWord//irc.site.com:+6697||df9xxxxxxxxxxxxxxxecxxxxxxx/mobile/mozart ...
  • Madriix
  • 3
  • Opened 
    on Jun 27, 2022
  • #60

https://github.com/toc-irc/jbnc/blob/master/bouncer.js#L355 Between line 354 and 355 I added this: case CHANNELS : for (key in connections[this.hash].channels) { ...
  • Madriix
  • Opened 
    on Sep 20, 2021
  • #52

Finally there is a real problem with the away as indicated on https://github.com/toc-irc/jbnc/issues/47 I ve been investigating this for several weeks. In reality there was this anti flood problem on ...
  • Madriix
  • Opened 
    on May 17, 2021
  • #50
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub