Age | Commit message (Expand) | Author |
2010-06-18 | Renamed all of source files from .c to .cpp | Adam |
2010-06-18 | Added a founder access level used to determin who is a channel founder. This ... | Adam |
2010-06-18 | Removed process_numlist and having to mark everything as "in use" and constan... | Adam |
2010-06-18 | Fixed cmake build, removed version_flags it is no longer need, removed old un... | Adam |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-05-17 | Made is possible to change levels back to founder only and made founder only ... | Adam- |
2010-05-12 | Fixed a potential crash caused from accessing a uninitialized pointer when en... | Adam- |
2010-04-30 | Don't use botserv bots to hold channels open, becomes too much of a problem i... | Adam- |
2010-03-31 | Added last used time to akick view | Adam- |
2010-03-24 | Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma... | Adam- |
2010-02-04 | We now store a list of users using a NickCore in the NickCore, this prevents ... | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
2010-01-16 | Removed c_userlist and u_chanlist, replaced with std::list | Adam- |
2010-01-14 | Burned do_sjoin and rewrote it to be sane. This changes how Anope handles new... | Adam- |
2010-01-11 | updated copyright info for 2010 | pimpmylinux |
2010-01-10 | Rewrote the code that handles and sends kicks | Adam- |
2010-01-04 | Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha... | cyberbotx |
2010-01-04 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ... | Adam- |
2009-12-31 | Added in new plaintext databases. Note: This currently has no automatic backu... | Adam- |
2009-12-23 | Replaced some static_casts related to modes with dynamic_cast - its a bit safer | Adam- |
2009-12-16 | Made many of the functions in IRCDProto accept the relative object pointers i... | Adam- |
2009-12-14 | Ripped out old databases | Adam- |
2009-12-13 | Added in a modestacker and rewrote almost all of the remaining old mode code | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-19 | Changed the mode param handling code to be more into the general mode handlin... | Adam- |
2009-11-18 | Delete the correct entries from akick and badwords list when given a numlist | Adam- |
2009-11-17 | Cleand up alot of the code in bs_badwords, made it much more C++-ish | Adam- |
2009-11-11 | Made disabling chanserv levels *really* disable them so noone can use them (e... | Adam- |
2009-11-11 | Moved alot of stuff to constructors and destructors, instead of having functi... | Adam- |
2009-11-08 | Rewrote all of the old C style flag systems into a new Flag class which every... | Adam- |
2009-11-08 | Rewrote BuildStringList to use std::list instead of char** | Adam- |
2009-11-07 | Made mlock_on, mlock_off, access, and akick private in ChannelInfo | Adam- |
2009-11-07 | Rewrote all of the akick code to be much cleaner | Adam- |
2009-11-06 | Added /chanserv access view, which shows the access creator and last time used | Adam- |
2009-11-05 | Dont allow sending empty mode strings in check_modes | Adam- |
2009-11-05 | Removed trailing -'s on mode strings sent in check_modes | Adam- |
2009-11-04 | Rewrote part of check_modes to keep it from sending empty mode strings | Adam- |
2009-11-03 | Added OnPreNickExpire and OnPreChanExpire events, which can keep nicks and ch... | Adam- |
2009-10-30 | Removed channel passwords and added /chanserv QOP command to add additional c... | Adam- |
2009-10-30 | Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes... | Adam- |
2009-10-20 | Apply some changes based on possible "flaws" found with flawfinder. | cyberbotx |
2009-10-13 | Complete rewrite of everything associated with modes, this breaks saving and ... | Adam- |
2009-09-30 | Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b... | Adam- |
2009-08-30 | Fixed segfault bug & check_modes() going insane over uninitialized variable. | jantje_85 |
2009-08-30 | Fix chanserv.c to compile after DEFCON changes. | cyberbotx |
2009-08-30 | Forward port of several DEFCON fixes: | jantje_85 |
2009-08-19 | Add a few items to outstanding issues in TODO, clean up a lot of warnings (no... | cyberbotx |
2009-07-21 | Added a new event for channels being deleted | adam- |
2009-06-10 | New timer infrastructure, can be used inside modules. Replaces old ENFORCE/CO... | rburchell |