295 Commits (f9e365c77db1ef35b87095d21a506b241aceb27e)
 

Author SHA1 Message Date
JustinAJ 7bfc25e81b Moved several C linkage functions into Jupiter_ namespace. 10 years ago
JustinAJ 4fb5035e2a Added case-insensitive version of find() named findi(). 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 107bdcd8e6 resolveAddress() and resolveHostname() now have static buffers. 10 years ago
JustinAJ de87c0eb21 Corrected plugin event executors to use the correct size and increment positively. 10 years ago
JustinAJ cfa9eb3f15 Added STRING_LITERAL_AS_NAMED_REFERENCE macro. 10 years ago
JustinAJ bcd562a2e1 Socket recreation now uses move semantics instead of reconstruction from scratch. 10 years ago
JustinAJ cfe613fe89 Added configuration option "STARTTLS". SSL variable now resets on disconnect. 10 years ago
JustinAJ c1c52692d1 Added missing length checks 10 years ago
JustinAJ 4d23db3ba7 INI data is now stored as StringS instead of CStringS. 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 08ec978cf7 Fixed off-by-one error. 10 years ago
JustinAJ 12b67decae getTrigger() now takes size_t as the index type and returns a reference to a ReadableString. 10 years ago
JustinAJ 500dae3683 Added isEmpty() to Readable_String. 10 years ago
JustinAJ 02384842be Fixed closing bracket not being removed from section. 10 years ago
JustinAJ d7f49942bd Correction to previous commit. 10 years ago
JustinAJ a94c20966c set now properly appends a null terminator. 10 years ago
JustinAJ 7665f6112a Changed many types to size_t and fixed several bugs. 10 years ago
JustinAJ bbfb132ccb Changed if/else statement series to switch. 10 years ago
JustinAJ 143d8a08af Fixed wrong line being added. 10 years ago
JustinAJ ac89e44111 Added support for binary string interpretation in strtoi variants when using the 0b prefix. 10 years ago
JustinAJ 762e4d99dd Fixed format bug 10 years ago
JustinAJ a3a45c07f2 Changed global variable INIT_SIZE to start_size static variable within ArrayList. 10 years ago
JustinAJ a9f545ecb3 Fixed usage of wrong variable. 10 years ago
JustinAJ c0f09b6673 Fixed array bounds error when nullptr. 10 years ago
JustinAJ f276acb0df Fixed erroneous copyright year 10 years ago
JustinAJ 4b58449ad9 Modified to be in a compilable state. Requires testing and further modification. 10 years ago
JustinAJ 91874cf9a6 added span() function 10 years ago
JustinAJ 79b87f9978 Fixed shiftLeft() and shiftRight() 10 years ago
JustinAJ 952ac5c00a Added shiftLeft() and shiftRight() 10 years ago
JustinAJ 112f011e40 Fixed wrong variable being used. 10 years ago
JustinAJ 0f70e36e82 Removed a useless variable and changed index types from int to size_t. I'll probably rewrite this later. 10 years ago
JustinAJ eb146710cf Added truncate() function to Reference_String. 10 years ago
JustinAJ 3d981d9996 Added find() functions 10 years ago
JustinAJ 2f4429bceb Changed INVALID_INDEX to size_t. 10 years ago
JustinAJ 4002ba8370 Changed event parameters from StringType to ReadableString. getName() now returns a ReadableString. 10 years ago
JustinAJ e608ee4a3f Updated to use ReadableString. getHelp() now takes paremeters. 10 years ago
JustinAJ 991ab0ea28 Updated to use Jupiter::ReadableString EXCEPT for functions involving file loading -- there's no way to open a file without a c-style string. 10 years ago
JustinAJ 9d09724377 Added asBool 10 years ago
JustinAJ ce126af6cb Updated to use Jupiter::ReadableString 10 years ago
JustinAJ 7c12d67c2f Changed _BASE64_H_HEADER to a comment at the end. (woops!) 10 years ago
JustinAJ a27f96a326 Changed base64decode2 to base64decode_s and isBase642 to isBase64_s 10 years ago
JustinAJ 9d286a27a2 Changed cert and key to use CString. Removed extra send() function. 10 years ago
JustinAJ deabb45c21 Added send() function for ReadableString. 10 years ago
JustinAJ 0528659d5c Changed from getHostname() to getHost() to retain Socket compatibility. 10 years ago
JustinAJ 7a06dd7f29 blockMode is no longer stored on linux systems. Changed socket hostname to be stored as CStringS. changed getHostname() to return a ReadableString. Removed cSend and cRecv function forwards. 10 years ago
JustinAJ e4f3dc8e26 Added asDouble and find() 10 years ago