index
:
profani-tty
this commit
main
Profanity fork with TTY improvements
danisanti <danisanti@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tools
/
parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use null check convention in parser.c
James Booth
2015-05-04
1
-4
/
+4
*
Fixed spelling.
Christian Storm
2015-02-17
1
-5
/
+5
*
Updated copyright
James Booth
2015-02-10
1
-1
/
+1
*
Simplified autocompleters and command history
James Booth
2015-01-16
1
-2
/
+2
*
Added license exemption for OpenSSL to source headers
James Booth
2014-08-24
1
-0
/
+12
*
Free tokens when 0 supplied an 0 min, parse_args_with_freetext
James Booth
2014-06-17
1
-0
/
+1
*
Added common.h to parser.c
James Booth
2014-05-22
1
-0
/
+2
*
Fixed cppcheck warnings
James Booth
2014-04-26
1
-2
/
+1
*
Simplified parse_options to take first option as argument
James Booth
2014-04-15
1
-4
/
+4
*
Simplified parse_options to take gchar**
James Booth
2014-04-15
1
-1
/
+12
*
Refactored cmd_join to use parse_options
James Booth
2014-04-14
1
-2
/
+2
*
Check for duplicate options in option parser
James Booth
2014-04-14
1
-2
/
+19
*
Added parse_options
James Booth
2014-04-14
1
-0
/
+40
*
Command argument parsers set result argument
James Booth
2014-04-09
1
-4
/
+10
*
Updated copyright
James Booth
2014-03-09
1
-1
/
+1
*
Moved free in parse_args_with_freetext
James Booth
2013-09-23
1
-2
/
+2
*
Fixed memory leak in parse_args_with_freetext
James Booth
2013-09-23
1
-2
/
+2
*
Fix quoted nicknames in /group add
James Booth
2013-08-27
1
-1
/
+1
*
Fix freetext arguments with quotes
James Booth
2013-07-20
1
-5
/
+5
*
Remaining parser function unicode compatible
James Booth
2013-07-14
1
-30
/
+29
*
Added parser tests
James Booth
2013-07-14
1
-2
/
+0
*
Implemented parse_args_with_freetext with unicode compatibility
James Booth
2013-07-14
1
-20
/
+26
*
Implemented parse_args with unicode compatibility
James Booth
2013-07-14
1
-4
/
+17
*
Handle unicode chars in command parser
James Booth
2013-07-12
1
-9
/
+14
*
Removed if clause in parser
James Booth
2013-07-11
1
-2
/
+0
*
Moved functions to parser.c, moved parser to tools
James Booth
2013-07-11
1
-0
/
+349