Age | Commit message (Expand) | Author |
2008-04-02 | This is better than using a const; Since 1.1 we don't need a value at all, we... | brain |
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 | Fix peavey and w00ts bug they found by removing the nonblocking part of the l... | brain |
2008-04-02 | Depreciated ServerInstance->Log() seems to crash configreader on rehash? We s... | brain |
2008-04-02 | Move this message so it actually displays when we're running non-debug: "Insp... | brain |
2008-04-02 | DOH! Fix my muppetry of a segfault, and fix some warnings | brain |
2008-04-02 | Fix yet another warning. | brain |
2008-04-02 | Fix another warning | brain |
2008-04-02 | make sure we include the right headers and fix a warning in cmode_b | brain |
2008-04-02 | Proper sysctl stuff to work with bsd. It seems that the uname value 4 is linu... | brain |
2008-04-02 | Fix stats, this has never actually displayed the per-class max in stats I, no... | brain |
2008-04-02 | Squish a warning | brain |
2008-04-02 | Remove MAXCLIENTS, this is supported at runtime by the softlimit anyway. | brain |
2008-04-02 | Remove all compile-time max client and max fd's configuration. This is no lon... | brain |
2008-04-02 | Automatic detection and allocation of max fds. No longer needs recompile to c... | brain |
2008-04-02 | Fix all this crap - it actually works now (we pray..) | w00t |
2008-04-02 | Better generation. This is still fucked up, but less spectacularly and in a m... | w00t |
2008-04-02 | Fuck. STOP committing first thing after waking up. | w00t |
2008-04-02 | As part of this... don't give fake client a valid UID, as it's not needed any... | w00t |
2008-04-02 | Bah | w00t |
2008-04-02 | Unneeded | w00t |
2008-04-01 | Only setup fakeclient once. | w00t |
2008-04-01 | Initialise a variable correctly to avoid valgrind warning | w00t |
2008-04-01 | Don't fuck up the map by inserting 0 | 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 | Remove deprecated BufferedSocket::MarkAsClosed() | 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 | Add an optional bool to ModeParser::ModeString() to not give the nickname n t... | brain |
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 | fix a few warnings by casting since thats the only way to be sure non native ... | peavey |
2008-03-31 | Patch by brain; Fix crash when no parameters are given when introducing a rem... | special |
2008-03-31 | Fix two format warnings, dont you DARE tell me size_t varies in size too. | brain |
2008-03-30 | Remove extended silence doc | w00t |
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 | Fixy | brain |
2008-03-30 | Change this return type to int from void. WHY didn't this error for me. | 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 | document override in operjoin. | peavey |