]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Update all wiki links to point to the new wiki. This was done automatically with...
[user/henk/code/inspircd.git] / src / inspircd.cpp
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-02-09 brainTrap SIGXFSZ
2009-01-27 w00tCredits updates.
2009-01-03 w00tRemove extra 'i'.. oopsie :P
2009-01-03 w00tRemove silly comment from r10,000.. mostly just testing...
2009-01-02 w00tBranch merge
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-27 w00tMark a member static so it isn't exported needlessly.
2008-12-27 w00tPlace CRT debug defines in win32wrapper.h, so they...
2008-12-27 w00tRemove extra 'i'.. oopsie :P
2008-12-27 w00tRemove silly comment from r10,000.. mostly just testing...
2008-12-18 brainWakey wakey w00t :p
2008-12-18 w00tFix a windows compile screwup, courtesy of me.
2008-12-08 w00tIf we can't find file.conf, search for file.conf.txt...
2008-12-07 brainUgly ugly craq in here in the cleanup stuff. Can be...
2008-12-07 w00tnational_case_sensitive_map -> national_case_insensitiv...
2008-12-07 w00tMove stuff to use ASCII map where required.
2008-12-07 w00tnational_case_sensitive_map must be static, thanks...
2008-12-07 w00tAdd InspIRCd::national_case_sensitive_map pointer,...
2008-11-22 brainThread safety fixes to avoid crashes on rehash, dont...
2008-11-02 w00tThis was never supposed to be invoked on /rehash, only...
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-10-28 w00tdz added to /info, psychon (omitted?!) added to startup :)
2008-10-22 psychonFirst set our group id, then the user id, because we...
2008-10-20 w00tImplement <security:runasuser> and <security:runasgroup...
2008-10-18 w00tWorking privs implementation, and example usage in...
2008-10-18 w00tMigrate oper commands to an std::set, add a set for...
2008-10-18 w00tAdd skeleton of HasPrivPermission.
2008-09-21 brainFix crash
2008-09-20 brainFix a rather nasty race condition revealed by my readin...
2008-09-13 w00tMerge commit 'danieldg/out-12'
2008-09-04 brainmutexengine -> mutexfactory
2008-09-04 braininitialise mutexengine
2008-08-24 brainProperly name the windows service error constants and...
2008-08-24 brainNo names for the service specific errors, probably...
2008-08-24 brainwork in progress
2008-08-21 braincomments to explain wtf 'ENTRYPOINT' is where main...
2008-08-21 brainadd support for windows service. This now is part of...
2008-08-12 brainDrift now has to be >= 3 secs in either direction to...
2008-07-19 w00tFix compile. Also remove write error stuff, as that...
2008-07-17 w00tCombine IP+port in a failed port list, show (the more...
2008-07-12 w00tAnd, just because I can. The one pointless one-liner...
2008-07-12 w00tAdd a snotice about time jumping by more than a second...
2008-07-12 w00tRemove some long commented out code: we never used...
2008-05-21 brainRename "lan or wan ip" -> public ip
2008-05-21 brickerupdate to tell them to try a LAN or a WAN IP, depending...
2008-05-13 brainCheck for windows drive letters on the start of paths...
2008-05-09 brainConvert CIDR matching and wildcard matching to operate...
2008-05-09 peaveyFix restart code, by getting run path and argv before...
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
2008-04-18 brainApply patches to remove 200-odd dll limit on windows...
2008-04-13 brainAdd newlines to the end :) (\n)
2008-04-13 brickeradd a hint to users for using an IP instead of *
2008-04-13 brainPort a bunch of methods of InspIRCd to functors. IsChan...
2008-04-04 brainAdd basic stuff for protocol interface and implement...
2008-04-02 brainMove this message so it actually displays when we're...
2008-04-02 brainFix yet another warning.
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
2008-04-02 w00tBetter generation. This is still fucked up, but less...
2008-04-02 w00tFuck. STOP committing first thing after waking up.
2008-04-02 w00tAs part of this... don't give fake client a valid UID...
2008-04-02 w00tUnneeded
2008-04-01 w00tOnly setup fakeclient once.
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-29 brainTest commit. .coders now has CIA (instant notification...
2008-03-19 peaveyRicer up AllModulesReportReady further. If one fails...
2008-03-19 peaveyFinal tweak to AllModulesReportReady, should be there...
2008-03-19 brainDamnit, its right now. im going to bed
2008-03-19 brainWhoops, and dont get the comparison backwards. dont...
2008-03-19 brainSilly silly, AllModulesReportReady returns true when...
2008-03-14 brainAdd fixes to stop people changing the SID of a live...
2008-03-09 aquanightAdd <options:exemptchanops> support to m_censor and...
2008-02-26 brainFix a silly whoopsie
2008-02-24 brainAdd some important comments
2008-02-24 brainMore stuff
2008-02-24 brainAllow for 'bail' and 'user' parameters to rehash thread
2008-02-24 brainRollback complete! Everyone please go through the code...
2008-02-24 brainFirst part of my evil empire! BWAHAHAHAHAHAHAH...HAHAHA...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-22 w00t9000 ;p
2008-02-22 w00tAdd a note about interfaces that may be useful
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-21 brainTestsuite stuff and fixes
2008-02-21 brainMore test suite stuff
2008-02-15 aquanightMake -nofork work properly with logging now.
2008-02-11 w00tMove most of startup process to use new logging, adds...
2008-02-09 w00tImplement LogManager::CloseLogs() to give logstreams...
2008-02-09 w00tNew logging implementation. Also write messages about...
2008-02-09 w00tInstantiate log manager
2008-02-05 w00tAdd new developers to list at startup
2008-02-02 w00tMurder space indents.. now if I find out who did them...
2008-02-02 w00tFix a null pointer dereference caused by my reordering...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-26 brainTweaks
2008-01-26 brainWhoops, should have test compiled this
2008-01-26 brainmacgyverdgi asked for this :p
2008-01-21 brainwin32 compile error fix
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
next