about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | ctrl-right handlingJames Booth2013-01-171-4/+33
* | Finished ctrl-left, started ctrl-rightJames Booth2013-01-171-42/+41
* | Started ctrl-leftJames Booth2013-01-171-146/+212
* | Show message in chat room when nickname conflictJames Booth2013-01-162-4/+10
* | Handle /who command in chat roomsJames Booth2013-01-154-10/+90
* | Fixed /tiny for room and private chatJames Booth2013-01-151-11/+21
* | Updated help for /msg and /info in chat roomsJames Booth2013-01-151-9/+11
* | Disabled logging for chat rooms and private chatJames Booth2013-01-152-9/+4
* | Use ! char for room broadcastsJames Booth2013-01-151-53/+53
* | Show time with room broadcastsJames Booth2013-01-151-2/+5
* | Allow /msg with no message to open private chat windowJames Booth2013-01-151-5/+9
* | Allow /info and /msg in private room chat when nick has space in nameJames Booth2013-01-155-27/+58
* | cmd_info now uses basic parse_argsJames Booth2013-01-141-1/+1
* | Command parser handles quotes argumentsJames Booth2013-01-142-12/+152
* | Quote autocompleted strings when contain a spaceJames Booth2013-01-141-2/+15
* | Used strdup in prof_autocompleteJames Booth2013-01-141-7/+2
* | Allow whitespace in argument to /infoJames Booth2013-01-132-2/+2
* | Fix segfault by setting room subject to NULL on creationJames Booth2013-01-131-0/+1
* | Removed jid_is_room()James Booth2013-01-133-13/+1
* | Use Jid in groupchat message handlerJames Booth2013-01-132-12/+8
* | Use Jid datatype in chat roomsJames Booth2013-01-139-114/+133
|/
* Added jid_destroy()James Booth2013-01-131-0/+12
* Moved FREE_SET_NULL to common.hJames Booth2013-01-132-8/+8
* Merge pull request #134 from pasis/fixesJames Booth2013-01-121-5/+8
|\
| * fixed memory leak in parse_room_jidDmitry Podgorny2013-01-131-5/+8
|/
* Added jid_create_room_jidJames Booth2013-01-133-0/+29
* Renamed chat room typeJames Booth2013-01-131-18/+18
* Changed Jid typedef to be explicit pointerJames Booth2013-01-134-21/+22
* Merge remote-tracking branch 'dmitry/fixes'James Booth2013-01-121-1/+1
|\
| * windows.c: fixed gcc warningDmitry Podgorny2013-01-131-1/+1
* | Merge pull request #132 from pasis/nextJames Booth2013-01-122-90/+65
|\ \
| * | check account->name == NULLDmitry Podgorny2013-01-131-0/+4
| * | fixed resources releaseDmitry Podgorny2013-01-131-6/+9
| * | 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
| * | jabber.c: use FREE_SET_NULL macroDmitry Podgorny2013-01-121-3/+1
| |/
* | Added jid datatypeJames Booth2013-01-1211-112/+384
* | 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-127-8/+8
* 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