Age | Commit message (Expand) | Author |
2008-08-26 | Someone messed this up | brain |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-25 | Implement /who 1d t (search for who matches for users connected for a given t... | w00t |
2008-08-25 | Add opt_time to WHO (will be /who +t flag) and clean the fuck up CommandWho::... | w00t |
2008-08-23 | Remove unused itab array | w00t |
2008-08-21 | match() is no longer a function+no header, now a static method of InspIRCd cl... | w00t |
2008-08-20 | properly coreexport the getcpu() function etc | brain |
2008-08-20 | We can finally have percent cpu in the stats z on windows now, same as it is ... | brain |
2008-08-18 | Forward-port r10160: openssl partial write fucking shit up, add Namegduf to c... | w00t |
2008-08-17 | These are not percentages | brain |
2008-08-07 | Always deny invite to users below halfop status, move OnUserPreInvite up to a... | w00t |
2008-08-06 | Hooray | w00t |
2008-08-06 | Give feedback to remote users | w00t |
2008-08-04 | Add Channel::SetTopic(User *, std::string &) to set topic on a channel. Use i... | w00t |
2008-07-22 | Fix bug #579, missing end of stats and snomask when module returns 1 from OnS... | brain |
2008-07-20 | changed my email address | pippijn |
2008-07-20 | Removed excess spaces before some lines in /info - thanks psychon | special |
2008-07-20 | More numerics.h conversion | w00t |
2008-07-16 | Add psychon to regular contributors | w00t |
2008-07-15 | Send ERR_NOTREGISTERED to clients that send SERVER on a client port with a te... | w00t |
2008-07-13 | Convert more stuff to use numerics.h, change SERVER to send ERR_ALREADYREGIST... | w00t |
2008-07-12 | Don't add a 10 second penalty to all connecting users (this was accidental) | w00t |
2008-07-11 | Convert API to use std::string, fixes my slight bug from earlier and looks ti... | w00t |
2008-07-02 | Back out the incomplete linebuffering stuff that shouldn't have been committed.. | w00t |
2008-07-02 | Forward port r9946: make SVSHOLD silent to avoid useless irritation to opers | w00t |
2008-06-18 | more fixes | brain |
2008-06-18 | more fixes | brain |
2008-06-18 | Measure bandwidth statistics from the socket engine (kiloBITS per second in, ... | brain |
2008-06-18 | Add the rest of the stuff for named pipe comms, including feedback informatio... | brain |
2008-06-13 | Win32 compilation fixes | brain |
2008-06-06 | On ambiguous abbreviation, list all possibilities and eat the command (numeri... | brain |
2008-06-03 | Fix for bug #548 reported by jackmcbarn, away message not unsetting | brain |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-05-23 | NEVER use the two-param assign unless you want your string padding to len byt... | brain |
2008-05-20 | char -> std::string conversion | w00t |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-19 | Convert connection::host | brain |
2008-05-19 | Fix users being unable to register (aquanight, what the fuck were you smoking... | w00t |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-18 | Fix two occurances of match() on a const char* here | brain |
2008-05-13 | Fix the format of +p channels in /list (both in core /list and in m_safelist)... | brain |
2008-05-11 | Show keys to opers correctly | brain |
2008-05-11 | Show +sp channels to opers correctly | brain |
2008-05-10 | Improve this not to use pointer maths directly, use an iterator | brain |
2008-05-10 | Fix for bug #532 reported by dantheman, thanks | brain |
2008-05-08 | When searching by servername without wildcards, conceal +i users no matter wh... | brain |
2008-05-07 | Add support for /nick 0: changes nick to UID, which can come in useful for ci... | w00t |
2008-05-05 | Snotice on failed oper. | w00t |
2008-05-05 | fix LoopCalls to not send param count thus avoiding a crash in command parser | peavey |
2008-05-05 | Calling wrong loopcall overloaded method, due to hasty search and replace ear... | brain |