1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix some misconfiguration stuff
Justasic
as Justin Crawford
More... almost 3 years ago
Hello, long time no commit :)
Justasic
as Justin Crawford
More... almost 3 years ago
Actually add the thread engine source code
Justasic
as Justin Crawford
More... about 10 years ago
Add my ThreadEngine code, fix a few small warnings
Justasic
as Justin Crawford
More... about 10 years ago
Clang-modernize
Justasic
as Justin Crawford
More... about 10 years ago
Removed Scripting directory
Justasic
as Justin Crawford
More... over 10 years ago
Cleaned up the build system a bit, C++11 is now required for variadic macros
Justasic
as Justin Crawford
More... over 10 years ago
Thanks kate...
Justasic
as Justin Crawford
More... over 10 years ago
Changed FOREACH_MOD macro syntax
Justasic
as Justin Crawford
More... over 10 years ago
Use astyle to make the entire project directory match the style I like
Justasic
as Justin Crawford
More... almost 11 years ago
Added Travis-ci build file. This should enable Navn to use travis CI
Justasic
as Justin Crawford
More... about 11 years ago
Updated TODO again, added beginning features to Navn 2.0.3
Justasic
as Justin Crawford
More... over 11 years ago
Added m_eightball based on Sigyns 8-ball module. Fun little game for shits and giggles
Justasic
as Justin Crawford
More... over 11 years ago
Updated TODO to be more recent and remove unnecessary scripting languages
Justasic
as Justin Crawford
More... over 11 years ago
Tabbing! \o/
Justasic
as Justin Crawford
More... over 11 years ago
GCC 4.8 adds caret diagnostic messages similar to clang. I am using GCC, not clang and therefore hate these messages, so add some code to disable this horribly verbose output.
Justasic
as Justin Crawford
More... over 11 years ago
once again fix building on linux..
Justasic
as Justin Crawford
More... over 11 years ago
split the windows fixes into their own files
Justasic
as Justin Crawford
More... over 11 years ago
Fix a missing include, Navn now successfully builds on linux
Justasic
as Justin Crawford
More... over 11 years ago
this include is funny
Justasic
as Justin Crawford
More... over 11 years ago
Move some of the directory hierarchy around
Justasic
as Justin Crawford
More... over 11 years ago
Windows support
Justasic
as Justin Crawford
More... over 11 years ago
Renamed CondenseString to ConcatinateVector, allowed Flux::vector to be easily operated with Flux::string, Moved ConcatinateVector to Flux namespace
Justasic
as Justin Crawford
More... almost 12 years ago
Rewrote the command processor to allow for non-hard coded fantasy prefixes
Justasic
as Justin Crawford
More... almost 12 years ago
Remove ListUsers and ListChannels because they're useless functions, track channel topics, topic setters, topic set times, modes, and creation times, ircproto->part now sends part without a message if message is empty, cleaned up channel.cpp
Justasic
as Justin Crawford
More... almost 12 years ago
IRC does infact have CHANNELLEN, inspircd had a bug
Justasic
as Justin Crawford
More... almost 12 years ago
Added a probably not working python interpreter and modified CMake to make it use folders as modules like some other projects, did some windows work in preparation for windows support, moved all the docs like AUTHORS and such to docs/
Justasic
as Justin Crawford
More... almost 12 years ago
Updated TODO again
Justasic
as Justin Crawford
More... almost 12 years ago
Updated TODO
Justasic
as Justin Crawford
More... almost 12 years ago
Renamed module class to Module (capitalized it), updated ChangeLog
Justasic
as Justin Crawford
More... almost 12 years ago