Mattias Erming
1707396e82
Release 0.43.2
2014-10-10 19:49:13 +02:00
Mattias Erming
24d04fee9d
Update slate-irc dependency
2014-10-10 19:48:12 +02:00
Mattias Erming
3a9065849c
Minor changes
2014-10-10 19:39:57 +02:00
Mattias Erming
9045b08cfa
Release 0.43.1
2014-10-09 16:37:05 +02:00
Mattias Erming
7038766095
Disable login button on authentication
2014-10-09 16:35:29 +02:00
Mattias Erming
b565327a4a
Merge pull request #221 from wizardfrag/editfix
...
Fix missing Helper method in edit and use $EDITOR
2014-10-09 16:30:20 +02:00
David White
df1578689f
Replace "vi" with $EDITOR in config command
2014-10-09 13:40:16 +01:00
David White
a6aa40b1c1
Fix missing Helper method in edit and use $EDITOR
...
* Fix the missing Helper method in the edit command to use Helper.HOME and the correct path assembly method (path.join) instead of joining strings together!
* Use $EDITOR instead of "vi" in the event a user doesn't have "vi" installed or doesn't understand it. Fallback to "vi" in case user doesn't have $EDITOR set.
2014-10-09 09:27:36 +01:00
Mattias Erming
06517e7dac
Release 0.43.0
2014-10-08 23:52:57 +02:00
Mattias Erming
a76df88c88
Smarter nick completion
2014-10-08 23:21:41 +02:00
Mattias Erming
2e964ca629
Prevent multiple logins
2014-10-08 22:16:10 +02:00
Mattias Erming
53643782b0
Rename History.md to CHANGELOG.md
2014-10-08 21:18:16 +02:00
Mattias Erming
a406e52721
Compile templates with grunt
2014-10-08 21:15:57 +02:00
Mattias Erming
b463ec7489
Merge pull request #220 from wizardfrag/highlightcase
...
Fix highlight checking by lower-casing everything
2014-10-08 19:51:45 +02:00
David White
6bb0650a2b
Fix highlight checking by lower-casing everything
2014-10-08 16:51:46 +01:00
Mattias Erming
189fed861a
Merge pull request #218 from williamjacksn/master
...
Half-op section in user list is missing title
2014-10-06 19:01:14 +02:00
William Jackson
5cbbc7fbe7
Half-op section in user list is missing title
2014-10-06 11:31:32 -05:00
Mattias Erming
49a9a8adbd
Update gitignore
2014-10-05 01:19:05 -07:00
Mattias Erming
0944456ade
Allow relative '--home' path
2014-10-04 16:22:23 -07:00
Mattias Erming
f07150ea54
Bump version
2014-10-04 15:07:24 -07:00
Mattias Erming
72354700f0
Fix add user
2014-10-04 15:05:19 -07:00
Mattias Erming
eae1e661b7
Split users by mode in the sidebar
2014-10-04 12:47:27 -07:00
Mattias Erming
b801689eaa
Show user modes in channel
2014-10-04 05:31:45 -07:00
Mattias Erming
1f3b5710f2
Bump version
2014-10-03 16:51:53 -07:00
Mattias Erming
17ef33808a
Fallback to USERPROFILE environment variable
2014-10-03 16:42:39 -07:00
Mattias Erming
4140b9e6fd
Remove app.json
2014-10-03 16:34:09 -07:00
Mattias Erming
2ed7d6364c
Added '--home <path>' option
2014-10-03 16:33:44 -07:00
Mattias Erming
83f4c5dd69
Release 0.41.0
2014-10-03 03:00:11 -07:00
Mattias Erming
316fba3c08
Use 'bcrypt-nodejs' package
2014-10-03 02:57:35 -07:00
Mattias Erming
c4fad94513
Bump version
2014-10-02 10:22:25 -07:00
Mattias Erming
61eb300393
Merge pull request #209 from wizardfrag/actions
...
Fix issue #208 and an issue where the word ACTION in a /me can be stripped
2014-10-02 19:20:58 +02:00
David White
58af356843
Replace bad regex with a substring test
2014-10-02 15:46:51 +01:00
David White
58709d021d
Fix an issue where the word ACTION in a /me can be stripped
2014-10-02 15:25:31 +01:00
David White
18b41b8516
Fix issue #208 where actions from other users do not display
2014-10-02 15:25:06 +01:00
Mattias Erming
260fba6da0
Bump version
2014-10-01 16:31:59 -07:00
Mattias Erming
2a400efc24
Merge pull request #203 from VShell/fix-exists
...
Fix fs.exists to existsSync where necessary
2014-10-02 01:29:32 +02:00
Shell Turner
3abec636fa
Fix fs.exists to existsSync where necessary
2014-10-01 23:25:25 +02:00
Mattias Erming
354dac6a52
Fix config overwrite
2014-10-01 14:17:20 -07:00
Mattias Erming
fb61bdb1cb
Update README.md
2014-10-01 21:10:14 +02:00
Mattias Erming
31f574f98a
Release 0.40.0
2014-10-01 12:06:33 -07:00
Mattias Erming
656900448b
Prevent private mode when no user exists
2014-10-01 12:05:07 -07:00
Mattias Erming
cb4b6786b2
Merge pull request #201 from VShell/config-outside-source
...
Refactor to move config to Shout home by default
2014-10-01 21:04:16 +02:00
Mattias Erming
d9f48f0e94
Fix tab completion
2014-10-01 11:53:16 -07:00
Shell Turner
cb588dc22f
Don't sudo when editing the config
2014-10-01 19:38:35 +02:00
Shell Turner
b7fd64c2d8
Change config command to edit config.js in the Shout home directory
...
Also, copy config.js to the Shout home directory if it's not already
there.
2014-10-01 19:38:28 +02:00
Shell Turner
791a5914df
Move config.js into the Shout home directory by default
2014-10-01 19:34:55 +02:00
Shell Turner
7e4534afa9
Always go through the Helper object to load config
2014-10-01 18:53:54 +02:00
Mattias Erming
b91276c7da
Release 0.39.1
2014-09-30 14:45:12 -07:00
Mattias Erming
e1e0b4f3cc
Scrolling now works correctly when loading thumbnails
2014-09-30 14:44:29 -07:00
Mattias Erming
bf8939cf06
List users on server start
2014-09-30 13:23:14 -07:00