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
*
Declare counter var inside loop
Michael Vetter
2020-11-09
1
-11
/
+6
*
parser.c: Use glib
Michael Vetter
2020-07-23
1
-4
/
+4
*
Fix /correct quotation marks usage
Michael Vetter
2020-07-23
1
-0
/
+27
*
parser.c: Use helper function to reduce duplicate code
Michael Vetter
2020-07-21
1
-143
/
+50
*
parse_args(): Call g_free() once
Michael Vetter
2020-07-21
1
-3
/
+2
*
Use parse_args_with_freetext() for `/correct`
Michael Vetter
2020-07-20
1
-2
/
+2
*
Fix typo in comment
Michael Vetter
2020-07-15
1
-1
/
+1
*
Apply coding style
Michael Vetter
2020-07-07
1
-44
/
+44
*
Revert "Apply coding style"
Michael Vetter
2020-07-07
1
-44
/
+44
*
Apply coding style
Michael Vetter
2020-07-07
1
-44
/
+44
*
xep-0308: Make /correct work without quotation marks
Michael Vetter
2020-02-14
1
-2
/
+2
*
Add vim modeline
Michael Vetter
2019-11-13
1
-0
/
+1
*
Free list in error case in parse_options
Michael Vetter
2019-10-06
1
-0
/
+3
*
Fix memleak in get_start()
Michael Vetter
2019-10-06
1
-0
/
+1
*
Update copyright to include 2019
Michael Vetter
2019-01-22
1
-1
/
+1
*
Update copyright
James Booth
2018-01-21
1
-1
/
+1
*
Update Copyright
James Booth
2017-01-28
1
-1
/
+1
*
Update GPL link in headers
James Booth
2016-07-24
1
-1
/
+1
*
Updated copyright
James Booth
2016-02-14
1
-1
/
+1
*
Applied coding style to src/tools/
James Booth
2015-10-25
1
-8
/
+8
*
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