Jelte Jansen
|
c68d74d8c2
doxygen for createAnswer and family of helper functions
|
15 years ago |
JINMEI Tatuya
|
1670cdbbe8
added a test for a short message
|
15 years ago |
Jelte Jansen
|
e7361328f9
renamed some functions that weren't following style guide
|
15 years ago |
JINMEI Tatuya
|
38db5558d9
clarified that errors are intentionally ignored in UDPServer::sendCompleted()
|
15 years ago |
JINMEI Tatuya
|
06792038b0
simplified cod logic for TCPServer::listening :
|
15 years ago |
JINMEI Tatuya
|
47a44f7467
indentation fix
|
15 years ago |
JINMEI Tatuya
|
e50967f425
missing cleanup on error in the ASIO TCPClient class
|
15 years ago |
Jelte Jansen
|
6341a7085f
oops, forgot ifdef BOOST_LIB for that io_service
|
15 years ago |
Jelte Jansen
|
e8e86b7462
moved io_service to global scope so the command handler for "shutdown" can call io_service.stop()
|
15 years ago |
JINMEI Tatuya
|
3d8ae5122f
cleanup: style consistency (per guideline)
|
15 years ago |
JINMEI Tatuya
|
ceb44cf5bb
added the verbose argument to AuthSrv::processMessage()
|
15 years ago |
Jeremy C. Reed
|
5f2aaf0fc8
My revision r1131 was lost.
|
15 years ago |
JINMEI Tatuya
|
e96a4c939e
suppress noisy per-query debug messages unless the -v option is specified
|
15 years ago |
JINMEI Tatuya
|
22d794ca23
cleanup: it turned out we didn't need helper condition function object
|
15 years ago |
JINMEI Tatuya
|
07b1694cab
renamed auth/config.h to auth/spec_config.h as it confused the compiler
|
15 years ago |
JINMEI Tatuya
|
91cfdfed1b
incorporated the jelte-tcp branch, and made it possible to selectively build
|
15 years ago |
JINMEI Tatuya
|
f8d7452f6e
adapted command channel module with boost::asio. ugly hack, but works.
|
15 years ago |
JINMEI Tatuya
|
07cfeddca2
clean up and minor bug fixes for the cc module:
|
15 years ago |
Jelte Jansen
|
784ae3c558
make auth_srv use the Auth/database_file setting
|
15 years ago |
JINMEI Tatuya
|
1af48847d1
sync with trunk, mainly for truncation support
|
15 years ago |
JINMEI Tatuya
|
3dc594ce21
simplification: no null check is needed before delete
|
15 years ago |
JINMEI Tatuya
|
14297b86e7
experimental UDP/TCP auth server using boost::asio
|
15 years ago |
JINMEI Tatuya
|
a899152754
- corrected the condition for the case of !-4
|
15 years ago |
Jeremy C. Reed
|
7e9e13dad2
Include <netinet/in.h> for IPPROTO_UDP.
|
15 years ago |
Evan Hunt
|
3d53e9c286
- set IPV6_V6ONLY socket option
|
15 years ago |
JINMEI Tatuya
|
95a8834341
made the auth server dual-stack (kind of quick hack)
|
15 years ago |
JINMEI Tatuya
|
3e248e341b
- made AuthSrv construction exception-safe
|
15 years ago |
Jelte Jansen
|
29c5ffbd6c
simple example to set the database file in auth (which is seen and remembered, but not passed on to the sqlite3datasource yet)
|
15 years ago |
Jelte Jansen
|
718c75b966
working on ccsession tests
|
15 years ago |
Jelte Jansen
|
33f2f0f5f3
add parseAnswer helper function
|
15 years ago |