]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Checks to not propogate invalid or already-existing Xlines
[user/henk/code/inspircd.git] / src / modules /
2006-02-08 brainChecks to not propogate invalid or already-existing...
2006-02-08 brainUpdated block numeric to read COLOUR >:)
2006-02-07 brainAvoiding assignment of std::strings unless neccessary...
2006-02-07 brainFaster ADDLINE code
2006-02-07 brainExperimental improved string handling in server links
2006-02-07 brainRemoved a strlen()
2006-02-07 brainSlightly more efficient write buffers
2006-02-07 brainTidying of snotices (adding '***' to start of WriteOper...
2006-02-07 brainTrivial spacing to make it identical
2006-02-07 brainFix signedness warning
2006-02-07 brainAdded max and current local/global usercounts to /luser...
2006-02-07 brainTypo fix
2006-02-06 brainFixed /LINKS to show flat even in tricky mIRC.
2006-02-06 omMake ulines /swhois silently
2006-02-05 frostycoolslugYeah, this thing only uses 1 param, but requires 2? :P
2006-02-05 frostycoolslugMade devoice not oper-only (Congrats to the original...
2006-02-05 brainFix to allow empty but defined away message (yes, really)
2006-02-05 brainFixed another issue
2006-02-05 brainBad brain, bad bad
2006-02-05 brainPropogation of away messages across network (we dont...
2006-02-05 brainAAARGH! GRAMMAR NAZIS! ALL AROUND ME!
2006-02-05 brainFix to prevent use of aliases before reigstering connection
2006-02-05 omAdd .c_str()'s to m_sqloper in call to OneOfMatches...
2006-02-05 omBug in code for syncing cbans
2006-02-05 om[Re ;\] add m_ssl_dummy :"
2006-02-05 brainWrong varname
2006-02-05 brainRe-organized order of cmd_kick stuff (OnUserPreKick...
2006-02-04 brainMore numerics
2006-02-04 brainTweak tweak
2006-02-04 brainMarked static
2006-02-04 brainFix warning that stops this from working (related to...
2006-02-04 brainFix typos so it compiles :p
2006-02-04 brainFirst-revision UNINVITE, probably wont compile yet
2006-02-04 brainAdded support for space-seperated lists here, too
2006-02-04 omTypo
2006-02-04 brainAdded "char status" parameter to OnUserPreNotice and...
2006-02-04 omStop trying to set an empty swhois if the <type> doesn...
2006-02-04 brainAdded gnutls_rpath.pl. This works out the lib dir and...
2006-02-04 omOnly send 320 numeric if the SSL user is on our port
2006-02-04 omAdd support for configured swhois lines
2006-02-03 omAdd operators >> and << for irc::string and i/ostreams...
2006-02-03 frostycoolslugI R SECURE CONNECTION! (fix)
2006-02-03 brainMore fixes (#3)
2006-02-03 brainAltered format of OnUserMessage
2006-02-03 brainThis probably wont compile atm - add support for prefix...
2006-02-03 brainWhy are we using the users hostname to connect back...
2006-02-03 brainAdded remote routing notices for RCONNECT
2006-02-03 brainAdded RCONNECT
2006-02-03 brainAdded <options:hideulines>
2006-02-03 brainChanged hops from 1 to 0 (makes more sense)
2006-02-03 brainAdded <options:flatlinks>
2006-02-02 brainAdded debug logging
2006-02-02 brainFixes for typos
2006-02-02 brainDetails to follow ;)
2006-02-02 brainWhen socket fails to construct, we now check the GetSta...
2006-02-02 brainMore nonblocking dns stuffs
2006-02-02 brainAdded channel name to snotice
2006-02-02 brainBroadcast SPYLIST and SPYNAMES usage to all opers
2006-02-02 brainUsers are gonna erupt in flamewars over this... and...
2006-02-01 brainTidied up a kill message
2006-02-01 brainClean up ghosts on nick collision
2006-02-01 brain*TEST* nick collision code for NICK change in server...
2006-02-01 omExcempt ops kicking themselves from +J
2006-02-01 omIRC case sensitivity bug, if only we could use ASCII...
2006-01-31 brainKey hiding when youre not on the channel
2006-01-31 omSome changes to some stuff..
2006-01-30 brainTest for Craig
2006-01-30 brainWrong userrec var used
2006-01-30 brainUnneccesary space
2006-01-30 brainMoved metadata code into into OnGlobalConnect
2006-01-30 brainAdded new event into m_spanningtree, event id send_meta...
2006-01-30 omChange irritatingly Unreal-ish capitalisation
2006-01-30 omMajor updates to CBANs...like they're reasonably functional
2006-01-30 brainRemainder of TYPE_OTHER metadata
2006-01-30 brainSee last commit
2006-01-29 omeggy: be happy
2006-01-29 brain...
2006-01-29 brainFixed typo
2006-01-29 brainAllow ulines to still notice the channel regardless...
2006-01-29 brainCreated OnPostOper that can be gauranteed to be called...
2006-01-29 brainAuto-assume "+" on the start of opermode block if not...
2006-01-29 omVF_VENDOR
2006-01-29 omApparently people ask for these... *coughpointlesscough*
2006-01-29 brainTidied up intending, oh no, really serious fatal bug...
2006-01-29 omRemove -lcrypto
2006-01-29 omMissing delete for config reader
2006-01-29 omAdd checks for AddIOHook failing
2006-01-29 omChange isin() x2 to pass a const reference instead
2006-01-29 omWheee, two SSL modules :D And they work together ^^
2006-01-28 brainAdded some extra debug
2006-01-28 omMake m_services use InserMode (are we done yet?)
2006-01-28 brainChanged On005Numeric to use InsertMode (we left one...
2006-01-28 omDeleted the semicolon that had half the dev team wonder...
2006-01-28 brainA few tweaks here and there
2006-01-28 brainMODEOP and MODEDEOP were transposed
2006-01-28 omconvert std::string* to char*, should be a little faste...
2006-01-28 brainMissing extern
2006-01-28 brainTESTME: Fix to this to make it work with newer OnPreCom...
2006-01-28 brainIncorporated Craig's friendlier SQL class (documentatio...
2006-01-28 omFix small memory leaks in some cases (bad password...
next