Age | Commit message (Expand) | Author |
2006-03-08 | Removed deprecated Server::IsOnChannel (was a C++-ish wrapper to the C-ish ha... | brain |
2006-03-08 | Fixed externs | brain |
2006-03-08 | Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ... | brain |
2006-03-08 | Removed declarations of ancient and misspelled functions :/ | brain |
2006-03-08 | cmode was declared here too - declaration removed. | brain |
2006-03-08 | cmode now returns const char* as it returns a pointer to a literal string and... | brain |
2006-03-08 | Got rid of all that ugly char* cast crap (todo: change docs to reflect change) | brain |
2006-03-08 | Fixed #defines to be enums (tidier) | brain |
2006-03-08 | Actually, 64. | brain |
2006-03-08 | chanrec::custom_modes only needs 96 values not 190 | brain |
2006-03-07 | *TEST* Server::DumpText - Dump a *stringstream* to a user with a std::string ... | brain |
2006-03-07 | Made split_chlist available for external use from commands.h | brain |
2006-03-07 | Safety checking (a really really clever trick btw) in CullList, to make sure ... | brain |
2006-03-07 | Whowas refactor - probably wont compile yet | brain |
2006-03-07 | Tweaks to socket engine, faster buffer flush and hopefully more stable | brain |
2006-03-07 | Check for write errors in inspsocket (this is probably causing excessive cpu... | brain |
2006-03-07 | *TEST CODE* Faster custom mode set/unset | brain |
2006-03-07 | No need to be inline in the include | brain |
2006-03-06 | Tidied GetMaxBans to leave the ConfigReader subsystem alone | brain |
2006-03-06 | Tidied up give/take methods | brain |
2006-03-06 | Mode-code rewrite. Might act weird, needs proper testing (that is what svn bu... | brain |
2006-03-05 | Sped up introduction of nicks using vector::resize() rather than the craq++ l... | brain |
2006-03-02 | Added IS_SINGLE, see comment in include/inspircd.h | brain |
2006-03-02 | *UNTESTED* speeding up HasPermission by factor of hundreds, avoid using EnumC... | brain |
2006-03-02 | is_uline was an inefficient piece of crap - fixed. | brain |
2006-03-02 | Made host fields more correct 64 in length with 63 copies | brain |
2006-03-02 | Made extensive use of charlcat to cut down on strlcat usage | brain |
2006-03-02 | Added charlcat which appends a single char to a char* string (range checked) | brain |
2006-03-02 | Changed definition of CallHandler and CallCommandHandler for the ability to r... | brain |
2006-02-28 | BanHiding | brain |
2006-02-28 | Made it safe to quits and nickchanges | brain |
2006-02-27 | Add comment stressing the importance of certain elements of this file | om |
2006-02-27 | Test two | brain |
2006-02-27 | Constant eating 20% cpu since last nights commit - test fix | brain |
2006-02-26 | Moved the contents of the mainloop into a function called InspIRCd::DoOneIter... | brain |
2006-02-24 | Nothing to see here, nothing, at all. | om |
2006-02-23 | Look-behind for missed timers up to 2 minutes (if your ircd has hung for 2 mi... | brain |
2006-02-23 | Moved timer stuff from OnBackgroundTimer to InspTimer derivative | brain |
2006-02-23 | Fixed to work | brain |
2006-02-23 | Incorporating InspTimer into safelist as a test | brain |
2006-02-23 | Fixes | brain |
2006-02-23 | First revision of new timer code, not in the makefile yet (so it wont build t... | brain |
2006-02-22 | Added m_safelist helper functions GetChannelCount and GetChannelIndex | brain |
2006-02-21 | Fixed | brain |
2006-02-21 | Added second form of find() taking const char*, which is faster in the core w... | brain |
2006-02-21 | Improved speed of Find() by passing reference to std::string instead of std::... | brain |
2006-02-19 | AIEEE fucking overloaded operators | brain |
2006-02-19 | Tweaks | brain |
2006-02-19 | Added + and == operators between std::string and irc::string. | brain |
2006-02-19 | Removed unneeded {}'s | brain |