summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
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
2006-06-23Remove un-needed cast, I have a horrible feeling I'll get stabbed for this. P...om
2006-06-23m_services_account - now with 100 percent more elite.w00t
2006-06-22Forward port of server link DDoS/oper flood fixspecial
2006-06-19Forward-port CBAN expiry fixw00t
2006-06-17On remote kill, send KILL notice. mIRC doesnt seem happy with just the STANDA...brain
2006-06-17Bring forward fix for w00t.brain
2006-06-17Finished m_check. I am the best. It only took me 3 months :)w00t
2006-06-16Now only logs commands from local opers, that are oper commands they have per...brain
2006-06-16Fix for m_ssl_openssl dying if the DH params file doesn't exist, compiles but...om
2006-06-15Change to stdintbrain
2006-06-15Now uses mysql_config and mysql_rpath.plbrain
2006-06-15Nicer SQLQuery::Sanitisebrain
2006-06-15Look at this further later - 64 bit fixesbrain
2006-06-07Fix for segfault if a user quits before their ident is complete, due to sessi...brain
2006-06-05Fix for collisions when clock is outbrain
2006-06-03Fix for bug found by douglas - when replace= is undefined value (probably du...brain