]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Add factories for other types
[user/henk/code/inspircd.git] / src / inspircd.cpp
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!
2007-06-03 omProbably fix 2nd compile issue on RH7 and add some...
2007-06-02 brainBack out the tweaks i made here, keep only the clear...
2007-06-02 brainChange the behaviour of insp in windows to keep its...
2007-06-02 brainAdd console mode patches from burlex, thanks
2007-06-02 brainAnd make it compile.
2007-06-02 brainChdir to bin dir on starting, allows relative paths...
2007-06-01 brainFix re-generation of 005 on rehash
2007-05-25 brainChoose the correct defines so that its not built too...
2007-05-20 brainCrash on restart in win32 fixed.
2007-05-19 brainVisual studio's ability to translate tabs to four space...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-16 brainAdd a progress meter for loading of core commands,...
2007-05-14 brainSomeone forgot the ELIST token (his nick begins with B)
2007-05-13 w00tMove IsIdent() into helperfuncs.cpp along with IsNick...
2007-05-11 brainRefactor port binding, warning not yet tested fully
2007-04-26 brainWhen running in nofork, keep the tty open (we were...
2007-04-26 brainMake error reporting work properly, it seemed to loose...
2007-04-20 brainFix for "hanging" when controlling terminal is not...
2007-04-16 brainFix the restart stuff that bricker noticed while testin...
2007-04-15 brainWhoooooooooooooooooooops. Forgot to initialize a varaib...
2007-04-15 brainAdd --version parameter to the binary bin/inspircd...
2007-04-15 brainReport the correct MAXMODES value
next