]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Convert char* to const char* in InspSocket constructor prototype. Shouldn't break...
[user/henk/code/inspircd.git] / src /
2006-06-29 omConvert char* to const char* in InspSocket constructor...
2006-06-28 specialAdded missing return in Server::UnpublishFeature()
2006-06-28 specialAdded SQLQuery::GetError() and removed a lot of space...
2006-06-28 brainMore stuff for allowing hostnames in <bind> and <link...
2006-06-28 brainAllow binding to hosts again in <bind> and <link>
2006-06-27 brainCommenting
2006-06-27 brainWe can re-enable special's security fix now - note...
2006-06-27 brainAdded auto-binding, picks the first ip in the <bind...
2006-06-27 brainTemporarily disable special's security improvement...
2006-06-25 brainExtra safety for user lists to not keep bad pointers...
2006-06-24 brainDont allow /REMOVE of a uline, dont allow /REMOVE of...
2006-06-24 brainForwardport of safety fixes for Write* functions
2006-06-23 specialForward port of samode edits
2006-06-23 omRemove un-needed cast, I have a horrible feeling I...
2006-06-23 w00tm_services_account - now with 100 percent more elite.
2006-06-22 specialI'm famous :>
2006-06-22 specialForward port of server link DDoS/oper flood fix
2006-06-21 brainAdded Server::PublishFeature(),
2006-06-20 brainClass Request and class Event now take a void* in their...
2006-06-20 brainDon't allow non-ulines to kick ulines from channels...
2006-06-19 w00tForward-port CBAN expiry fix
2006-06-17 brainOn remote kill, send KILL notice. mIRC doesnt seem...
2006-06-17 brainBring forward fix for w00t.
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...
next