Commit 5ec751b3 authored by George Kadianakis's avatar George Kadianakis
Browse files

Merge branch 'tor-github/pr/1324'

parents a1192b6b 11cf4d9c
Loading
Loading
Loading
Loading

changes/ticket31637

0 → 100644
+6 −0
Original line number Diff line number Diff line
  o Minor features (testing):
    - Add a script to invoke "tor --dump-config" and "tor --verify-config"
      with various configuration options, and see whether tor's resulting
      configuration or error messages are what we expect. Use it for
      integration testing of our +Option and /Option flags.
      Closes ticket 31637.
+1 −0
Original line number Diff line number Diff line
nicknames must be between 1 and 19 characters inclusive
+2 −0
Original line number Diff line number Diff line
# This nickname is too long; we won't accept it.
Nickname TooManyCharactersInThisNickname
+1 −0
Original line number Diff line number Diff line
must contain only the characters \[a-zA-Z0-9\]
+2 −0
Original line number Diff line number Diff line
# this nickname has spaces in it and won't work.
Nickname has a space
Loading