Philipp Balzarek
|
f0c05132ff
|
squash! some conduit weirdness (blocking where it shouldn't)
|
14 years ago |
Philipp Balzarek
|
ac8e907e5c
|
compiles... again
|
14 years ago |
Jon Kristensen
|
e7b661976e
|
name, nejla and license change updates
|
14 years ago |
Jon Kristensen
|
e2212386e0
|
minor changes
|
14 years ago |
Jon Kristensen
|
0c2adb1609
|
removed the software design description and the software quality assurance plan documents
|
14 years ago |
Jon Kristensen
|
40e796e57c
|
changed the license to apache license 2.0
|
14 years ago |
Philipp Balzarek
|
f27b007520
|
top level types
|
14 years ago |
Philipp Balzarek
|
40c40f3258
|
Session, some bug fixes
|
14 years ago |
Jon Kristensen
|
43995daaf1
|
removed an unused .gitignore file
|
14 years ago |
Jon Kristensen
|
b147d8e606
|
removed eclipse project files
|
14 years ago |
Jon Kristensen
|
3e15419371
|
updated the README file
|
14 years ago |
Philipp Balzarek
|
d11434f18f
|
switched to hexpat
|
14 years ago |
Philipp Balzarek
|
cebc468852
|
bind
|
14 years ago |
Philipp Balzarek
|
0651bcd18f
|
first stab at types and marshaling
|
14 years ago |
Philipp Balzarek
|
021a0487c3
|
sasl working
|
14 years ago |
Philipp Balzarek
|
2193a15fba
|
initial
|
14 years ago |
Jon Kristensen
|
1adf789309
|
moved around source code and reconfigured the eclipsefp project a bit
|
14 years ago |
jonkri
|
02e4a7819e
|
configured the project for eclipsefp and committed it "as is"
|
14 years ago |
Jon Kristensen
|
542520e4d5
|
initial work on the new Session module; defines a XMPPT monad that derives from Monad and MonadReader, shows what events there are, how hooks are set, and provides a convenience function for connecting
|
14 years ago |
Jon Kristensen
|
14ed2cdd95
|
moved Session.hs out of the way--a new module is being developed
|
14 years ago |
Jon Kristensen
|
01a6eac141
|
added the first draft of the architectural description document
|
15 years ago |
Jon Kristensen
|
543840e945
|
updated the readme file for today's sprint
|
15 years ago |
Jon Kristensen
|
0729e0fc71
|
updated readme and cabal file (since 0.0.7.0 was released)
|
15 years ago |
Jon Kristensen
|
e3929e7ab0
|
cleaned up the TLS and Stream modules
|
15 years ago |
Jon Kristensen
|
a27609bced
|
updated the readme for 0.0.7.0
|
15 years ago |
Jon Kristensen
|
72925feb72
|
rewrote xmlReader (now eventConsumer), its depending functions and some enumeration-related types
|
15 years ago |
Jon Kristensen
|
bc5de2fb60
|
added functions to convert message and iq stanzas to xml elements
|
15 years ago |
Jon Kristensen
|
2fd8a6d10a
|
made a nice function to convert an internal presence to an xml element, including presence errors
|
15 years ago |
Jon Kristensen
|
cf453923c1
|
cleaned up imports and comments
|
15 years ago |
Jon Kristensen
|
1cf6a09413
|
implemented xml-enumerator-based elementToString functions, re-arranged the stanza types, rewrote parts of the Stream module
|
15 years ago |
Jon Kristensen
|
e3514ee1dc
|
stopped using idna2008 as clients don't have to support internationalization
|
15 years ago |
Jon Kristensen
|
be7a4b9c49
|
added Stream.hs again
|
15 years ago |
Jon Kristensen
|
dddba50e85
|
updated the readme file for the next version
|
15 years ago |
Jon Kristensen
|
d385c4a533
|
implemented a xmpp version datatype, a parsec validator and parser, and ord and show functions
|
15 years ago |
Jon Kristensen
|
d61361e342
|
implemented a language tag datatype, a parsec validator and parser, and equal and show functions
|
15 years ago |
Jon Kristensen
|
ebd7f9688a
|
cleaned up in the srs
|
15 years ago |
Jon Kristensen
|
6abbc23e9d
|
updated the documentation
|
15 years ago |
Jon Kristensen
|
0dda2728af
|
modified the API not to allow custom certificate directories; wrote some haddock documentation to defer crl, ocsp, basicconstraints for the time-being
|
15 years ago |
Jon Kristensen
|
6ef33ee6e9
|
updated the documentation to reflect the license change
|
15 years ago |
Jon Kristensen
|
6c98ccebf7
|
modified the headers to reflect the new license
|
15 years ago |
Jon Kristensen
|
cc8ba02f7f
|
added sasl failure type
|
15 years ago |
Jon Kristensen
|
5ce2f8aedd
|
calculated serverkey and serversignature to verify server success response
|
15 years ago |
Jon Kristensen
|
0735fb08fe
|
added some sasl functions and fixed some bugs and managed to produce the correct client proof
|
15 years ago |
Jon Kristensen
|
32394d6557
|
sent scram auth and implemented the hi() function of rfc 5802 ("scram")
|
15 years ago |
Jon Kristensen
|
e7a390ae0e
|
implemented the saslprep stringprep profile
|
15 years ago |
Jon Kristensen
|
49e7cbaacb
|
added a SASLError type
|
15 years ago |
Jon Kristensen
|
e0234fece9
|
started using the presence and message types again
|
15 years ago |
Jon Kristensen
|
8674d20d6b
|
removed types having to do with XMPP IM
|
15 years ago |
Jon Kristensen
|
dc86a433b6
|
renamed openStream to openStreams and secureWithTLS to tlsSecureStreams
|
15 years ago |
Jon Kristensen
|
8bf9e679a3
|
added two short documentation paragraps
|
15 years ago |