Commit Graph

203 Commits (b1d1238514233157e8a37de304f7e1c2e547c3ae)
 

Author SHA1 Message Date
Roker f23706cf31 remove unecessary copy constructors also here
7 years ago
Roker 4382fd6fc0 make In<T>, Out<T> etc. uncopyable, because they are not copied anymore. :-)
7 years ago
Roker 3efbec2e37 collect the output params in js::Array instead of a std::tuple<>
7 years ago
Roker 262965a647 new branch: refactor-resuld-recursion to change from std::tuple<> into js::Array
7 years ago
Roker 7f5c9bc25d add some clarifying comments. Hope they will help to clarify
7 years ago
Roker 464bf1da62 the last session is always checked
7 years ago
Roker 233a7f8485 operator<<() for Out<T>
7 years ago
Krista Grothoff bb4342130d Oops. Committed local paths. Reverted.
7 years ago
Krista Grothoff ad045a5693 fixed debug messages - also the non-ascii symbol fix
7 years ago
Roker 2fae28d057 make a log output for Out<message*>::Out()
7 years ago
Roker eb0a0f3073 oops, now it compiles :-D
7 years ago
Roker 53f422468f add some debug output
7 years ago
Roker d46dcd3cfc declare some assignment operators as deleted, to avoid their default creation
7 years ago
Roker 9fd5291008 change default values in HTML form to ease debugging
7 years ago
Roker b77b838dad Version "(12) Kreuz Köln-Süd": Support for attachments
7 years ago
Roker d3bfe6c8a8 "(11) Köln-Klettenberg"; // support for identity_list as output parameter, as needed by import_key() now. Fix some issue with identity.lang
7 years ago
Roker 76c5cc87a0 add support for message->direction. fix iterator bug in from_json<stringpair_list_t*>()
7 years ago
Roker 29355d358f version "(10) Kreuz Köln-West": more fields in "message", fix a bug in from_json<pep_identity*>
7 years ago
Lars Rohwedder d8e6459e8c first: bind port. than: write security token
7 years ago
Lars Rohwedder fa9d95e9e6 add security_token to HTML & JavaScript
7 years ago
Lars Rohwedder 5c329618ae add Type2String<time_t>
7 years ago
Lars Rohwedder d4b96e4f38 add security-token. version (9a)
7 years ago
Lars Rohwedder 66b8158496 add functions do deal with security token files
7 years ago
Lars Rohwedder a38ba68b32 oh abiguität... das fixen wir
7 years ago
Lars Rohwedder 825e71584b version 8a: remove own_key_add()
7 years ago
Lars Rohwedder 619f89e2d3 pEp_identity changes nachgezogen. Linkt grad nicht, da in der libpEpEngine.so Code fehlt... oO
7 years ago
Lars Rohwedder 403edd964f add own_key_add(), own_key_is_listed() and own_key_retrieve() which are new in the pEp Engine. – "(7b) Elsdorf"
7 years ago
Lars Rohwedder 7706d88a4c add support for InOut parameters. Verison "(7a) Merzenich".
7 years ago
Lars Rohwedder cae0a37589 pEpEngine changed its API: get_identity() got another parameter. So I must change it in my function list, too
7 years ago
Lars Rohwedder 111e037bf5 many bugfixes, utf8 output, integer input fields, version "(6) Düren"
7 years ago
Lars Rohwedder da9f2554b3 add support for the remaining functions from pEpEngine.h
7 years ago
Lars Rohwedder 93517566e2 move some values, new version "(5c)"
7 years ago
Lars Rohwedder 6c718e644b add missing members of struct message also in to_json<message*>() except refering_msg_ref & refered_by
7 years ago
Lars Rohwedder c15fa7c1fb add missing members of struct message in from_json<message*>(), except refering_msg_ref & refered_by due to unknown ownership semantics
7 years ago
Lars Rohwedder 0565a20031 (5b) add support for get_identity() and get_languagelist()
7 years ago
Lars Rohwedder f32bcc122a add support for log_event() and trustwords()
7 years ago
Lars Rohwedder d9bf48f4de add server version "(4) Kreuz Aachen"
7 years ago
Lars Rohwedder 421a7e53a1 support for different sections & separators in drop-down list
7 years ago
Lars Rohwedder 6a061df842 If I do not own the path, I will make a copy.
7 years ago
Lars Rohwedder bae50795d2 check whether init() fails and throw an exception instead of leaving the session NULL
7 years ago
Lars Rohwedder 6c4c6e211c print e.what() for known exceptions in ThreadFunc to help debugging.
7 years ago
Lars Rohwedder c7d1a9975b don't use paths where not required
7 years ago
Lars Rohwedder ca54f8f3a1 fix template problem
7 years ago
Lars Rohwedder b2ce4ac2a1 add parseInt() to put the enum as an int into the JSON struct
7 years ago
Lars Rohwedder 9600d75b49 print the value that cannot be converted into the exception message
7 years ago
Lars Rohwedder 744d1c6e95 better pretty printing of JSON values
7 years ago
Lars Rohwedder ef2da64a7a update the HTML page more often
7 years ago
Lars Rohwedder e1028dcacd throw an error when erasing an entry that not exists in registry
7 years ago
Lars Rohwedder 1fb0544be1 I only have jquery-2.2.0.min.js
7 years ago
Lars Rohwedder 78144a0123 support for "raw" input parameters added
7 years ago