Commit graph

63 commits

Author SHA1 Message Date
Thorsten Eckel
54fd62487c Applied rubocop cop 'Style/SpaceInsideStringInterpolation'. 2015-07-03 17:18:01 +02:00
Martin Edenhofer
5cd3ca79bd Improved api for sending messages. 2015-05-12 13:31:32 +02:00
Martin Edenhofer
c9608cdc00 Improved logging. 2015-05-12 10:46:07 +02:00
Martin Edenhofer
b7ecd9a1eb Fixed use of last_ping. 2015-05-10 22:53:15 +02:00
Martin Edenhofer
c8ae1d38e1 Use utc timestamps for all. 2015-05-10 21:47:17 +02:00
Thorsten Eckel
6decb755f5 Moved rubocop cop 'Style/FileName' exclusion back to .rubocop.yml, since it will be ignored as comment in websocket-server.rb. 2015-05-08 15:58:28 +02:00
Thorsten Eckel
c1c35ce39e Corrected with rubocop cop 'Style/GlobalVars'. 2015-05-08 12:47:25 +02:00
Thorsten Eckel
cad3bf8842 - Moved websocket-server.rb 'Style/FileName' rubocop cop exclusion from .rubocop.yml to websocket-server.rb.
- Excluded websocket-server.rb from rubocop cop 'Rails/TimeZone'.
2015-05-08 12:43:54 +02:00
Thorsten Eckel
409ae23e78 Corrected with rubocop cop 'Rails/TimeZone'. 2015-05-08 12:20:43 +02:00
Thorsten Eckel
c282fd2b37 Corrected with rubocop cop 'Lint/UnusedBlockArgument'. 2015-05-07 11:49:46 +02:00
Thorsten Eckel
1ac1cf4184 Corrected with rubocop cop 'Style/Next'. 2015-05-07 11:04:40 +02:00
Thorsten Eckel
650e17be7c Corrected with rubocop cop 'Lint/StringConversionInInterpolation'. 2015-05-06 11:30:39 +02:00
Thorsten Eckel
21a7a87098 Corrected with rubocop cop 'Style/Semicolon'. 2015-04-30 19:54:08 +02:00
Thorsten Eckel
44adaf000e Corrected with rubocop cop 'Style/DeprecatedHashMethods'. 2015-04-30 19:34:33 +02:00
Martin Edenhofer
16ddef38e9 Applied rubocop Style/SpaceAfterComma. 2015-04-27 16:53:29 +02:00
Martin Edenhofer
c34a33da99 Applied rubocop Style/SpaceAroundOperators. 2015-04-27 16:41:03 +02:00
Martin Edenhofer
e474ac197a Applied rubocop Style/EmptyLines. 2015-04-27 16:29:28 +02:00
Martin Edenhofer
bd1db72b9b Applied rubocop Style/TrailingBlankLines. 2015-04-27 16:15:29 +02:00
Thorsten Eckel
ce58d465c0 Corrected with rubocop cop 'Style/HashSyntax'. 2015-04-27 15:42:53 +02:00
Thorsten Eckel
a70b3cfc89 Corrected with rubocop cop 'Style/StringLiterals'. 2015-04-27 15:20:16 +02:00
Martin Edenhofer
d81a3722e4 Improved speed of test by switching from min to sec for idle param. 2015-02-25 23:17:34 +01:00
Martin Edenhofer
f38149e823 Improved comments. 2015-01-13 17:03:58 +01:00
Martin Edenhofer
1f65db48ac Fixed websocket messages with recipients. 2014-10-05 14:38:30 +02:00
Martin Edenhofer
335f6fa42b Touch session on web socket ping/pong. 2014-07-13 23:42:36 +02:00
Martin Edenhofer
34a300238e Init version of session unit tests. 2014-06-27 08:43:37 +02:00
Martin Edenhofer
0eccb81fbc Renamed Session module to Sessions to avoid conflicts with active record Session module. 2013-08-21 20:35:22 +02:00
Martin Edenhofer
be6c6d2012 Fixed small typo. 2013-08-04 23:37:01 +02:00
Martin Edenhofer
f5c65bced4 Improved re-spool of spool messages after connection was down. 2013-06-30 17:54:54 +02:00
Martin Edenhofer
92fa09d5f2 Fixed spool issues. 2013-06-29 00:26:04 +02:00
Martin Edenhofer
dafb3fa423 Increased speed of idle session cleanups. 2013-06-23 01:56:31 +02:00
Martin Edenhofer
c986db8b37 Only use spool messages for authenticated users. 2013-06-23 00:33:16 +02:00
Martin Edenhofer
35e12c58a5 Moved from integers to strings for client_id's for keep code simpler. 2013-06-22 19:00:58 +02:00
Martin Edenhofer
ff5d44bd24 Implemented server push if ticket, article or user has changed. 2013-06-19 02:40:42 +02:00
Martin Edenhofer
d72c63a13d Fixed timestamp for spool:sent event. 2013-06-17 15:08:51 +02:00
Martin Edenhofer
7a7a956f24 Improved spool feature to use server site timestamps (to have no conflict with different times on server/client). 2013-06-17 10:44:28 +02:00
Martin Edenhofer
79bebc2d3f Code beautifying. 2013-06-13 09:01:06 +02:00
Martin Edenhofer
a34f2e9a67 Added more notice log infos. 2013-06-11 08:18:18 +02:00
Martin Edenhofer
8699b602c4 Added web socket spool feature for ajax long polling. 2013-06-10 09:01:37 +02:00
Martin Edenhofer
bd9bd8a8ae Fixed some taskbar issues. Moved to events for auth:login/auth:logout. 2013-06-09 00:35:18 +02:00
Martin Edenhofer
b7a675874c Init version of session disable to only have one active browser window with tasks. 2013-06-02 17:56:07 +02:00
Martin Edenhofer
9cca6be134 Improved spool feature of init connection messages. 2013-05-10 23:10:02 +02:00
Martin Edenhofer
96c479b40b Improved error handling. 2013-05-10 11:33:17 +02:00
Martin Edenhofer
766655b52a Moved to deamon support. 2013-03-11 00:14:31 +01:00
Martin Edenhofer
194b28b90f Added check_unused_connections on startup. 2013-02-01 01:06:33 +01:00
Martin Edenhofer
7183f56042 Fixed typo. 2013-01-15 23:46:35 +01:00
Martin Edenhofer
ac744d3cd5 Added pid support. 2013-01-15 23:33:55 +01:00
Martin Edenhofer
1c9f2bbdc8 Check idle connections at startup. 2012-12-24 14:53:50 +01:00
Martin Edenhofer
b6adaa28d6 Added new browser tests. 2012-12-14 13:16:04 +01:00
Martin Edenhofer
c768f02f57 Added broadcast feature to long polling. 2012-11-27 01:59:46 +01:00
Martin Edenhofer
c7de6dfcc5 Added ajax messaging. 2012-11-26 06:04:44 +01:00