]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Header update: 2007 -> 2008
[user/henk/code/inspircd.git] / src / inspircd.cpp
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-08 w00tRemove some debug on startup
2008-01-05 w00tAdd SnomaskManager::FlushSnotices() stub
2008-01-03 w00tSID generation should(?) now work again as well. NOTE...
2008-01-03 w00tPatch turning Config->sid from size_t to char **. This...
2007-11-18 brainFirst part of stuff for remote includes (this doesnt...
2007-11-16 w00tCorrectly do the second setup of the fake client (AFTER...
2007-11-12 brainArgh, i give up
2007-11-12 brainMore craq
2007-11-11 brainThis fixed. Initialise dns at the end of pass 1 before...
2007-11-11 brainWe need to initialize the user twice, and we need to...
2007-11-11 brainReport failure to load configs
2007-11-11 brainAdd a counter for errored files
2007-11-11 brainBegin rethink on this. Warning, this WILL break your...
2007-11-11 brainIn prep for remote includes, configuration reading...
2007-11-04 brainFix these to use new hook system (u_listmode wasnt...
2007-11-04 brainFix the two FIXMEs
2007-11-04 brainNot yet tested: remove last vestiges of modules[] and...
2007-11-04 brainRemove our vectors of Module*/ircd_module*, replace...
2007-11-04 w00tInstantiate BanCache in InspIRCd class.
2007-11-02 brainTidy up, and make the identifer for a line type be...
2007-11-02 brainXLines now only checked for expiry on positive hit...
2007-10-31 w00tReorder creation of objects so:
2007-10-31 w00tClean up XLine conf stuff a little bit, move most of...
2007-10-25 brainMake install list list automatically generated from...
2007-10-25 brainErrr, who did this? :p
2007-10-21 w00tTidy up this windows ifdef. Still not sure why it's...
2007-10-21 w00tWe bloated. We're 5 lines now, not 4. :(
2007-10-21 w00tRemove next_call garbage.. It didn't really do much...
2007-10-15 w00tInspSocket -> BufferedSocket. Paves the way for a Simpl...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-14 brainFix crashing on startup if there was an error condition...
2007-10-14 brainRemove crashdump stuff
2007-10-14 brainmove opening of log before opening of config so that...
2007-09-23 brainRemove InspIRCd::DoOneIteration, throwback to software...
2007-09-04 burlex* Fixed some incorrect declarations in IOCPEngine
2007-08-31 w00tUnbreak the compile.
2007-08-31 w00tThis may not compile, I'll test it on my desktop. Waiti...
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 w00tOops: initialise fake client after UID setup, so it...
2007-08-28 w00tAdd a global fake client to class InspIRCd used instead...
2007-08-27 brainFix potential for duplicate SID if the SID is auto...
2007-08-27 brainAdd <server:id> - this is optional, as stated in the...
2007-08-27 w00tRemove more unnecessary header traffic
2007-08-27 brainAdd uuid hash_map - its management is automatic via...
2007-08-27 brainNow we know it works, remove debug
2007-08-27 brainWhoops
2007-08-27 brainAutomatic SID generation based on code similar to the...
2007-08-26 w00tInitial UUID generation code. Generates a TS6 compatibl...
2007-08-23 brainCraquity craq De-craq!
2007-08-23 brainMove WSACleanup() into IOCPEngine destructor, eliminati...
2007-08-23 brainRaft of fixes so that inspircd can call Cleanup() and...
2007-08-23 brainBricker said so.
2007-07-27 brainmake sure that the pointers are set up correctly for...
2007-07-27 brainMove a bunch of stuff around for tidyness, win32 functi...
2007-07-26 brainAbort if we cant chdir to our own dir (i'd say we have...
2007-07-26 brainAdd extra detail to m_cloaking on failure to load
2007-07-26 brainForgot to add to init-list
2007-07-26 brainMove a ton of stuff into caller* functors
2007-07-25 peaveyUn-static InspIRCd::Exit and use SignalHandler instead.
2007-07-25 peaveyRehash from console works again due to new signalhandle...
2007-07-25 brainShorthand macros DEFINE_HANDLER1()...DEFINE_HANDLER9...
2007-07-25 brainTurn IsIdent into a functor
2007-07-25 brainAdd stuff for functors. Currently, as a test case only...
2007-07-25 peaveyBegin move of rehash to server.cpp - broken rehash...
2007-07-25 peaveyPut FileLogger in it's own class. Useful when logging...
2007-07-24 w00tMove a bundle of stuff to server.cpp from inspircd.cpp
2007-07-24 w00tMerge a tiny sub in for readability, use this-> consist...
2007-07-24 w00tMove more modules related stuff to modules.cpp
2007-07-24 w00tSome refactoring; move LoadModule and UnloadModule...
2007-07-23 brainFix crash on unload of modules with listening sockets...
2007-07-23 w00tClean up the indenting here
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 w00tRevert a changed file I didn't want to commit ..
2007-07-03 w00tFix off-by-one reported by Darom in bug #339
2007-06-23 brainNo no no, the fix to free module factories in loadmodul...
2007-06-20 w00tMake a comment make a bit more general sense, and inden...
2007-06-18 brainHelps if it compiles
2007-06-18 brainThis should be safe. Someone test module loading and...
2007-06-18 peaveyfix possible minor memleak in LoadModule. Thx IronLegend.
2007-06-14 brainTidyup ifdefs
2007-06-11 brainWhoops, that was silly, the double print thing wont...
2007-06-11 brainFix double printing of 'setting log file' and 'setting...
2007-06-11 brainWe need to pass a copy of GetCommandLine() not the...
2007-06-11 brainTweak some tabular declarations to look correct on...
2007-06-11 brainWoo, fixed the bug, win2k doesnt like the AUTHZ_LEVEL...
2007-06-11 brainFixed commandline stuff for CreateProcess, but it looks...
2007-06-11 burlex- Added more debug output to windows fork in order...
2007-06-09 burlex- Removed un-needed event create at windows fork.
2007-06-09 frostycoolslugFixed issue preventing startup without --nofork under...
2007-06-09 brainChange some = "" to clear() and some == "" to .empty()
2007-06-09 brainNote to devs: We should be using std::string::clear...
2007-06-08 burlex- Enabled minimal rebuild on all VS project files,...
2007-06-08 burlex- Eek, gotta make it look the same as *nix! Windows...
2007-06-08 burlex- Whoops.. forgot a return here.
2007-06-08 burlex* Changed forking code, now the parent will attempt...
2007-06-08 burlex+ Added an *almost* unix-like fork system for windows...
2007-06-08 w00tAdd Burlex to developers
2007-06-05 brainRefactored InspIRCd::Duration(). The leetcode now lives!
next