core.git
12 years agoGzipCompressor now uses the right functions
Roland Häder [Wed, 31 Aug 2011 20:30:56 +0000 (20:30 +0000)]
GzipCompressor now uses the right functions

12 years agoAdded ZlibCompressor class, GzipCompressor used zlib functions by mistake
Roland Häder [Wed, 31 Aug 2011 20:29:04 +0000 (20:29 +0000)]
Added ZlibCompressor class, GzipCompressor used zlib functions by mistake

12 years agoAll backtraces now have a small message.
Roland Häder [Wed, 31 Aug 2011 20:03:08 +0000 (20:03 +0000)]
All backtraces now have a small message.

12 years agoSome cleanups, more usage of ObjectFactory:
Roland Häder [Wed, 31 Aug 2011 19:27:22 +0000 (19:27 +0000)]
Some cleanups, more usage of ObjectFactory:
- Used more ObjectFactory to instance a new class (in local file database)
- The class LocalFileDatabase and CompressorChannel can now be instanced without
  any paramters
- Renamed 'null' to 'NULL'

12 years agoMethod getResponseTypeFromSystem() introduced
Roland Häder [Wed, 31 Aug 2011 09:10:08 +0000 (09:10 +0000)]
Method getResponseTypeFromSystem() introduced

12 years agoMinor improvements here and there:
Roland Häder [Thu, 21 Jul 2011 20:17:38 +0000 (20:17 +0000)]
Minor improvements here and there:
- Messages of socket exceptions made more clear
- $protocolInstance can be NULL

12 years agoDebug lines slightly extended
Roland Häder [Wed, 20 Jul 2011 00:50:03 +0000 (00:50 +0000)]
Debug lines slightly extended

12 years agoMore concrete exceptions added, BaseController rewritten:
Roland Häder [Wed, 20 Jul 2011 00:32:03 +0000 (00:32 +0000)]
More concrete exceptions added, BaseController rewritten:
- Exceptions added, please use these instead of InvalidSocketExceptio
- All filters in BaseController are now named in class constants

12 years agoNow two methods should never be called, the UnsupportedOperationException will
Roland Häder [Tue, 17 May 2011 21:37:08 +0000 (21:37 +0000)]
Now two methods should never be called, the UnsupportedOperationException will
be thrown if you still do so.

12 years agoClass loader instance "cached"
Roland Häder [Thu, 12 May 2011 09:24:12 +0000 (09:24 +0000)]
Class loader instance "cached"

12 years agoGetter for source instance added.
Roland Häder [Sat, 30 Apr 2011 00:13:30 +0000 (00:13 +0000)]
Getter for source instance added.

12 years agoOpps...
Roland Häder [Thu, 28 Apr 2011 14:35:21 +0000 (14:35 +0000)]
Opps...

12 years agopopNamed() does also now return the current stacker's value.
Roland Häder [Thu, 28 Apr 2011 14:34:37 +0000 (14:34 +0000)]
popNamed() does also now return the current stacker's value.

12 years agoAdded a counter for all generated objects.
Roland Häder [Mon, 25 Apr 2011 19:47:01 +0000 (19:47 +0000)]
Added a counter for all generated objects.

12 years agoBetter IP than hostname
Roland Häder [Wed, 20 Apr 2011 23:23:01 +0000 (23:23 +0000)]
Better IP than hostname

12 years agoUpdated port number for default bootstrapper
Roland Häder [Wed, 20 Apr 2011 23:20:04 +0000 (23:20 +0000)]
Updated port number for default bootstrapper

13 years agoSupport for application local configuration file 'config-local.php' added
Roland Häder [Wed, 20 Apr 2011 05:35:14 +0000 (05:35 +0000)]
Support for application local configuration file 'config-local.php' added

13 years agoReverted last commit for 3rd party libs
Roland Häder [Wed, 20 Apr 2011 04:23:48 +0000 (04:23 +0000)]
Reverted last commit for 3rd party libs

13 years agoeol-style set #3
Roland Häder [Wed, 20 Apr 2011 04:22:48 +0000 (04:22 +0000)]
eol-style set #3

13 years agoeol-style set #2
Roland Häder [Wed, 20 Apr 2011 04:08:28 +0000 (04:08 +0000)]
eol-style set #2

13 years agoeol-style set
Roland Häder [Wed, 20 Apr 2011 04:06:52 +0000 (04:06 +0000)]
eol-style set

13 years agoVisitor instances can now be stored in all objects for speeding up the code.
Roland Häder [Wed, 20 Apr 2011 01:52:56 +0000 (01:52 +0000)]
Visitor instances can now be stored in all objects for speeding up the code.

