]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Added proper administrativia notices to CONNECT and inbound connections
[user/henk/code/inspircd.git] / include /
2005-11-27 brainAdded proper administrativia notices to CONNECT and...
2005-11-27 brainAdded /CONNECT
2005-11-26 brainAdded reading of server link configs
2005-11-26 brainAdded listening socket support for InspSocket
2005-11-26 brainAdded start of spanning tree system TEST MODULE, tested...
2005-11-25 brainFixed missing constructor on class connection
2005-11-25 brainRemoved references to connection.cpp and servers.cpp
2005-11-25 brainFixes for removal of serverrec
2005-11-25 brainAdded references to connection.h
2005-11-25 brainRe-added required parts of connection.h
2005-11-25 brainRemoved references to deprecated files servers.* and...
2005-11-25 brainRemoved static meshed linking from core
2005-11-25 brainFixed removal of mesh linking from core
2005-11-25 brainRemoval of mesh stuff (lots of)
2005-11-25 brainAdded ifndef stuff
2005-11-25 brainRemoved cross-server mesh stuff
2005-11-25 brainRemoved mesh module functions
2005-11-25 brainRemoved server socket stuff from socketengine
2005-11-25 brainFixed compile time glitches in new code, removed obsele...
2005-11-25 brainStarted removal of server linking code from core and...
2005-11-23 brainAdded some stuff to socket classes
2005-11-23 brainAdded start of socket classes used by modular linking
2005-08-24 brainChanged comments
2005-08-24 brainTidied up socket engine code, moved into a specialized...
2005-06-01 brainAdded OnLoadModule and OnUnloadModule (OnLoadModule...
2005-06-01 brainMissing vars
2005-06-01 brainMany linking fixes
2005-05-30 brainGCC4.0 warning fixes
2005-05-30 brainStarted on -Wall - safe compile
2005-05-30 brainAdded BoolSet utility class
2005-05-29 brainCompensate for ~ in ident length
2005-05-29 brainHighly optimized userrec saving 1.5k per user
2005-05-29 brainFixed lengths
2005-05-29 brainA lot more of the core consts are now configurable...
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-26 brainAdded/fixed .cvsignore files
2005-05-25 brainAdded parameters
2005-05-24 brainNonblocking connect() for outbound server links (why...
2005-05-24 brainAdded ping checks for server links (experimental)
2005-05-23 brainBuffer size limits (hard coded to 1mb for now, will...
2005-05-23 brainTidied up some socket stuff into userrec
2005-05-23 brainOutput buffering on server connections
2005-05-22 brainChanged revision id's to std::string
2005-05-20 brainRemoved stupid consts
2005-05-20 brain*** empty log message ***
2005-05-20 brainAdded COMMANDS command (yes, really)
2005-05-17 brainShrunk some datatypes
2005-05-17 brainMoved a load of servers-only stuff into serverrec out...
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 brainUpdated to keep lowermap const within hashcomp.cpp
2005-05-15 brainUpdated strhashcomp to use irc::string internally rathe...
2005-05-15 brainMoved StrHashComp and InAddr_HashComp into the irc...
2005-05-15 brainAdded comments for doxygen
2005-05-15 brainAdded irc::string
2005-05-15 brainsorted hashcomp etc
2005-05-15 brain(Untested) added hashcomp.cpp, seperates out the stl...
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-15 brainAdded idea from ircu: /invite with too few params shows...
2005-05-14 brainAdded 'uniqueness sums': http://www.inspircd.org/wiki...
2005-05-13 brainAdded Server::GetServerDescription() at request of...
2005-05-12 brainOptimized some static structs
2005-05-12 brainChanged the type of struct whowas records are stored...
2005-05-12 brainStructure optimizations, changed a lot of bools into...
2005-05-12 brainDocumented new recvq and sendq stuff
2005-05-12 brainCustomizable by-byte-size recvq stuff
2005-05-11 brainadded sendq stuff, see example config
2005-05-11 brainAdded basic sendq stuff - WARNING, there is no configur...
2005-05-08 brainChanged the final bunch of udp_* vars to server_*/tcp_*
2005-05-05 brainFixes to:
2005-05-03 brainFixed to always look for the ircd.log within the bin...
2005-05-01 brainAdded FindDescriptor
2005-05-01 brainAdded and tested fd crossreference table - improves...
2005-04-30 brainTried a new way of doing remote versions
2005-04-30 brainAdded OnAddBan and OnDelBan module api calls, and fixed...
2005-04-29 brainFixed some flood checking
2005-04-29 brainA few anti-flood features
2005-04-29 brainUpdated buffering, faster and more sensible (old code...
2005-04-28 brainAdded remote versioning
2005-04-28 brainChanged some comments
2005-04-27 brainAdded a Server:: method to send server notices to channels
2005-04-27 brainAdded explicit oper tracking in a vector of userrec...
2005-04-26 brainCommented new functions
2005-04-26 brainMajor *MAJOR* optimizations by double-referencing chann...
2005-04-26 brainAdded channel 'counter', increases speed of quits,...
2005-04-26 brainFixed dicky buffer (due to cleanup the wrong variable...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-23 brainAdded global oper monitoring through modules and global...
2005-04-23 brainServices speedups for stupid buffered i/o uplinks
2005-04-22 brainAdded server input buffers (for systems that decide...
2005-04-22 brainAdded OnOperCompare function to override strcmp in...
2005-04-21 brainAdded password field
2005-04-20 brainAdded extra comment
2005-04-20 brainAdded module message passing architecture
2005-04-20 brainAdded OnUserDisconnect method to modules.* to fix fd...
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-15 brainRemoved deprecated class 'packet'
2005-04-14 brainAdded ability for modules to hold users in a 'holding...
next