]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2010-03-31 Daniel De GraafPrevent pre-registration connect blocks from being...
2010-03-31 Daniel De GraafRemove unneeded inet_aton call
2010-03-31 Daniel De GraafAllow E:lines to make users exempt from DNSBL checks
2010-03-31 Daniel De GraafFix <connect:password> incorrectly reading <connect...
2010-03-29 Daniel De GraafImprove INSTUID error message
2010-03-27 Daniel De Graaf2.0 release candidate 1
2010-03-27 Daniel De GraafBlock writes to pending-connect socket
2010-03-27 Daniel De GraafAdd debouncing to m_cloaking, and fix cloak of hosts...
2010-03-25 Daniel De GraafRemove references to svn from configure
2010-03-25 Daniel De GraafRemove references to SVN from the Makefile
2010-03-24 danieldgImprove the output of "make install"
2010-03-23 danieldgFix CommandFloodPenalty overflow on connect
2010-03-23 danieldgFail config parse if duplicate keys are found
2010-03-23 danieldgCalling OnError from Resolver's constructor is broken...
2010-03-23 danieldgChange 2.0 cloak function to use variable-length segments
2010-03-22 danieldgA few minor fixups
2010-03-22 danieldgDon't repeat the Raw I/O log message on every rehash
2010-03-22 danieldgChange <security:operspywhois> to a tristate
2010-03-22 danieldgFix MySQL crash on module unload with empty query queue
2010-03-22 danieldgMove some unused modules to -extras
2010-03-22 danieldgRemove channel argument from OnSendWhoLine, this inform...
2010-03-22 danieldgMove ModuleManager::UnloadAll out of modmanager_dynamic
2010-03-22 danieldgAllow static initialization of dynamic_reference objects
2010-03-19 danieldgAdd RAWIO log level which is more verbose than DEBUG
2010-03-19 danieldgAdd configuration options to m_invisible
2010-03-18 danieldgOnly check password during second connect block check...
2010-03-18 danieldgMake /etc/resolv.conf reader slightly less stupid
2010-03-18 danieldgPURE_STATIC fixes to use normal <module> tags
2010-03-16 danieldgFix mismatched return value in kqueue DelFd
2010-03-16 danieldgFix typo in kqueue
2010-03-15 danieldgUse CycleHostsFromUser for on-join modes too (m_autoop)
2010-03-14 danieldgAdd <options:cyclehostsfromuser> to configure source...
2010-03-13 danieldgFix uninit pointer on MySQL initial connection
2010-03-13 danieldgHandle database not present a bit better, add missing...
2010-03-13 danieldgChange SQLv3 to format queries during submission, not...
2010-03-13 danieldgAdd OnUnloadModule hook to MySQL
2010-03-13 danieldgChange lockserv emergency unlock procedure, and add...
2010-03-13 danieldgConvert MySQL to SQLv3
2010-03-13 danieldgRemove checkconf, it is no longer needed
2010-03-13 danieldgImplement OnUnloadModule for postgres
2010-03-13 danieldgConvert pgsql to SQLv3
2010-03-12 danieldgFilter out modules not applicable to the installed...
2010-03-11 danieldgMake MODENOTICE oper-only, noticed by jackmcbarn
2010-03-11 danieldgDon't implement --atleast-version ourselves, incorrectly
2010-03-11 danieldgClean up the Makefile a bit, add DESTDIR
2010-03-11 danieldgFix empty SID when applying config-specified X:lines
2010-03-10 danieldgClean up /WHO output for auditorium channels
2010-03-10 danieldgComplain when duplicate tags are found using ConfValue
2010-03-08 danieldgFix logic error in comparison
2010-03-08 danieldgWarn about duplicate <type> and <class> blocks
2010-03-07 danieldgMake "topiclock" exemption only apply when +t is set
2010-03-07 danieldgEnable POSIX extra modules in UNIX configure
2010-03-07 danieldgChange "CAP *" reply to "CAP $nick", which is the inten...
2010-03-06 danieldgFix mode +L being visibly reset on every FJOIN
2010-03-06 danieldgFix logged error when user is denied by connect class
2010-03-06 danieldgSomehow this return got removed, should fix "Access...
2010-03-06 danieldgAdd column names to SQLv3, allow sqloper to specify...
2010-03-06 danieldgAdd query debug output to m_sqlauth
2010-03-06 danieldgAdd some useful logging output to m_sqloper
2010-03-06 danieldgConvert SQLite driver to SQLv3
2010-03-06 danieldgSQL API v3, drop all the ugly complexity
2010-03-06 danieldgFix mode Z being in the wrong section of the CHANMODES...
2010-03-06 danieldgFix ModuleManager::SetPriority algorithm which did...
2010-03-06 danieldgWe refer to modules using .so not .cpp
2010-03-06 danieldgSearch for SQL service in init(), not in constructor
2010-03-05 danieldgSet m_cgiirc to run its OnUserConnect before m_conn_umodes
2010-03-05 danieldgMake CGI:IRC host resolution block registration, fixes...
2010-03-05 danieldgFix SQL modules not all using AddService, noticed by...
2010-03-05 danieldgFix variable shadowing warning
2010-03-05 danieldgTake auditorium-see into account when building neighbor...
2010-03-05 danieldgRegister channel mode Z when enabled
2010-03-04 danieldg2.0 beta 4 release
2010-03-04 danieldgUnset umode +x when a different vhost is set on a user
2010-03-02 danieldgMove DNSBL and ident lookups after <connect deny>/banca...
2010-03-02 danieldgFix m_ident deleting sockets that are still in use
2010-03-02 danieldgFix some more incorrect socket use
2010-03-02 danieldgDelFd should not fail, it will leave a bad dangling...
2010-03-02 danieldgDon't try quite so hard to writev() the entire buffer...
2010-03-02 danieldgDon't send events for removed FDs when both read and...
2010-03-02 danieldgWhat, I have to make this compile now?
2010-03-02 danieldgLog duplicate UUID events a bit better
2010-03-02 danieldgLog invalid S2S commands a bit better
2010-03-01 danieldgLet ENCAP target match on server names, not just SIDs
2010-03-01 danieldgMake <insane blah="no"> disallow insanity, to match...
2010-03-01 danieldgCap masks and bans at 250 characters
2010-02-28 danieldgFix snomask sending having the final-parameter colon...
2010-02-28 danieldgFix misspelling
2010-02-28 danieldgFix m_customprefix trying to add the first tag twice
2010-02-26 danieldgDocumentation for <auditorium> tag
2010-02-26 danieldgAllow auditorium mode to be customized via exemptchanops
2010-02-25 danieldgMake remote/local snomasks consistent and allow use...
2010-02-25 danieldgDon't strip ENCAP from WHOISNOTICE, it will delink...
2010-02-25 danieldgFix /LUSERS miscounting
2010-02-25 danieldgGCC doesn't like characters being used in array subscripts
2010-02-24 danieldgFix empty prefixes in m_chanprotect
2010-02-24 danieldgAdd documentation of OJOIN [Namegduf]
2010-02-24 danieldgUpdate mode list, remove taxonomy command [namegduf]
2010-02-24 danieldgDocument changes to /CHECK, invite timers (missed in...
2010-02-24 danieldgUpdate extban documentation to the new way extbans...
2010-02-23 danieldgReplace #define IPV6 with <config defaultbind="ipv6...
next