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
*
fixed resources release
Dmitry Podgorny
2013-01-13
1
-6
/
+9
*
don't release room and nick when parsing failed
Dmitry Podgorny
2013-01-13
1
-3
/
+0
*
room_jid should be (char *)
Dmitry Podgorny
2013-01-12
1
-1
/
+1
*
refactored jabber_set_autoping()
Dmitry Podgorny
2013-01-12
1
-3
/
+1
*
added JABBER_PRIORITY_* macros
Dmitry Podgorny
2013-01-12
2
-1
/
+4
*
fixed memory leak in jabber_subscription()
Dmitry Podgorny
2013-01-12
1
-1
/
+3
*
set NULL only when resource != NULL in FREE_SET_NULL
Dmitry Podgorny
2013-01-12
1
-3
/
+4
*
refactored jabber_connect functions
Dmitry Podgorny
2013-01-12
2
-71
/
+40
*
jabber.c: use FREE_SET_NULL macro
Dmitry Podgorny
2013-01-12
1
-3
/
+1
*
Moved jid related functions to common
James Booth
2013-01-12
6
-115
/
+117
*
Renamed muc functions
James Booth
2013-01-12
6
-194
/
+198
*
Renamed room_chat module to muc
James Booth
2013-01-12
6
-6
/
+6
*
Added comments to room_chat.c
James Booth
2013-01-12
1
-8
/
+97
*
Added subject to chat room
James Booth
2013-01-11
1
-0
/
+5
*
If chat room already joined, just show window
James Booth
2013-01-11
1
-1
/
+3
*
Updated copyright
James Booth
2013-01-11
52
-54
/
+54
*
Check nick exists when private messaging
James Booth
2013-01-11
2
-13
/
+43
*
Added win_current_is_console()
James Booth
2013-01-11
3
-2
/
+8
*
Use room nickname autocompleter on /info and /msg when in chat room
James Booth
2013-01-11
3
-22
/
+65
*
Autocomplete: added free function
James Booth
2013-01-11
9
-17
/
+34
*
Added nickname autocompleter to chat rooms
James Booth
2013-01-11
1
-1
/
+9
*
Added extra line after /wins
James Booth
2013-01-10
1
-0
/
+2
*
Merge remote-tracking branch 'dmitry/next'
James Booth
2013-01-10
2
-39
/
+31
|
\
|
*
added resources release to connetion handler
Dmitry Podgorny
2013-01-07
2
-2
/
+8
|
*
jabber.c: removed xmpp_stop calls
Dmitry Podgorny
2013-01-07
1
-2
/
+0
|
*
jabber.c: set jabber status in one place in connection handler
Dmitry Podgorny
2013-01-07
1
-15
/
+8
|
*
free resources when login attempt fails
Dmitry Podgorny
2013-01-07
1
-9
/
+1
|
*
jabber.c: removed extra resources release
Dmitry Podgorny
2013-01-07
1
-8
/
+0
|
*
jabber.c: added assert before reconnect_timer allocation
Dmitry Podgorny
2013-01-07
1
-0
/
+2
|
*
free saved login information in jabber_free_resources()
Dmitry Podgorny
2013-01-07
1
-2
/
+11
|
*
jabber.c: removed explicit type conversion
Dmitry Podgorny
2013-01-07
1
-1
/
+1
*
|
Remove whitespace
James Booth
2013-01-07
1
-2
/
+0
*
|
Temp fix for checking printable chars
James Booth
2013-01-07
1
-19
/
+10
*
|
Revert "Temp fix for handling printable characters"
James Booth
2013-01-07
1
-5
/
+15
*
|
Temp fix for handling printable characters
James Booth
2013-01-07
1
-15
/
+5
|
/
*
Fix issue #121
James Booth
2013-01-06
1
-0
/
+1
*
Removed out of date comments
James Booth
2013-01-06
1
-18
/
+0
*
Call _clear_input when getting password
James Booth
2013-01-06
1
-1
/
+1
*
Added _inp_win_refresh() macro, renamed and moved some functions
James Booth
2013-01-06
3
-57
/
+44
*
Removed inp_get_next_char() from input_win.c
James Booth
2013-01-06
2
-8
/
+1
*
Fixed comment spacing
James Booth
2013-01-06
1
-2
/
+1
*
Removed inp_y from input_win.c
James Booth
2013-01-06
1
-14
/
+12
*
added check for utf_len in inp_get_char
Dmitry Podgorny
2013-01-06
1
-13
/
+18
*
Added _got_to_end() function
James Booth
2013-01-05
1
-15
/
+14
*
Added back code to output single char rather than whole string
James Booth
2013-01-05
1
-4
/
+3
*
Added back block for when cursor not at end of line
James Booth
2013-01-05
1
-0
/
+7
*
Fixed command history
James Booth
2013-01-05
1
-5
/
+13
*
Added back in remove extra variable
James Booth
2013-01-05
1
-1
/
+0
*
Added back in call to inp_clear_no_pad()
James Booth
2013-01-05
1
-2
/
+1
*
More changes to input handling
James Booth
2013-01-05
1
-20
/
+10
[next]