Age | Commit message (Expand) | Author |
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 |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-05-03 | Allow KICKing multiple nicks | aquanight |
2008-04-21 | Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d... | brain |
2008-04-18 | Add GreenReaper and Skip to contributors | w00t |
2008-04-17 | Remove use of SendSNONotice to send to remote servers, this is done automagic... | w00t |
2008-04-09 | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... | w00t |
2008-04-09 | Send usermodes on whois if user is self or opered | w00t |
2008-04-08 | Allow remote users to bypass Q:Line (why on earth wasn't this the case) | w00t |
2008-04-08 | Don't check Q:Lines if server is enforcing a nick change (I forgot we had a w... | w00t |
2008-04-08 | Add todo, add server name | w00t |
2008-04-08 | Remote REHASH stuff, this drove me nuts but should probably work now.. thx brain | w00t |
2008-04-07 | We were lucky this one didnt bring down the whole devnet (see cmd_part.cpp diff) | brain |
2008-04-04 | Allow for custom prefixes as status chars in /notice @#chan etc. Up until now... | brain |
2008-04-04 | Fix bad use of old event based api for spanningtree (this is mostly gone now) | brain |
2008-04-02 | Fix another warning | brain |
2008-04-02 | Fix stats, this has never actually displayed the per-class max in stats I, no... | brain |
2008-03-30 | AWAY notification for WATCH. Numerics are now sent out when a user goes away ... | w00t |
2008-03-30 | Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ... | w00t |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-03-21 | Rejig numerics to not step on the 90x range for SASL | brain |
2008-03-21 | Patch to change MODULES numerics, so we dont get a collision when using AUTHE... | brain |
2008-03-19 | And one more tweak to this. | peavey |
2008-03-19 | Fix OnUserRegister() not getting called for if USER sent before NICK on regis... | peavey |