summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2005-11-27Added tree walk algorithm which finds out which directly-connected serverbrain
2005-11-27Added proper administrativia notices to CONNECT and inbound connectionsbrain
2005-11-27Added /CONNECTbrain
2005-11-26Added most of the connection/authentication code, need to add CONNECT and syncsbrain
2005-11-26Fixed dumb bug where module claims ALL bindable ports including client ports!brain
2005-11-26Added overriding handlers for CONNECT, SQUIT, MAP, LINKS, LUSERSbrain
2005-11-26Fixed compile glitchesbrain
2005-11-26Added reading of server link configsbrain
2005-11-26Added TreeServer class (actual tree structure)brain
2005-11-26Added tons of comments. These will probably stay.brain
2005-11-26Added listening socket support for InspSocketbrain
2005-11-26Added start of spanning tree system TEST MODULE, tested outbound connectionsbrain
2005-11-25Fixed OnMeshToken (deprecated)brain
2005-11-25Fixed removal of mesh linking from corebrain
2005-11-25Fixed to not use mesh stuffbrain
2005-11-25My first commit -- and a really minor/anal one at that. :Pw00t
2005-10-01Fix to bug#82 reported by ashen - "the're" typobrain
2005-06-02Fixes to +r not being set reported by Vincentbrain
2005-05-30Started on -Wall - safe compilebrain
2005-05-29Added m_watch.cpp (provides /WATCH for notify) and fixes to allow it to workbrain
2005-05-29Highly optimized userrec saving 1.5k per userbrain
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