Fix some misconfiguration stuff |
|
More...
|
over 3 years ago
|
Hello, long time no commit :) |
|
More...
|
over 3 years ago
|
Actually add the thread engine source code |
|
More...
|
almost 11 years ago
|
Add my ThreadEngine code, fix a few small warnings |
|
More...
|
almost 11 years ago
|
Clang-modernize |
|
More...
|
almost 11 years ago
|
Removed Scripting directory |
|
More...
|
over 11 years ago
|
Cleaned up the build system a bit, C++11 is now required for variadic macros |
|
More...
|
over 11 years ago
|
Thanks kate... |
|
More...
|
over 11 years ago
|
Changed FOREACH_MOD macro syntax |
|
More...
|
over 11 years ago
|
Use astyle to make the entire project directory match the style I like |
|
More...
|
over 11 years ago
|
Added Travis-ci build file. This should enable Navn to use travis CI |
|
More...
|
almost 12 years ago
|
Updated TODO again, added beginning features to Navn 2.0.3 |
|
More...
|
over 12 years ago
|
Added m_eightball based on Sigyns 8-ball module. Fun little game for shits and giggles |
|
More...
|
over 12 years ago
|
Updated TODO to be more recent and remove unnecessary scripting languages |
|
More...
|
over 12 years ago
|
Tabbing! \o/ |
|
More...
|
over 12 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. |
|
More...
|
over 12 years ago
|
once again fix building on linux.. |
|
More...
|
over 12 years ago
|
split the windows fixes into their own files |
|
More...
|
over 12 years ago
|
Fix a missing include, Navn now successfully builds on linux |
|
More...
|
over 12 years ago
|
this include is funny |
|
More...
|
over 12 years ago
|
Move some of the directory hierarchy around |
|
More...
|
over 12 years ago
|
Windows support |
|
More...
|
over 12 years ago
|
Renamed CondenseString to ConcatinateVector, allowed Flux::vector to be easily operated with Flux::string, Moved ConcatinateVector to Flux namespace |
|
More...
|
over 12 years ago
|
Rewrote the command processor to allow for non-hard coded fantasy prefixes |
|
More...
|
over 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 |
|
More...
|
over 12 years ago
|
IRC does infact have CHANNELLEN, inspircd had a bug |
|
More...
|
over 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/ |
|
More...
|
over 12 years ago
|
Updated TODO again |
|
More...
|
over 12 years ago
|
Updated TODO |
|
More...
|
over 12 years ago
|
Renamed module class to Module (capitalized it), updated ChangeLog |
|
More...
|
over 12 years ago
|