]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree.cpp
Spotted problem: must clear out all prefixes attached to a user when they quit or...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree.cpp
2006-08-21 brainIn 1.1, place all FJOIN parameters in the last paramete...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainpeline/pxline etc stuff removed
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brainAnd fix a bug
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
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
next