13 years agoMoved $handlerInstance from BaseHubSystem to BaseFrameworkSystem
Roland Häder [Tue, 19 Apr 2011 01:15:11 +0000 (01:15 +0000)]
Moved $handlerInstance from BaseHubSystem to BaseFrameworkSystem

13 years agoPrimeraApi improved, some code cosmetics:
Roland Häder [Tue, 19 Apr 2011 00:23:39 +0000 (00:23 +0000)]
PrimeraApi improved, some code cosmetics:
- PrimerApi improved:
  + All methods and fields are now written "lowerCamelCase"
  + Many double-quotes replaced with single to speed up things
  + POST request is now sent in one big pice (and not line-by-line)
- Code cosmetics applied

13 years agoAdded 'abstract' to the class because doExecute() is abstract, too.
Roland Häder [Mon, 18 Apr 2011 22:16:45 +0000 (22:16 +0000)]
Added 'abstract' to the class because doExecute() is abstract, too.

13 years agoErrors from time_sleep_until() are now ignored, it may sometimes happen and annoying...
Roland Häder [Mon, 18 Apr 2011 20:53:00 +0000 (20:53 +0000)]
Errors from time_sleep_until() are now ignored, it may sometimes happen and annoying in console output.

13 years agoAdded missing brace... :(
Roland Häder [Mon, 18 Apr 2011 20:48:52 +0000 (20:48 +0000)]
Added missing brace... :(

13 years agoRewritten private fields (for seperators) to public class constants.
Roland Häder [Mon, 18 Apr 2011 20:36:12 +0000 (20:36 +0000)]
Rewritten private fields (for seperators) to public class constants.

13 years agoAdded isBase64Encoded() with a simple check on Base64-encoded messages.
Roland Häder [Mon, 18 Apr 2011 16:53:56 +0000 (16:53 +0000)]
Added isBase64Encoded() with a simple check on Base64-encoded messages.

13 years agoAdded missing field wrapperInstance (thanks to __set() ).
Roland Häder [Sun, 17 Apr 2011 23:52:41 +0000 (23:52 +0000)]
Added missing field wrapperInstance (thanks to __set() ).

13 years agoAlso wrong ... :(
Roland Häder [Sun, 17 Apr 2011 18:54:27 +0000 (18:54 +0000)]
Also wrong ... :(

13 years agoWrong naming...
Roland Häder [Sun, 17 Apr 2011 18:52:48 +0000 (18:52 +0000)]
Wrong naming...

13 years agoAdded class templates for I/O classes
Roland Häder [Sun, 17 Apr 2011 18:49:10 +0000 (18:49 +0000)]
Added class templates for I/O classes

13 years agoAdded required method streamData(), maybe someday we will rewrite these classes?
Roland Häder [Sun, 17 Apr 2011 18:16:13 +0000 (18:16 +0000)]
Added required method streamData(), maybe someday we will rewrite these classes?

13 years agoThese classes won't be used because all I/O streams can easily extend BaseStream.
Roland Häder [Thu, 14 Apr 2011 21:11:21 +0000 (21:11 +0000)]
These classes won't be used because all I/O streams can easily extend BaseStream.

13 years agoAdded streamData() method to interface Streamable
Roland Häder [Thu, 14 Apr 2011 21:09:20 +0000 (21:09 +0000)]
Added streamData() method to interface Streamable

13 years agoAdded setter/getter for I/O streams
Roland Häder [Thu, 14 Apr 2011 20:52:26 +0000 (20:52 +0000)]
Added setter/getter for I/O streams

13 years agoAdded new general I/O stream classes and interfaces. Still the interfaces have no...
Roland Häder [Thu, 14 Apr 2011 20:41:26 +0000 (20:41 +0000)]
Added new general I/O stream classes and interfaces. Still the interfaces have no methods but they will be added soon

13 years agoFixed... Opps.
Roland Häder [Thu, 7 Apr 2011 22:48:29 +0000 (22:48 +0000)]
Fixed... Opps.

13 years agoCleanups, re-initialization of stackers added:
Roland Häder [Thu, 7 Apr 2011 22:45:39 +0000 (22:45 +0000)]
Cleanups, re-initialization of stackers added:
- Moved patch_i.sh to contrib
- Marked MissingMethodException as deprecated (old-lost exception)
- Stackers can be forced to re-initialize (aka. "reset")

13 years agoExtra but optional instance now supported in UnsupportedOperationException
Roland Häder [Tue, 5 Apr 2011 21:20:59 +0000 (21:20 +0000)]
Extra but optional instance now supported in UnsupportedOperationException

13 years ago- Introduced prependStringToString() which can prepend a string to an other by
Roland Häder [Mon, 4 Apr 2011 23:44:28 +0000 (23:44 +0000)]
- Introduced prependStringToString() which can prepend a string to an other by
  maintaining the total length. The prepended string will be truncated so the
  total length will not be exceeded.
- Some debug messages added/commented out

13 years ago- Added a helper script to ease applying patches
Roland Häder [Mon, 4 Apr 2011 23:19:43 +0000 (23:19 +0000)]
- Added a helper script to ease applying patches
- Fixed naming of a variable $deg->dec
- Hexadecimal strings are now prepended with a '0' if the length cannot be
  devided by 2

13 years agoOpps...
Roland Häder [Mon, 4 Apr 2011 23:09:01 +0000 (23:09 +0000)]
Opps...

13 years agoMoved translation arrays, added new convertion functions:
Roland Häder [Mon, 4 Apr 2011 23:07:22 +0000 (23:07 +0000)]
Moved translation arrays, added new convertion functions:
- Moved translation arrays from previously added convertion functions as static,
  private attributes to the top
- Added two new functions dec2asc() and asc2dec()

13 years agoAdded methods dec2hex()/hex2dec() which are based on user comments at php.net documen...
Roland Häder [Mon, 4 Apr 2011 22:19:12 +0000 (22:19 +0000)]
Added methods dec2hex()/hex2dec() which are based on user comments at php.net documentation website

13 years agoSome rewrites/cleaups
Roland Häder [Mon, 4 Apr 2011 21:38:29 +0000 (21:38 +0000)]
Some rewrites/cleaups

13 years agoNew exception 'UnsupportedOperationException' added
Roland Häder [Sat, 2 Apr 2011 22:30:41 +0000 (22:30 +0000)]
New exception 'UnsupportedOperationException' added

13 years agoIntroduce setConfiguredLimit() to SearchCriteria class, this is much better than...
Roland Häder [Tue, 29 Mar 2011 21:55:19 +0000 (21:55 +0000)]
Introduce setConfiguredLimit() to SearchCriteria class, this is much better than before now

13 years agoAdded __unset() to catch unsetting of missing fields/attributes
Roland Häder [Tue, 29 Mar 2011 18:16:48 +0000 (18:16 +0000)]
Added __unset() to catch unsetting of missing fields/attributes

13 years agoRewritten class loader to skip deprecated class files:
Roland Häder [Tue, 29 Mar 2011 16:42:19 +0000 (16:42 +0000)]
Rewritten class loader to skip deprecated class files:
- Rewritten class loader to skip deprecated class files which should make all
  applications working again. This is done by checking its size because I
  will remove all code from the PHP include file and add a @DEPRECATED tag to
  it. A typical size is 24 bytes
- __set() and __get() are now calling debugBackTrace() with a message to aid
  finding e.g. typos in field/attribute names
- debugBackTrace() does now accept an optional parameter for a message
- TODOs.txt updated

13 years agoIntroduced new setter/getter and generic interface:
Roland Häder [Tue, 29 Mar 2011 16:29:03 +0000 (16:29 +0000)]
Introduced new setter/getter and generic interface:
- Added a generic Helper interface
- Moved some interfaces to maintain hierarchical directory style
- Used that interface in the generic setter which has been moved from the
  BaseCaptcha class to BaseFrameworkSystem
- Added source instance, setter and getter from 'hub' project
- TODOs.txt updated

13 years agoAdded magic methods __get/set(). Please watch these messages carefully
Roland Häder [Tue, 29 Mar 2011 15:52:55 +0000 (15:52 +0000)]
Added magic methods __get/set(). Please watch these messages carefully

13 years agoNew field/attribute 'cryptoInstance' introduced:
Roland Häder [Tue, 29 Mar 2011 12:30:00 +0000 (12:30 +0000)]
New field/attribute 'cryptoInstance' introduced:
- Getter/setter added for cryptoInstance field/attribute :-)
- Deprecated rngInstance removed from CryptoHelper, it is encapsulated in class
  BaseFrameworkSystem
- TODOs.txt updated

13 years agoAdded parameter 'key' to encryption methods to allow own keys
Roland Häder [Tue, 29 Mar 2011 09:09:08 +0000 (09:09 +0000)]
Added parameter 'key' to encryption methods to allow own keys

13 years agoSetting back compacted template content will reduce memory usage
Roland Häder [Mon, 28 Mar 2011 23:10:17 +0000 (23:10 +0000)]
Setting back compacted template content will reduce memory usage

13 years agoSome cleanups
Roland Häder [Fri, 25 Mar 2011 10:56:06 +0000 (10:56 +0000)]
Some cleanups

13 years agoAdded a XML template engine factory which encapsulates disabling of language support...
Roland Häder [Tue, 22 Mar 2011 00:10:07 +0000 (00:10 +0000)]
Added a XML template engine factory which encapsulates disabling of language support and enabling of XML-compacting

13 years agoObsolete parameter 'applicationInstance' removed from all template engines
Roland Häder [Mon, 21 Mar 2011 23:21:48 +0000 (23:21 +0000)]
Obsolete parameter 'applicationInstance' removed from all template engines

13 years agoReset script added
Roland Häder [Tue, 15 Mar 2011 20:50:59 +0000 (20:50 +0000)]
Reset script added

13 years agoSome documentary updated
Roland Häder [Tue, 15 Mar 2011 20:32:14 +0000 (20:32 +0000)]
Some documentary updated

13 years agoClass template for template engines updated
Roland Häder [Tue, 15 Mar 2011 20:11:04 +0000 (20:11 +0000)]
Class template for template engines updated

13 years agoRewritten static 'create' method in all compressors, some code-cleanup
Roland Häder [Sat, 12 Mar 2011 00:07:02 +0000 (00:07 +0000)]
Rewritten static 'create' method in all compressors, some code-cleanup

13 years agogetStackCount() is now public
Roland Häder [Fri, 11 Mar 2011 10:43:38 +0000 (10:43 +0000)]
getStackCount() is now public

13 years agoinitStacker() can be easily public
Roland Häder [Thu, 10 Mar 2011 22:05:52 +0000 (22:05 +0000)]
initStacker() can be easily public

13 years agoAs of a good naming convention, do not short-cut variables
Roland Häder [Thu, 10 Mar 2011 20:39:55 +0000 (20:39 +0000)]
As of a good naming convention, do not short-cut variables

13 years agoRefactured code for deprecated includes file_io and language:
Roland Häder [Thu, 10 Mar 2011 14:05:22 +0000 (14:05 +0000)]
Refactured code for deprecated includes file_io and language:
- Include inc/file_io.php and inc/language.php are now deprecated, please no
  longer use them
- Therefore the code needs some refacturing
- ... and two deprecated exceptions!
- TODOs.txt updated

13 years agoCopyright updated
Roland Häder [Sat, 5 Mar 2011 14:17:31 +0000 (14:17 +0000)]
Copyright updated

13 years agoBetter debug lines
Roland Häder [Sat, 5 Mar 2011 12:53:28 +0000 (12:53 +0000)]
Better debug lines

13 years agoTo much 'Deny from all' removed :(
Roland Häder [Sat, 5 Mar 2011 12:37:22 +0000 (12:37 +0000)]
To much 'Deny from all' removed :(

13 years agoDirectory prepared, missing variable fixed:
Roland Häder [Sat, 5 Mar 2011 12:35:18 +0000 (12:35 +0000)]
Directory prepared, missing variable fixed:
- Added missing class template for resolver class
- Prepared directory for request resolver (the method entryPoint() is to large)
- Fixed missing variable $result in method equals()

13 years agoNow required method equals() added
Roland Häder [Sat, 5 Mar 2011 12:26:17 +0000 (12:26 +0000)]
Now required method equals() added

13 years agoWho says 'hashCode()' says also 'equals()' ... Shame on me
Roland Häder [Sat, 5 Mar 2011 12:23:16 +0000 (12:23 +0000)]
Who says 'hashCode()' says also 'equals()' ... Shame on me

13 years agoHost name fixed (a redirect causes an error), duplicate code rewrriten to be more...
Roland Häder [Sat, 5 Mar 2011 11:09:11 +0000 (11:09 +0000)]
Host name fixed (a redirect causes an error), duplicate code rewrriten to be more generic

13 years ago'public static final' is correct
Roland Häder [Mon, 28 Feb 2011 00:09:47 +0000 (00:09 +0000)]
'public static final' is correct

13 years agoNew server IP is 188.138.90.169
Roland Häder [Wed, 16 Feb 2011 12:59:07 +0000 (12:59 +0000)]
New server IP is 188.138.90.169

13 years agoProperties set/deleted on .htaccess
Roland Häder [Sun, 13 Feb 2011 15:28:41 +0000 (15:28 +0000)]
Properties set/deleted on .htaccess

13 years agoHelper script added, externals are now no longer with www. (because it is really...
Roland Häder [Sat, 12 Feb 2011 23:44:08 +0000 (23:44 +0000)]
Helper script added, externals are now no longer with  (because it is really out-dated)

13 years agoSome methods moved, speed improved
Roland Häder [Thu, 11 Nov 2010 18:31:46 +0000 (18:31 +0000)]
Some methods moved, speed improved

13 years agoSVN properties globally set
Roland Häder [Tue, 14 Sep 2010 14:19:30 +0000 (14:19 +0000)]
SVN properties globally set

13 years agoProperties set/changed
Roland Häder [Tue, 14 Sep 2010 13:18:06 +0000 (13:18 +0000)]
Properties set/changed

13 years agoChanged (still ugly code) the way of determining external IP
Roland Häder [Thu, 17 Jun 2010 02:26:18 +0000 (02:26 +0000)]
Changed (still ugly code) the way of determining external IP

13 years agoRewritten to static method
Roland Häder [Thu, 17 Jun 2010 01:31:45 +0000 (01:31 +0000)]
Rewritten to static method

13 years agoDebug lines added, empty folder removed
Roland Häder [Thu, 17 Jun 2010 01:19:17 +0000 (01:19 +0000)]
Debug lines added, empty folder removed

13 years agoMore relaxed check (only first X characters)
Roland Häder [Thu, 17 Jun 2010 00:37:15 +0000 (00:37 +0000)]
More relaxed check (only first X characters)

13 years agoSocket resource added, port for bootstrap nodes is 9061 now
Roland Häder [Sun, 13 Jun 2010 21:36:29 +0000 (21:36 +0000)]
Socket resource added, port for bootstrap nodes is 9061 now

13 years agoFix for 'undefined variable cacheInstance', should be a field
Roland Häder [Sun, 13 Jun 2010 20:51:00 +0000 (20:51 +0000)]
Fix for 'undefined variable cacheInstance', should be a field

13 years agoNew factory for database wrappers added, some code cosmetics
Roland Häder [Sun, 6 Jun 2010 12:50:25 +0000 (12:50 +0000)]
New factory for database wrappers added, some code cosmetics

13 years agoMoved...
Roland Häder [Fri, 28 May 2010 03:07:58 +0000 (03:07 +0000)]
Moved...

13 years ago can now be set/get
Roland Häder [Fri, 28 May 2010 02:57:19 +0000 (02:57 +0000)]
 can now be set/get

13 years agoIf no valid entry (e.g. failed query) is counted, this does now return -1
Roland Häder [Fri, 28 May 2010 02:30:41 +0000 (02:30 +0000)]
If no valid entry (e.g. failed query) is counted, this does now return -1

13 years agoNew SocketShutdownException added, this should be thrown if the socket cannot be...
Roland Häder [Fri, 28 May 2010 01:36:26 +0000 (01:36 +0000)]
New SocketShutdownException added, this should be thrown if the socket cannot be shutted down and last error is not 107

13 years agoRequired interface updated
Roland Häder [Sat, 22 May 2010 17:09:31 +0000 (17:09 +0000)]
Required interface updated

13 years agoMoved socket registry to hub project, extended socket container with more parameters
Roland Häder [Sat, 22 May 2010 15:59:46 +0000 (15:59 +0000)]
Moved socket registry to hub project, extended socket container with more parameters

13 years agoSome code-cosmetics applied:
Roland Häder [Tue, 18 May 2010 19:44:22 +0000 (19:44 +0000)]
Some code-cosmetics applied:
- No longer gettings a $configInstance, lets use
  $templateInstance->getConfigInstance() instead.
- Some other minor costemical changes

13 years agoSocketRegistry basicly finished:
Roland Häder [Mon, 26 Apr 2010 14:52:24 +0000 (14:52 +0000)]
SocketRegistry basicly finished:
- A newly added SubRegistry was required for the socket registry
- Added container for sockets (so they can be stored in registries)
- Getter/setter added for socket resource (no validation)

13 years agoMore widen interface ProtocolHandler (which should be extended by listener and writer...
Roland Häder [Sat, 24 Apr 2010 02:04:04 +0000 (02:04 +0000)]
More widen interface ProtocolHandler (which should be extended by listener and writer interfaces) applied

13 years agoIncomplete SocketRegistry class added, code cosmetics applied
Roland Häder [Sat, 24 Apr 2010 01:43:47 +0000 (01:43 +0000)]
Incomplete SocketRegistry class added, code cosmetics applied

13 years agoOther naming convention...
Roland Häder [Sat, 24 Apr 2010 01:08:28 +0000 (01:08 +0000)]
Other naming convention...

13 years agoAdded missing file
Roland Häder [Sat, 24 Apr 2010 01:06:48 +0000 (01:06 +0000)]
Added missing file