summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-03-23CAP TLS now implemented, this needs someone to make a client to test it :pbrain
2008-03-23Clean up user/chan modes on deoper, fix memsets off-by-1, delete[] properly i...aquanight
2008-03-23These memsets cant rely on sizeof() any more, afaik. The sizeof() would give ...brain
2008-03-23Whoops, take out some foolish memsets (well theyre foolish now :p)brain
2008-03-23This should save 128 bytes per user for non-opers. Well worth it imho for a r...brain
2008-03-23Add ability to control what opertypes can set what operonly user/chan modes. ...aquanight
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-03-22Add WriteNumeric() to User and OnNumeric module event. Note that modules do n...brain
2008-03-22Fix memory leak if user quits in the middle of sasl AUTHENTICATE stepsbrain
2008-03-22Add abort fixbrain
2008-03-22This works now! (well im sure we'll find something else broken) -- thanks nen...brain
2008-03-22Fix for compile errorbrain
2008-03-22'AUTHENTICATE C'? Why not authenticate C++ :)brain
2008-03-22Patch for IAL abort sequence from nenolodbrain
2008-03-21Removal of server prefix from AUTHENTICATE reply, patch courtesy of nenolodbrain
2008-03-21Patch from nenolodbrain
2008-03-21Add debugbrain
2008-03-21Fix recommended by nenolod, silly mistake apparently :Pbrain
2008-03-21Sasl stuff from nenolod, with a bit of luck this is closer to the charybdis i...brain
2008-03-21Only valid targets for encap are now server idsbrain
2008-03-21Fix encap bug, when a target is wildcard we shouldnt abort propogatingbrain
2008-03-21That stuff belongs in OnPostconnect or it will be sent too earlybrain
2008-03-21When a user registers and SASL has given them accountname metadata push this ...brain
2008-03-21Add return valuebrain
2008-03-21Add 906, sasl abortedbrain
2008-03-21Don't send 'sasl successful' numeric on re-identifications after registrationbrain
2008-03-21Rejig numerics to not step on the 90x range for SASLbrain
2008-03-21If the user hasnt sent CAP REQ sasl, do nothing if AUTHENTICATE is sent by th...brain
2008-03-21Generate warning if m_services_account.so and m_cap.so are not loaded with m_...brain
2008-03-21Forgot to commit thisbrain
2008-03-21Whoops, forgot to tie ENCAP into receiver in treesocketbrain
2008-03-21This seems to play nice now, but it seems we may have to redo it all AGAIN :(brain
2008-03-21Add capability for m_services_account to broadcast login events, with the use...brain
2008-03-21Patch to change MODULES numerics, so we dont get a collision when using AUTHE...brain
2008-03-21Not finished yet. currently, this passes AUTHENTICATE messages to and from se...brain
2008-03-21ENCAP stuffbrain
2008-03-21Add support for CAP in uhnames, it has the token 'userhost-in-names'. Comment...brain
2008-03-21Convert to new apibrain
2008-03-21convert to new apibrain
2008-03-21Remove Prioritize(), no longer neededbrain
2008-03-21Make m_auditorium use the new api (this is MUCH easier to understand)brain
2008-03-21Add support for OnNamesListItem, discussed with w00t a few days ago. This mak...brain
2008-03-19Ricer up AllModulesReportReady further. If one fails, all fail, so returning ...peavey
2008-03-19And one more tweak to this.peavey
2008-03-19Fix OnUserRegister() not getting called for if USER sent before NICK on regis...peavey
2008-03-19Final tweak to AllModulesReportReady, should be there now.peavey
2008-03-19Nak vector thingbrain
2008-03-19Damnit, its right now. im going to bedbrain
2008-03-19Whoops, and dont get the comparison backwards. dont look at me like that, its...brain
2008-03-19Silly silly, AllModulesReportReady returns true when ONE module reports ready...brain