Age | Commit message (Expand) | Author |
2008-02-22 | Add a note about interfaces that may be useful | w00t |
2008-02-22 | Nuke TIMESYNC from orbit \o/ | w00t |
2008-02-21 | Testsuite stuff and fixes | brain |
2008-02-21 | More test suite stuff | brain |
2008-02-15 | Make -nofork work properly with logging now. | aquanight |
2008-02-11 | Move most of startup process to use new logging, adds target 'STARTUP' | w00t |
2008-02-09 | Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ... | w00t |
2008-02-09 | New logging implementation. Also write messages about InspIRCd::Log() being d... | w00t |
2008-02-09 | Instantiate log manager | w00t |
2008-02-05 | Add new developers to list at startup | w00t |
2008-02-02 | Murder space indents.. now if I find out who did them, I'll murder them too ;( | w00t |
2008-02-02 | Fix a null pointer dereference caused by my reordering/moving stuff | w00t |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-26 | Tweaks | brain |
2008-01-26 | Whoops, should have test compiled this | brain |
2008-01-26 | macgyverdgi asked for this :p | brain |
2008-01-21 | win32 compile error fix | brain |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-16 | Two stage commit: don't set user->muted except in QuitUser (duplicate setting... | w00t |
2008-01-15 | CullList: Don't try quit everyone. Speed/resource use enhancement on netsplits.. | w00t |
2008-01-13 | New timer code. This may be a tiny fraction slower (though I think it will be... | w00t |
2008-01-13 | First UserManager overhaul: Move clone counts out of InspIRCd & User. | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-08 | Remove some debug on startup | w00t |
2008-01-05 | Add SnomaskManager::FlushSnotices() stub | w00t |
2008-01-03 | SID generation should(?) now work again as well. NOTE: no error checking on S... | w00t |
2008-01-03 | Patch turning Config->sid from size_t to char **. This also undoes the total ... | w00t |
2007-11-18 | First part of stuff for remote includes (this doesnt work yet) | brain |
2007-11-16 | Correctly do the second setup of the fake client (AFTER uid has been initiali... | w00t |
2007-11-12 | Argh, i give up | brain |
2007-11-12 | More craq | brain |
2007-11-11 | This fixed. Initialise dns at the end of pass 1 before loading first set of m... | brain |
2007-11-11 | We need to initialize the user twice, and we need to initialize the uid AFTER... | brain |
2007-11-11 | Report failure to load configs | brain |
2007-11-11 | Add a counter for errored files | brain |
2007-11-11 | Begin rethink on this. Warning, this WILL break your ircd if youre using trunk! | brain |
2007-11-11 | In prep for remote includes, configuration reading is now two-pass. | brain |
2007-11-04 | Fix these to use new hook system (u_listmode wasnt fixed yet) | brain |
2007-11-04 | Fix the two FIXMEs | brain |
2007-11-04 | Not yet tested: remove last vestiges of modules[] and module_names[] arrays. | brain |
2007-11-04 | Remove our vectors of Module*/ircd_module*, replace with a map of std::pair<i... | brain |
2007-11-04 | Instantiate BanCache in InspIRCd class. | w00t |
2007-11-02 | Tidy up, and make the identifer for a line type be std::string not char | brain |
2007-11-02 | XLines now only checked for expiry on positive hit. saves us a honking big O(... | brain |
2007-10-31 | Reorder creation of objects so: | w00t |
2007-10-31 | Clean up XLine conf stuff a little bit, move most of it to configreader. Also... | w00t |
2007-10-25 | Make install list list automatically generated from build targets and provide... | brain |
2007-10-25 | Errr, who did this? :p | brain |
2007-10-21 | Tidy up this windows ifdef. Still not sure why it's needed at all, but okay.. | w00t |