]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Weed out a few leftover server instances from before modules had ServerInstance....
[user/henk/code/inspircd.git] / src / modules /
2009-04-06 peaveyWeed out a few leftover server instances from before...
2009-04-03 w00tUse 'c' snomask instead of 'A' snomask for ldap auth...
2009-04-03 peaveyTextual fixes. Patch by Ankit.
2009-04-02 dzFix up logic in m_allowinvite: extban A prevents /invit...
2009-04-01 brainAdd validation of parameters as a fix for bug #917...
2009-04-01 danieldgFix ping server-skip logic from bug 792 fix
2009-04-01 danieldgCorrect fix for bug #815, IPv6 code needs to check...
2009-04-01 specialPartial revert of r11274 (m_ident binding, bug #815...
2009-04-01 danieldgCorrect bind address of ident requests on multihomed...
2009-03-27 dzReport the filter type the user supplied instead of...
2009-03-27 peaveyGive pgsql some needed love. Dont use DNS, remove some...
2009-03-27 peaveyFix potential crash on uninitialised var
2009-03-27 w00tDon't use metadata in m_shun, this fixes problems with...
2009-03-27 w00tInstead of emptying parameters on shunned PART, only...
2009-03-25 danieldgUse LastParseParams in m_opermodes because mode paramat...
2009-03-23 peaveyMake this compile.
2009-03-23 danieldgFix compile error due to mismerge
2009-03-23 danieldgThreadEngine: Allow interthread signaling without needi...
2009-03-23 danieldgThreadEngine: remove MutexFactory, mutexes should be...
2009-03-23 danieldgThreadEngine: remove excessive mutex use on thread...
2009-03-22 brainMerge simple fix from Ankit, thanks
2009-03-22 brainNo need to show the censored word twice! :)
2009-03-22 brainApply ankit's patch for bug #780 with a minor tweak...
2009-03-22 brainNicer reworded numeric from ankit, thanks
2009-03-20 brainFix a bad malloc (why the hell is it malloc???) in...
2009-03-18 dzMake m_dccallow reread badfiles on rehash, not just...
2009-03-18 dzfix dccallow logic to allow <badfile:action> to overrid...
2009-03-18 brainFix for bug #791, if an error is set treat this as...
2009-03-18 brainFix for bug #784 reported by HiroP, add check to the...
2009-03-18 brainFix for bug #792 reported by recyclebin, do not attempt...
2009-03-18 brainFix for bug #773 reported by Taros, thanks!
2009-03-18 brainfix for bug #777
2009-03-16 psychonInstead of re adding the HandshakeTimer in m_spanningtr...
2009-03-15 dzFix m_shun silently blocking allowed commands on shunne...
2009-03-15 dzUse IS_OPER(u) instead of checking for umode +o to...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-14 danieldgExtban rework: allow exceptions to override bans on...
2009-03-14 danieldgRevert r11194 "Quiet bursts for uplinks, suggested...
2009-03-14 danieldgMark children of remote servers as bursting while their...
2009-03-14 danieldgSend remote BURST on new incoming server introduction
2009-03-13 danieldgFix bug #775, GRELOADMODULE displays success message...
2009-03-13 danieldgFix bug #779, SSL metadata sent using the wrong case...
2009-03-12 specialFix an oper-triggerable crash on CBAN; found by Taros
2009-03-11 peaveyMake the ident module assume that a connect tag wants...
2009-03-11 danieldgFix ComparePass for servers not supporting HMAC-SHA256...
2009-03-10 w00tApparantly someone can't figure out which index to...
2009-03-10 danieldgPush password comparison logic into ComparePass, fixes...
2009-03-10 brainQuiet bursts for uplinks, suggested by HiroP, thanks!
2009-03-09 danieldgAn FJOIN is not bursting unless the source server is...
2009-03-08 danieldgm_override: fix messages on multi-mode changes
2009-03-07 danieldgRemove some unneeded debug messages on the common case...
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-03-06 danieldgSend SVSNICKs during nick collision to prevent servers...
2009-03-06 w00tFix number of events in noctcp, so 'C' is shown in...
2009-03-06 w00tFix +g notices going to remote users. Fixes bug #749...
2009-03-06 w00tConvert helpop to use a ModeHandler base rather than...
2009-03-05 danieldgm_sakick needs to be marked VF_COMMON
2009-03-05 danieldgFix delayjoin adding an extra @ prefix mode
2009-03-05 danieldgFix crash when services (or a misbehaving remote server...
2009-03-04 danieldgdelayjoin: Remove broken check for channel ops, use...
2009-03-04 danieldgClean up delayjoin extension behavior
2009-03-02 danieldgRevert "Don't apply channel modes received in an non...
2009-03-02 danieldgDon't apply channel modes received in an non-burst...
2009-03-01 dzFix a crash in m_conn_waitpong, spotted by Obi_Wan.
2009-02-27 danieldgRevert r10640, it blocked override notices unless they...
2009-02-27 danieldgAdd more information to /CHECK output
2009-02-27 danieldg[Taros] Add m_sakick.so
2009-02-27 danieldgFix SID-sourced KILL being displayed to killee as from...
2009-02-27 danieldgFix previous module mismatch message; "remote" is misle...
2009-02-25 danieldgAdd VF_COMMON to all modules that provide an extban
2009-02-25 danieldgRemove VF_COMMON from m_banredirect, it only adds an...
2009-02-25 danieldgClarify CMD_LOCALONLY return values for /WATCH
2009-02-25 danieldgm_customtitle: Don't route TITLE command, route metadat...
2009-02-25 danieldgAllow accountname to be changed without an explicit...
2009-02-24 danieldgClarify module mismatch message
2009-02-24 danieldgAllow non-opers to use /MKPASSWD
2009-02-24 danieldgFix svn:keywords on m_nationalchars.cpp
2009-02-23 specialm_uninvite and m_ssl_oper_cert should be marked as...
2009-02-23 specialForward port r11142: Commands that only give a response...
2009-02-22 peaveyForward port r11137 from stable:
2009-02-19 danieldgRemove unneeded "fd" member of issl_session
2009-02-19 danieldgRemove unneeded comment about warnings on 64-bit
2009-02-19 danieldgGnuTLS does not need a double-copy input buffer
2009-02-19 dzSAPART does indeed take up to 3 parameters.
2009-02-19 danieldgFix crash on /SHUN with exactly 2 parameters
2009-02-18 danieldgAdd UID to CHECK output
2009-02-18 danieldgRemove unused NumServers field
2009-02-18 danieldgRemove MaxMapHeight, replace with dynamically sized...
2009-02-18 danieldgApparently casting to float is not sufficient to cause...
2009-02-18 danieldgRework /MAP output to not be overly wide
2009-02-18 brainRemove had no maxpara
2009-02-18 brainMaxpara on these was 3, should be 2
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-02-15 peaveySeveral changes
2009-02-15 peaveyFixify comments
2009-02-15 brainFix warning
2009-02-15 peaveyTarget route SANICK and when we hit the target let...
2009-02-15 brainFix for bug #725, operprefix rank value conflicts with...
2009-02-15 danieldgm_operprefix: Remove IS_LOCAL checks to also set/unset...
next