about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* 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
* 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
| * 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
| * jabber.c: removed extra resources releaseDmitry Podgorny2013-01-071-8/+0
| * jabber.c: added assert before reconnect_timer allocationDmitry Podgorny2013-01-071-0/+2
| * 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
* | Remove whitespaceJames Booth2013-01-071-2/+0
* | Temp fix for checking printable charsJames Booth2013-01-071-19/+10
* | Revert "Temp fix for handling printable characters"James Booth2013-01-071-5/+15
* | 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
* Fixed command historyJames Booth2013-01-051-5/+13
* Added back in remove extra variableJames Booth2013-01-051-1/+0
* Added back in call to inp_clear_no_pad()James Booth2013-01-051-2/+1
* More changes to input handlingJames Booth2013-01-051-20/+10
* Merge remote-tracking branch 'dmitry/iss116'James Booth2013-01-051-13/+31
|\
| * fixed issue #116Dmitry Podgorny2013-01-051-12/+31
| * removed extra variable in inp_get_charDmitry Podgorny2013-01-041-1/+0
* | Merge remote-tracking branch 'dmitry/next'James Booth2013-01-051-11/+2
|\ \
| * | windows.c: remove duplicate code in ui_get_idle_timeDmitry Podgorny2013-01-041-6/+1
| * | windows.c: remove useless printfDmitry Podgorny2013-01-041-1/+0
| |/