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
/
command
/
command.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dynamically load UI functions, fixed tests
James Booth
2013-12-22
1
-22
/
+22
*
Seperated command functions into module
James Booth
2013-12-15
1
-2478
/
+61
*
Added simple mock test, refactored roster
James Booth
2013-12-14
1
-4
/
+4
*
Implemented autocomplete for /account command <setting> parameter
James Booth
2013-12-10
1
-0
/
+49
*
Added clear command to /account for password clearing
James Booth
2013-12-08
1
-9
/
+36
*
Added command parameter to /autoconnect (set, off)
James Booth
2013-12-08
1
-20
/
+43
*
Added /account set <account> password <password>
James Booth
2013-11-07
1
-0
/
+5
*
Allow "account" setting in [connection] to autconnect the account
James Booth
2013-11-07
1
-1
/
+32
*
Added MAX_PASSWORD_SIZE set to 64
James Booth
2013-11-07
1
-1
/
+1
*
Merge remote-tracking branch 'tsenart/passwords-on-accounts-file'
James Booth
2013-11-07
1
-8
/
+23
|
\
|
*
Use passwords from the accounts file
Tomás Senart
2013-10-14
1
-8
/
+22
|
/
*
Fixed memory leak in _cmd_join
James Booth
2013-09-23
1
-2
/
+2
*
Fixed memory leak in _cmd_connect
James Booth
2013-09-23
1
-0
/
+1
*
Allow users to set default muc service and nickname per account
James Booth
2013-09-12
1
-15
/
+24
*
Added /win command to access unlimited windows
James Booth
2013-08-29
1
-0
/
+22
*
Fixed /close command
James Booth
2013-08-28
1
-14
/
+9
*
Changes to status bar for unlimited windows - WIP
James Booth
2013-08-28
1
-2
/
+2
*
Removed limit on number of windows, WIP
James Booth
2013-08-27
1
-15
/
+0
*
Removed all freeing of ui_current_recipient, data is owned by windows
James Booth
2013-08-27
1
-17
/
+0
*
Fixed freeing recipient after /tiny
James Booth
2013-08-27
1
-3
/
+0
*
Refactor _cmd_close
James Booth
2013-08-26
1
-19
/
+2
*
Removed whitespace in command.c
James Booth
2013-08-26
1
-1
/
+0
*
Use Jid struct to get barejid in subscriptions
James Booth
2013-08-26
1
-22
/
+21
*
Fixed freeing of recipient after message sent
James Booth
2013-08-26
1
-2
/
+0
*
removed strdup in autocomplete calls
Dmitry Podgorny
2013-08-26
1
-72
/
+72
*
free titlebar_ac autocompleter
Dmitry Podgorny
2013-08-24
1
-0
/
+1
*
Merge branch 'master' into nextdev
James Booth
2013-08-19
1
-2
/
+2
|
\
|
*
Fixed /who in chat room highlighting console
James Booth
2013-08-19
1
-1
/
+1
|
*
Fix message for /account when account doesn't exist
James Booth
2013-08-19
1
-1
/
+1
*
|
removed sizeof(char)
Dmitry Podgorny
2013-08-03
1
-1
/
+1
*
|
Merge remote-tracking branch 'dmitry/memleaks' into nextdev
James Booth
2013-07-31
1
-18
/
+41
|
\
\
|
*
|
fixed several memory leaks in command.c and jid.c
Dmitry Podgorny
2013-07-31
1
-18
/
+41
*
|
|
Merge branch 'master' into nextdev
James Booth
2013-07-31
1
-1
/
+6
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
fixed null pointer dereference in /join command
Dmitry Podgorny
2013-07-31
1
-1
/
+6
|
|
/
*
|
Merge branch 'master' into nextdev
James Booth
2013-07-21
1
-3
/
+3
|
\
|
|
*
Fixed typo on /invite help
James Booth
2013-07-20
1
-1
/
+1
|
*
Merge remote-tracking branch 'dmitry/fixes'
James Booth
2013-07-14
1
-2
/
+2
|
|
\
|
|
*
fixed typos in command.c
Dmitry Podgorny
2013-07-14
1
-2
/
+2
*
|
|
Merge remote-tracking branch 'dmitry/bookmarks' into nextdev
James Booth
2013-07-14
1
-1
/
+125
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
draft of bookmarks implementation
Dmitry Podgorny
2013-07-14
1
-1
/
+125
|
|
/
*
/
Moved functions to parser.c, moved parser to tools
James Booth
2013-07-11
1
-1
/
+1
|
/
*
Fixed naming clash for roster help
James Booth
2013-07-03
1
-2
/
+2
*
Tidied help
James Booth
2013-06-30
1
-33
/
+31
*
Merge pull request #196 from pasis/memleaks
James Booth
2013-06-30
1
-3
/
+4
|
\
|
*
fixed memory leaks in command.c
Dmitry Podgorny
2013-06-30
1
-3
/
+4
*
|
Fix a small typo
Sam Whited
2013-06-30
1
-1
/
+1
|
/
*
Still show usage with current setting
James Booth
2013-06-25
1
-0
/
+1
*
Show current setting with settings commands
James Booth
2013-06-25
1
-56
/
+63
*
Changed help for /help command
James Booth
2013-06-25
1
-8
/
+8
*
Restructured help
James Booth
2013-06-25
1
-148
/
+156
[next]