Skip to content

issues Search Results · repo:ldilley/rubircd language:Ruby

Filter by

48 results
 (55 ms)

48 results

inldilley/rubircd (press backspace or delete to remove)

Create a Discord module that can bridge chat between various channels.
backlog
new feature
  • ldilley
  • Opened 
    on Jun 7, 2017
  • #49

Only bail on start if the Celluloid gem is not installed and the io_type is set to cell . Do not require the gem if running in other I/O modes.
enhancement
  • ldilley
  • 1
  • Opened 
    on Nov 6, 2016
  • #48

On start, the following message is displayed: I, [2016-11-06T11:40:26.869000 #15391] INFO -- : Celluloid 0.17.2 is running in BACKPORTED mode. [ http://git.io/vJf3J ] Update the codebase to prepare for ...
backlog
enhancement
  • ldilley
  • 1
  • Opened 
    on Nov 6, 2016
  • #47

If a client initiates CAP negotiation, they are locked into it per the standard until a CAP END signals completion. Rather than sending absolutely nothing like InspIRCd 2.0.x, I chose to send the following ...
backlog
enhancement
  • ldilley
  • 1
  • Opened 
    on Nov 6, 2016
  • #46

Bad and good capabilities returned from CAP ACK and NAK are not using the proper syntax. The CAP subcommands require a leading space before the : in the cap.rb module. The problematic lines are as follows: ...
bug
  • ldilley
  • Opened 
    on Nov 5, 2016
  • #45

After the private and public keys are generated by tools/create_certificate.sh, key.pem should have mode 400 set. The solution is to simply add chmod 400 key.pem at the end of the shell script.
enhancement
  • ldilley
  • Opened 
    on Aug 21, 2016
  • #44

rubircd crashes on startup if logs directory does not exist: I, [2016-08-21T00:40:01.444000 #733] INFO -- : Celluloid 0.17.3 is running in BACKPORTED mode. [ http://git.io/vJf3J ] Errno::ENOENT: No such ...
bug
  • ldilley
  • Opened 
    on Aug 21, 2016
  • #43

Read in dhparam.pem on start. User can create this file in varying bits (2048 or 4096 for example): openssl dhparam -out dhparam.pem 4096
backlog
enhancement
  • ldilley
  • Opened 
    on May 11, 2016
  • #42

Read in ca/chain.pem if available on start.
new feature
  • ldilley
  • Opened 
    on May 11, 2016
  • #41

Should the max line length be 80, 100, or 120? I am leaning toward 80 for historical purposes.
backlog
hygiene
  • ldilley
  • Opened 
    on Mar 27, 2015
  • #40
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