1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Justasic
as Justin Crawford
More... over 13 years ago
Fixed log not appending to log file
Justasic
as Justin Crawford
More... over 13 years ago
Temporarly fixed a crash in parting the bot
Justasic
as Justin Crawford
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)
Justasic
as Justin Crawford
More... over 13 years ago
Changed how navn logs AGAIN, did some fun extern stuff, looking for that crash bug
Justasic
as Justin Crawford
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.
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
More... over 13 years ago
Working on getting input parsed better so it does not just send so much rawly out the socket
Justasic
as Justin Crawford
More... over 13 years ago
Added exiting to thread class, also added away command
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
More... over 13 years ago
Made user input an optional module, this will help organize user input commands and IRC input commands
Justasic
as Justin Crawford
More... over 13 years ago
Changed how protocoldebug logging works, now it will show messages down to the nano second
Justasic
as Justin Crawford
More... over 13 years ago
Removed the new line define we had in the early versions of navn
Justasic
as Justin Crawford
More... over 13 years ago
Removed old thread engine from flux_net_irc.hpp
Justasic
as Justin Crawford
More... over 13 years ago
Why are we returning after a throw?
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
More... over 13 years ago
Flux::string() now accepts floats, doubles, ints, and longs
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
More... over 13 years ago
Fixed hexicecimal conversions of strings
Justasic
as Justin Crawford
More... over 13 years ago
Added hexidecimal and binary string conversions
Justasic
as Justin Crawford
More... over 13 years ago
Added part of User::ChannelList, Added FOREACH_MOD OnInvite Hook thanks to ShyGuy reminding me to put that in
Justasic
as Justin Crawford
More... over 13 years ago
Added Flux::string.b64decode() and Flux::string.b64encode()
Justasic
as Justin Crawford
More... over 13 years ago
Moved some stuff around in the Flux::string class
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
More... over 13 years ago
Fixed Flux::string.strip() i think
Justasic
as Justin Crawford
More... over 13 years ago
You can now cast Flux::string into an integer in C style casting
Justasic
as Justin Crawford
More... over 13 years ago
Added compiler option which fixes compile on some systems
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
More... over 13 years ago
Added input into navn's console, though the bot does not process everything correctly as it should.
Justasic
as Justin Crawford
More... over 13 years ago