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
*
Refactoring window types, removing recipient and from references - wip
James Booth
2014-12-18
1
-25
/
+29
*
Removed hash_table_iter usage for room roster
James Booth
2014-11-03
1
-7
/
+7
*
Fixed nick changes
James Booth
2014-10-10
1
-0
/
+2
*
Refactor muc user handler
James Booth
2014-10-07
1
-1
/
+1
*
Added jid autocomplete for affiliation commands
James Booth
2014-10-06
1
-0
/
+55
*
Added /room subject command
James Booth
2014-10-05
1
-1
/
+5
*
Store real jid with occupants
James Booth
2014-10-01
1
-6
/
+13
*
Added /room <affiliation> command
James Booth
2014-10-01
1
-0
/
+23
*
Added /room <role> command
James Booth
2014-10-01
1
-0
/
+23
*
Show occupants affiliation and role with /info in rooms
James Booth
2014-09-30
1
-0
/
+12
*
wip - Store roles and affiliations with occupants
James Booth
2014-09-30
1
-7
/
+11
*
Changed rooms to use Occupant type instead of PContact
James Booth
2014-09-30
1
-39
/
+66
*
Tidied muc module
James Booth
2014-09-28
1
-36
/
+36
*
Store room affiliation and role
James Booth
2014-09-28
1
-0
/
+156
*
Check for NULL inside autocomplete_free
James Booth
2014-09-26
1
-3
/
+1
*
Create room list on muc_init
James Booth
2014-09-26
1
-155
/
+82
*
Tidied muc.c
James Booth
2014-09-26
1
-104
/
+73
*
Renamed autocomplete function to get list
James Booth
2014-09-26
1
-2
/
+2
*
Removed NULL check when checking roster for nick
James Booth
2014-09-25
1
-6
/
+2
*
Added jid->hash lookup for capabilities
James Booth
2014-09-20
1
-3
/
+2
*
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
[next]