]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
userrec::UpdateNickHash(), userrec::ForceNickChange(), userrec::FullConnect()
[user/henk/code/inspircd.git] / src / modules /
2006-08-08 brainuserrec::UpdateNickHash(), userrec::ForceNickChange...
2006-08-08 brainAddOper() and DeleteOper() -> userrec::Oper() and userr...
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 brainChange to chanrec::PartUser. As with KickUser and Serve...
2006-08-08 brainchanrec::KickUser and chanrec::ServerKickUser return...
2006-08-08 brainkick_channel -> chanrec::KickUser(), server_kick_channe...
2006-08-08 brainAdd checking on AddFd that was missing (it assumed...
2006-08-07 brainOnly local users can have angry monkeys and packs of...
2006-08-07 brainNow with added ANGRY MONKEYS.
2006-08-07 brainChange the error message, just for LeaChim <3
2006-08-07 brainThe segfaults on missing init_module symbol are now...
2006-08-07 brainChange symbol back
2006-08-07 brainAdded some hax :( to prevent invalid symbols. It seems...
2006-08-07 brainExtra debug all over the place, which maybe we should...
2006-08-07 omUntested but compiling updates for Resolver DNS API
2006-08-07 omGeneral cleanup of code., add support for +Q channel...
2006-08-07 brainAdd m_tline, tests how many users a gline, zline etc...
2006-08-06 brainFix for ipv6 build
2006-08-06 brainAdd <link:allowmask>
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-08-06 brainFix TS lowering, also update local variable
2006-08-05 brainDont try and cloak remote clients
2006-08-05 brainExtra stuff for identifying ipv6 addresses
2006-08-05 brainUse insp_aton so we can correctly cloak ipv6
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 brainIPV6 compile fixes
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-03 brainExtra stuff for forcing a v4 or v6 lookup
2006-08-03 brainAdded test framework, so that i can work on improving...
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 brainRemove unused temp buffers
2006-08-01 brainClone counting works with ipv6 now
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-08-01 brainAF_INET -> define to AF_FAMILY, will be either AF_INET...
2006-08-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-07-30 brainREMOTE STATS! WOOO AND YAY!
2006-07-30 brainFix to send out modes remotely when a ban expires so...
2006-07-30 brainFix more timedban stuff - possible infinite loop if...
2006-07-29 brainFix for bug which can lock up ircd if someone adds...
2006-07-29 brainStarted UserManager class
2006-07-28 brainRemove m_operwho, no longer required in 1.1 as standard...
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 brainAdd VF_SERVICEPROVIDER
2006-07-27 brainFix to allow +q/-q etc
2006-07-27 brainAllow SAMODE and remote users to set +qa without local...
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 omRemove numeric which makes some clients (Xchat, more...
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-23 brainChange watchlist to a list of pointers, can operate...
2006-07-23 brainTidyup and bugfix, not copying the correct column...
2006-07-23 omChange to use GetId() and ID rather than GetData()...
2006-07-23 brainFixed to dynamically allocate the fieldlist
2006-07-23 brainMove mysql_rpath into extra
2006-07-23 om*boot* youuuuu're outta here - old blocking SQL API...
2006-07-23 omFree, as they should be, fieldlist and/or fieldmap...
2006-07-23 brainMore stuff to return empty lists and maps when there...
2006-07-23 brainAdjust m_mysql to match the assumed behaviour of m_pgsq...
2006-07-23 omTidyups, optimisations and make the log messages make...
2006-07-23 omsimple logic error (check they already are +o before...
2006-07-23 omMostly updated to new API; Currently doesn't check...
2006-07-23 omGive SQLfield's constructor parameters default values...
2006-07-23 omRemove unused variable and assignment
2006-07-22 omMake m_pgsql return the number of affected rows for...
2006-07-22 brainAlter for Rows() == X, Cols() == 0 for 'X rows affected...
2006-07-22 brainChange to doxygen-friendly comments, and actually docum...
2006-07-22 omChange comment to actually be rightish
2006-07-22 omReorder a couple of constructor prototypes for consistency
2006-07-22 omAdd m_sqlutils - Currently provides ID->chan/user lookups
2006-07-22 brainI hate the fucking mysql devs. Craq smoking bastards.
2006-07-22 brainAllocate id properly
next