]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Fixed 'fake direction' messages being put out by user->registered = 7 being set too...
[user/henk/code/inspircd.git] / src / inspircd.cpp
2005-12-08 brainFixed 'fake direction' messages being put out by user...
2005-12-07 brainChanged userlist to clientlist in UnloadModule
2005-12-07 brainAdded OnCleanup function
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-12-05 brainAdded new OnKick stuff
2005-12-05 brainFixed local compares to JOIN
2005-12-05 brainAdded OnChangeHost
2005-12-03 brainRemoved the MESHED 005 numeric token
2005-12-03 brainChanged epoll delay
2005-12-02 brainAllowed ulined servers to by pass all oper permissions...
2005-12-02 brainAdded forward lookup sanity checks to single threaded dns
2005-12-02 brainMade threading optional
2005-12-02 brainIts too late at night for this :p
2005-12-02 brainBlah
2005-12-02 brainblah
2005-12-02 brainAdded permissions checks, ick!
2005-12-01 brainMultithreaded DNS -- not tested!!!!
2005-12-01 brainFixed is_valid_cmd to only return true for non-core...
2005-12-01 brainAdded clever code to propogate module's special command...
2005-11-30 brainAdded Server::RehashServer
2005-11-29 brainFixed an old-style OnUserQuit trigger
2005-11-29 brainAdded reason to OnUserQuit
2005-11-27 brainAdded nickname syncing
2005-11-26 brainAdded stricter checking for listening sockets
2005-11-26 brainAdded listening socket support for InspSocket
2005-11-26 brainAdded start of spanning tree system TEST MODULE, tested...
2005-11-25 brainRemoved references to connection.cpp and servers.cpp
2005-11-25 brainFixes for removal of serverrec
2005-11-25 brainRemoved references to deprecated files servers.* and...
2005-11-25 brainRemoval of mesh stuff (lots of)
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-08-24 brainChanged comments
2005-08-24 brainTidied up socket engine code, moved into a specialized...
2005-06-02 brainPossibly fixed the 'vincent' bug
2005-06-02 brainMore tweaks
2005-06-02 brainMore tweaks
2005-06-02 brainFixed warnings reported by vincent
2005-06-01 brainFixed onloadmodule
2005-06-01 brainAdded OnLoadModule and OnUnloadModule (OnLoadModule...
2005-06-01 brainFixed ability to accidentally set a softlimit of 0
2005-06-01 brainMaxClients -> MAXCLIENTS
2005-06-01 brainMany linking fixes
2005-05-30 brainConfiguration errors now go to the error log
2005-05-30 brainGCC4.x -Wall fixes
2005-05-30 brainGCC4.0 warning fixes
2005-05-30 brainStarted on -Wall - safe compile
2005-05-29 brainAdded m_watch.cpp (provides /WATCH for notify) and...
2005-05-29 brainAdded include stack to detect looped includes
2005-05-29 brainHighly optimized userrec saving 1.5k per user
2005-05-29 brainA lot more of the core consts are now configurable...
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-26 brainFixed max channel length
2005-05-26 brainFix for bug #70 (only first <disabled:commands> item...
2005-05-24 brainFixed compile glitch on 3.4
2005-05-24 brainChanged to not show remote quits (we don't show remote...
2005-05-24 brainAdded Bailout
2005-05-24 brainAdded extra code to notify mainloop when the iterator...
2005-05-24 brainSum not being propogated properly, attempted fix
2005-05-24 brainNow clears the autoconns map on rehash
2005-05-24 brainAutoconnect/typo fixes
2005-05-24 brainFixed to not autoconnect servers we already have!
2005-05-24 brainAutoconnection of servers added
2005-05-24 brainNonblocking connect() for outbound server links (why...
2005-05-23 brainFixed bug where when a server split all other servers...
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-21 brain*** empty log message ***
2005-05-20 brain*** empty log message ***
2005-05-20 brain*** empty log message ***
2005-05-19 brainrandom crash fixes
2005-05-19 brainKill fixes
2005-05-18 brain*** empty log message ***
2005-05-18 brain*** empty log message ***
2005-05-18 brainRemoved unncessary sched_yield calls
2005-05-17 brainAdded configurable SOMAXCONN size
2005-05-17 brainMoved a load of servers-only stuff into serverrec out...
2005-05-17 brainMass-connect speedups, also now uses less processor...
2005-05-17 brainFine-tuning epoll parameters
2005-05-17 brainChanged epoll_wait timeout
2005-05-17 brainChanged from SOMAXCONN to 32
2005-05-17 brainEpoll tweaks
2005-05-17 brainExperimental: Epoll support
2005-05-16 brainIncreased listen backlog from 5 to use SOMAXCONN, syste...
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-15 brainAdded idea from ircu: /invite with too few params shows...
2005-05-14 brainAdded 'uniqueness sums': http://www.inspircd.org/wiki...
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 brainHonking great memory leak fixed that's been there since...
2005-05-12 brainCustomizable by-byte-size recvq stuff
2005-05-12 brainUpdated default sendq size to 256k
2005-05-11 brainadded sendq stuff, see example config
next