]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Added version flags
[user/henk/code/inspircd.git] / src / inspircd.cpp
2005-04-07 brainStarted work on /UNLOADMODULE, resource tracking and...
2005-04-07 brainAdded /LOADMODULE (tested and working)
2005-04-07 brainFixed a double free in dnsqueue.cpp
2005-04-06 brainMoved module loading to a LoadModule function that...
2005-04-06 brainChanged the loglevel of some startup failure messages...
2005-04-06 brainFixed casting warning in ShowMOTD under linux
2005-04-05 brainFix to bug #33 (weird /map)
2005-04-05 brainMajor optimizations!
2005-04-05 brainOptimized connects - motd is sent faster
2005-04-05 brainInspIRCd now logs value of <die> to the logfile on...
2005-04-04 brainAdded E:Lines, a form of ban exception that can prevent...
2005-04-04 brainAdded new <banlist> tags, allows dynamic banlist sizes...
2005-04-03 brainStrange crash fix
2005-04-03 brainAdded another check to the mainloop
2005-04-03 brainFix for bug #39, m_redirect returning invalid/random...
2005-04-03 brainAdded code to shutdown listening sockets on exit
2005-04-03 brainFixed a few small dns timeout bugs (allowing users...
2005-04-03 brainMajor optimizations! now uses under 1% cpu all the...
2005-04-02 brainFixes for dns queueing, timeout functions etc moved...
2005-04-02 brainConnection fixes
2005-04-02 brainAdded pid file support, and documentation for it
2005-04-02 brainOne final attempt at fixing some of craigs whinges...
2005-04-01 brainMassive stats L speedup
2005-04-01 brainFixed string format vunerability, thanks again to the...
2005-04-01 brainFixed nasty bugs.
2005-04-01 brainAttempts to fix some random crashes
2005-04-01 brainFixed 'unlikely' crash if nick was changed before dns...
2005-04-01 brainDNS timeout fixes!
2005-04-01 brainAdded nonblocking dns
2005-03-27 brainFixed 005 numeric to only output 13 tokens per line...
2005-03-27 brainReplaced some 005 constants with their configured values
2005-03-27 brainFixed detection of missing opertypes
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
2005-03-24 brainAdded IP addresses to connection notices to support...
2004-09-11 brainChanges for security based on RATS analysis
2004-09-11 brainSecurity audit based on RATS output
2004-05-29 brainHands up if you think linking is akward
2004-05-29 brainmore link fixes
2004-05-29 brainservices link fixes
2004-05-29 brainFixed uline synching
2004-05-09 brainRemoved some very old crap
2004-05-09 brainAdded support for /RESTART (currently has a bug, do...
2004-05-05 brainFix for /WALLOPS in certain sucky mIRCscripts
2004-05-05 brainFixed crash that only slug can replicate
2004-05-03 brainAdded opertype propogation
2004-05-02 brainAdded oper-override module
2004-05-01 brainAdded stub to handle SERVER command
2004-05-01 brainProvided modules with the ability to sync data on a...
2004-05-01 brainRemoved protocol violation errors
2004-05-01 brainAdded Module::OnAccessCheck
2004-04-30 brainAdded oper classes and types (done through the planned...
2004-04-29 brainMade the allowhalfop in <options> tag actually work
2004-04-27 brainAdded m_alias module which provides command aliases.
2004-04-27 brainAdded extra services support stuff, fixed chanserv...
2004-04-26 brainAdded ip address to N token for SLINE in services use
2004-04-26 brainFixed bug in /mode #channel when +k is set
2004-04-25 brainAdded MaxWhoReplies stuff (bahamut-style /WHO limiting)
2004-04-25 brainAdded some stuff to diffrentiate between global and...
2004-04-24 brainFixed quit-bouncing issue when a user is g-lined
2004-04-24 brainAdded G-line, Z-line and K-line plus SZLINE, SGLINE...
2004-04-24 brainQ-lines fully working, can add and remove other types...
2004-04-24 brainAdded a bunch of xline stuff and added qline spport...
2004-04-24 brainAdded XLine stuff
2004-04-23 brainFixed minor join bug
2004-04-23 braina|KK|y bitching
2004-04-23 brainAdded tons of services stuff - prepared for multiserver...
2004-04-22 brainAdded more services stuff
2004-04-22 brainAdded tons of services/uline stuff. DO NOT USE YET...
2004-04-21 brainVarious services compatibility stuff
2004-04-21 brainUpdated to support services
2004-04-21 brainFixes for bug #13 (trailing or leading spaces on a...
2004-04-19 brainChanged occurances of udp_host to tcp_host for readability
2004-04-19 brainMoved all command handler functions into commands.cpp...
2004-04-19 brain/WHO and routing fixes
2004-04-19 brainCode Tidyup
2004-04-19 brainadded mode.h/mode.cpp and seperated mode functions...
2004-04-19 brainMoving yet more stuff into message.cpp
2004-04-19 brainStarted seperating out functions
2004-04-18 brainChecks to stop a server connecting twice
2004-04-18 brainChanges of RemoveServer to char* to const char*
2004-04-18 brainFixes to typos in recovery checking
2004-04-18 brainAdded more rigorous link connection checking and recovery
2004-04-18 brainAdded connection version checking
2004-04-18 brainAdded GetRevision() function returning a long with...
2004-04-18 brainChanged format of 'b' token
2004-04-18 brainImproved layout of /version, used strtok_r to prevent...
2004-04-18 brainImproved /version line and made it show optimisation...
2004-04-18 brainFixes to GetServerDescription()
2004-04-18 brainFixed server descriptions in /whois and /links (untested)
2004-04-18 brainAdded back authorised state checking in server/server...
2004-04-18 brainMinor code tweaks, tidyups
2004-04-17 brainAdded calls to sched_yield() to cut down processor...
2004-04-17 brainAdded SQUIT command
2004-04-17 brainAdded SQUIT (untested)
2004-04-16 brainYet more 'bad cookie' fixes :/
2004-04-16 brainMore reconnect fixes
next