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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Applied coding style to src/
James Booth
2015-10-26
1
-4
/
+3
*
Use consistent style for pointers
Michael Vetter
2015-10-21
1
-48
/
+48
*
Added current window reference to command functions
James Booth
2015-06-17
1
-1
/
+2
*
Optimised occupant comparisons, create utf8 collate key once
James Booth
2015-05-07
1
-0
/
+1
*
Use password for chat room invites
James Booth
2015-03-29
1
-1
/
+2
*
Set members only property when getting room features
James Booth
2015-03-29
1
-0
/
+2
*
Added check members only room to send mediated invites
James Booth
2015-03-28
1
-0
/
+8
*
Updated copyright
James Booth
2015-02-10
1
-1
/
+1
*
Simplified autocompleters and command history
James Booth
2015-01-16
1
-2
/
+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
/
+4
*
Store real jid with occupants
James Booth
2014-10-01
1
-2
/
+3
*
Added /room <affiliation> command
James Booth
2014-10-01
1
-0
/
+1
*
Added /room <role> command
James Booth
2014-10-01
1
-1
/
+2
*
Show occupants affiliation and role with /info in rooms
James Booth
2014-09-30
1
-0
/
+2
*
wip - Store roles and affiliations with occupants
James Booth
2014-09-30
1
-1
/
+2
*
Changed rooms to use Occupant type instead of PContact
James Booth
2014-09-30
1
-2
/
+27
*
Tidied muc module
James Booth
2014-09-28
1
-44
/
+45
*
Store room affiliation and role
James Booth
2014-09-28
1
-0
/
+5
*
Removed _get_caps_key function
James Booth
2014-09-21
1
-2
/
+1
*
Validate usage of /room config command, added UI messages
James Booth
2014-09-03
1
-0
/
+3
*
Added license exemption for OpenSSL to source headers
James Booth
2014-08-24
1
-0
/
+12
*
Save chat room message prefix for autocomplete
James Booth
2014-07-15
1
-0
/
+1
*
Added autocomplete for nicknames in MUC input text
James Booth
2014-07-09
1
-0
/
+2
*
Handle room subject and broadcasts sent before roster received
James Booth
2014-05-05
1
-0
/
+5
*
Rejoin private rooms after reconnecting
James Booth
2014-04-23
1
-1
/
+2
*
Chat room windows now created only after successful join
James Booth
2014-04-21
1
-1
/
+3
*
Store password with room
James Booth
2014-04-20
1
-1
/
+1
*
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
-1
/
+1
*
Added presence_error tests, added muc_close()
James Booth
2014-01-30
1
-0
/
+1
*
Handle when servers dont send status 101 or jid for MUC nick changes
James Booth
2013-08-05
1
-1
/
+2
*
Support for XEP-0249 Direct MUC Invitations
James Booth
2013-04-24
1
-0
/
+10
*
Added command and tools subdirs to source
James Booth
2013-02-02
1
-1
/
+1
*
Added xmpp_presence.c
James Booth
2013-01-28
1
-0
/
+2
*
Got rid of old naming convention on prof_autocomplete
James Booth
2013-01-25
1
-2
/
+2
*
Added client to /info command in chat rooms
James Booth
2013-01-20
1
-1
/
+2
*
Allow /info and /msg in private room chat when nick has space in name
James Booth
2013-01-15
1
-0
/
+1
*
Use Jid datatype in chat rooms
James Booth
2013-01-13
1
-1
/
+1
*
Added jid datatype
James Booth
2013-01-12
1
-2
/
+2
*
Moved jid related functions to common
James Booth
2013-01-12
1
-8
/
+0
*
Renamed muc functions
James Booth
2013-01-12
1
-22
/
+26
*
Renamed room_chat module to muc
James Booth
2013-01-12
1
-0
/
+59