Age | Commit message (Expand) | Author |
2010-06-18 | Renamed all of source files from .c to .cpp | Adam |
2010-06-18 | Burned slist, rewrote operservs XLine code | 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-06-03 | Removed ircd->b_delay_auth, have User::CheckAuthenticationToken validate user... | Adam- |
2010-05-22 | Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ... | Adam- |
2010-05-19 | Moved opertype access checking to NickAlises constructor, cleans up some code... | Adam- |
2010-04-13 | Fixed crash on /ns release and made release actually work | Adam- |
2010-04-09 | Removed the OnFind events, they are not necessary anymore and just waste CPU | Adam- |
2010-03-09 | Made guestnick generation really work | Adam- |
2010-02-25 | Rewrote part of the Timer and CallBack code for modules to be sane | 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-21 | Rewrote how Anope stores channel status modes on users. | Adam- |
2010-01-16 | Removed c_userlist and u_chanlist, replaced with std::list | Adam- |
2010-01-11 | updated copyright info for 2010 | pimpmylinux |
2010-01-09 | changed all password fields to std::string and reworked the way how the enc m... | DukePyrolator |
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-16 | Made many of the functions in IRCDProto accept the relative object pointers i... | Adam- |
2009-12-14 | Ripped out old databases | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | 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-03 | Added OnPreNickExpire and OnPreChanExpire events, which can keep nicks and ch... | Adam- |
2009-10-28 | renaming to guestnick was not working properly | DukePyrolator |
2009-10-28 | Remove NickServ timers from TimerManager if we need to delete them, not just ... | Adam- |
2009-10-20 | Apply some changes based on possible "flaws" found with flawfinder. | cyberbotx |
2009-10-17 | Use the most recent NickServ collide/release timer for a nick instead of usin... | Adam- |
2009-10-16 | Fixed bug #1110 - Fixed tracking of NickServ collide/release timers to only a... | Adam- |
2009-10-13 | Complete rewrite of everything associated with modes, this breaks saving and ... | Adam- |
2009-10-03 | Fixed a typo introduced in r2523 causing NickServ kill to not work | Adam- |
2009-09-30 | Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b... | Adam- |
2009-09-12 | Fixes bugs #1105 and #1106 | Adam- |
2009-08-30 | Fixed problem introduced in last commit | Adam- |
2009-08-30 | Properly keep track of services enforcer clients internally, they should now ... | Adam- |
2009-08-19 | Add a few items to outstanding issues in TODO, clean up a lot of warnings (no... | cyberbotx |
2009-08-12 | Set the correct opertypes on newly registered users | adam- |
2009-07-21 | added 9 new events | DukePyrolator |
2009-07-16 | Fixed crashes when an unidentified users nickcore gets deleted | adam- |
2009-06-11 | Cleanup of internals of new opertype stuff by Adam. Removes OS OPER and OS AD... | rburchell |
2009-06-10 | New timer infrastructure, can be used inside modules. Replaces old ENFORCE/CO... | rburchell |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-03-23 | Replace manually allocated array for NickCore's access list with an std::vect... | cyberbotx |
2009-02-19 | Fix a few warnings. Also move split_usermask into cs_akick, as this is the on... | rburchell |
2009-02-18 | Patch from DP, converting all match calls and removing old match method. | rburchell |
2009-02-16 | Fix compile warning. | rburchell |
2009-02-16 | If you use finduser(), and then use the result, it helps if you actually find... | rburchell |