Skip to content

Commit 4792b78

Browse files
committed
Removed stunnel and updated README
1 parent 495dbf2 commit 4792b78

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Bouncers are hard to configure. I felt that we needed an easier one in this world. This requires nearly no configuration to connect! Just set a password!
88
Join #jbnc on freenode to learn more!
99

10-
*Currently usable, but in beta test. Please report bugs by creating an issue on github. I'm using it as my daily driver.*
10+
While I'm using this as my daily driver, you may run into some bugs until the beta test period is over. That said, there are many users who are stably using it today!
1111

1212
### Features
1313
- Always on connection to IRC
@@ -128,10 +128,6 @@ SomePassword/buffername
128128
An example buffername could be 'desktop' and on the mobile phone could be 'mobile.'
129129

130130

131-
### TODO
132-
133-
Beta Testing
134-
135131
### Copyright
136132
(c) 2020 Andrew Lee <andrew@imperialfamily.com>
137133
All Rights Reserved.

bouncer.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ server = doServer(tlsOptions,function(socket) {
248248
}
249249
else {
250250
clientConnect(this);
251+
if(DEBUG)
252+
console.log("Connecting to "+this.irc.server+":"+this.irc.port);
251253
}
252254
}
253255
}
@@ -665,6 +667,9 @@ function clientConnect(socket) {
665667
try {
666668
connection = _connector(_tempport, socket.irc.server);
667669
} catch(e) {
670+
if(DEBUG) {
671+
console.log("Failed to connect to "+socket.irc.server+ ":"+__tempport);
672+
}
668673
_success=false;
669674
}
670675
if(_success) {

examples-immortaldir/stunnel.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)