]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands
Update comment that says we dont send simplemodes in FJOIN, we do now.
[user/henk/code/inspircd.git] / src / commands /
2008-09-25 peaveyFix faulty logic, glob patterns may not start with...
2008-09-20 brainFix a rather nasty race condition revealed by my readin...
2008-09-07 w00tInvite timeout on server-to-server is already a unix...
2008-08-29 brainTidier /modules generation. faster for non-opers, neate...
2008-08-29 peaveyFix extra End of /STATS on spanningtree override of...
2008-08-29 psychonI was told that a new dev's first action must be adding...
2008-08-28 w00tRename lowermap to rfc_case_insensitive_map, add case_s...
2008-08-27 w00tClean up opering a tiny bit.. pave the way for SVSOPER
2008-08-27 w00tUSERHOST/USERIP fix, return '-' char, not '+' if the...
2008-08-26 brainSomeone messed this up
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-25 w00tImplement /who 1d t (search for who matches for users...
2008-08-25 w00tAdd opt_time to WHO (will be /who +t flag) and clean...
2008-08-23 w00tRemove unused itab array
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-08-20 brainproperly coreexport the getcpu() function etc
2008-08-20 brainWe can finally have percent cpu in the stats z on windo...
2008-08-18 w00tForward-port r10160: openssl partial write fucking...
2008-08-17 brainThese are not percentages
2008-08-07 w00tAlways deny invite to users below halfop status, move...
2008-08-06 w00tHooray
2008-08-06 w00tGive feedback to remote users
2008-08-04 w00tAdd Channel::SetTopic(User *, std::string &) to set...
2008-07-22 brainFix bug #579, missing end of stats and snomask when...
2008-07-20 pippijnchanged my email address
2008-07-20 specialRemoved excess spaces before some lines in /info -...
2008-07-20 w00tMore numerics.h conversion
2008-07-16 w00tAdd psychon to regular contributors
2008-07-15 w00tSend ERR_NOTREGISTERED to clients that send SERVER...
2008-07-13 w00tConvert more stuff to use numerics.h, change SERVER...
2008-07-12 w00tDon't add a 10 second penalty to all connecting users...
2008-07-11 w00tConvert API to use std::string, fixes my slight bug...
2008-07-02 w00tBack out the incomplete linebuffering stuff that should...
2008-07-02 w00tForward port r9946: make SVSHOLD silent to avoid useles...
2008-06-18 brainmore fixes
2008-06-18 brainmore fixes
2008-06-18 brainMeasure bandwidth statistics from the socket engine...
2008-06-18 brainAdd the rest of the stuff for named pipe comms, includi...
2008-06-13 brainWin32 compilation fixes
2008-06-06 brainOn ambiguous abbreviation, list all possibilities and...
2008-06-03 brainFix for bug #548 reported by jackmcbarn, away message...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-23 brainNEVER use the two-param assign unless you want your...
2008-05-20 w00tchar -> std::string conversion
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-19 brainConvert connection::host
2008-05-19 w00tFix users being unable to register (aquanight, what...
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-18 brainFix two occurances of match() on a const char* here
2008-05-13 brainFix the format of +p channels in /list (both in core...
2008-05-11 brainShow keys to opers correctly
2008-05-11 brainShow +sp channels to opers correctly
2008-05-10 brainImprove this not to use pointer maths directly, use...
2008-05-10 brainFix for bug #532 reported by dantheman, thanks
2008-05-08 brainWhen searching by servername without wildcards, conceal...
2008-05-07 w00tAdd support for /nick 0: changes nick to UID, which...
2008-05-05 w00tSnotice on failed oper.
2008-05-05 peaveyfix LoopCalls to not send param count thus avoiding...
2008-05-05 brainCalling wrong loopcall overloaded method, due to hasty...
2008-05-04 brainConversion of command handler params from "const char...
2008-05-03 aquanightAllow KICKing multiple nicks
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
2008-04-18 w00tAdd GreenReaper and Skip to contributors
2008-04-17 w00tRemove use of SendSNONotice to send to remote servers...
2008-04-09 w00tMove QuitUser into UserManager class, and unstaticize...
2008-04-09 w00tSend usermodes on whois if user is self or opered
2008-04-08 w00tAllow remote users to bypass Q:Line (why on earth wasn...
2008-04-08 w00tDon't check Q:Lines if server is enforcing a nick chang...
2008-04-08 w00tAdd todo, add server name
2008-04-08 w00tRemote REHASH stuff, this drove me nuts but should...
2008-04-07 brainWe were lucky this one didnt bring down the whole devne...
2008-04-04 brainAllow for custom prefixes as status chars in /notice...
2008-04-04 brainFix bad use of old event based api for spanningtree...
2008-04-02 brainFix another warning
2008-04-02 brainFix stats, this has never actually displayed the per...
2008-03-30 w00tAWAY notification for WATCH. Numerics are now sent...
2008-03-30 w00tMerge OnCancelAway and OnSetAway, add param awaymsg...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-21 brainRejig numerics to not step on the 90x range for SASL
2008-03-21 brainPatch to change MODULES numerics, so we dont get a...
2008-03-19 peaveyAnd one more tweak to this.
2008-03-19 peaveyFix OnUserRegister() not getting called for if USER...
2008-02-24 brainYay, local /rehash is now fixed :)
2008-02-24 brainMore stuff
2008-02-24 brainAllow for 'bail' and 'user' parameters to rehash thread
2008-02-24 brainTheres more to do here. Read the TODOs
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-14 brainSomebody *eyes a certain norwegian wannabe* defined...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-11 w00tFix trampling on memory in Z/G/K/ELine.
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-10 w00tCorrectly rewrite bans in 1.2 also, and make zline...
2008-02-10 w00tMake K|G|Z|ELine actually work with a nickname target...
2008-02-09 w00tImplement LogManager::CloseLogs() to give logstreams...
2008-02-08 aquanightSupport for /invite <user> <channel> <timeout> - if...
2008-02-08 brainSlight speed improvement in WHOing invisible users...
2008-02-08 w00tgit-svn-id: http://svn.inspircd.org/repository/trunk...
2008-02-02 brainAdd it back, but comment out the method body. its useless.
next