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-11 | -Woverloaded-virtual fixes | w00t |
2008-02-11 | Remove many unneeded headers from spanningtree files | w00t |
2008-02-11 | Last of the -Wshadow fixes. | 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-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 | fixed more std:: stuff | fez |
2008-02-05 | fixed std:: stuff - that should be all of it | fez |
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 |
2008-02-03 | Show extra debug for burst time | w00t |
2008-02-03 | Broken, but.. show how many milliseconds a burst takes. Someone care to tell ... | w00t |
2008-02-03 | Remove an obsolete value | w00t |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-02-02 | Check for empty prefixes, and close server connections attempting to use them | w00t |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-17 | Move a number of methods from class InspIRCd to class UserManager | w00t |
2008-01-16 | Validate <server:id> on startup if provided, thx Brain | w00t |
2008-01-13 | First UserManager overhaul: Move clone counts out of InspIRCd & User. | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-08 | Fix careless compile error caused by forward port of patch earlier today. | w00t |
2008-01-08 | Forward port r8664: bind server sockets on /rehash | w00t |
2008-01-07 | Correct typo | w00t |
2008-01-07 | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8657 e03df62e-2... | w00t |
2008-01-07 | Second half of usercount fix.. | w00t |
2008-01-07 | Fix up some usercounts stuff.. to be tested. | w00t |
2008-01-06 | Basic core changes for permanent channels. | w00t |
2008-01-06 | Back out rsquit: wasn't meant to be committed yet. | w00t |
2008-01-06 | Add removal of BanCache entries on XLINE add/del, so we avoid out of date res... | w00t |
2008-01-05 | Add SnomaskManager::FlushSnotices() stub | w00t |
2008-01-04 | Forward port r8629: Fix for bug #458 - servers going missing on collision etc | w00t |
2008-01-04 | Back out previous patch disabling ADDLINE processing. The problem is in the n... | w00t |
2008-01-04 | ADDLINE is broken, don't process it for now.. | w00t |