summaryrefslogtreecommitdiff
path: root/src/channels.c
AgeCommit message (Expand)Author
2009-06-06New events stuff, patch totally by Adam (aka Awesome).rburchell
2009-02-22Forward port of patch by DukePyrolator fixing memory leak on +beI modes.rburchell
2009-02-18Patch from DP, converting all match calls and removing old match method.rburchell
2009-02-16Move OnUserKicked to a module event.rburchell
2009-02-16Revert "Patch from DukePyrolator to replace all calls to match_wild() and mat...rburchell
2009-02-16Patch from DukePyrolator to replace all calls to match_wild() and match_wild_...cyberbotx
2009-02-15Removed notice_user() and replaced all calls with Used::SendMessage.cyberbotx
2009-02-15Remove User::na, use User::nc everywhere. Will probably break everything, but...rburchell
2009-02-12Correctly lower TS (if the ircd provided it) on reciept of JOIN messages. Thi...rburchell
2009-02-11Fix for bug #1004, based from second half of patch from Adam.rburchell
2009-02-11Partial patch by Adam, commenting fix for #1006 for future reference.rburchell
2009-02-10Clean up a few warnings.rburchell
2009-02-10NS_VERBOTEN -> NS_FORBIDDEN, CS_VERBOTEN -> CS_FORBIDDEN, etc.rburchell
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-02-07Forward-port r1946: Patch by Adam fixing #1006 (originally caused by #922): ...rburchell
2009-01-23Correctly handle parameterised modes in FJOIN, fixes bug #987.rburchell
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-12-29Removing one free too much..jantje_85
2008-12-29Fix uninitialised variable usage leading to stray freeing of memory.rburchell
2008-12-27Forgot one in last commit.jantje_85
2008-12-27Fixed crashbug in the banlist processing.jantje_85
2008-12-23Some more Windows fixes, both in CMake and in the code itself. (I don't like ...cyberbotx
2008-12-20Forward port: fix incorrect debug message, r1855.rburchell
2008-11-28Remove (void) args, these just make things ugly.rburchell
2008-11-25Used std::vector for MemoInfo's memos variable instead of an malloc'd array.cyberbotx
2008-11-23Converted many C-style casts to C++-style casts.cyberbotx
2008-11-22Properly initialized new objects when needed so they don't contain garbage data.cyberbotx
2008-11-22Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...cyberbotx
2008-11-16Remove UseTS6. This is now on or off at an ircd, not a config level. Move Cha...rburchell
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-10-05Merge branch 'anopeng' into anopeng-configNaram Qashat cyberbotx@cyberbotx.com
2008-10-02Make channels.c work.Robin Burchell w00t@inspircd.org
2008-10-02Replaced anope_SendPart() with direct call to SendPart() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_cmd_privmsg() and privmsg() with direct call to SendPrivmsg() ...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendKick() with direct call to SendKick() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendMode() with direct call to SendMode() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Merge commit 'cbx/anopeng-uid' into anopeng-uidRobin Burchell w00t@inspircd.org
2008-10-02Convert various to new name scheme.Robin Burchell w00t@inspircd.org
2008-10-02KICK, notice ops.Robin Burchell w00t@inspircd.org
2008-10-02Guest nicks, MODE.Robin Burchell w00t@inspircd.org
2008-09-30Made all protocol modules able to be compiled via mostly constifying strings.Robin Burchell w00t@inspircd.org
2008-09-30Various constification/fixes for g++.Robin Burchell w00t@inspircd.org
2008-09-30More g++ fixes.Robin Burchell w00t@inspircd.org
2008-09-14BUILD : 1.7.22 (1440) BUGS : NOTES : Anope 1.7.22 release geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-09-09BUILD : 1.7.21 (1431) BUGS : NOTES : Fixes possible mismatches in entry_match...viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-09-08BUILD : 1.7.21 (1430) BUGS : NOTES : Fixes a possible segfault in entry_match. viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-09-03BUILD : 1.7.21 (1426) BUGS : 876 NOTES : We now support CIDR in channel ban...viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-08-31BUILD : 1.7.21 (1422) BUGS : 927 NOTES : Fixes compiling on windows. We shoul...viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-08-24BUILD : 1.7.21 (1418) BUGS : 927 NOTES : Applied a patch by w00t to store the...mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b