Age | Commit message (Expand) | Author |
2008-04-02 | Remove unload_kludge: this still isn't handled in a very polite way (it uses ... | w00t |
2008-04-02 | Just use string literal instead of declaring a var for it | w00t |
2008-04-02 | DOH! Fix my muppetry of a segfault, and fix some warnings | brain |
2008-04-02 | Automatic detection and allocation of max fds. No longer needs recompile to c... | brain |
2008-04-02 | Bah | w00t |
2008-04-02 | Unneeded | w00t |
2008-04-01 | Same as 9249 | w00t |
2008-04-01 | Remove call to FlushWriteBuffer from BufferedSocket::Write(), this means we d... | w00t |
2008-04-01 | Some metadata commands were using nicknames to identify the nick to apply the... | brain |
2008-04-01 | Special check in here now that forbids all use of MODE in s2s for changing ch... | brain |
2008-04-01 | Remove this, it won't work (reliably), use ModeParser::ModeString() instead, ... | w00t |
2008-04-01 | Configurable prefixes for chanmodes +qa: prefixes can be turned on or off ind... | w00t |
2008-04-01 | Add a required prefix of 0, this may fix problem encountered by Raff7.. (pure... | w00t |
2008-03-31 | Patch by brain; Fix crash when no parameters are given when introducing a rem... | special |
2008-03-30 | Fix this name | w00t |
2008-03-30 | Add SVSSILENCE: allows services to modify SILENCE lists of users. todo note i... | w00t |
2008-03-30 | Move _ext to replace the original, SVSSILENCE comes next | w00t |
2008-03-30 | Remove m_silence: this is 1.2 only. m_silence_ext is a fully backwards compat... | w00t |
2008-03-30 | Make sure CAPAB always comes before SERVER on either side of the link at all ... | brain |
2008-03-30 | AWAY notification for WATCH. Numerics are now sent out when a user goes away ... | w00t |
2008-03-30 | More docs on data structures | w00t |
2008-03-30 | Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ... | w00t |
2008-03-30 | Whack format warning, do these differ between gcc versions or something?! | brain |
2008-03-30 | Add override option to operjoin, handy if your operchan has a key or is invit... | peavey |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-03-29 | Unknown as to if the old code works | brain |
2008-03-29 | Add support for <sqloper:hash> value, references 'md5', 'sha256' and finds th... | brain |
2008-03-29 | Use the right pass | brain |
2008-03-29 | Allow freeform queries. Allow $nick, $host, $ip, $pass, $md5pass and $sha256p... | brain |
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-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-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | 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 |