]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Add server.cpp, handles all stuff related to the server command. treesocket2.cpp...
[user/henk/code/inspircd.git] / src /
2008-02-05 w00tAdd server.cpp, handles all stuff related to the server...
2008-02-05 w00tWe have two perfectly good macros, use them
2008-02-05 w00tAdd new developers to list at startup
2008-02-05 braindz, you cant delete a nonpointer!
2008-02-05 fezfixed std:: stuff
2008-02-05 fezfixed more std:: stuff
2008-02-05 fezfixed std:: stuff - that should be all of it
2008-02-05 fezfixed std:: stuff
2008-02-05 fezfixed std:: stuff
2008-02-04 brainMODEACTION_ALLOW was being used instead of DENY, fixes...
2008-02-04 w00tForward port crash fix on load of randquote from 1...
2008-02-04 w00tFix exemptchanops for some modules, fixes bug #485...
2008-02-04 w00tBrain, look at this please
2008-02-04 w00tClean up some FJOIN stuff
2008-02-04 w00tMove a piece of HMAC to hmac.cpp
2008-02-04 w00tSplit treesocket2 into various smaller files
2008-02-04 w00tRename burst.cpp to netburst.cpp - it does not just...
2008-02-04 w00tSplit more of treesocket1
2008-02-03 w00tFix trivial desync with FTOPIC: if topic is identical...
2008-02-03 w00tSplit treesocket1 into a number of smaller files
2008-02-03 w00tClear up header insanity
2008-02-03 w00tPropegate BURST and ENDBURST network-wide for timing...
2008-02-03 brainWhoops
2008-02-03 brainWhat do you think of this, w00t?
2008-02-03 w00tFix burst time indicator: set startburst in treeserver...
2008-02-03 w00tShow extra debug for burst time
2008-02-03 w00tBroken, but.. show how many milliseconds a burst takes...
2008-02-03 w00tRemove an obsolete value
2008-02-02 w00tMurder space indents.. now if I find out who did them...
2008-02-02 w00tAdd some notes on proposed logging stuff
2008-02-02 w00tSmall tidyup
2008-02-02 w00tBack out the AllowDevoiceSelf stuff, it wasn't going...
2008-02-02 w00tCache User::GetIPString()
2008-02-02 w00tAvoid reallocating this every new connection (patch...
2008-02-02 aquanightMake m_password_hash able to pick up hasher modules...
2008-02-02 w00tFix a null pointer dereference caused by my reordering...
2008-02-02 brainAdd it back, but comment out the method body. its useless.
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-02-02 w00tCheck for empty prefixes, and close server connections...
2008-02-02 w00tPatch: /rehash (not /rehash ssl) will now rebind SSL...
2008-02-01 fezfixed getsockopt parameter 4, removed sys/select.h...
2008-01-31 fezapplink.c should be included in the link command, not...
2008-01-30 w00tMove fez to developers (a lot of movement for one day :p)
2008-01-30 w00tMove fez to regular contributors section
2008-01-30 brainMerge in patches to fix bug #487, submitted by dz,...
2008-01-27 brainForward port bug #484 patch from John, thanks
2008-01-27 brainYou left out the module name in the command, aquanight ;)
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-26 brainANNOUNCENENT -> ANNOUNCEMENT
2008-01-26 brainFix for bug found by eLement, when an oper is on a...
2008-01-26 brainTweaks
2008-01-26 brainWhoops, should have test compiled this
2008-01-26 brainmacgyverdgi asked for this :p
2008-01-25 aquanightFix a typo in an m_callerid error message, and add...
2008-01-21 brainwin32 compile error fix
2008-01-21 brainwin32 compilation errors: shadowing of variable 'i...
2008-01-21 brainwin32 compile error fix
2008-01-21 brainWin32 compilation fixes
2008-01-20 aquanightUpdate m_filter* to 1.2 API (it was still using Impleme...
2008-01-19 aquanightFix m_callerid not adding the usermode.
2008-01-19 w00tAdd aquanight to developers section
2008-01-19 w00tInitial implementation of callerid, provided by aquanig...
2008-01-17 w00tRemove a redundant method here, call the mode manager...
2008-01-17 brainThe outer if (socket > -1) check in AddClient is obsole...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-17 w00tStart converting WriteOpers calls into snomask 'O'...
2008-01-17 w00tMove a number of methods from class InspIRCd to class...
2008-01-17 w00tAdd logger.(cpp|h), will eventually hold implementation...
2008-01-16 w00tAdd an overridden AddHit to BanCacheManager, allowing...
2008-01-16 brainMake the sid exception message more descriptive so...
2008-01-16 w00tValidate <server:id> on startup if provided, thx Brain
2008-01-16 w00tAdd a warning about quitting a user twice, and fix...
2008-01-16 w00tRemove an O(log n) in favour of an O(1) operation,...
2008-01-16 w00tTwo stage commit: don't set user->muted except in QuitU...
2008-01-16 w00tRe-add support for silent quits (note: we also remove...
2008-01-16 w00tHacked-up culllist: stores user pointers rather than...
2008-01-15 brainSomeone forgot to delete what they new :P
2008-01-15 w00tCullList -> CullItem *
2008-01-15 w00tCullList: Don't try quit everyone. Speed/resource use...
2008-01-15 w00tFix a stupid crash on unknown commands caused by me...
2008-01-14 w00tIPv6 fix, thanks to danieldg. Doesn't affect 1.1.
2008-01-13 w00tNew timer code. This may be a tiny fraction slower...
2008-01-13 w00tUndo my constructor playing, I'm pretty sure it will...
2008-01-13 w00tMove User::AddClient to UserManager::AddClient. WARNING...
2008-01-13 w00tFirst UserManager overhaul: Move clone counts out of...
2008-01-13 w00tAdd a channel manager class while I'm at it.
2008-01-13 w00tAdd usermanager.cpp
2008-01-13 w00tI think (and Brain concurs) that B for blockcaps and...
2008-01-10 w00tAdd goodchan tags for m_denychans: Allows the use case...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-10 w00tErase their quit count on banning (so they get another...
2008-01-10 w00tAdd m_quitban: Bans IPs that connect/disconnect more...
2008-01-10 w00tImplement <options:prefixpart|suffixpart|fixedpart>
2008-01-10 w00tAdd optional SAPART reason. No prefixing done yet.
2008-01-10 w00tRegister RLine factory on load, unregister it on unload.
2008-01-10 brainFix bug in rline, xline derived class declared itself...
2008-01-09 w00tFix some random crash due to my not knowing how to...
2008-01-09 w00tCorrect a few things, and yay for code that randomly...
2008-01-09 w00tUtterly untested RLINE
next