summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2005-05-26Modified to ignore *.o and *.so files where our global cvsignore env isnt setbrain
2005-05-26Added/fixed .cvsignore filesbrain
2005-05-25Operhosts are now optional (in the type tag)brain
2005-05-25Added ability to update the helpop file on rehash (Bug #69)frostycoolslug
2005-05-25Added denychans module, allows blocking of channelsbrain
2005-05-25Changed so that when the first in the channel gets founder, the +q mode chang...brain
2005-05-23Removed m_globops setting +g automatically on oper, m_opermodes.so can do thi...brain
2005-05-21Added m_opermodes.cpp, allows addition and removal of modes on oper upbrain
2005-05-20*** empty log message ***brain
2005-05-20Fixed case-sensitivity typo in module name for Addcommandbrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Made modules use irc::string where they were using strcasecmp()brain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-12Structure optimizations, changed a lot of bools into binary bitmasksbrain
2005-05-11Added basic sendq stuff - WARNING, there is no configuration yet, this CVS al...brain
2005-05-08Added USERIP numeric 005 outputbrain
2005-05-08Fixed to use numeric 340-brain
2005-05-08Added m_userip.cpp requested by Selphiebrain
2005-05-06Fixed logging slowdownbrain
2005-05-06Test fix for 3.23 and belowbrain
2005-05-03Fixed to remove privilages upon kickbrain
2005-05-03Added another check for 'NoServerUline' type thing.frostycoolslug
2005-05-03Missed missing )frostycoolslug
2005-05-03Added Check for 'NoServer' when +r ing a channel.frostycoolslug
2005-05-02Fix for bug #62 (replaces only occur once per line)brain
2005-04-30Added OnAddBan and OnDelBan module api calls, and fixed glitch which required...brain
2005-04-27A little more error checking on the banmask etcbrain
2005-04-27Fixed WriteChannelWithServbrain
2005-04-27Added preliminary timed bans modulebrain
2005-04-27Added explicit oper tracking in a vector of userrec* pointers, optimizes send...brain
2005-04-26Added -Wswitch -Wchar-subscripts -Wparentheses - more stable and more pedanti...brain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-25Fixed include issuebrain
2005-04-25Added hostname checkingbrain
2005-04-25Added m_sqloper, allows storage of opers within a mysql databasebrain
2005-04-25Now works on gcc 2.95.x again.brain
2005-04-25Removed dependency upon strcasestr()brain
2005-04-25Optimised SQLbrain
2005-04-24Changed $ModDescbrain
2005-04-23Added global connect/oper loggingbrain
2005-04-23Fixed typo in OnKillbrain
2005-04-23Fixed recursive 'splat' in the actors tablebrain
2005-04-23Added preliminary m_sqllog.cppbrain
2005-04-22Fixed crash-n-burn on rehashbrain
2005-04-22Added module which provides MD5 encryption for oper passwords plus /mkpasswdbrain
2005-04-21Added allowpatternsbrain
2005-04-21Added some extra optionsbrain
2005-04-21Changed description commentbrain
2005-04-21Added user/password checks and connection codebrain
2005-04-21Added m_sqlauth - allows authorizing of connections via an arbitary mysql tab...brain