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