67 Commits (7e7dca8e27f57aa042028ae4d76a80465c8791cb)

Author SHA1 Message Date
JustinAJ cdb944baef Changed type from unsigned int to size_t 10 years ago
JustinAJ abc8e75325 Changed some types from short to more appropriate types. 10 years ago
JustinAJ f505cb34d1 Added missing copyright notices. 10 years ago
JustinAJ 41ad3179e6 Readable_String::find now returns 0 when input string is empty AND "this" string is NOT empty. 10 years ago
JustinAJ 0f052fc011 Fixed bounds error. 10 years ago
JustinAJ 32a7ba9829 ReadableString & now accepted in place of C-Style string. 10 years ago
JustinAJ cfe613fe89 Added configuration option "STARTTLS". SSL variable now resets on disconnect. 10 years ago
JustinAJ 5798852d43 Jupiter now in working state. Version changed to 0.9-rc1. 10 years ago
JustinAJ 53212446ad Jupiter now in working state. Version changed to 0.9-rc1. 10 years ago
JustinAJ 4b58449ad9 Modified to be in a compilable state. Requires testing and further modification. 10 years ago
JustinAJ b47fedda1c Added Reference_String class. 10 years ago
JustinAJ 7a2a8ac72d Added Readable_String class and adapted implementations as neccessary 10 years ago
JustinAJ 2a7829bce7 Completed Jupiter::String. 10 years ago
JustinAJ d5efc12c32 Update version number 10 years ago
JustinAJ 342c948b49 Moved String Implementations around, moved repeated code (i.e: getWord) to templates, updated other code to be compatible to chagnes. CString_Strict is now typedef'd to CString_Type. 10 years ago
JustinAJ 379b44d8f6 Changed all instances of .size() > 0 to .size() != 0 for consistency. 10 years ago
JustinAJ aa1126569b Initial Commit 10 years ago