Commit Graph

765 Commits

Author SHA1 Message Date
Mattias Erming d1296abf12 Clean up server options 2014-10-11 14:35:28 +02:00
Mattias Erming 9cc793ef9e Merge pull request #225 from xeoncore/master
Allow binding to a local IP
2014-10-11 14:11:30 +02:00
David White acd0b29671 Remove old debug/logging lines 2014-10-11 11:26:28 +01:00
David White ea0e66afd0 Set up identd and make it work on connection 😎 2014-10-11 11:09:27 +01:00
XeonCore dbd423e5a1 Allow binding to a local IP 2014-10-11 17:17:41 +11:00
Mattias Erming 9eff230463 Release 0.44.0 2014-10-11 01:12:56 +02:00
Mattias Erming d86005e84a Added text color 2014-10-11 01:12:03 +02:00
Mattias Erming 681d3dac1a Added 'prefetch' option 2014-10-10 23:12:08 +02:00
Mattias Erming 66352d6519 Added drag-and-drop tolerance 2014-10-10 22:42:04 +02:00
Mattias Erming f42a6487d6 Emit topic over socket 2014-10-10 22:05:25 +02:00
Mattias Erming b3712842bf Always show right toggle 2014-10-10 21:21:40 +02:00
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
David White 924bc39a95 Fix cut/paste error in close event 2014-10-09 16:56:32 +01:00
David White 898fed76c6 Add initial support for identd 2014-10-09 16:46:12 +01: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