about summary refs log tree commit diff stats
path: root/src/muc.c
Commit message (Expand)AuthorAgeFilesLines
* Added jid->hash lookup for capabilitiesJames Booth2014-09-201-3/+2
* Validate usage of /room config command, added UI messagesJames Booth2014-09-031-0/+35
* Small spelling fixes in code and commentsDariusz Dwornikowski2014-08-271-2/+2
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Added ": " after nick autocomplete when start of messageJames Booth2014-07-151-0/+3
* Save chat room message prefix for autocompleteJames Booth2014-07-151-29/+66
* Finished chat room nick autocompleteJames Booth2014-07-151-9/+21
* Added quote param to autocomplete_param_with_acJames Booth2014-07-091-2/+2
* Added quote param to autocomplete_completeJames Booth2014-07-091-2/+2
* Removed debug, added check for 0 length stringJames Booth2014-07-091-1/+0
* Added autocomplete for nicknames in MUC input textJames Booth2014-07-091-0/+27
* Properly free muc hashtablesJames Booth2014-06-151-2/+2
* Fixed memleak when leaving roomsJames Booth2014-06-151-1/+1
* Added backwards compatible g_list_free_full for glib < 2.28James Booth2014-05-211-0/+1
* Handle room subject and broadcasts sent before roster receivedJames Booth2014-05-051-0/+64
* Fixed cppcheck warningsJames Booth2014-04-261-4/+2
* Rejoin private rooms after reconnectingJames Booth2014-04-231-0/+20
* Chat room windows now created only after successful joinJames Booth2014-04-211-2/+21
* Store password with roomJames Booth2014-04-201-1/+8
* Tidied ui dependenciesJames Booth2014-04-061-2/+0
* 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
* 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
|/
* Sort room participants on /who commandJames Booth2013-05-301-1/+29
* Add groups to roster contactsJames Booth2013-05-221-1/+1
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-241-0/+68
* 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