index
:
profani-tty
this commit
main
Profanity fork with TTY improvements
danisanti <danisanti@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
muc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Validate usage of /room config command, added UI messages
James Booth
2014-09-03
1
-0
/
+35
*
Small spelling fixes in code and comments
Dariusz Dwornikowski
2014-08-27
1
-2
/
+2
*
Added license exemption for OpenSSL to source headers
James Booth
2014-08-24
1
-0
/
+12
*
Added ": " after nick autocomplete when start of message
James Booth
2014-07-15
1
-0
/
+3
*
Save chat room message prefix for autocomplete
James Booth
2014-07-15
1
-29
/
+66
*
Finished chat room nick autocomplete
James Booth
2014-07-15
1
-9
/
+21
*
Added quote param to autocomplete_param_with_ac
James Booth
2014-07-09
1
-2
/
+2
*
Added quote param to autocomplete_complete
James Booth
2014-07-09
1
-2
/
+2
*
Removed debug, added check for 0 length string
James Booth
2014-07-09
1
-1
/
+0
*
Added autocomplete for nicknames in MUC input text
James Booth
2014-07-09
1
-0
/
+27
*
Properly free muc hashtables
James Booth
2014-06-15
1
-2
/
+2
*
Fixed memleak when leaving rooms
James Booth
2014-06-15
1
-1
/
+1
*
Added backwards compatible g_list_free_full for glib < 2.28
James Booth
2014-05-21
1
-0
/
+1
*
Handle room subject and broadcasts sent before roster received
James Booth
2014-05-05
1
-0
/
+64
*
Fixed cppcheck warnings
James Booth
2014-04-26
1
-4
/
+2
*
Rejoin private rooms after reconnecting
James Booth
2014-04-23
1
-0
/
+20
*
Chat room windows now created only after successful join
James Booth
2014-04-21
1
-2
/
+21
*
Store password with room
James Booth
2014-04-20
1
-1
/
+8
*
Tidied ui dependencies
James Booth
2014-04-06
1
-2
/
+0
*
Updated copyright
James Booth
2014-03-09
1
-1
/
+1
*
Refactored muc_room_is_active to only take room, rather than full jid
James Booth
2014-03-08
1
-2
/
+2
*
Added presence_error tests, added muc_close()
James Booth
2014-01-30
1
-0
/
+10
*
Fixe rejoining room after nickname conflict
James Booth
2013-09-22
1
-1
/
+3
*
removed strdup in autocomplete calls
Dmitry Podgorny
2013-08-26
1
-2
/
+2
*
Merge branch 'master' into nextdev
James Booth
2013-08-05
1
-1
/
+15
|
\
|
*
Handle when servers dont send status 101 or jid for MUC nick changes
James Booth
2013-08-05
1
-1
/
+15
*
|
most FREE_SET_NULL replaced with free
Dmitry Podgorny
2013-08-03
1
-16
/
+4
|
/
*
Sort room participants on /who command
James Booth
2013-05-30
1
-1
/
+29
*
Add groups to roster contacts
James Booth
2013-05-22
1
-1
/
+1
*
Support for XEP-0249 Direct MUC Invitations
James Booth
2013-04-24
1
-0
/
+68
*
Show all resources ordered by priority with /info command
James Booth
2013-02-17
1
-2
/
+2
*
Dealing with mulitple contact resources, work in progress
James Booth
2013-02-14
1
-3
/
+3
*
Added p_contact_add_resource
James Booth
2013-02-10
1
-1
/
+4
*
Added command and tools subdirs to source
James Booth
2013-02-02
1
-1
/
+1
*
Tidied #include's
James Booth
2013-02-02
1
-1
/
+1
*
Got rid of old naming convention on prof_autocomplete
James Booth
2013-01-25
1
-8
/
+8
*
Added client to /info command in chat rooms
James Booth
2013-01-20
1
-3
/
+3
*
Allow /info and /msg in private room chat when nick has space in name
James Booth
2013-01-15
1
-0
/
+13
*
Fix segfault by setting room subject to NULL on creation
James Booth
2013-01-13
1
-0
/
+1
*
Use Jid datatype in chat rooms
James Booth
2013-01-13
1
-6
/
+3
*
Renamed chat room type
James Booth
2013-01-13
1
-18
/
+18
*
Changed Jid typedef to be explicit pointer
James Booth
2013-01-13
1
-0
/
+1
*
Moved jid related functions to common
James Booth
2013-01-12
1
-99
/
+0
*
Renamed muc functions
James Booth
2013-01-12
1
-141
/
+141
*
Renamed room_chat module to muc
James Booth
2013-01-12
1
-0
/
+476