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 INIParser throwing errors on empty lines, added better error handling on config reading and on startup
Justasic
as Justin Crawford
More... over 13 years ago
Couple of small fixes..
Justasic
as Justin Crawford
More... over 13 years ago
Moved some files around for INIReader
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
More... over 13 years ago
Made INIReader use Flux::string
Justasic
as Justin Crawford
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()
Justasic
as Justin Crawford
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..
Justasic
as Justin Crawford
More... over 13 years ago
Added part of a module loader, needs some serious work to get working correctly though
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
More... over 13 years ago
Small changes for versions and various other lib checking for configure
Justasic
as Justin Crawford
More... over 13 years ago
Added the actual install-sh and not a linux symlink to the file
Justasic
as Justin Crawford
More... over 13 years ago
Successfuly got the make system working like it should, changed version strings as a result
Justasic
as Justin Crawford
More... over 13 years ago
Added the GPL v3 license stuff to the file COPYING
Justasic
as Justin Crawford
More... over 13 years ago
Fixed compiler warning
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
More... over 13 years ago
Updated some stuff to conform to the GNU compiling standards
Justasic
as Justin Crawford
More... over 13 years ago
fixed buffer being printed and logged twice in protocoldebug mode
Justasic
as Justin Crawford
More... over 13 years ago
Added some Thread code, fixed a crash in /msg command, made all /msg help replies caps
Justasic
as Justin Crawford
More... over 13 years ago
Made most modules use case insensitive string checking so most commands are case insenssitive
Justasic
as Justin Crawford
More... over 13 years ago
Updated makefile, this needs to have a configure script
Justasic
as Justin Crawford
More... over 13 years ago
Fixed some weirdness with nickserv autoidentify
Justasic
as Justin Crawford
More... over 13 years ago
Fixed merge conflict with readme
Justasic
as Justin Crawford
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
Justasic
as Justin Crawford
More... over 13 years ago