fixed navn crashing on user and command classes being useless but not empty. I guess you have to tell the classes to be null on the Log constructor, new rule and learn something new every day |
|
More...
|
over 13 years ago
|
Fixed log not appending to log file |
|
More...
|
over 13 years ago
|
Temporarly fixed a crash in parting the bot |
|
More...
|
over 13 years ago
|
Changed how navn logs, now logging is much simpler and is more up to date, also changed the build script to allow for single module compile (as lordofsraam requested) |
|
More...
|
over 13 years ago
|
Changed how navn logs AGAIN, did some fun extern stuff, looking for that crash bug |
|
More...
|
over 13 years ago
|
Overloaded Flux::string.search() to add constants to it, changed how the module handler removes modules from the runtime on errors and whatnot.. fixed incorrectly parsing the arguements for startup. |
|
More...
|
over 13 years ago
|
Made Flux::string only have a double declared, C++ should autocast integers of all types into doubles, there is still a problem of the class not accepting extremely long doubles. Fixed a compile error on from last commit |
|
More...
|
over 13 years ago
|
Added Flux::string.search(const Flux::string&) which does the same as irc_string::said(), Fully Deprecated irc_string class, Updated ChangeLog |
|
More...
|
over 13 years ago
|
Working on getting input parsed better so it does not just send so much rawly out the socket |
|
More...
|
over 13 years ago
|
Added exiting to thread class, also added away command |
|
More...
|
over 13 years ago
|
Updated Terminal Input module to delete the thread on unloading of the module, thus help with the memory clearning errors navn has |
|
More...
|
over 13 years ago
|
Made user input an optional module, this will help organize user input commands and IRC input commands |
|
More...
|
over 13 years ago
|
Changed how protocoldebug logging works, now it will show messages down to the nano second |
|
More...
|
over 13 years ago
|
Removed the new line define we had in the early versions of navn |
|
More...
|
over 13 years ago
|
Removed old thread engine from flux_net_irc.hpp |
|
More...
|
over 13 years ago
|
Why are we returning after a throw? |
|
More...
|
over 13 years ago
|
Cleaned up some code with the change to the Flux::string class, Made m_dns conform to the new commands and modules system |
|
More...
|
over 13 years ago
|
Flux::string() now accepts floats, doubles, ints, and longs |
|
More...
|
over 13 years ago
|
Removed Flux::string.AddSpace() as its function was pointless and corrected in many ways easier to type than that, added some stuff to the string class and some credit adjustment now that the string class has become an overloaded zombie from anope's string |
|
More...
|
over 13 years ago
|
Fixed hexicecimal conversions of strings |
|
More...
|
over 13 years ago
|
Added hexidecimal and binary string conversions |
|
More...
|
over 13 years ago
|
Added part of User::ChannelList, Added FOREACH_MOD OnInvite Hook thanks to ShyGuy reminding me to put that in |
|
More...
|
over 13 years ago
|
Added Flux::string.b64decode() and Flux::string.b64encode() |
|
More...
|
over 13 years ago
|
Moved some stuff around in the Flux::string class |
|
More...
|
over 13 years ago
|
Added C style casting in Flux::string for float, double, long and std::string, but i do not think that std::string casting works |
|
More...
|
over 13 years ago
|
Fixed Flux::string.strip() i think |
|
More...
|
over 13 years ago
|
You can now cast Flux::string into an integer in C style casting |
|
More...
|
over 13 years ago
|
Added compiler option which fixes compile on some systems |
|
More...
|
over 13 years ago
|
Moved input thread into flux_net_irc.hpp, also added a small command processor for quit, so if a user types quit, the bot quits normally |
|
More...
|
over 13 years ago
|
Added input into navn's console, though the bot does not process everything correctly as it should. |
|
More...
|
over 13 years ago
|