Age | Commit message (Expand) | Author |
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 |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-04-17 | Forward Port of r2284: Don't enfoce akick/forbidden/etc.. settings on clients... | jantje_85 |
2009-04-01 | Boink. | rburchell |
2009-04-01 | Replace nick_is_* checking of static userlevels with NickCore::IsServicesOper... | rburchell |
2009-03-29 | #1042 Fix for CS SUSPEND/FORBID so that it doesn't act upon opers on rejoin. ... | sjaz |
2009-03-23 | Replace manual array for ChannelInfo's access list to use an std::vector inst... | cyberbotx |
2009-03-09 | Fix bug #1020, +f and +L parameters are read from and written to the database... | cyberbotx |
2009-02-28 | Patch from Adam, reducing duplication in cs_modes. Untested. | rburchell |
2009-02-18 | Patch from DP, converting all match calls and removing old match method. | rburchell |
2009-02-16 | Revert "Patch from DukePyrolator to replace all calls to match_wild() and mat... | rburchell |
2009-02-16 | Patch from DukePyrolator to replace all calls to match_wild() and match_wild_... | cyberbotx |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |
2009-02-10 | NS_VERBOTEN -> NS_FORBIDDEN, CS_VERBOTEN -> CS_FORBIDDEN, etc. | rburchell |
2009-02-09 | Squashed commit: merge next (1.9.1) back to trunk. | rburchell |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-12-30 | Fix compile error in recent AKICK fix. | cyberbotx |
2008-12-29 | Bug 983 :: Forwarding patch to dev branch. This Fixes akicklist not being reo... | jantje_85 |
2008-12-17 | Fix an incorrect variable name. | rburchell |
2008-12-17 | Forward-port b00da8a8a5d15f3d96bb2da72c8be7a9caf6861e from 1.8: only set +si ... | rburchell |
2008-11-28 | Remove (void) args, these just make things ugly. | rburchell |
2008-11-25 | Used std::vector for MemoInfo's memos variable instead of an malloc'd array. | cyberbotx |
2008-11-23 | Converted many C-style casts to C++-style casts. | cyberbotx |
2008-11-22 | Replaced most uses of smalloc and scalloc with new, replaced most uses of fre... | cyberbotx |
2008-11-18 | Remove an insane amount of backwards compatibility from database loading, thi... | rburchell |
2008-11-15 | Remove moduleAddData|GetData|DelData and all associated mess. Extensible base... | rburchell |
2008-11-15 | Create and use constructors for NickInfo, NickAlias, ChannelInfo. Inherit all... | rburchell |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-09 | Move modules_core_init() to ModuleManager::LoadModuleList(). | Robin Burchell w00t@inspircd.org |
2008-11-02 | Rip out SQL. It's utterly useless in current implementation. | Robin Burchell w00t@inspircd.org |
2008-10-15 | Merge branch 'anopeng-config' of http://git.inspircd.org/git/anope/ into anop... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-05 | Merge branch 'anopeng' into anopeng-config | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-03 | Merge commit 'cbx/anopeng-uid' into anopeng-uid | Robin Burchell w00t@inspircd.org |
2008-10-02 | Make chanserv.c compile. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Replaced anope_SendGlobops() with direct call to SendGlobops() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendPart() with direct call to SendPart() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendJoin() with direct call to SendJoin() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendKick() with direct call to SendKick() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendMode() with direct call to SendMode() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |