]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first step...
[user/henk/code/inspircd.git] / src / modules /
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
2006-07-22 omActually hook up the OnUnloadModule event >_<
2006-07-22 brainThis compiles, dont expect it to work yet
2006-07-22 omLogic error, success is when the error ID *is* NO_ERROR :P
2006-07-22 brainStop publishing MySQL feature - check for successful...
2006-07-22 omStop publishing the PgSQL feature ( :-'( )
2006-07-22 omExplicitly return false after killing user in OnCheckRe...
2006-07-22 brain* Change to use QREPLY_FAIL
2006-07-22 omHandle queries failing properly, actually work
2006-07-22 omSet the SQLresult's error field properly when the query...
2006-07-22 omAdd new QREPLY_FAIL error code (bad query syntax etc)
2006-07-22 brainAdd extra parameter to MySQLresult and SQLresult
2006-07-22 brainFix test client error cheecking on result types
2006-07-22 omUpdate to SQLv2 API
2006-07-22 omSet the ID in the request *before* we copy it by value...
2006-07-22 om*hide*, I forgot to include the ID in the SQLresult...
2006-07-22 brainAdd back the auto reconnect
2006-07-22 brainTest commit to sync after network outage
2006-07-22 brainHuge ass comment about how this works
2006-07-22 brainWorks with the m_testclient test program/suite!
2006-07-22 brainError checking and debug
2006-07-22 brainWorks now (again, to a point)
2006-07-22 brainTry and find out why stuff isnt working
2006-07-22 brainGetting a bit further
2006-07-21 brainAdded notification socket
2006-07-21 brainOne mess and a half that compiles. To be tidied some...
2006-07-21 brainDeal with ? substitution, we're at the point now where...
2006-07-21 brainSeems to work to a point (dont use it, it wont actually...
2006-07-21 brainThis now compiles, i gaurantee it doesnt work :P
2006-07-21 brainChange includes, use --libs_r rather than mysql_config...
2006-07-21 brainMove this to m_mysql.cpp - dont even bother reading...
2006-07-21 omSet the query string in the SQLquery to the copy with...
2006-07-21 omImplemenet parameter substitution (damn sexy if you...
2006-07-21 omParamL needs to be a deque rather than a vector *thwap*
2006-07-21 omAdd tiny perl script to detect version and pass an...
2006-07-21 omAPI header and client module updates for new multi...
2006-07-21 omSlight tidyup: type name = type(args); --> type name...
2006-07-20 omMake SQLexception inherit ModuleException
2006-07-20 omUpdates, should be able to safely unload client modules...
2006-07-20 omOkay, working PostgreSQL module, API header and example...
2006-07-20 omOkay, this is getting towards working now. It just...
2006-07-16 omUpdate to new API - I think this is right, compiles...
2006-07-16 w00tChange to a DIFFERENT HOOK for added goodness.
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-16 omFixes/codes of the query queue, various prototypes...
2006-07-15 brainRemoved GCC2 checks as we havent supported gcc2 for...
2006-07-14 brainDon't allow SAQUIT, SANICK, SAPART and SAJOIN on ulined...
2006-07-14 brainTidyup
2006-07-14 brainChanged to different way of clearing users on netsplit...
2006-07-12 brainAll this works now (hopefully)
2006-07-12 brainFix typo
2006-07-12 brainSeems to work ok
next