Age | Commit message (Expand) | Author |
2007-05-10 | Small api change with wide reaching effects in modules - Allows modification ... | brain |
2007-05-09 | Fix ping timeout ERROR not being generated when a server pings out, making th... | brain |
2007-05-09 | Fix operquit notices being chopped to first word of quit message, spotted by ... | brain |
2007-05-09 | Make RCONNECT accept a glob for the first parameter. Thanks, HiroP :) | w00t |
2007-05-08 | - (FINALLY, ffs) add realnames to connect/remote connect server notices, per ... | w00t |
2007-05-07 | Correct the silentbursts logic | brain |
2007-05-07 | Slightly tidier capab checks | brain |
2007-05-07 | Needs a little testing: Tidyup of some code, namely when validating the lengt... | brain |
2007-05-07 | Fix channel TS not being set correctly on creation of new channel | brain |
2007-05-07 | Developers, please review ForceJoin starting at line 730 of this file. It nee... | brain |
2007-05-07 | A bit more debug in here | brain |
2007-05-07 | Add bugnotice when an fmode is sent with a TS < ours. This should in theory n... | brain |
2007-05-07 | FTOPIC from another server now (correctly) shows local server name to obscure... | brain |
2007-05-06 | gcc fails it at exporting symbols properly :/ | brain |
2007-05-05 | Make debug warning for broken servers once per servername only | brain |
2007-05-04 | Add options:quietbursts, fixes bug #269, also adds support for quits in a cul... | brain |
2007-05-04 | Add MODE nag to debug snomask +d | brain |
2007-05-04 | Apply visibility state to whois, next stop, /who | brain |
2007-05-03 | Fix for new api | brain |
2007-05-01 | Much more detailed logging of lowlevel socket errors to the +l snomask | brain |
2007-05-01 | Fix crashbug in latest svn introduced by inspsocket cull list, which can caus... | brain |
2007-04-26 | Make error reporting work properly, it seemed to loose errors. | brain |
2007-04-25 | dhost and host are both char[65], so let stringcopy take up to 64 chars here. | peavey |
2007-04-20 | Fix bug #259 proper by doing what I should have done back in r6618 when I fir... | peavey |
2007-04-20 | Revert this back to previous. | peavey |
2007-04-19 | Do not add empty strings to outgoing lines. *needs testing, may break stuff* | peavey |
2007-04-19 | Check some userrec values in remote whois, so that it wont crash if a user ha... | brain |
2007-04-15 | Fix for bug that took ages to track down and was very subtle. | brain |
2007-04-09 | The hmac stuff was slightly wrong, calculating the 2nd part | brain |
2007-04-09 | D'oh, this is what causes it to randomly not allow the HMAC, when theres an =... | brain |
2007-04-09 | And spell it right. | brain |
2007-04-09 | Minor change, easy to roll back if it fucks up | brain |
2007-04-09 | Whoopsie | brain |
2007-04-09 | Wait longer before sending data on the connect than on the accept | brain |
2007-04-09 | Revert | brain |
2007-04-09 | Test tweak to make it sync faster | brain |
2007-04-09 | Different way of generating random string | brain |
2007-04-09 | Give information in snomask +l to what type of auth was used | brain |
2007-04-09 | Handle non-hmac servers smarter without having to globally turn off hmac | brain |
2007-04-09 | Add config <options:disablehmac> to support disabling of HMAC, and tidy up to... | brain |
2007-04-09 | Remove debug: This now works! | brain |
2007-04-09 | I think we're almost there now | brain |
2007-04-09 | More fucking around | brain |
2007-04-09 | This is likely fucked up beyond all recognition. Today is fubar day :p | brain |
2007-04-09 | Debug, and we seem to be sending capab twice | brain |
2007-04-09 | Check against the HMAC challenge now: *UNTESTED* | brain |
2007-04-09 | Add basic HMAC suggested by jilles to make the auth not suck -- this is proba... | brain |
2007-04-09 | Test code that pretends to send a hashed value if its got a challenge - don't... | brain |
2007-04-09 | Added ability to send and receive a challenge, dont do anything with it yet | brain |
2007-04-09 | Add methods needed for storing challenge string | brain |