]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
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-18 danieldgDocumentation updates by DukePyrolator
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 danieldgChange /HELPOP to /HELP in documentation, add alias...
2010-02-16 danieldgDefer module init on initial load for easier dependency...
2010-02-16 danieldgDocument <oper:autologin>
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-13 danieldgCopy example configs and such to run/conf
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 conversion warnings on g++ 3.4
2010-02-12 danieldgFloating-point math should have no place in an ircd
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 danieldgAllow "make QUICK=1" to speed up the compile (disables...
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...
2010-02-09 danieldgAllow exemptchanops to modify the channel access level...
2010-02-09 danieldgUpdate m_exemptchanops to allow users to specify the...
2010-02-09 danieldgMove password checking into connect class search
2010-02-09 danieldgClean up documentation of connect blocks a bit
2010-02-09 danieldgThis module isn't supposed to be part of 2.0; it will...
2010-02-09 danieldgChange <connect:requiresasl> to <connect:requireaccount...
2010-02-09 danieldgMove chanhistory to PostJoin hook
2010-02-09 danieldghalf-voice is a better name than status prefix
2010-02-09 danieldgAdd authorization cache module
2010-02-09 danieldgAdd random number generation functions to InspIRCd...
2010-02-09 danieldgFix error message on OPTCOMMON mismatch
2010-02-08 danieldgSSL certificate requests prior to full registration...
2010-02-08 danieldgAdd <connect requiressl="trusted"> to force CA verifica...
2010-02-08 danieldgAlso allow <connect rules>
2010-02-08 danieldgAllow <connect motd> to select an alternate MOTD file...
2010-02-08 danieldgAllow <connect autojoin=""> to override the m_conn_join...
2010-02-07 danieldgFix typo
2010-02-07 danieldgFix crash on kick when +J is set, +misc cleanup
2010-02-07 danieldgUpdate example config for passforward and RPC module...
2010-02-07 danieldgMore cleanup of quit servers
2010-02-07 danieldgDon't send GODMODE snomask for remote users (let SendGl...
2010-02-07 danieldgChange PROP command format to accept multiple changes...
2010-02-06 danieldgFix left/right inversion in ListDifference
2010-02-06 danieldgAdd PROP command to m_namedmodes
2010-02-06 danieldgrename channel modes +it to distinguish them from commands
2010-02-06 danieldgFail adding of new mode when its prefix is already...
2010-02-06 danieldgAdd mode +V, status prefix. Because we haven't used...
2010-02-06 danieldgClean up empty/unused directories
2010-02-06 danieldgMove configuration examples to docs, remove automatic...
2010-02-06 danieldgSend module load/unload notifications so that services...
2010-02-05 danieldgFix NICKLOCK/SANICK errors with Q:lined nicks
2010-02-05 danieldgRemove incorrect access checks from m_ojoin
2010-02-05 danieldgDon't enforce access control on remote users for topic...
2010-02-04 danieldgConfig updates from jdhore
next