summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-30AWAY notification for WATCH. Numerics are now sent out when a user goes away ...w00t
2008-03-30More docs on data structuresw00t
2008-03-30Fixybrain
2008-03-30Change this return type to int from void. WHY didn't this error for me.w00t
2008-03-30Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ...w00t
2008-03-30Whack format warning, do these differ between gcc versions or something?!brain
2008-03-30document override in operjoin.peavey
2008-03-30Add override option to operjoin, handy if your operchan has a key or is invit...peavey
2008-03-30whack a couple of format warnings now showing with r9217peavey
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-30The bug we fixed for bug #506 may still occur in trunk if a module adjusts th...brain
2008-03-29Test commit. .coders now has CIA (instant notification) and the other channel...brain
2008-03-29Unknown as to if the old code worksbrain
2008-03-29Documentbrain
2008-03-29Add support for <sqloper:hash> value, references 'md5', 'sha256' and finds th...brain
2008-03-29Use the right passbrain
2008-03-29Allow freeform queries. Allow $nick, $host, $ip, $pass, $md5pass and $sha256p...brain
2008-03-29Cast this to const unsigned char, not just unsigned char. We don't/can't modi...w00t
2008-03-28git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9201 e03df62e-2...w00t
2008-03-28Wrong place probablyw00t
2008-03-28Don't desync when blanking metadata with remote servers (seperate bug)w00t
2008-03-28Don't desync when setting swhoisw00t
2008-03-28Forwardport r9195w00t
2008-03-27Thanks danieldgbrain
2008-03-24Allow activation of TLS via STARTTLS even if CAP REQ tls isnt given, so that ...brain
2008-03-24Should now work with ports bound to all interfacesbrain
2008-03-24A load of classes dont inherit from classbase, and they should. fix.brain
2008-03-24This module uses io hooking too, fix it upbrain
2008-03-24openssl should now work toobrain
2008-03-24Port bindings for gnutls now bind via ip:port, rather than on all ports for t...brain
2008-03-24Add stuff so that modules can hook users by altering a pointer in the User cl...brain
2008-03-24And more of thembrain
2008-03-24Finally change all the Version() objectsbrain
2008-03-24Wheeeeeebrain
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-23Document aquanight's new stuff :)brain
2008-03-23Fix configure -svnupdate not bailing if conflicts occur.aquanight
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