Age | Commit message (Expand) | Author |
2010-01-02 | Fixed bug #1121 - Fixes a potential crash when a user changes hosts | Adam- |
2010-01-02 | Rewrote the vhost code, and moved it to be part of nickalias instead of in it... | Adam- |
2010-01-02 | Convert 'const char *' and 'char *' function arguments to 'const std::string ... | cyberbotx |
2009-12-31 | Added in new plaintext databases. Note: This currently has no automatic backu... | Adam- |
2009-12-29 | Chnaged ChannelModeSet/Unset events to be able to block checks such as secure... | Adam- |
2009-12-20 | Rewrote part of extensible, it will now automatically unallocate memory for u... | Adam- |
2009-12-17 | Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt... | Adam- |
2009-12-16 | Made many of the functions in IRCDProto accept the relative object pointers i... | 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-24 | fixed a crash when a user connects without a vhost | DukePyrolator |
2009-11-18 | Remove some CoreExports and add them in other places, fixed a few minor warni... | cyberbotx |
2009-11-17 | Removed some unnecessary casts, used C++-style casts over C-style casts, fixe... | cyberbotx |
2009-11-08 | Rewrote all of the old C style flag systems into a new Flag class which every... | Adam- |
2009-10-30 | Made do_nick return the user if I_OnPreUserConnect halts it if the user still... | 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-30 | Added I_OnPreUserConnect, I_OnUserModeAdd, and I_OnUserModeAdd events | Adam- |
2009-10-25 | Rewrote part of news system and moved it all to os_news.c. Removed src/news.c | Adam- |
2009-10-25 | Added 4 new events for (un)setting modes on channels and users | Adam- |
2009-10-20 | Apply some changes based on possible "flaws" found with flawfinder. | cyberbotx |
2009-10-17 | Call I_OnUserConnect and display news before checking if the user should be k... | Adam- |
2009-10-17 | dos2unix on files. | cyberbotx |
2009-10-13 | Complete rewrite of everything associated with modes, this breaks saving and ... | Adam- |
2009-10-07 | added a new event OnUserQuit, changed OnPartChannel and OnUserKicked to send ... | DukePyrolator |
2009-09-30 | Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b... | Adam- |
2009-09-26 | Fixed bug #1107. We now have support for IRCds that send auth after the initi... | Adam- |
2009-09-26 | Made User::CheckAuthenticationToken work properly when using any nick in a group | Adam- |
2009-09-12 | Fixes bugs #1105 and #1106 | Adam- |
2009-08-23 | Fix bug with User::SetRealname crashing when a user with a custom GECOS conne... | cyberbotx |
2009-08-22 | added more events | DukePyrolator |
2009-08-15 | Set -r on nick change if appropriate and make nick tracking work correctly | adam- |
2009-08-06 | Clean up some of inspircds autoid code and make it not resend account name on... | adam- |
2009-08-05 | Reset +r on change to grouped nick | adam- |
2009-08-04 | Fixed autoid | adam- |
2009-07-26 | Fixed multiple problems with session tracking, read comments in users.c and s... | adam- |
2009-07-21 | added 9 new events | DukePyrolator |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-04-03 | Patch from DukePyrolator to include an OnUserNickChange() event to replace EV... | cyberbotx |
2009-02-19 | Fix a few warnings. Also move split_usermask into cs_akick, as this is the on... | rburchell |
2009-02-18 | Add OnUserConnect event, mark OnSaveDatabase deprecated pending db redesign. | rburchell |
2009-02-18 | Patch from DP, converting all match calls and removing old match method. | rburchell |
2009-02-17 | Fix numerous errors in Win32 building under Visual Studio due to the many cha... | cyberbotx |
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-15 | First stab at adding User::nc as requested! | robbeh |
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-23 | Possible fix to bug #998, reported by Ankit (bad password count is not correct). | rburchell |