This repository has been archived by the owner on May 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Oh where do I begin. Changed how the server is structured (Maid-IRC a…
…cts more like a service now). Changed the file structure of pretty much everything. Added a connections module for the client, to separate connections from the rest. Changed jade includes. Small HTML changes. Added robots.txt. A lot of code clean-up. Updated README.md. Added a "grunt build" task to simply the building process. Small CSS changes. I probably forgot quite a lot of things but nobody is probably reading this far into the message. Oh, and emoji support!
- Loading branch information
Madison Tries
committed
Feb 19, 2016
1 parent
1ec7c22
commit d32c4bf
Showing
130 changed files
with
1,203 additions
and
1,053 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"extends": "airbnb/base", | ||
"env": { | ||
"node": true, | ||
"es6": true | ||
}, | ||
"rules": { | ||
"comma-dangle": 0, | ||
"no-console": 0, | ||
"strict": [2, "global"] | ||
}, | ||
"ecmaFeatures": { | ||
"modules": false | ||
} | ||
"extends": "airbnb/base", | ||
"env": { | ||
"node": true, | ||
"es6": true | ||
}, | ||
"rules": { | ||
"no-console": 0, | ||
"strict": [2, "global"], | ||
"indent": [2, "tab"] | ||
}, | ||
"ecmaFeatures": { | ||
"modules": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.