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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create fingerprints file, callbacks, and message send
James Booth
2013-08-17
3
-14
/
+223
*
Generate privatekey
James Booth
2013-08-15
1
-17
/
+18
*
Load keys and fingerprints for account on connect
James Booth
2013-08-14
3
-2
/
+45
*
Added libotr
James Booth
2013-08-13
3
-1
/
+67
*
Fix ctrl + arrow keys for fedora
James Booth
2013-08-10
1
-2
/
+2
*
Free Jid
James Booth
2013-08-05
1
-0
/
+1
*
Undo change to stanza check for nick change return value
James Booth
2013-08-05
3
-28
/
+12
*
Refactor MUC self presence checks
James Booth
2013-08-05
1
-12
/
+18
*
Handle when servers dont send status 101 or jid for MUC nick changes
James Booth
2013-08-05
5
-16
/
+72
*
Added patch from Dmitry to fix crash on delayed message from contact not in r...
James Booth
2013-08-04
1
-2
/
+4
*
fixed null pointer dereference in /join command
Dmitry Podgorny
2013-07-31
1
-1
/
+6
*
Removed escaping XML as handled by libstrophe
James Booth
2013-07-22
1
-5
/
+1
*
Fixed typo on /invite help
James Booth
2013-07-20
1
-1
/
+1
*
Fix freetext arguments with quotes
James Booth
2013-07-20
1
-5
/
+5
*
Merge remote-tracking branch 'dmitry/fixes'
James Booth
2013-07-14
2
-4
/
+3
|
\
|
*
removed useless code in autocomplete.c
Dmitry Podgorny
2013-07-14
1
-2
/
+1
|
*
fixed typos in command.c
Dmitry Podgorny
2013-07-14
1
-2
/
+2
*
|
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
*
|
Merge branch 'master' into unicode
James Booth
2013-07-13
2
-0
/
+8
|
\
|
|
*
Down arrow adds current line to history and shows empty line
James Booth
2013-07-13
2
-0
/
+8
*
|
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
4
-78
/
+83
|
/
*
Removed debug
James Booth
2013-07-09
1
-10
/
+0
*
Fix autocompletion of quoted strings - WIP
James Booth
2013-07-09
2
-23
/
+104
*
Coloured contact and subscription in /roster and /group output
James Booth
2013-07-03
6
-63
/
+103
*
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
3
-93
/
+235
*
Changed help for /help command
James Booth
2013-06-25
1
-8
/
+8
*
Changed client type to 'console' as per http://xmpp.org/registrar/disco-categ...
James Booth
2013-06-25
1
-1
/
+1
*
Restructured help
James Booth
2013-06-25
3
-226
/
+169
*
Renamed commands array
James Booth
2013-06-24
1
-3
/
+3
*
Sorted command prototypes
James Booth
2013-06-23
1
-42
/
+42
*
Renamed _cmd_set commands
James Booth
2013-06-23
1
-57
/
+57
*
Moved /account, /prefs and /theme to settings commands
James Booth
2013-06-23
1
-64
/
+65
*
Show messages on /group add and /group remove
James Booth
2013-06-23
9
-8
/
+130
*
Show message when removing contact from group when not in group
James Booth
2013-06-23
5
-6
/
+27
*
Show message when contact already in group
James Booth
2013-06-23
5
-0
/
+21
*
Autocomplete /group add and /group remove contact paramater
James Booth
2013-06-23
3
-0
/
+67
*
Start chat session on /msg with no message parameter
James Booth
2013-06-20
1
-0
/
+14
*
Moved stophe references in message send
James Booth
2013-06-20
1
-2
/
+2
*
Merge remote-tracking branch 'dmitry/captcha-2' into captcha
James Booth
2013-06-16
2
-0
/
+13
|
\
[next]