Fixed INIParser throwing errors on empty lines, added better error handling on config reading and on startup |
|
More...
|
over 13 years ago
|
Couple of small fixes.. |
|
More...
|
over 13 years ago
|
Moved some files around for INIReader |
|
More...
|
over 13 years ago
|
Rewrote the INIReader to C++, this make it more effecent and even smaller, config does not change. Fixed crash in signal handler |
|
More...
|
over 13 years ago
|
Made INIReader use Flux::string |
|
More...
|
over 13 years ago
|
Added TempFile() function, this generates a temporary file name for navn to use, modified the weather and clock functions to support this new temp file thing, Also replaced a few std::couts with log() |
|
More...
|
over 13 years ago
|
Made INIReader use its constructor, this fixes rehash and makes global class pointer config, now modules can use config->Get() etc.. |
|
More...
|
over 13 years ago
|
Added part of a module loader, needs some serious work to get working correctly though |
|
More...
|
over 13 years ago
|
Made Classes commands, oper, and SendMessage use send_cmd() instead of socket class, this cleans up some complexity in the code |
|
More...
|
over 13 years ago
|
Navn is now a little smarter about how it accepts questions. Patched a HUGE security issue. |
|
More...
|
over 13 years ago
|
Merge branch 'master' of gitorious.org:navn/navn |
|
More...
|
over 13 years ago
|
UBER BETA encyclopedia module update. first step towards AI |
|
More...
|
over 13 years ago
|
Added credits for authors |
|
More...
|
over 13 years ago
|
Small changes for versions and various other lib checking for configure |
|
More...
|
over 13 years ago
|
Added the actual install-sh and not a linux symlink to the file |
|
More...
|
over 13 years ago
|
Successfuly got the make system working like it should, changed version strings as a result |
|
More...
|
over 13 years ago
|
Added the GPL v3 license stuff to the file COPYING |
|
More...
|
over 13 years ago
|
Fixed compiler warning |
|
More...
|
over 13 years ago
|
Added run-cc.pl from inspircd, made my own modifications to it to suit my color likings and for navns specific errors |
|
More...
|
over 13 years ago
|
Changed how navn builds to support make, this also breaks build.sh and has been removed, the actual makefile template needs serious work but there is now a ./configure script |
|
More...
|
over 13 years ago
|
Updated some stuff to conform to the GNU compiling standards |
|
More...
|
over 13 years ago
|
fixed buffer being printed and logged twice in protocoldebug mode |
|
More...
|
over 13 years ago
|
Added some Thread code, fixed a crash in /msg command, made all /msg help replies caps |
|
More...
|
over 13 years ago
|
Made most modules use case insensitive string checking so most commands are case insenssitive |
|
More...
|
over 13 years ago
|
Updated makefile, this needs to have a configure script |
|
More...
|
over 13 years ago
|
Fixed some weirdness with nickserv autoidentify |
|
More...
|
over 13 years ago
|
Fixed merge conflict with readme |
|
More...
|
over 13 years ago
|
Merge branch 'master' of gitorious.org:navn/navn |
|
More...
|
over 13 years ago
|
Merge branch 'master' of gitorious.org:navn/navn |
|
More...
|
over 13 years ago
|
Added more logging, replaced printf's and std::cout's with log, fixed crash in encyclopedia module, fixed crash in channel logger module, removed other ctcp log stuff as there is 1 ctcp logger |
|
More...
|
over 13 years ago
|