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

fix: Fix error where a lot of domains were not detected #65

Merged
merged 2 commits into from May 27, 2019
Merged

fix: Fix error where a lot of domains were not detected #65

merged 2 commits into from May 27, 2019

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    5dd9b59 View commit details
    Browse the repository at this point in the history
  2. Fix separator logic in trie serializer - resolves issue 64

    Fixes:
    
    - `niteroi.br / *.nom.br` - Change trie from `niteroinom>*` to `niteroi,nom>*`
    - `police.uk / *.sch.uk` - Change trie from `policesch>*` to `police,sch>*`
    - `budejju.no / nes.buskerud.no` - Change trie from `budejjubuskerud>nes` to `budejju,buskerud>nes`
    - `hønefoss.no / os.hordaland.no` - Change trie from `hønefosshordaland>os` to `hønefoss,hordaland>os`
    - `molde.no / heroy.more-og-romsdal.no` - Change trie from `moldemore-og-romsdal>heroy` to `molde,more-og-romsdal>heroy`
    - `nordkapp.no / bo.nordland.no` - Change trie from `nordkappnordland>bo` to `nordkapp,nordland>bo`
    - `osterøy.no / valer.ostfold.no` - Change trie from `osterøyostfold>valer` to `osterøy,ostfold>valer`
    - `tananger.no / bo.telemark.no` - Change trie from `tanangertelemark>bo` to `tananger,telemark>bo`
    - `vestby.no / sande.vestfold.no` - Change trie from `vestbyvestfold>sande` to `vestby,vestfold>sande`
    - `haugesund.no / os.hedmark.no` - Change trie from `haugesundhedmark>os` to `haugesund,hedmark>os`
    jpstevens committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    3d985f2 View commit details
    Browse the repository at this point in the history