Age | Commit message (Expand) | Author |
2008-03-29 | Cast this to const unsigned char, not just unsigned char. We don't/can't modi... | w00t |
2008-03-28 | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9201 e03df62e-2... | w00t |
2008-03-28 | Wrong place probably | w00t |
2008-03-28 | Don't desync when blanking metadata with remote servers (seperate bug) | w00t |
2008-03-28 | Don't desync when setting swhois | w00t |
2008-03-28 | Forwardport r9195 | w00t |
2008-03-27 | Thanks danieldg | brain |
2008-03-24 | Allow activation of TLS via STARTTLS even if CAP REQ tls isnt given, so that ... | brain |
2008-03-24 | Should now work with ports bound to all interfaces | brain |
2008-03-24 | A load of classes dont inherit from classbase, and they should. fix. | brain |
2008-03-24 | This module uses io hooking too, fix it up | brain |
2008-03-24 | openssl should now work too | brain |
2008-03-24 | Port bindings for gnutls now bind via ip:port, rather than on all ports for t... | brain |
2008-03-24 | Add stuff so that modules can hook users by altering a pointer in the User cl... | brain |
2008-03-24 | And more of them | brain |
2008-03-24 | Finally change all the Version() objects | brain |
2008-03-24 | Wheeeeee | brain |
2008-03-23 | CAP TLS now implemented, this needs someone to make a client to test it :p | brain |
2008-03-23 | Clean up user/chan modes on deoper, fix memsets off-by-1, delete[] properly i... | aquanight |
2008-03-23 | These memsets cant rely on sizeof() any more, afaik. The sizeof() would give ... | brain |
2008-03-23 | Whoops, take out some foolish memsets (well theyre foolish now :p) | brain |
2008-03-23 | This should save 128 bytes per user for non-opers. Well worth it imho for a r... | brain |
2008-03-23 | Document aquanight's new stuff :) | brain |
2008-03-23 | Fix configure -svnupdate not bailing if conflicts occur. | aquanight |
2008-03-23 | Add ability to control what opertypes can set what operonly user/chan modes. ... | aquanight |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-03-22 | Add WriteNumeric() to User and OnNumeric module event. Note that modules do n... | brain |
2008-03-22 | Fix memory leak if user quits in the middle of sasl AUTHENTICATE steps | brain |
2008-03-22 | Add abort fix | brain |
2008-03-22 | This works now! (well im sure we'll find something else broken) -- thanks nen... | brain |
2008-03-22 | Fix for compile error | brain |
2008-03-22 | 'AUTHENTICATE C'? Why not authenticate C++ :) | brain |
2008-03-22 | Patch for IAL abort sequence from nenolod | brain |
2008-03-21 | Removal of server prefix from AUTHENTICATE reply, patch courtesy of nenolod | brain |
2008-03-21 | Patch from nenolod | brain |
2008-03-21 | Add debug | brain |
2008-03-21 | Fix recommended by nenolod, silly mistake apparently :P | brain |
2008-03-21 | Sasl stuff from nenolod, with a bit of luck this is closer to the charybdis i... | brain |
2008-03-21 | Only valid targets for encap are now server ids | brain |
2008-03-21 | Fix encap bug, when a target is wildcard we shouldnt abort propogating | brain |
2008-03-21 | That stuff belongs in OnPostconnect or it will be sent too early | brain |
2008-03-21 | When a user registers and SASL has given them accountname metadata push this ... | brain |
2008-03-21 | Add return value | brain |
2008-03-21 | Add 906, sasl aborted | brain |
2008-03-21 | Don't send 'sasl successful' numeric on re-identifications after registration | brain |
2008-03-21 | Rejig numerics to not step on the 90x range for SASL | brain |
2008-03-21 | If the user hasnt sent CAP REQ sasl, do nothing if AUTHENTICATE is sent by th... | brain |
2008-03-21 | Generate warning if m_services_account.so and m_cap.so are not loaded with m_... | brain |
2008-03-21 | Forgot to commit this | brain |
2008-03-21 | Whoops, forgot to tie ENCAP into receiver in treesocket | brain |