about summary refs log tree commit diff stats
path: root/src/muc.c
Commit message (Expand)AuthorAgeFilesLines
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-2/+2
* Dealing with mulitple contact resources, work in progressJames Booth2013-02-141-3/+3
* Added p_contact_add_resourceJames Booth2013-02-101-1/+4
* Added command and tools subdirs to sourceJames Booth2013-02-021-1/+1
* Tidied #include'sJames Booth2013-02-021-1/+1
* Got rid of old naming convention on prof_autocompleteJames Booth2013-01-251-8/+8
* Added client to /info command in chat roomsJames Booth2013-01-201-3/+3
* Allow /info and /msg in private room chat when nick has space in nameJames Booth2013-01-151-0/+13
* Fix segfault by setting room subject to NULL on creationJames Booth2013-01-131-0/+1
* Use Jid datatype in chat roomsJames Booth2013-01-131-6/+3
* Renamed chat room typeJames Booth2013-01-131-18/+18
* Changed Jid typedef to be explicit pointerJames Booth2013-01-131-0/+1
* Moved jid related functions to commonJames Booth2013-01-121-99/+0
* Renamed muc functionsJames Booth2013-01-121-141/+141
* Renamed room_chat module to mucJames Booth2013-01-121-0/+476