History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
36e2d02d6ec5 | Joshua Spence | phtize all the things | May 22 2015 | |||
ebcab8edb69d | epriestley | Namespace Aphlict clients by request path, plus other fixes | Feb 16 2015 | |||
172566a76975 | Pierre Moreau/epriestley | Aphlict - fix incrementation of _messagesIn | Feb 3 2015 | |||
a424fec7bb3e | Pierre Moreau/epriestley | Aphlict - fix getActiveListenerCount return value | Feb 3 2015 | |||
4af1fd2a79bb | Pierre Moreau/epriestley | Aphlict - remove listeners when clients close the connection | Feb 2 2015 | |||
04ee853cecf4 | Joshua Spence | Add the logger earlier in the Aphlict startup process | Jan 21 2015 | |||
f61846b46908 | Joshua Spence | Fix Aphlict exit status | Jan 21 2015 | |||
27422ffe8e3a | Joshua Spence | Use single quotes in JavaScript files | Jan 19 2015 | |||
53834d1471ad | Joshua Spence | Enable "strict" mode for NodeJS | Jan 19 2015 | |||
4636833f3dd8 | epriestley | Fix module imports in Aphlict server | Jan 19 2015 | |||
2b12f6160213 | Joshua Spence | Don't exit from the Aphlict Server prematurely | Jan 19 2015 | |||
9a7ad972cd26 | Joshua Spence | Refactoring of the Aphlict server | Jan 18 2015 | |||
270a0c54b417 | Joshua Spence | Fix permissions on Aphlict log | Jan 12 2015 | |||
0d070c91dc8d | epriestley | Fix Aphlict logging | Jan 12 2015 | |||
638cf20c9de4 | Joshua Spence | Allow the Aphlict server to bind to localhost | Jan 9 2015 | |||
f0ade1be1c57 | epriestley | Stop advising users to use `npm -g` to install websockets | Jan 8 2015 | |||
a87f2cd61053 | Joshua Spence | Fix `--ssl-cert` for Aphlict | Jan 8 2015 | |||
9e0f70e17d56 | epriestley | Rewrite Aphlict to use Websockets | Jan 8 2015 | |||
87f11a091df7 | Joshua Spence | Minor improvements to handling Aphlict status code | Jan 2 2015 | |||
9f31e023f425 | Joshua Spence | Minor improvements for handling of `/status/` for Aphlict | Jan 2 2015 | |||
44198d68a769 | Joshua Spence | Use the correct `Content-Type` for the Aphlict status route | Jan 2 2015 | |||
a00efcbfca02 | Joshua Spence | Fix some functions being used before they are defined | Dec 30 2014 | |||
fcc7dbbf1511 | Joshua Spence/epriestley | Fix a few minor JSHint warnings | Dec 30 2014 | |||
f2fee5a84e62 | Joshua Spence | Return a HTTP 500 instead of a HTTP 400 if an internal error occurs in the… | Jul 18 2014 | |||
41a8837f78db | Joshua Spence | Make HTTP errors returned from the Aphlict server more specific | Jul 18 2014 | |||
6bf4ec97d563 | epriestley | Fix HTTP 400 from notification server for JSON subscription objects | Jul 17 2014 | |||
7304e29dec33 | Joshua Spence | Various minor JSHint fixes. | Jun 30 2014 | |||
79366795e7ad | epriestley | React to Aphlict disconnects in the UI | Jun 24 2014 | |||
76cefde0b3d3 | epriestley | Show Aphlict connection status in notification menu | Jun 24 2014 | |||
dd91732df338 | epriestley | Make JX.Aphlict a real singleton with a more sensible initialization order | Jun 24 2014 | |||
80f26e96ea40 | epriestley | Install an uncaught exception handler in Aphlict | Jun 24 2014 | |||
97bb13d1d703 | Joshua Spence | Discover workflows automatically. | Jun 16 2014 | |||
279a0e53717e | Joshua Spence | Don't explicitly keep track of `_activeListenerCount` in the Aphlict server. | Jun 15 2014 | |||
e40b18fb754c | Joshua Spence/epriestley | Fix call to `debug.log`. | Jun 14 2014 | |||
cbd95b91b5f1 | Joshua Spence/epriestley | Implement unsubscription in the Aphlict client. | Jun 12 2014 | |||
aa534c69f042 | Joshua Spence/epriestley | Move subscription updates to the `register` function. | Jun 11 2014 | |||
84d259cea223 | Joshua Spence/epriestley | Modify the Aphlict server to transmit messages instead of broadcasting them. | Jun 11 2014 | |||
60d2b743d900 | epriestley | Print out stack traces when Aphlict server dies | Jun 11 2014 | |||
ab4324148af7 | Joshua Spence/epriestley | Make the Aphlict server more resilient. | Jun 11 2014 | |||
7d255aedba43 | Joshua Spence/epriestley | Improve error handling for Aphlict. | Jun 8 2014 | |||
7f9a6626a0c4 | Joshua Spence/epriestley | Mark some ActionScript methods as `final`. | Jun 7 2014 | |||
ddf5412cbbfd | Joshua Spence/epriestley | Add a `./bin/aphlict build` workflow. | Jun 7 2014 | |||
8a7a7dcbf1cb | Joshua Spence/epriestley | Make `./bin/aphlict` behave more like a service. | Jun 5 2014 | |||
fe98aa6839f0 | Joshua Spence/epriestley | Publish additional context to the Aphlict server. | Jun 5 2014 | |||
3202f0f23ddf | Joshua Spence/epriestley | Post data to the Aphlict server in JSON encoded form. | Jun 5 2014 | |||
8033a697461d | Joshua Spence/epriestley | Catch errors that may occur whilst receiving data from the Aphlict server. | Jun 5 2014 | |||
b01f57bfdbc8 | Joshua Spence/epriestley | Explicitly enable strict compilation for the Aphlict client SWF. | Jun 3 2014 | |||
802463cb946f | Joshua Spence/epriestley | Don't set the default size and background color for the Aphlict client SWF. | May 30 2014 | |||
e05f427f3dd1 | Joshua Spence/epriestley | Compress the Aphlict client SWF. | May 29 2014 | |||
a42ec32c98b6 | Joshua Spence/epriestley | Modify the Aphlict client to use `LocalConnection`. | May 29 2014 | |||
627011476733 | Joshua Spence/epriestley | Various linter fixes. | Feb 26 2014 | |||
f302bfc8f811 | epriestley | Break Aphlict's flash policy server into a separate class | Feb 18 2014 | |||
28fe44da0a8c | epriestley | Break some of Aphlict into reasonable classes with sensible responsibilities | Feb 18 2014 | |||
260eb5344bf8 | epriestley | Allow Aphlict to load Javelin and use Javelin class definitions | Feb 18 2014 | |||
a1e7a4ccca0c | epriestley | Version the Aphlict notification server and prompt users to upgrade if they're… | Feb 18 2014 | |||
f88a2b735dba | epriestley | Remove spurious "+x" from files that shouldn't have it | Oct 5 2013 | |||
a7e4b846d674 | epriestley | Fix Aphlict server for newer Node | Jul 28 2013 | |||
e54a2c1325df | epriestley | Minor, fix obvious typo in Aphlict server error handling. | Jun 28 2013 | |||
05692182010d | epriestley | Use `JsShrink` if `jsxmin` is not available | May 19 2013 | |||
2b8adb3a83e4 | epriestley | Don't hang on `/status/` for newer Node | Apr 12 2013 | |||
53115007ff84 | Nick Harper | Make bin/aphlict behave slightly better when forking | Dec 20 2012 | |||
776a240870f3 | vrana | Let Aphlict listen on the specified host | Dec 20 2012 | |||
ef85f49adc07 | vrana | Delete license headers from files | Nov 5 2012 | |||
78d2f08fcd80 | epriestley | Add an Aphlict CLI client | Jul 6 2012 | |||
5e184ee593b3 | epriestley | Improve debug support for notifications | Jun 20 2012 | |||
45a3421e9b29 | epriestley | Minor, fix Aphlict wrapper signal handling issue under dash. | Jun 19 2012 | |||
bad22cb30333 | epriestley | Add a `bin/aphlict` wrapper to handle aphlict config / daemonization | Jun 19 2012 | |||
86040227b0b5 | epriestley | Improve Aphlict server | Jun 14 2012 | |||
f8f195b329f9 | David Fisher/epriestley | Make Notifications Realtime | Jun 12 2012 | |||
f8431bbfeed0 | epriestley | Make Aphlict client somewhat more approachable | Mar 7 2012 | |||
84731e8f0086 | epriestley | Aphlict, simple notification server | May 17 2011 |
c4science · Help