summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-07-09Fixed for new apibrain
2006-07-09Fix to compile (we had never got this far to find out if it did)brain
2006-07-09Fix for new APIbrain
2006-07-09Fixed m_globops for new apibrain
2006-07-09Gah, im forgetting to SetMode!brain
2006-07-09Fixed sslmodesbrain
2006-07-09Updates to new APIom
2006-07-09Stripcolor completedbrain
2006-07-09Stripcolor not finished yet.brain
2006-07-09Make it compile... >_<om
2006-07-09Move to stack-allocated OnRehash()-local ConfigReader *duck*om
2006-07-09More copy/paste fixesbrain
2006-07-09Give modeclasses access to Server* Srv via constructorbrain
2006-07-09More typo fixesbrain
2006-07-09More tweaks (remove OnExtendedMode)brain
2006-07-09Started on thisbrain
2006-07-09Fixed to have DELETEbrain
2006-07-09DELETE()'s in destructors *fwap*om
2006-07-09Add a missing cf->DoImplements(List); >_<om
2006-07-09Okay..updates to u_listmode, general cleanups and add some virtual methods wh...om
2006-07-09Add a return MODEACTION_DENY, fixes 'control reaches end of non-void function...om
2006-07-08Tidied up m_testcommand (removed a mode handler)brain
2006-07-08Convert m_censor to new apibrain
2006-07-08Fix all typos (not as fun as 'kill all humans' but meh, beggers cant be choos...brain
2006-07-08Did some renaming so that the methods for modes in chanrec and userrec are id...brain
2006-07-08Convert to new API and optimize colour checking (we were using 0 ... string::...brain
2006-07-08Fix typobrain
2006-07-08Port m_blockcaps to new api, remove OnExtendedMode and OnDisplayList events e...brain
2006-07-08Convert to new APIbrain
2006-07-08Convert u_listmode and m_banexception to new apibrain
2006-07-08Refactored user modes to work like the channel modes - core and module data n...brain
2006-07-07More stuff for m_pgsql in, provider-side API stuff semi-doneom
2006-07-07modules.*: Put some void* back to char*, sorry if they were only like that be...om
2006-07-03Change InspSocket's private members to only be protected, I couldn't find any...om
2006-07-03Someone made silence require 1 parameter, so no way to list the silence entri...brain
2006-07-03Add m_connflood, pippijn's connect throttle module (now we are offering anoth...brain
2006-07-03Cleanups, change ugly if(\!*line.c_str()) to if(line.empty()); remove some cr...om
2006-07-03Make spanningtree compile again >_<om
2006-07-03Typo fixom
2006-07-02Enhance with new numerics for latest turkish moron detectionbrain
2006-07-01Change WriteChannelWithServ and it's _NoFormat to take a const char* serverna...om
2006-07-01Replace rather craq'y loop with a couple of std::string callsom
2006-06-30*** Interesting fix ***brain
2006-06-28Added SQLQuery::GetError() and removed a lot of space indentingspecial
2006-06-28More stuff for allowing hostnames in <bind> and <link> again - note there is ...brain
2006-06-27We can re-enable special's security fix now - note this is good for boxes wit...brain
2006-06-27Temporarily disable special's security improvement until we have either/or bi...brain
2006-06-25Extra safety for user lists to not keep bad pointers hanging aboutbrain
2006-06-24Dont allow /REMOVE of a uline, dont allow /REMOVE of a user who isnt on the c...brain
2006-06-23Forward port of samode editsspecial