Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended messages cannot have required fields (must be optional). #12

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Dec 6, 2014

  1. Extended messages cannot have required fields (must be optional).

    Signed-off-by: Roland Haeder <[email protected]>
    Quix0r committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    b876533 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2015

  1. Please use full PHP header <?php and not the (deprecated) <? short va…

    …rriant.
    
    Signed-off-by: Roland Haeder <[email protected]>
    Quix0r committed May 19, 2015
    Configuration menu
    Copy the full SHA
    7501b23 View commit details
    Browse the repository at this point in the history
  2. Heavy improvements:

    - header('Location: bla-blub'); does *NOT* abort the script, *ALWAYS* use an explicit exit() call!
    - Check for $_SERVER array elements, not all browsers may send it causing E_NOTICE (bad code style)
    - Converted double-quotes to single-quotes
    - if() and else conditions are now in one line + curly braces are always explicitly set
    - Other small cleanups
    
    Signed-off-by: Roland Haeder <[email protected]>
    Quix0r committed May 19, 2015
    Configuration menu
    Copy the full SHA
    1ed372f View commit details
    Browse the repository at this point in the history
  3. More cleanups

    Signed-off-by: Roland Haeder <[email protected]>
    Quix0r committed May 19, 2015
    Configuration menu
    Copy the full SHA
    8d728ed View commit details
    Browse the repository at this point in the history
  4. 'Seeks-Remote-Location' is a custom HTTP header and according to spec…

    …ification
    
    it *MUST* be prefixed with 'X-'.
    
    Signed-off-by: Roland Haeder <[email protected]>
    Quix0r committed May 19, 2015
    Configuration menu
    Copy the full SHA
    fe8e51b View commit details
    Browse the repository at this point in the history
  5. Temporary hide-out ... ;-)

    Signed-off-by: Roland Haeder <[email protected]>
    Quix0r committed May 19, 2015
    Configuration menu
    Copy the full SHA
    ce9134e View commit details
    Browse the repository at this point in the history
  6. No, better let Beniz change this ... ;-)

    Signed-off-by: Roland Haeder <[email protected]>
    Quix0r committed May 19, 2015
    Configuration menu
    Copy the full SHA
    be9601e View commit details
    Browse the repository at this point in the history
  7. Better check these arrays.

    Signed-off-by: Roland Haeder <[email protected]>
    Quix0r committed May 19, 2015
    Configuration menu
    Copy the full SHA
    3af11e5 View commit details
    Browse the repository at this point in the history
  8. Is it HOME_PAGE_URL that needs to be changed?

    Signed-off-by: Roland Haeder <[email protected]>
    Quix0r committed May 19, 2015
    Configuration menu
    Copy the full SHA
    be51137 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

  1. Some changes

    Signed-off-by: Roland Haeder <[email protected]>
    Quix0r committed May 20, 2015
    Configuration menu
    Copy the full SHA
    aca3c86 View commit details
    Browse the repository at this point in the history
  2. Added missing template

    Signed-off-by: Roland Haeder <[email protected]>
    Quix0r committed May 20, 2015
    Configuration menu
    Copy the full SHA
    5c88872 View commit details
    Browse the repository at this point in the history
  3. Attempt to identify this one:

    Error: 1 (Out of memory) in plugin websearch-api-compat caught in top-level handler
    
    This only happens on my LAN instance, not the one at https://seeks.mxchange.org/search.php ...
    
    Signed-off-by: Roland Haeder <[email protected]>
    Quix0r committed May 20, 2015
    Configuration menu
    Copy the full SHA
    54df1c3 View commit details
    Browse the repository at this point in the history
  4. Add 'forbidden' template here as well.

    Signed-off-by: Roland Haeder <[email protected]>
    Quix0r committed May 20, 2015
    Configuration menu
    Copy the full SHA
    1abda9b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2015

  1. Configuration menu
    Copy the full SHA
    0d145ca View commit details
    Browse the repository at this point in the history
  2. Also need to add include search path here.

    Signed-off-by: Roland Haeder <[email protected]>
    Quix0r committed May 21, 2015
    Configuration menu
    Copy the full SHA
    890fc00 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2015

  1. Use URL-encoding for binary data to safe-guard it + a lot (!) debug l…

    …ines added.
    
    Signed-off-by: Roland Haeder <[email protected]>
    Quix0r committed May 22, 2015
    Configuration menu
    Copy the full SHA
    4314520 View commit details
    Browse the repository at this point in the history
  2. Some cosmetics applied

    Signed-off-by: Roland Haeder <[email protected]>
    Quix0r committed May 22, 2015
    Configuration menu
    Copy the full SHA
    bc8cb1f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2015

  1. "X-" has been deprecated:

    Quix0r committed May 23, 2015
    Configuration menu
    Copy the full SHA
    153127a View commit details
    Browse the repository at this point in the history