James Booth
|
99c0b3f2cf
|
wip - refactoring capabilities
|
2014-09-19 00:49:48 +01:00 |
|
James Booth
|
d2a06ab18e
|
Handle result of room configuration submit
|
2014-09-17 21:48:55 +01:00 |
|
James Booth
|
c4b4cb557f
|
form_get_field_by_var->form_get_form_type_field
|
2014-09-13 21:55:46 +01:00 |
|
James Booth
|
eba3a7cb30
|
Implemented /room config submit for saving room configuration
|
2014-09-10 23:05:35 +01:00 |
|
James Booth
|
41a069278a
|
Tidied error handling for room forms
|
2014-09-09 23:16:12 +01:00 |
|
James Booth
|
9d74bdb58d
|
Merge branch 'master' into roomconfig
|
2014-09-09 22:44:14 +01:00 |
|
James Booth
|
aa7fe0991f
|
Added usages for stanza_get_error_message in iq.c
|
2014-09-09 22:32:52 +01:00 |
|
James Booth
|
3417f25dd1
|
Use stanza_get_error_message for pong errors
|
2014-09-09 22:26:14 +01:00 |
|
James Booth
|
6166d456e8
|
Added TODO for handling room config form request errors
|
2014-09-09 00:16:29 +01:00 |
|
James Booth
|
14ede0e44c
|
Merge branch 'master' into roomconfig
Conflicts:
src/server_events.h
|
2014-09-07 21:54:04 +01:00 |
|
James Booth
|
8f08c7a21e
|
Added error handling for /ping command responses
|
2014-09-07 21:50:59 +01:00 |
|
James Booth
|
2599c43d66
|
Rewrite form parser
|
2014-09-06 22:40:57 +01:00 |
|
James Booth
|
157a1b5ff7
|
Created form module
|
2014-09-05 21:04:16 +01:00 |
|
James Booth
|
5e1023dfd9
|
Parse data form for room configuration
|
2014-09-04 23:15:51 +01:00 |
|
James Booth
|
763356464a
|
Added ID handler for room config form
|
2014-09-04 22:41:10 +01:00 |
|
James Booth
|
1e0e5597c2
|
Added /room config edit and /room config cancel
|
2014-09-04 22:29:57 +01:00 |
|
James Booth
|
4ba33cb13c
|
Added /ping command
|
2014-09-04 01:08:10 +01:00 |
|
James Booth
|
b50b786dcc
|
Validate usage of /room config command, added UI messages
|
2014-09-03 22:56:33 +01:00 |
|
James Booth
|
64521eb135
|
Handle /room config cancel
|
2014-09-03 22:00:08 +01:00 |
|
James Booth
|
aa9f1dfa06
|
Send room destroy iq on /room config cancel
|
2014-09-03 20:29:17 +01:00 |
|
James Booth
|
09c10f62f2
|
Send instant room request
|
2014-09-03 13:55:06 +01:00 |
|
James Booth
|
f9737251a6
|
Added license exemption for OpenSSL to source headers
|
2014-08-24 20:57:39 +01:00 |
|
Dariusz Dwornikowski
|
225312802e
|
Spelling errors fixed and hyphenation used as minus sign fixed
|
2014-08-11 18:54:20 +02:00 |
|
James Booth
|
d6e92f62dc
|
Fixed cppcheck warnings
|
2014-04-26 00:36:36 +01:00 |
|
James Booth
|
26726b207a
|
Updated copyright
|
2014-03-09 01:18:19 +00:00 |
|
James Booth
|
b177250f47
|
Refactored muc_room_is_active to only take room, rather than full jid
|
2014-03-08 21:20:26 +00:00 |
|
Dmitry Podgorny
|
0fbaa6f5ee
|
fixed build error when make run with -jN option
Race can occur when gitversion file isn't fully generated before
it is used.
|
2014-03-06 02:06:22 +02:00 |
|
James Booth
|
16de267906
|
Added id handler for pings, disable ping on error type 'cancel'
|
2014-01-26 00:53:24 +00:00 |
|
James Booth
|
5472c6965a
|
Moved xmpp ping to iq module
|
2014-01-26 00:15:34 +00:00 |
|
James Booth
|
9b82551809
|
Renamed iq handlers
|
2014-01-25 21:41:17 +00:00 |
|
James Booth
|
d083a5407d
|
Moved handle_room_list and handle_disco_items to server_events
|
2014-01-05 21:20:15 +00:00 |
|
James Booth
|
b14d5707cb
|
Moved handle_disco_info to server_events
|
2014-01-05 21:17:07 +00:00 |
|
James Booth
|
460a42c7c9
|
Moved handle_software_version_result to server_events
|
2014-01-05 21:11:09 +00:00 |
|
James Booth
|
90e7ce1c56
|
Bind iq functions in main.c
|
2013-12-22 23:19:20 +00:00 |
|
James Booth
|
81909ef000
|
Dynamically bind xmpp module api
|
2013-12-18 20:16:55 +00:00 |
|
James Booth
|
107fdd355e
|
Added simple mock test, refactored roster
|
2013-12-14 15:34:17 +00:00 |
|
James Booth
|
ee8ff948bf
|
Use git revision in development strings
|
2013-09-17 01:28:35 +01:00 |
|
Dmitry Podgorny
|
7a9fcd53d2
|
fixed crash because of incorrect string releasing
|
2013-08-26 12:31:41 +03:00 |
|
Dmitry Podgorny
|
b1bfdf650a
|
fixed memory leaks in various files
|
2013-08-25 14:54:34 +03:00 |
|
Dmitry Podgorny
|
012366cf13
|
fixed memleak in _iq_handle_discoinfo_get
|
2013-08-24 00:40:23 +03:00 |
|
Dmitry Podgorny
|
a6e66cc571
|
fixed memory leaks
Also avoided several NULL pointer dereferences.
|
2013-08-03 14:38:38 +03:00 |
|
James Booth
|
c1ee75da40
|
Removed contact_list, moved roster logic to xmpp/roster module
|
2013-05-06 23:04:46 +01:00 |
|
James Booth
|
05f2d29396
|
Renamed contact_list_ functions to roster_
|
2013-05-06 22:32:58 +01:00 |
|
James Booth
|
097ea18dab
|
Tidied includes in iq.c
|
2013-05-06 22:00:11 +01:00 |
|
James Booth
|
3ae74feaa2
|
Created roster module, moved roster iq's
|
2013-05-06 21:53:59 +01:00 |
|
James Booth
|
ef7aacc709
|
Respond to disco items query
|
2013-03-24 17:40:46 +00:00 |
|
James Booth
|
d703301f7f
|
Respond to disco info requests without node attribute
|
2013-03-24 17:27:30 +00:00 |
|
James Booth
|
e7202120cb
|
Renamed ID attribute for capabilities disco info request
|
2013-03-17 21:46:49 +00:00 |
|
James Booth
|
e2bc9bde74
|
Implemented output for /disco info
|
2013-03-14 23:41:36 +00:00 |
|
James Booth
|
7bd7c15994
|
Added output for /disco items
|
2013-03-14 22:18:21 +00:00 |
|