JustinAJ
|
f46d686298
|
Added Jupiter::String to std::string conversion operator.
|
10 years ago |
JustinAJ
|
b8803ffc74
|
Version finalized for 0.9 release.
|
11 years ago |
JustinAJ
|
69936d32b2
|
Fixed a bug in tokenCount().
|
11 years ago |
JustinAJ
|
f12b36f350
|
added getToken() and gotoToken().
|
11 years ago |
JustinAJ
|
602d1ef4e8
|
Added slight optimization.
|
11 years ago |
JustinAJ
|
a0ab6376f8
|
Added tokenCount() functions.
|
11 years ago |
JustinAJ
|
f66461231d
|
Added some insert() and replace() functions. More will be added.
|
11 years ago |
JustinAJ
|
e289f09d5a
|
Removed system-specific code.
|
11 years ago |
JustinAJ
|
ba4ff8bf10
|
Expanded and simplified equals() and equalsi().
|
11 years ago |
JustinAJ
|
e8ceb1c317
|
Changed many CStrings to Strings
|
11 years ago |
JustinAJ
|
855068de5a
|
Now using a lambda as the config loop condition instead of breaking.
|
11 years ago |
JustinAJ
|
65b1ea6117
|
Changed plugin event calls to be slightly safter. A plugin call removing a plugin will not longer cause bounds issues, though other plugins can still have their calls skipped.
|
11 years ago |
JustinAJ
|
db5330e749
|
Changed some types from int to size_t/unsigned int.
|
11 years ago |
JustinAJ
|
4c9519a4ad
|
Removed Jupiter::emptyString variable from CString.h.
|
11 years ago |
JustinAJ
|
b400941629
|
Removed c_str() from String_Type, String_Loose, and String_Strict
|
11 years ago |
JustinAJ
|
6c90ba86ae
|
Fixed INI parsing when first character in value is '='.
|
11 years ago |
JustinAJ
|
cdb944baef
|
Changed type from unsigned int to size_t
|
11 years ago |
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 |