Age | Commit message (Expand) | Author |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-13 | This doesn't need to be inside the loop. There is only one IP for (potentiall... | w00t |
2008-02-13 | Slight API tweak. Change Command to take char * instead of char in it's const... | w00t |
2008-02-12 | Support \* in silence flags, do the same thing as a(ll) flag. | w00t |
2008-02-12 | Add SVSWATCH command: services may issue it to modify the watch list of a cli... | w00t |
2008-02-12 | -Wshadow fixes | brain |
2008-02-12 | Fix missing user->nick in m_callerid | aquanight |
2008-02-12 | -Wshadow fixes for some modules in extra/ | aquanight |
2008-02-11 | -Woverloaded-virtual fixes | w00t |
2008-02-11 | Fix: Extra duplication of InspIRCd * is not necessary. | w00t |
2008-02-11 | Remove many unneeded headers from spanningtree files | w00t |
2008-02-11 | Last of the -Wshadow fixes. | w00t |
2008-02-11 | More -Wshadow fixes.. not really finished yet | w00t |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-10 | Fix m_chanlog crashing. | aquanight |
2008-02-10 | Fix case sensitivity | brain |
2008-02-10 | Add <badchan:redirect>: redirects users attempting to join a bad channel to a... | w00t |
2008-02-10 | Really allow for removal of SWHOIS via specifying blank SWHOIS (thanks for po... | w00t |
2008-02-10 | Per-logstream loglevels. | aquanight |
2008-02-09 | Fix a bug in new logging API (global logstreams weren't notified of events if... | w00t |
2008-02-09 | Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ... | w00t |
2008-02-09 | Implement bug #492: empty swhois string unsets swhois. | w00t |
2008-02-08 | Support for /invite <user> <channel> <timeout> - if the user doesn't partake ... | aquanight |
2008-02-08 | Fix low-risk potential memory leak: if a webirc client with valid cgiirc bloc... | w00t |
2008-02-07 | Sorta update this.. won't give a full file list as it's now kinda huge. | w00t |
2008-02-06 | Fix warnings (thanks owine) | w00t |
2008-02-06 | Add <auditorium:operoverride> setting, based on patch contributed by Sm0ke0ut | w00t |
2008-02-05 | More tweaks | brain |
2008-02-05 | This makes more sense | brain |
2008-02-05 | Add server.cpp, handles all stuff related to the server command. treesocket2.... | w00t |
2008-02-05 | We have two perfectly good macros, use them | w00t |
2008-02-05 | dz, you cant delete a nonpointer! | brain |
2008-02-05 | fixed std:: stuff | fez |
2008-02-05 | fixed more std:: stuff | fez |
2008-02-05 | fixed std:: stuff - that should be all of it | fez |
2008-02-04 | MODEACTION_ALLOW was being used instead of DENY, fixes bug #490 | brain |
2008-02-04 | Forward port crash fix on load of randquote from 1.1 (r8819). | w00t |
2008-02-04 | Fix exemptchanops for some modules, fixes bug #485 reported by John. Thanks. | w00t |
2008-02-04 | Clean up some FJOIN stuff | w00t |
2008-02-04 | Move a piece of HMAC to hmac.cpp | w00t |
2008-02-04 | Split treesocket2 into various smaller files | w00t |
2008-02-04 | Rename burst.cpp to netburst.cpp - it does not just contain burst handling. | w00t |
2008-02-04 | Split more of treesocket1 | w00t |
2008-02-03 | Fix trivial desync with FTOPIC: if topic is identical, we still need to broad... | w00t |
2008-02-03 | Split treesocket1 into a number of smaller files | w00t |
2008-02-03 | Clear up header insanity | w00t |
2008-02-03 | Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X... | w00t |
2008-02-03 | Whoops | brain |
2008-02-03 | What do you think of this, w00t? | brain |
2008-02-03 | Fix burst time indicator: set startburst in treeserver's constructor, BURST i... | w00t |