]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
2.0 beta 4 release
[user/henk/code/inspircd.git] / src /
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 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-23 danieldgReplace #define IPV6 with <config defaultbind="ipv6...
2010-02-23 danieldgAdd a short message at the top of permchannel DB, and...
2010-02-23 danieldgFix uninit variable warning
2010-02-21 danieldgCorrect the base64 implementations
2010-02-21 danieldgFix base64 decoding function
2010-02-21 danieldgAdd HMAC implementation to HashProvider
2010-02-21 danieldgAdd Base64 encode/decode functions to the core
2010-02-21 danieldgFix exception on m_cloaking GetVersion if run without...
2010-02-20 danieldgAllow invex to bypass key
2010-02-20 danieldgFix compilation warning
2010-02-20 danieldgReplace m_halfvoice with m_customprefix
2010-02-20 danieldgRestore <options:exemptchanops> with long names
2010-02-20 danieldgExtend +X to take named modes in addition to mode letters
2010-02-19 danieldgChange channel mode +a to "admin" which is easier to...
2010-02-19 danieldgAllow autoop to use long names
2010-02-19 danieldgKill m_spy, which was replaced by channels/auspex in...
2010-02-18 danieldgCompile fix for m_ldapauth
2010-02-18 danieldgAllow SASL messages to be targeted at the services...
2010-02-18 danieldgReset the already_sent IDs during slow garbage collection
2010-02-18 danieldgSupport multiple certificates in GnuTLS certificate...
2010-02-18 danieldgFix double-erase of iterator if a server dies and times...
2010-02-17 danieldgAdd <chanhistory:maxlines> to specify the maximum allow...
2010-02-17 w00tCheck for <user>:<password> for ldap auth in /PASS...
2010-02-17 danieldgAllow STARTTLS to be disabled via <gnutls starttls...
2010-02-17 danieldgHide SSL= line of 005 if <gnutls:showports>/<openssl...
2010-02-17 danieldgFix routing of prefix-channel messages now that 2.0...
2010-02-16 danieldgChange is-using-SSL numeric to 671 to match more other...
2010-02-16 danieldgChange is-using-SSL numeric to 275 to match other IRCds
2010-02-16 danieldgBug #645 was correct behavior on the client's part...
2010-02-16 danieldgDefer module init on initial load for easier dependency...
2010-02-16 danieldgDelete 0-user permanent channels that are being set -P
2010-02-16 danieldgIncrementing the counter in a loop is useful to prevent...
2010-02-16 danieldgHandle GRELOADMODULE when module is not loaded
2010-02-16 danieldgRemove SYSTEM and related sensitive information from...
2010-02-15 danieldgShow opers the raw VERSION string, not the custom one
2010-02-15 danieldgDump sendq before closing socket
2010-02-15 danieldgAllow a reason to be specified for <connect:deny>
2010-02-15 danieldgAdd <oper:autologin> to allow SSL fingerprint-based...
2010-02-15 danieldgDeny identical mode +H change
2010-02-15 danieldg2.0 beta 3 release
2010-02-15 danieldgAllow forced nick change to bypass Q:Lines
2010-02-15 danieldgFix build error
2010-02-14 danieldgRemove unused exports; counting is not for programmers
2010-02-14 danieldgSwitch the order of arguments in the +X mode, thanks...
2010-02-14 danieldgDon't check for existance and such when removing bans
2010-02-14 danieldgm_dnsbl updates
2010-02-13 danieldgFix inverted return on ldapoper
2010-02-13 danieldgClean up treesocket naming confusion by adding a link...
2010-02-13 danieldgFix double-invocation of Squit that can cause a crash...
2010-02-13 danieldgChange GeoIP to be a connect block matcher
2010-02-13 danieldgFix kqueue to not report 0 maximum open sockets
2010-02-12 danieldgFix compilation
2010-02-12 danieldgWrite out the permchannels database on a timer, not...
2010-02-12 danieldgRemove possible references to deleted User objects...
2010-02-12 danieldgFix stats output to divide in floating-point
2010-02-12 danieldgFix sending null character on callerid metadata, which...
2010-02-12 danieldgFix help text in helpop, route ACCEPT command to fix...
2010-02-12 danieldgImprove support for NetBSD
2010-02-11 danieldgWhen we get events on unknown file descriptors, unregis...
2010-02-11 danieldgRestart server_hash iteration after quitting dead and...
2010-02-11 danieldgFix double-sending of locally sourced kills
2010-02-11 danieldgMake UID modify its parameter on a nick collision so...
2010-02-11 danieldgFix routing of KILL command when sourced from a server
2010-02-11 danieldgChange SERVICE_{CMODE,UMODE} to SERVICE_MODE, which...
2010-02-10 danieldgShow SSL fingerprint in /WHOIS line, allow fingerprints...
2010-02-10 danieldgFix TBAN not working if the banner is owner/protected
2010-02-10 danieldgFix incorrect ServerInstance pointer in m_sasl
2010-02-10 danieldgChange display of PROP list to match the input format
2010-02-10 danieldgBetter error messages for m_autoop
2010-02-10 danieldgFix incorrect check of mode permissions when displaying...
2010-02-10 danieldg2.0 beta 2 release
2010-02-10 danieldgFix WHOISNOTICE parameters being sent backwards
2010-02-10 danieldgWhy are we wasting space on DieValue?
2010-02-09 danieldgFix typo
2010-02-09 danieldgSort CAPAB CHANMODES and USERMODES
2010-02-09 danieldgFix double-free when catching an exception in module...
2010-02-09 danieldgEliminate duplicate names between user and channel...
next