mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-02 20:02:25 -06:00 
			
		
		
		
	
				* [bugfix] Fix unicode-unaware word boundary check in hashtag regex Go `\b` does not care for Unicode, and without lookahead, the workarounds got very ugly. So I replaced the regex with a parser. The parser runs in O(n) time and performance should not be affected. * [bugfix] Add back hashtag max length and add tests for it  | 
			||
|---|---|---|
| .. | ||
| namestring.go | ||
| namestring_test.go | ||
| paging.go | ||
| statustools.go | ||
| statustools_test.go | ||
| time.go | ||
| time_test.go | ||
| unique.go | ||