]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree.cpp
Move IsNick, IsIdent into class InspIRCd, update modules that use it.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree.cpp
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainFixes and removal of Server::GetServerName()
2006-08-10 brainServer::GetAdmin, Server::GetServerDescription, Server...
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-10 brainServer::GetConfig, Server::GetVersion -> removed
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-10 brainMove the socket functions like insp_ntoa into their...
2006-08-09 brainFix passing wrong instance to resolver
2006-08-09 brainChange some resolver stuff.
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainuserrec::UpdateNickHash(), userrec::ForceNickChange...
2006-08-08 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
2006-08-08 brainWriteChannel* functions and ChanExceptSender* functions...
2006-08-08 brainadd_channel -> chanrec::JoinUser()
2006-08-08 brainchanrec::KickUser and chanrec::ServerKickUser return...
2006-08-08 brainkick_channel -> chanrec::KickUser(), server_kick_channe...
2006-08-06 brainAdd <link:allowmask>
2006-08-06 brainFix TS lowering, also update local variable
2006-08-04 brainSanity checks
2006-08-04 brainAdd 'no such server' on remote stats to invalid name
2006-08-04 brainBackwards mode stuff!
2006-08-04 brainFixes?
2006-08-04 brainBugs bugs
2006-08-04 brainDebug
2006-08-04 brainFix craq loop
2006-08-04 brainMore fuckup
2006-08-04 brainNot checking a pointer, bad brain bad
2006-08-04 brainWhoops, typo
2006-08-04 brainFixes for ::0 ip's, disable autobind when using ::ffff...
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-03 brainFixed resolver, forward lookup of ipv6 doesnt work...
2006-08-02 brainAdd error messages to Resolver::OnError()
2006-08-02 brain(1) remove CleanAndResolve.
2006-08-02 brainCheck for duplicate servers in OnLookupComplete
2006-08-02 brainComment ServernameResolver class
2006-08-02 brainInspSocket no longer resolves hosts.
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-07-30 brainREMOTE STATS! WOOO AND YAY!
2006-07-29 brainStarted UserManager class
2006-07-28 brainBeat om to the commit
2006-07-28 brainFix the obligotary typos
2006-07-28 brainChange all references to voodoo numbers (7, 3 etc)...
2006-07-28 brainAdd support for syntax of commands in place of the...
2006-07-27 brainChange std::pair<bool,std::string> to neater typedef...
2006-07-27 brainMode merging during FJOIN with ourts==theirts. Only...
2006-07-27 brain* Fix Server::SendMode to actually work again.
2006-07-27 braincommit remainder of new mode bouncing stuff for TS...
2006-07-26 brainAdd extra method to mode handler, ModeHandler::ModeSet().
2006-07-26 brainFix reiterpret_cast stuff that doesnt work right
2006-07-26 brainAdapt m_spanningtree to use irc::tokenstream instead...
2006-07-26 brainMigrate towards FMODE with TS, remove the SYNCTS comman...
2006-07-25 brainExclude LUSERS lines with zero counts (NO WE WONT CHANG...
2006-07-25 brainPrevent notice loops on servermasks
2006-07-25 brainAllow PRIVMSG and NOTICE targets of $<servermask> to...
2006-07-25 brainFix NOTICE $* to go between servers
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-15 brainRemoved GCC2 checks as we havent supported gcc2 for...
2006-07-14 brainTidyup
2006-07-14 brainChanged to different way of clearing users on netsplit...
2006-07-10 brainInherit just about everything from classbase
2006-07-10 brainMaking lots of stuff inherit from classbase so we can...
2006-07-09 brainsend_mode event for spanningtree (this will be backport...
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-07-03 omCleanups, change ugly if(\!*line.c_str()) to if(line...
2006-07-03 omMake spanningtree compile again >_<
2006-07-03 omTypo fix
2006-07-01 omChange WriteChannelWithServ and it's _NoFormat to take...
2006-07-01 omReplace rather craq'y loop with a couple of std::string...
2006-06-30 brain*** Interesting fix ***
2006-06-28 brainMore stuff for allowing hostnames in <bind> and <link...
2006-06-27 brainWe can re-enable special's security fix now - note...
2006-06-27 brainTemporarily disable special's security improvement...
2006-06-25 brainExtra safety for user lists to not keep bad pointers...
2006-06-22 specialForward port of server link DDoS/oper flood fix
2006-06-17 brainOn remote kill, send KILL notice. mIRC doesnt seem...
2006-06-17 brainBring forward fix for w00t.
2006-06-05 brainFix for collisions when clock is out
2006-05-31 brainPrevent crash when displaying error for server already...
2006-05-24 brainCorresponding forward-port
2006-05-24 brainMore debugging
2006-05-24 brainPrevent SYNCTS bounce
2006-05-24 brainALL THROW A WHILD PARTY! CRASH-ON-NETSPLIT should be...
2006-05-10 brainFix for crash on: /OS RAW PUSH non-existent-nick :...
2006-04-28 brainSynching of channel TS after a whole channel has been...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-20 brainInclude paths change
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-04 brainMore verbose error output
2006-04-04 ommove do_whois to cmd_whois, i'm stopping now. really.
2006-04-01 brainFixes for stability of connects (these didnt make it...
2006-03-27 brainFix typo in spanningtree (who put this colon here?)
2006-03-27 brainFix for desync in channels with keys a'la services
2006-03-27 w00tRemove unused variable
2006-03-26 brainRemoval of DoOneIteration stuff
next