about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #132 from pasis/nextJames Booth2013-01-122-90/+65
|\ \ | | | | | | Some code refactoring in jabber.c
| * | check account->name == NULLDmitry Podgorny2013-01-131-0/+4
| | |
| * | fixed resources releaseDmitry Podgorny2013-01-131-6/+9
| | | | | | | | | | | | | | | * Use free instead of g_free as resources are allocated with strdup * Fixed memory leaks
| * | don't release room and nick when parsing failedDmitry Podgorny2013-01-131-3/+0
| | |
| * | room_jid should be (char *)Dmitry Podgorny2013-01-121-1/+1
| | |
| * | refactored jabber_set_autoping()Dmitry Podgorny2013-01-121-3/+1
| | |
| * | added JABBER_PRIORITY_* macrosDmitry Podgorny2013-01-122-1/+4
| | |
| * | fixed memory leak in jabber_subscription()Dmitry Podgorny2013-01-121-1/+3
| | |
| * | set NULL only when resource != NULL in FREE_SET_NULLDmitry Podgorny2013-01-121-3/+4
| | |
| * | refactored jabber_connect functionsDmitry Podgorny2013-01-122-71/+40
| | | | | | | | | | | | | | | | | | * similar code moved to jabber_connect() * variables saved_* moved to a structure saved_user * 'user' renamed to 'jid'
| * | jabber.c: use FREE_SET_NULL macroDmitry Podgorny2013-01-121-3/+1
| |/
* | Added jid datatypeJames Booth2013-01-127-110/+251
| |
* | Moved ChatSession typedefJames Booth2013-01-122-3/+4
|/
* Moved jid related functions to commonJames Booth2013-01-126-115/+117
|
* Renamed muc functionsJames Booth2013-01-126-194/+198
|
* Renamed room_chat module to mucJames Booth2013-01-126-6/+6
|
* Added comments to room_chat.cJames Booth2013-01-121-8/+97
|
* Added subject to chat roomJames Booth2013-01-111-0/+5
|
* If chat room already joined, just show windowJames Booth2013-01-111-1/+3
|
* Updated copyrightJames Booth2013-01-1152-54/+54
|
* Check nick exists when private messagingJames Booth2013-01-112-13/+43
| | | | Show nick part of jid in private messaging
* Added win_current_is_console()James Booth2013-01-113-2/+8
|
* Use room nickname autocompleter on /info and /msg when in chat roomJames Booth2013-01-113-22/+65
|
* Autocomplete: added free functionJames Booth2013-01-119-17/+34
| | | | Fixed tests
* Added nickname autocompleter to chat roomsJames Booth2013-01-111-1/+9
|
* Added extra line after /winsJames Booth2013-01-101-0/+2
|
* Merge remote-tracking branch 'dmitry/next'James Booth2013-01-102-39/+31
|\
| * added resources release to connetion handlerDmitry Podgorny2013-01-072-2/+8
| |
| * jabber.c: removed xmpp_stop callsDmitry Podgorny2013-01-071-2/+0
| | | | | | | | xmpp_stop() stops event loop xmpp_run() that profanity doesn't start.
| * jabber.c: set jabber status in one place in connection handlerDmitry Podgorny2013-01-071-15/+8
| |
| * free resources when login attempt failsDmitry Podgorny2013-01-071-9/+1
| | | | | | | | The next call of jabber_connect allocates these resources again.
| * jabber.c: removed extra resources releaseDmitry Podgorny2013-01-071-8/+0
| | | | | | | | These resources are released in jabber_free_resources().
| * jabber.c: added assert before reconnect_timer allocationDmitry Podgorny2013-01-071-0/+2
| | | | | | | | | | Development build will be terminated if reconnect_timer was allocated previously and wasn't destroyed.
| * free saved login information in jabber_free_resources()Dmitry Podgorny2013-01-071-2/+11
| |
| * jabber.c: removed explicit type conversionDmitry Podgorny2013-01-071-1/+1
| | | | | | | | | | According to the C99 standard integer type will be converted to real floating type before the comparison.
* | Remove whitespaceJames Booth2013-01-071-2/+0
| |
* | Temp fix for checking printable charsJames Booth2013-01-071-19/+10
| | | | | | | | Use result of wget_wch to check for special keys
* | Revert "Temp fix for handling printable characters"James Booth2013-01-071-5/+15
| | | | | | | | This reverts commit 8f5826b25613555cdf8d22d484609be5b1687c42.
* | Temp fix for handling printable charactersJames Booth2013-01-071-15/+5
|/
* Fix issue #121James Booth2013-01-061-0/+1
|
* Removed out of date commentsJames Booth2013-01-061-18/+0
|
* Call _clear_input when getting passwordJames Booth2013-01-061-1/+1
|
* Added _inp_win_refresh() macro, renamed and moved some functionsJames Booth2013-01-063-57/+44
|
* Removed inp_get_next_char() from input_win.cJames Booth2013-01-062-8/+1
|
* Fixed comment spacingJames Booth2013-01-061-2/+1
|
* Removed inp_y from input_win.cJames Booth2013-01-061-14/+12
|
* added check for utf_len in inp_get_charDmitry Podgorny2013-01-061-13/+18
|
* Added _got_to_end() functionJames Booth2013-01-051-15/+14
|
* Added back code to output single char rather than whole stringJames Booth2013-01-051-4/+3
|
* Added back block for when cursor not at end of lineJames Booth2013-01-051-0/+7
|