]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules.cpp
Remove an extern, partly because it's unused, partly because it then gets shadowed...
[user/henk/code/inspircd.git] / src / modules.cpp
2005-11-30 brainAdded a parameter to OnRehash for the rehash parameter
2005-11-30 brainAdded OnGetServerDescription (mainly for link modules)
2005-11-30 brainAdded OnPostLocalTopic
2005-11-30 brainAdded OnUserInvite()
2005-11-30 brainAdded remote kill
2005-11-29 brainEverybody hates typos
2005-11-29 brainAdded opertype to OnOper and added OnMode function
2005-11-29 brainAdded reason to OnUserQuit
2005-11-28 brainMissing two Module::
2005-11-28 brainAdded OnUserMessage and OnUserNotice (why have these...
2005-11-26 brainAdded start of spanning tree system TEST MODULE, tested...
2005-11-25 brainFixes for removal of serverrec
2005-11-25 brainRemoved references to deprecated files servers.* and...
2005-11-25 brainRemoved mesh module functions
2005-11-25 brainStarted removal of server linking code from core and...
2005-06-01 brainAdded OnLoadModule and OnUnloadModule (OnLoadModule...
2005-05-30 brainStarted on -Wall - safe compile
2005-05-29 brainAdded include stack to detect looped includes
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-17 brainExperimental: Epoll support
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainChanged to use __single_client_alloc, supposedly faster...
2005-05-15 brainMoved StrHashComp and InAddr_HashComp into the irc...
2005-05-15 brainsorted hashcomp etc
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-13 brainAdded Server::GetServerDescription() at request of...
2005-05-12 brainChanged the type of struct whowas records are stored...
2005-05-09 brainBasics of kqueue() implementation for socket engine
2005-05-09 brainFixes to way allocations are handled
2005-05-08 brainChanged the final bunch of udp_* vars to server_*/tcp_*
2005-05-06 brainFixed services not being informed of force joins
2005-05-06 brainFixed park crash bug #63 reported by ViaraiX
2005-05-03 brainFix to prevent quits being sent onto the network for...
2005-05-01 brainAdded FindDescriptor
2005-05-01 brainAdded and tested fd crossreference table - improves...
2005-04-30 brainAdded OnAddBan and OnDelBan module api calls, and fixed...
2005-04-30 brainAdded mode 'compression', stops abuse with modes like...
2005-04-28 brainAdded remote versioning
2005-04-27 brainNo suck nickname?! why didn't anyone see this?!
2005-04-27 brainOptimized stuff
2005-04-23 brainAdded global oper monitoring through modules and global...
2005-04-22 brainAdded OnOperCompare function to override strcmp in...
2005-04-20 brainAdded module message passing architecture
2005-04-20 brainAdded OnUserDisconnect method to modules.* to fix fd...
2005-04-18 brainFixed strange join behavior reported by w00t (mirc...
2005-04-18 brainFixed strhashcomp
2005-04-16 brainAdded:
2005-04-16 brainAdded a chanrec to OnRawMode, om pointed out i hadnt...
2005-04-15 brainAdded new API methods:
2005-04-14 brainAdded OnUserKick and OnUserPreKick
2005-04-14 brainAdded (untested!) OnCheckReady and OnUserRegister ...
2005-04-14 brainAdded OnPreCommand
2005-04-13 brainAdded IsValidHostMask
2005-04-13 brainAdded Module::OnSendList
2005-04-13 brainAdded Server::AddGLine
2005-04-12 brainAdded OnBackgroundTimer method, ticks every 5 seconds...
2005-04-12 brainAdded Server::PseudoToUser and Server::UserToPseudo
2005-04-09 brainChanged parameters of OnPacketTransmit and OnPacketRece...
2005-04-07 brain/LOADMODULE and /UNLOADMODULE all successfully working!
2005-04-07 brainStarted work on /UNLOADMODULE, resource tracking and...
2005-04-05 brainMajor optimizations!
2005-04-04 brainAdded the module method OnUserPostNick for capturing...
2005-03-27 brainMade config parsing code a bit more lenient
2005-03-25 brainAdded implementation of strlcpy and strlcat for systems...
2005-03-25 brainFixes for GCC3.4 and namespaces (must rerun configure!)
2005-03-25 brainChanged occurances of vector to std::vector
2005-03-25 brainAdded a lot of config error checking
2004-09-11 brainSecurity audit based on RATS output
2004-05-22 brainAdded support for changing of text within OnUserPreNoti...
2004-05-22 brainAdded remainder of OnUserPreInvite stuff
2004-05-22 brainAdded OnUserPreInvite method for use with +V etc
2004-05-16 brainUpdated header comments
2004-05-09 brainAdded support for /RESTART (currently has a bug, do...
2004-05-08 brainRemoved some debug stuff
2004-05-01 brainAdded documentation of new ConfigReader methods suggest...
2004-05-01 brainProvided modules with the ability to sync data on a...
2004-05-01 brainAdded Module::OnAccessCheck
2004-04-27 brainAdded m_alias module which provides command aliases.
2004-04-23 brainFixed typo in this file
2004-04-23 braina|KK|y bitching
2004-04-22 brainAdded more services stuff
2004-04-22 brainAdded tons of services/uline stuff. DO NOT USE YET...
2004-04-20 brainConfigReader fixes to cope with tab characters (why...
2004-04-19 brainadded mode.h/mode.cpp and seperated mode functions...
2004-04-17 brainAdded calls to sched_yield() to cut down processor...
2004-04-12 brainAdded 'a' amd 'b' server link tokens (change gecos...
2004-04-12 brainAdded '@' (WALLOPS) link token
2004-04-11 brainAdded 'i' and 't' type link datagrams
2004-04-10 brainAdded J, P and Q type datagrams
2004-04-10 brainAdded server to server 'J' token
2004-04-08 brainAdded ConfigReader::EnumValues() (requested by Craig)
2004-04-08 brainFixes to connection pooling... this brain misunderstood...
2004-04-07 brainFixed bug where putting too many spaces in a privmsg...
2004-04-07 brainAdded Server::CountUsers function
2004-04-07 brainAdded preliminary support for ConfigReader::Verify...
2004-04-07 brainAdded servernotice back to the user, informing them
2004-04-07 brainStability fixes
2004-04-07 brainFixed config reader to cache its files instead of re...
2004-04-06 braintypo fixes
next