]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Finished m_check. I am the best. It only took me 3 months :)
[user/henk/code/inspircd.git] / src /
2006-06-17 w00tFinished m_check. I am the best. It only took me 3...
2006-06-16 brainNow only logs commands from local opers, that are oper...
2006-06-16 omFix for m_ssl_openssl dying if the DH params file doesn...
2006-06-15 brainChange to stdint
2006-06-15 brainHelper script for rpath of mysql
2006-06-15 brainNow uses mysql_config and mysql_rpath.pl
2006-06-15 brainNicer SQLQuery::Sanitise
2006-06-15 brainLook at this further later - 64 bit fixes
2006-06-12 brainIf the <ALLOW> or <DENY> tag specifies an ip, and this...
2006-06-08 brainTest commit
2006-06-08 brainFix for mode string getting cut, breaks on some +L
2006-06-07 brainFix for segfault if a user quits before their ident...
2006-06-05 brainFix for collisions when clock is out
2006-06-04 brainFix for an/a and vowel detection in "is an ircop" numer...
2006-06-03 brainFix for bug found by douglas - when replace= is undefin...
2006-06-01 brainFixed logic for OnWhois "is using SSL" numeric. Was...
2006-05-31 brainPrevent crash when displaying error for server already...
2006-05-30 brainApply mirq's optimization patches
2006-05-24 brainCorresponding forward-port
2006-05-24 brainMore debugging
2006-05-24 brainPrevent SYNCTS bounce
2006-05-24 brainMore debug tracking
2006-05-24 brainALL THROW A WHILD PARTY! CRASH-ON-NETSPLIT should be...
2006-05-16 brainCheck for failed epoll or kqueue
2006-05-14 brainBroken kline matching in connect code (reported by...
2006-05-11 brainFix bug when knocking on non-existent channel
2006-05-10 brainFix output corruption when host is exactly 64 chars...
2006-05-10 brainFix for crash on: /OS RAW PUSH non-existent-nick :...
2006-05-07 brainLet ulines do NOTICE/PRIVMSG $* without oper again...
2006-05-07 omLeaChim is a grammer nazee
2006-05-07 brainAdded satmd's multi-channel patch, and matched with...
2006-05-06 brainFixed char* -> std::string typo
2006-05-06 brainOper logging module -- this still needs test compiling...
2006-05-06 brainIgnore EAGAIN when write()ing
2006-05-03 brainChecks for negative fd's when adding them to the socket...
2006-05-03 brainReturn false was missing
2006-05-02 brainNew header at the top of this file clarifying gplv2...
2006-05-02 brainForwardport (yes those do happen).
2006-05-01 brainNeed checks in two places for escaping to work.
2006-05-01 brainAbility to use the \ symbol to escape ascii values...
2006-04-30 brainchange to ability for QueryCount to return -1 for both...
2006-04-30 brainIn 1.1, we return a negative value when QueryCount...
2006-04-30 brainMerge of peaveydk's diff (at last)
2006-04-28 brainSynching of channel TS after a whole channel has been...
2006-04-28 brainError checking of raise(), so that if theres no coredum...
2006-04-28 brainsignal/raise in the sigsegv handler to re-raise the...
2006-04-27 brainWhen i find out what IDIOT changed all the module_init...
2006-04-26 brainmaxbuf -> maxquit (this isnt finished yet)
2006-04-24 brainFix various typos and warnings
2006-04-24 brainMissing includes
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-21 brainForward-port of 1.0.4 tweak
2006-04-20 brainTypo
2006-04-20 brainInclude paths change
2006-04-20 brainMove to new include path
2006-04-20 brainChanged first of files to match new location of headers
2006-04-20 brainMovement of cmd_* headers into include/commands (this...
2006-04-20 brainTweaks (FIXES)
2006-04-20 braininit_module
2006-04-20 brainAlright, who fucked with this?
2006-04-20 brainFixes for lib dirs
2006-04-20 brainexecinfo - backtrace() and backtrace_symbols() where...
2006-04-20 brainExecinfo stuff
2006-04-18 brainFix for crashes in m_ident (should work)
2006-04-14 brainFix reversed parameters in x:y - joinflood was not...
2006-04-13 brainBetter handling of dependencies, doesnt always rebuild...
2006-04-13 brainMakefile tweaks
2006-04-13 brainNot required
2006-04-13 brainTest
2006-04-12 brainSomeone didnt test their fixes in cygwin *gets tortoise...
2006-04-12 w00tDelete spanningtree_ng for now, it breaks cygwin compil...
2006-04-11 omRemove an extern, partly because it's unused, partly...
2006-04-10 omRoute some more stuff through socket.h and hash_map...
2006-04-10 brainTypedef an ugly iterator, dont send mode string if...
2006-04-10 omA few more typedefs defined and put into use.
2006-04-10 omAdd time.h include to inspircd.h. Random cleanups in...
2006-04-10 omAssorted changes here, Extend() is not templated so...
2006-04-10 brainTypo fixes, move some stuff about
2006-04-10 brainINSERT foot INTO mouth WHERE user='Brain'
2006-04-10 brainI hate HATE HATE templates.
2006-04-10 brainistringstream not ostringstream
2006-04-10 brainExtra allowance for modes which have different number...
2006-04-10 brainStart of new mode parser
2006-04-09 brainOm's way is better and lets watchers change mode parame...
2006-04-09 brainStart of mode parser refactoring
2006-04-09 omShuffle some more includes around, const reference...
2006-04-08 omRemove references to inspircd_io from these, stop confi...
2006-04-08 omObsolete
2006-04-08 omRemove uneccessary socket includes now included in...
2006-04-08 omHelps to svn add these too :P
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-08 omRemove some unused headers and unneeded casts
2006-04-08 nenolod- first steps towards a working IPv6 port. I'll work...
2006-04-08 nenolod- fork off spanningtree module for UUID stuffs :o
2006-04-07 omMake WriteServ use WriteServ_NoFormat, code duplication...
2006-04-07 omSlight optimisation to config reader, looks nicer even...
2006-04-07 omSame error message somewhere else, and actually define...
2006-04-07 omChange error message so it's not 'out of range' when...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-04-04 brainMore verbose error output
next