summaryrefslogtreecommitdiff
path: root/src/modules.cpp
AgeCommit message (Expand)Author
2005-11-30Added Server::RehashServerbrain
2005-11-30Added a parameter to OnRehash for the rehash parameterbrain
2005-11-30Added OnGetServerDescription (mainly for link modules)brain
2005-11-30Added OnPostLocalTopicbrain
2005-11-30Added OnUserInvite()brain
2005-11-30Added remote killbrain
2005-11-29Everybody hates typosbrain
2005-11-29Added opertype to OnOper and added OnMode functionbrain
2005-11-29Added reason to OnUserQuitbrain
2005-11-28Missing two Module::brain
2005-11-28Added OnUserMessage and OnUserNotice (why have these been missing so long?)brain
2005-11-26Added start of spanning tree system TEST MODULE, tested outbound connectionsbrain
2005-11-25Fixes for removal of serverrecbrain
2005-11-25Removed references to deprecated files servers.* and connection.*brain
2005-11-25Removed mesh module functionsbrain
2005-11-25Started removal of server linking code from core and implementation of socket...brain
2005-06-01Added OnLoadModule and OnUnloadModule (OnLoadModule was not triggering)brain
2005-05-30Started on -Wall - safe compilebrain
2005-05-29Added include stack to detect looped includesbrain
2005-05-28Fixed fd_Setsize in cygwinbrain
2005-05-17Experimental: Epoll supportbrain
2005-05-16Removed __single_client_alloc again because gcc devs were smoking crack and r...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Changed to use __single_client_alloc, supposedly faster in single-thread situ...brain
2005-05-15Moved StrHashComp and InAddr_HashComp into the irc:: namespacebrain
2005-05-15sorted hashcomp etcbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-13Added Server::GetServerDescription() at request of Craigbrain
2005-05-12Changed the type of struct whowas records are stored in (no need to waste a b...brain
2005-05-09Basics of kqueue() implementation for socket enginebrain
2005-05-09Fixes to way allocations are handledbrain
2005-05-08Changed the final bunch of udp_* vars to server_*/tcp_*brain
2005-05-06Fixed services not being informed of force joinsbrain
2005-05-06Fixed park crash bug #63 reported by ViaraiXbrain
2005-05-03Fix to prevent quits being sent onto the network for nonexistent usersbrain
2005-05-01Added FindDescriptorbrain
2005-05-01Added and tested fd crossreference table - improves speed a lot, and fixes on...brain
2005-04-30Added OnAddBan and OnDelBan module api calls, and fixed glitch which required...brain
2005-04-30Added mode 'compression', stops abuse with modes like: +s-s+s-s+s-sbrain
2005-04-28Added remote versioningbrain
2005-04-27No suck nickname?! why didn't anyone see this?!brain
2005-04-27Optimized stuffbrain
2005-04-23Added global oper monitoring through modules and global connect monitoring th...brain
2005-04-22Added OnOperCompare function to override strcmp in password check for /operbrain
2005-04-20Added module message passing architecturebrain
2005-04-20Added OnUserDisconnect method to modules.* to fix fd leak in m_ident.cppbrain
2005-04-18Fixed strange join behavior reported by w00t (mirc requesting MODE immediatel...brain
2005-04-18Fixed strhashcompbrain
2005-04-16Added:brain
2005-04-16Added a chanrec to OnRawMode, om pointed out i hadnt given him it :Dbrain