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

Conversation

Quix0r
Copy link

@Quix0r Quix0r commented Dec 6, 2014

There is an error when I use the proto file db_query_record_msg.proto:

db_query_record_msg.proto:36:11: Message extensions cannot have required fields.
/home/quix0r/git/seeks/src/plugins/query_capture/Makefile:850: recipe for target 'db_query_record_msg.pb.cc' failed
make: *** [db_query_record_msg.pb.cc] Error 1

This small change fixes it.

@beniz
Copy link
Owner

beniz commented Dec 6, 2014

Thanks. this might be due to using a new protocol buffer version. What version are you using ?

@Quix0r
Copy link
Author

Quix0r commented Dec 7, 2014

$ protoc --version
libprotoc 2.6.0
$

Is my change working with older versions? Then, I think, it is save to merge. :-)

Quix0r added 16 commits May 19, 2015 13:06
- 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]>
Signed-off-by: Roland Haeder <[email protected]>
…ification

it *MUST* be prefixed with 'X-'.

Signed-off-by: Roland Haeder <[email protected]>
Signed-off-by: Roland Haeder <[email protected]>
Signed-off-by: Roland Haeder <[email protected]>
Signed-off-by: Roland Haeder <[email protected]>
Signed-off-by: Roland Haeder <[email protected]>
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]>
Signed-off-by: Roland Haeder <[email protected]>
@Quix0r
Copy link
Author

Quix0r commented May 22, 2015

:-( All commits end up here in one merge request ...

Add more commits by pushing to the master branch on Quix0r/seeks.

They should have made this notice bigger.

@beniz
Copy link
Owner

beniz commented May 22, 2015

Thanks, I'll take time to review this.

@beniz
Copy link
Owner

beniz commented Feb 6, 2016

My apologies I was taken elsewhere and missed this PR. Is this still relevant ? Are you using Seeks ?

@GreenLunar
Copy link

I am using Seeks every day. I am willing to test whatever there is to test in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants