Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nickserver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
nickserver
Commits
69f9b2cb
Unverified
Commit
69f9b2cb
authored
9 years ago
by
azul
Browse files
Options
Downloads
Patches
Plain Diff
Version 0.3.0
parent
08d24490
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES.md
+8
-1
8 additions, 1 deletion
CHANGES.md
README.md
+3
-3
3 additions, 3 deletions
README.md
lib/nickserver/version.rb
+1
-1
1 addition, 1 deletion
lib/nickserver/version.rb
with
12 additions
and
5 deletions
CHANGES.md
+
8
−
1
View file @
69f9b2cb
### version 0.3.0
*
ruby version 2.1.5
*
use travis CI
*
bind nickserver only to localhost
*
`kkp_ca_file`
config option
### version 0.2.2
*
move the config file location from /etc/leap/nickserver.yml to /etc/nickserver.yml
This diff is collapsed.
Click to expand it.
README.md
+
3
−
3
View file @
69f9b2cb
...
...
@@ -15,7 +15,7 @@ For more information, see https://leap.se/nicknym
About nickserver:
*
Written in Ruby
1.9
, licensed GPLv3
*
Written in Ruby
2.1
, licensed GPLv3
*
Lightweight and scalable (high concurrency, reasonable latency)
*
Uses asynchronous network IO for both server and client connections (via EventMachine)
...
...
@@ -34,7 +34,7 @@ For more details, see https://leap.se/nicknym
Requirements
==================================
*
Ruby
1.9
*
Ruby
(tested with 2.1.5)
*
CouchDB
Installation
...
...
@@ -44,7 +44,7 @@ You have three fine options for installing nickserver:
Install prerequisites
$ sudo apt-get install ruby
1.9.1
-dev libssl-dev
$ sudo apt-get install ruby-dev libssl-dev
Note: libssl-dev must be installed before installing the gem EventMachine,
otherwise the gem will get built without TLS support.
...
...
This diff is collapsed.
Click to expand it.
lib/nickserver/version.rb
+
1
−
1
View file @
69f9b2cb
module
Nickserver
VERSION
=
"0.
2.2
"
VERSION
=
"0.
3.0
"
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment