James Booth
|
40a29755a6
|
Added thread names
|
2015-06-07 18:49:02 +01:00 |
|
James Booth
|
31506449bd
|
Removed SO_REUSEPORT
|
2015-06-06 23:16:21 +01:00 |
|
James Booth
|
35babf392f
|
Renamed stanza verification functions
|
2015-06-06 23:00:05 +01:00 |
|
James Booth
|
c1910b052f
|
Removed stanza show functions
|
2015-06-06 22:42:43 +01:00 |
|
James Booth
|
ddd1bf99a4
|
Moved stanza data structures
|
2015-06-06 22:37:50 +01:00 |
|
James Booth
|
6522e94977
|
Renamed stanza -> stanzas
|
2015-06-06 22:22:18 +01:00 |
|
James Booth
|
c96e902472
|
Set kill_recv on stream end
|
2015-06-06 20:19:58 +01:00 |
|
James Booth
|
5a857fc6c5
|
Added manual sleep to socket accept and recv
|
2015-06-06 19:22:39 +01:00 |
|
James Booth
|
202c4946a6
|
Fixed double free
|
2015-06-02 00:41:35 +01:00 |
|
James Booth
|
fe36df4dbe
|
Allow stubbing based on query xmlns
|
2015-06-02 00:19:53 +01:00 |
|
James Booth
|
66077b0194
|
Fixed legacy auth, uses dynamic ID
|
2015-06-01 21:34:35 +01:00 |
|
James Booth
|
6afa417667
|
Added license
|
2015-06-01 00:38:11 +01:00 |
|
James Booth
|
123f23c438
|
Added http daemon
|
2015-05-31 23:17:50 +01:00 |
|
James Booth
|
e8ca581eea
|
Added stbbr_wait_for
|
2015-05-30 22:43:28 +01:00 |
|
James Booth
|
bb9b49a8ea
|
Made verifications blocking calls with timeout
|
2015-05-27 22:41:51 +01:00 |
|
James Booth
|
8907bd0ac9
|
Added kill_recv
|
2015-05-27 00:20:38 +01:00 |
|
James Booth
|
5b1efdfeab
|
Added mutex lock to send_queue
|
2015-05-24 21:58:43 +01:00 |
|
James Booth
|
dda02514df
|
Added stbbr_send
|
2015-05-24 21:46:26 +01:00 |
|
James Booth
|
bb2b6da361
|
Added log lines after stream end
|
2015-05-24 20:30:04 +01:00 |
|
James Booth
|
a791965b8b
|
Tidy logging
|
2015-05-24 17:14:45 +01:00 |
|
James Booth
|
afd11a29c7
|
Removed debug
|
2015-05-24 04:14:31 +01:00 |
|
James Booth
|
23cbdc9013
|
Handle shutdown
|
2015-05-24 00:55:39 +01:00 |
|
James Booth
|
ed7e7e9670
|
Non blocking socket write
|
2015-05-19 23:04:42 +01:00 |
|
James Booth
|
27f30aaa8a
|
Tidied server.c
|
2015-05-19 00:55:20 +01:00 |
|
James Booth
|
abc78757b6
|
Use non blocking socket accept and read
|
2015-05-19 00:39:35 +01:00 |
|
James Booth
|
c6fb212a74
|
Free primes
|
2015-05-18 00:33:24 +01:00 |
|
James Booth
|
2e1a2f7c14
|
Added stanza free functions
|
2015-05-17 20:36:11 +01:00 |
|
James Booth
|
f7b3be3699
|
Tidy server
|
2015-05-17 19:58:31 +01:00 |
|
James Booth
|
153912a8ea
|
Removed start listener
|
2015-05-17 15:59:33 +01:00 |
|
James Booth
|
27f44c01ff
|
Moved thread creation
|
2015-05-17 15:24:03 +01:00 |
|
James Booth
|
1a28b331a5
|
Removed XMPPClient args
|
2015-05-16 22:37:38 +01:00 |
|
James Booth
|
94d1f1e84d
|
Renamed stanza->stream for id callback
|
2015-05-16 22:31:36 +01:00 |
|
James Booth
|
ede3ccab9d
|
Added id handler
|
2015-05-16 21:55:51 +01:00 |
|
James Booth
|
50cd28a977
|
Added password primer
|
2015-05-16 03:03:24 +01:00 |
|
James Booth
|
7e094d8c72
|
Adder logger
|
2015-05-16 01:10:32 +01:00 |
|
James Booth
|
fe1f94cd93
|
Create shared library
|
2015-05-16 00:12:26 +01:00 |
|
James Booth
|
c548c1be1b
|
Moved stanza creation to stanza module
|
2015-05-15 01:06:30 +01:00 |
|
James Booth
|
34aca16d4a
|
Set auth properties on XMPPClient
|
2015-05-15 00:58:34 +01:00 |
|
James Booth
|
62ba2f7ae5
|
Added auth callback, handle close stream
|
2015-05-15 00:44:11 +01:00 |
|
James Booth
|
debac69cbb
|
Moved more functions to stanza module
|
2015-05-15 00:12:47 +01:00 |
|
James Booth
|
3b0bdfeb86
|
Added stanza callbacks
|
2015-05-14 23:53:05 +01:00 |
|
James Booth
|
d83fd84d98
|
Added listen_for_xmlstart
|
2015-05-12 21:50:14 +01:00 |
|
James Booth
|
43f4080339
|
Parse XML
|
2015-05-12 21:24:13 +01:00 |
|
James Booth
|
e2af2e4592
|
Simplified read loops
|
2015-05-12 01:06:28 +01:00 |
|
James Booth
|
0fb5ced9ef
|
Removed pthreads dependency, tidied server code
|
2015-05-12 00:50:19 +01:00 |
|
James Booth
|
39fe147a8a
|
Tidied socket reads/writes
|
2015-05-12 00:15:52 +01:00 |
|
James Booth
|
d392c77b03
|
Removed threads
|
2015-05-11 23:44:43 +01:00 |
|
James Booth
|
a3fcd69fa2
|
Hard coded legacy auth login
|
2015-05-11 23:07:09 +01:00 |
|
James Booth
|
6f09e6ad09
|
Initial commit
|
2015-05-11 22:39:46 +01:00 |
|