JustinAJ
|
a2a5df7b72
|
Updated format string.
|
11 years ago |
JustinAJ
|
f20df2a035
|
Corrected getChannel() documentation.
|
11 years ago |
JustinAJ
|
abc8e75325
|
Changed some types from short to more appropriate types.
|
11 years ago |
JustinAJ
|
f505cb34d1
|
Added missing copyright notices.
|
11 years ago |
JustinAJ
|
7bfc25e81b
|
Moved several C linkage functions into Jupiter_ namespace.
|
11 years ago |
JustinAJ
|
4fb5035e2a
|
Added case-insensitive version of find() named findi().
|
11 years ago |
JustinAJ
|
41ad3179e6
|
Readable_String::find now returns 0 when input string is empty AND "this" string is NOT empty.
|
11 years ago |
JustinAJ
|
0f052fc011
|
Fixed bounds error.
|
11 years ago |
JustinAJ
|
32a7ba9829
|
ReadableString & now accepted in place of C-Style string.
|
11 years ago |
JustinAJ
|
107bdcd8e6
|
resolveAddress() and resolveHostname() now have static buffers.
|
11 years ago |
JustinAJ
|
de87c0eb21
|
Corrected plugin event executors to use the correct size and increment positively.
|
11 years ago |
JustinAJ
|
cfa9eb3f15
|
Added STRING_LITERAL_AS_NAMED_REFERENCE macro.
|
11 years ago |
JustinAJ
|
bcd562a2e1
|
Socket recreation now uses move semantics instead of reconstruction from scratch.
|
11 years ago |
JustinAJ
|
cfe613fe89
|
Added configuration option "STARTTLS". SSL variable now resets on disconnect.
|
11 years ago |
JustinAJ
|
c1c52692d1
|
Added missing length checks
|
11 years ago |
JustinAJ
|
4d23db3ba7
|
INI data is now stored as StringS instead of CStringS.
|
11 years ago |
JustinAJ
|
5798852d43
|
Jupiter now in working state. Version changed to 0.9-rc1.
|
11 years ago |
JustinAJ
|
53212446ad
|
Jupiter now in working state. Version changed to 0.9-rc1.
|
11 years ago |
JustinAJ
|
08ec978cf7
|
Fixed off-by-one error.
|
11 years ago |
JustinAJ
|
12b67decae
|
getTrigger() now takes size_t as the index type and returns a reference to a ReadableString.
|
11 years ago |
JustinAJ
|
500dae3683
|
Added isEmpty() to Readable_String.
|
11 years ago |
JustinAJ
|
02384842be
|
Fixed closing bracket not being removed from section.
|
11 years ago |
JustinAJ
|
d7f49942bd
|
Correction to previous commit.
|
11 years ago |
JustinAJ
|
a94c20966c
|
set now properly appends a null terminator.
|
11 years ago |
JustinAJ
|
7665f6112a
|
Changed many types to size_t and fixed several bugs.
|
11 years ago |
JustinAJ
|
bbfb132ccb
|
Changed if/else statement series to switch.
|
11 years ago |
JustinAJ
|
143d8a08af
|
Fixed wrong line being added.
|
11 years ago |
JustinAJ
|
ac89e44111
|
Added support for binary string interpretation in strtoi variants when using the 0b prefix.
|
11 years ago |
JustinAJ
|
762e4d99dd
|
Fixed format bug
|
11 years ago |
JustinAJ
|
a3a45c07f2
|
Changed global variable INIT_SIZE to start_size static variable within ArrayList.
|
11 years ago |
JustinAJ
|
a9f545ecb3
|
Fixed usage of wrong variable.
|
11 years ago |
JustinAJ
|
c0f09b6673
|
Fixed array bounds error when nullptr.
|
11 years ago |
JustinAJ
|
f276acb0df
|
Fixed erroneous copyright year
|
11 years ago |
JustinAJ
|
4b58449ad9
|
Modified to be in a compilable state. Requires testing and further modification.
|
11 years ago |
JustinAJ
|
91874cf9a6
|
added span() function
|
11 years ago |
JustinAJ
|
79b87f9978
|
Fixed shiftLeft() and shiftRight()
|
11 years ago |
JustinAJ
|
952ac5c00a
|
Added shiftLeft() and shiftRight()
|
11 years ago |
JustinAJ
|
112f011e40
|
Fixed wrong variable being used.
|
11 years ago |
JustinAJ
|
0f70e36e82
|
Removed a useless variable and changed index types from int to size_t. I'll probably rewrite this later.
|
11 years ago |
JustinAJ
|
eb146710cf
|
Added truncate() function to Reference_String.
|
11 years ago |
JustinAJ
|
3d981d9996
|
Added find() functions
|
11 years ago |
JustinAJ
|
2f4429bceb
|
Changed INVALID_INDEX to size_t.
|
11 years ago |
JustinAJ
|
4002ba8370
|
Changed event parameters from StringType to ReadableString. getName() now returns a ReadableString.
|
11 years ago |
JustinAJ
|
e608ee4a3f
|
Updated to use ReadableString. getHelp() now takes paremeters.
|
11 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.
|
11 years ago |
JustinAJ
|
9d09724377
|
Added asBool
|
11 years ago |
JustinAJ
|
ce126af6cb
|
Updated to use Jupiter::ReadableString
|
11 years ago |
JustinAJ
|
7c12d67c2f
|
Changed _BASE64_H_HEADER to a comment at the end. (woops!)
|
11 years ago |
JustinAJ
|
a27f96a326
|
Changed base64decode2 to base64decode_s and isBase642 to isBase64_s
|
11 years ago |
JustinAJ
|
9d286a27a2
|
Changed cert and key to use CString. Removed extra send() function.
|
11 years ago |