Age | Commit message (Expand) | Author |
2007-03-03 | Rebuild 005 on rehash. Tracker: bug #234 | peavey |
2007-03-02 | Do not perform redirect on chained channel links, tell user channel is full a... | peavey |
2007-02-27 | Fix for small display issue, when both ssl modules are loaded, both output a ... | brain |
2007-02-25 | Add svshold to example conf. | peavey |
2007-02-25 | Improve wording on ircumsgprefix. | peavey |
2007-02-25 | Fixes and optimizations | brain |
2007-02-25 | Ensure that simplemodes are sent first (jilles requested this) | brain |
2007-02-25 | Bans are bursted using a large string buffer to save on write() calls, so the... | brain |
2007-02-25 | Add max line length value to modestacker, so that it can clamp the max length... | brain |
2007-02-22 | Added sepstream::GetRemaining() | special |
2007-02-20 | New and improved /INFO (now with meaty chunks) | brain |
2007-02-20 | fix typo. | peavey |
2007-02-20 | No need to .c_str() the quitmsg, it takes const std::string& | brain |
2007-02-20 | Make these vendor modules. | peavey |
2007-02-20 | Put back quit prefix that got lost in last fix. | peavey |
2007-02-19 | Addition of feature request outlined in bug #195, suggested by Bricker | brain |
2007-02-19 | Too many small tweaks to list. Most notably tidy up info, note that /trace is... | brain |
2007-02-19 | When a users nick is overruled, remove their nickname-sent bit from userrec::... | brain |
2007-02-19 | fix obligotary typos | brain |
2007-02-19 | Better handling of nickname overruling | brain |
2007-02-19 | Whoops, typo | brain |
2007-02-19 | 1) Fix for nickname overruled with new cullList stuff -- we have to change th... | brain |
2007-02-19 | Fix for crashbugs when quitting users as experienced by satmd, SiliconAI and ... | brain |
2007-02-18 | Few more cleanups (no need to update, shouldn't have changed any behaviour..) | om |
2007-02-18 | Stop this using some global ServerInstance (where's that even defined? :|) an... | om |
2007-02-18 | Account for bearbots whos CTCP TIME misses the ending \1 from the CTCP | brain |
2007-02-18 | Eliminate some string copies, tidy some code, and reverse some short-circuit ... | brain |
2007-02-17 | Change bytes-used counter for commands (used by /stats m) as in excessive use... | brain |
2007-02-17 | Bump API version | brain |
2007-02-17 | Change /msg $* to have the correct source the same way /notice $* does | brain |
2007-02-17 | Remove redundant debug | brain |
2007-02-17 | Drop the invalid command generated by the bearbot CTCP TIME check | brain |
2007-02-17 | Check CTCP TIME on bearbots | brain |
2007-02-17 | Get rid of a compile warning. We should remember to use time_t for time varia... | peavey |
2007-02-17 | Yes, we know how to spell voluntary (and involuntary!) :< | om |
2007-02-14 | Force ipv4 lookups here - cgiirc doesnt support ipv6 anyway. | brain |
2007-02-12 | Fixed <link:bind> which was only working on an ipv6 connection. Fixes bug #21... | brain |
2007-02-12 | Change around the order of InspIRCd::Cleanup(), as per bug #212 | brain |
2007-02-12 | I'm not sure OnPostOper is called for remote opering anyway, but to be sure, ... | brain |
2007-02-12 | Only apply force join to local clients | brain |
2007-02-12 | Fix odd warnings from propolice. | brain |
2007-02-12 | Get rid of a compile warning. | peavey |
2007-02-11 | Add m_conn_join, allows force join of a user to one or more channels on conne... | brain |
2007-02-11 | Special *slap* seems to have set this to true :/ | brain |
2007-02-11 | Bump API version (chanrec::setby increased from NICKMAX to 128) | brain |
2007-02-11 | Allow for nick!user@host in TOPIC information. | brain |
2007-02-10 | Fix rehashing to display a success notice, tidy up some WriteOpers notices | brain |
2007-02-10 | Tweak hostname matching in HostMatchesEveryone to compensate for being able t... | brain |
2007-02-10 | Use userrec::MakeHost(), not strlcpy/strlcat! | brain |
2007-02-10 | Fix that equal sign '=' inside double quotes don't blow up confcheck. | peavey |