Commit Graph

10 Commits

Author SHA1 Message Date
Thorsten Sommer
4fcb0d9ca2 Bugfix: UUID
The external UUID library changed the text formatting of the UUIDs. Thus, Ocean produces a too short UUID!
2016-02-13 23:17:36 +01:00
Thorsten Sommer
81c4d15d9f Add the new NumGen
Added the new and distributed NumGen, which replaces the old one. The
old implementation was based on a master server.
2015-06-18 17:13:41 +02:00
Thorsten Sommer
6dab89a1d4 Add documentation 2015-06-17 17:44:52 +02:00
Thorsten Sommer
093a3988c0 Bug Fixes
- It was not possible to use IPv6 addresses
- Some times, Ocean chose the address fe80::1
2015-03-09 15:32:48 +01:00
Thorsten Sommer
da6c7b53c7 UUID
+ Added a lib for generating UUIDs
+ Added a tool function for getting random UUIDs
2014-11-09 15:04:52 +01:00
Thorsten Sommer
1f82828c82 I18N
+ Added language detection and default language
2014-11-08 18:37:33 +01:00
Thorsten
3348e552cc Misc.
+ Removed the fixed shutdown time
+ Added the configuration for the public web server
+ Refactored the old web server settings
+ Improved the handling of shutdown handlers. It is not save!
+ Bugfix: The server start was no longer blocking
2014-11-07 13:00:55 +01:00
Thorsten Sommer
f33f7b5c29 Refactoring, Bugfix & Updates
+ Refactored all imports
+ Fixed a bug for the logging regarding removing \n \t \r
+ Updated to current MGO release
+ Changed the name of ICCC
2014-10-19 19:19:11 +02:00
Thorsten Sommer
a007db1b79 Bug fixes and improvements
+ Add a function to the Tools package to provide the local IP address
and port
+ Add a function to the Tools package to provide a time as formated
string as yyyyMMdd hhmmss.fff
+ Improved the ICCC startup message: Now, the message contains the IP
address and port of the stared server
+ Add a new configuration to specific the necessary Ocean servers' port
(internally, not the public port)
+ The template package reports now which version out of the grid FS is
used.
+ The Ocean server is now bound to the correct IP address and port
(rule: the local IP address!)
+ The order of the system shutdown handlers were wrong!
+ The early ICCC messages problem is now fixed!
+ Fixed an ICCC bug for the case, that a message does not have any
payload!
+ Also the configuration database uses now the correct mgo MongoDB rules
(SetSafe & SetMode)
2014-06-08 11:35:01 +02:00
Thorsten Sommer
86451938ec Initial commit of Ocean's local development 2014-04-26 11:18:56 +02:00