Age | Commit message (Expand) | Author |
2006-12-15 | Remove global namespacing, makes modules compile FASTAH. Also massive update ... | w00t |
2006-10-19 | Insert massive change here. | brain |
2006-10-06 | Document a ton of classes (e.g. give them a short description for http://svn.... | brain |
2006-10-01 | Now with binary versioning goodness | brain |
2006-09-11 | Fix timedbans bug reported by jamie | brain |
2006-09-06 | All commands now return results CMD_FAILURE or CMD_SUCCESS | brain |
2006-09-02 | Add chanrec::IsBanned() so that we dont have to keep walking the banlist in v... | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-16 | Optimizations | brain |
2006-08-16 | Wasnt checking channel name on ban deletion | brain |
2006-08-16 | LeaChim please try this | brain |
2006-08-16 | free() REQUIRES casts to free const char*'s :< | brain |
2006-08-16 | Because the iterator can be whacked (and the item) inside of SetBan, make copies | brain |
2006-08-16 | Tweak: Setting server pointer isnt required | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat. | brain |
2006-08-11 | Move remaining functions: | brain |
2006-08-11 | ConfigReader and FileReader now take InspIRCd* to their constructors | brain |
2006-08-11 | None of the modules use an extern InspIRCd* any more | brain |
2006-08-11 | (Bigger than it looks, i did this with perl inplace edit) -- commands now tak... | brain |
2006-08-10 | Last of Server:: methods moved to InspIRCd::. Server:: removed. | brain |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | brain |
2006-08-10 | Fixes and removal of Server::GetServerName() | brain |
2006-08-10 | cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF... | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | userrec and chanrec now have their own independent pointer back to their 'cre... | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-08 | WriteChannel* functions and ChanExceptSender* functions are now methods of ch... | brain |
2006-07-30 | Fix to send out modes remotely when a ban expires so that other ircds have th... | brain |
2006-07-30 | Fix more timedban stuff - possible infinite loop if ban expires after the cha... | brain |
2006-07-29 | Fix for bug which can lock up ircd if someone adds a timed ban when the banli... | brain |
2006-07-28 | Add support for syntax of commands in place of the text 'Not enough parameter... | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-10 | Making lots of stuff inherit from classbase so we can use it as a holdall cla... | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-03-11 | Last ones | brain |
2006-03-07 | Fixed timedbans (new mode parser didnt like being passed const char* element... | brain |
2006-02-26 | Server* Srv marked static or moved to private member of module class in all m... | brain |
2006-01-15 | Changed some .cpp to .so in the this->source field | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2005-12-26 | Last set converted to 'Implements' | brain |
2005-12-17 | Fixed typo in command source | brain |
2005-12-16 | Last set of modules converted to new command system | brain |
2005-12-07 | Changed behaviour of module API to pass Server* to the constructor, rather th... | brain |
2005-05-29 | Highly optimized userrec saving 1.5k per user | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | brain |
2005-05-15 | Made modules use irc::string where they were using strcasecmp() | brain |
2005-05-15 | Moved a ton of functions into helperfuncs.h to speed up recompiles | brain |