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
/
xmpp
/
iq.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Use null check convention in iq.c
James Booth
2015-05-04
1
-48
/
+48
|
*
Removed server event delegation functions
James Booth
2015-05-01
1
-27
/
+50
|
*
Renamed event functions
James Booth
2015-04-28
1
-28
/
+28
|
*
Renamed server event functions
James Booth
2015-04-19
1
-28
/
+28
|
*
Moved server_events to event/
James Booth
2015-04-19
1
-1
/
+1
|
*
Add callback data to room disco info response handler
James Booth
2015-03-29
1
-27
/
+94
|
*
Set members only property when getting room features
James Booth
2015-03-29
1
-2
/
+7
|
*
Added server error handling when setting /carbons preference
James Booth
2015-03-09
1
-42
/
+61
|
*
Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280
James Booth
2015-03-08
1
-0
/
+20
|
\
|
*
Add XEP-0280 support
Olivier LE MOAL
2015-02-10
1
-0
/
+20
|
|
*
|
Free jid on caps response handler
James Booth
2015-02-11
1
-1
/
+6
|
|
*
|
Updated copyright
James Booth
2015-02-10
1
-1
/
+1
|
/
*
Free expected_node for legacy caps
James Booth
2015-02-09
1
-2
/
+8
|
*
Removed function pointers
James Booth
2014-12-22
1
-65
/
+40
|
*
Added caching of legacy capabilities
James Booth
2014-11-30
1
-28
/
+174
|
*
Store capabilities against fulljid when unsupported hash
James Booth
2014-11-27
1
-21
/
+62
|
*
Free datetime on ping errors
James Booth
2014-11-03
1
-1
/
+2
|
*
Fixed leaks in /affiliation and /role
James Booth
2014-11-03
1
-0
/
+2
|
*
Fixed various memory leaks
James Booth
2014-11-01
1
-0
/
+4
|
*
Renamed room destroy function
James Booth
2014-10-23
1
-2
/
+2
|
*
Removed debug messages when setting roles/affiliations
James Booth
2014-10-18
1
-4
/
+0
|
*
Implemented setting and listing roles
James Booth
2014-10-06
1
-11
/
+126
|
*
Implemented /room kick command
James Booth
2014-10-05
1
-1
/
+0
|
*
Added /room kick command
James Booth
2014-10-05
1
-1
/
+47
|
*
Implemented getting affiliation list, and setting affiliation
James Booth
2014-10-05
1
-2
/
+99
|
*
Implemented setting affiliation and listing affiliations
James Booth
2014-10-04
1
-6
/
+7
|
*
Allow adding and removing room owners
James Booth
2014-10-04
1
-0
/
+22
|
*
Added service discovery to /room info command
James Booth
2014-10-02
1
-4
/
+39
|
*
Changed rooms to use Occupant type instead of PContact
James Booth
2014-09-30
1
-5
/
+6
|
*
Tidied muc module
James Booth
2014-09-28
1
-2
/
+2
|
*
Use log_warning for room config form errors
James Booth
2014-09-25
1
-5
/
+5
|
*
Free caps, remove strdup
James Booth
2014-09-24
1
-0
/
+1
|
*
Handle errors for /disco info requests
James Booth
2014-09-24
1
-1
/
+11
|
*
Log errors on caps responses
James Booth
2014-09-21
1
-0
/
+14
|
*
Added jid->hash lookup for capabilities
James Booth
2014-09-20
1
-2
/
+10
|
*
wip - refactoring capabilities
James Booth
2014-09-19
1
-152
/
+119
|
*
Handle result of room configuration submit
James Booth
2014-09-17
1
-3
/
+13
|
*
form_get_field_by_var->form_get_form_type_field
James Booth
2014-09-13
1
-1
/
+1
|
*
Implemented /room config submit for saving room configuration
James Booth
2014-09-10
1
-0
/
+34
|
*
Tidied error handling for room forms
James Booth
2014-09-09
1
-25
/
+34
|
*
Merge branch 'master' into roomconfig
James Booth
2014-09-09
1
-46
/
+20
|
\
|
*
Added usages for stanza_get_error_message in iq.c
James Booth
2014-09-09
1
-5
/
+10
|
|
|
*
Use stanza_get_error_message for pong errors
James Booth
2014-09-09
1
-41
/
+10
|
|
*
|
Added TODO for handling room config form request errors
James Booth
2014-09-09
1
-0
/
+1
|
|
*
|
Merge branch 'master' into roomconfig
James Booth
2014-09-07
1
-0
/
+40
|
\
|
|
|
|
|
|
|
|
|
Conflicts: src/server_events.h
|
*
Added error handling for /ping command responses
James Booth
2014-09-07
1
-0
/
+40
|
|
*
|
Rewrite form parser
James Booth
2014-09-06
1
-1
/
+2
|
|
*
|
Created form module
James Booth
2014-09-05
1
-3
/
+4
|
|
*
|
Parse data form for room configuration
James Booth
2014-09-04
1
-1
/
+20
|
|
*
|
Added ID handler for room config form
James Booth
2014-09-04
1
-2
/
+32
|
|
[next]