about summary refs log tree commit diff stats
path: root/src/tools/parser.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* generated by cgit-pink 1.4.1-2-gfad0 (git 2.36.2.497.gbbea4dcf42) at 2024-08-06 20:11:02 +0000 parser.c?id=26726b207a344a79633f0420ff8be9c83aca3934'>Updated copyrightJames Booth2014-03-091-1/+1
* Moved free in parse_args_with_freetextJames Booth2013-09-231-2/+2
* Fixed memory leak in parse_args_with_freetextJames Booth2013-09-231-2/+2
* Fix quoted nicknames in /group addJames Booth2013-08-271-1/+1
* Fix freetext arguments with quotesJames Booth2013-07-201-5/+5
* Remaining parser function unicode compatibleJames Booth2013-07-141-30/+29
* Added parser testsJames Booth2013-07-141-2/+0
* Implemented parse_args_with_freetext with unicode compatibilityJames Booth2013-07-141-20/+26
* Implemented parse_args with unicode compatibilityJames Booth2013-07-141-4/+17
* Handle unicode chars in command parserJames Booth2013-07-121-9/+14
* Removed if clause in parserJames Booth2013-07-111-2/+0
* Moved functions to parser.c, moved parser to toolsJames Booth2013-07-111-0/+349