about summary refs log tree commit diff stats
path: root/src/muc.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-081-2/+2
|
* Added presence_error tests, added muc_close()James Booth2014-01-301-0/+10
|
* Fixe rejoining room after nickname conflictJames Booth2013-09-221-1/+3
| | | | fixes #241
* removed strdup in autocomplete callsDmitry Podgorny2013-08-261-2/+2
|
* Merge branch 'master' into nextdevJames Booth2013-08-051-1/+15
|\
| * Handle when servers dont send status 101 or jid for MUC nick changesJames Booth2013-08-051-1/+15
| |
* | most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-16/+4
|/ | | | | | FREE_SET_NULL makes extra assignment of NULL for pointers in stack or dynamic memory that is going to be freed. FREE_SET_NULL is useful for pointers that can be used in future.
* Sort room participants on /who commandJames Booth2013-05-301-1/+29
|
* Add groups to roster contactsJames Booth2013-05-221-1/+1
| | | | fixes #175
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-241-0/+68
| | | | Commands /invite, /invites, /decline and /join
* 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