summaryrefslogtreecommitdiff
path: root/src/map/channel.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-2/+2
2018-11-13Fix an issue that caused some guild channels not to be left when leaving ally...Haru1-1/+2
2018-11-13Replace sd->channels with a VECTORHaru1-38/+14
2018-11-13Merge pull request #2287 from EyesOfAHawk/hcs_opt_msg_delayHaru1-1/+12
2018-10-16Add config for '@channel setopt MessageDelay <delay>'.EyesOfAHawk1-1/+12
2018-10-15Change channel delay message to instruct time left before can message channel...EyesOfAHawk1-1/+3
2018-07-30always set the type when doing script->add_strgumi1-1/+1
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-22/+22
2017-05-12add channel handler eventsgumi1-0/+10
2016-04-26Corrected two accidentally swapped lines of code in the ircbot flood-protecti...Haru1-2/+2
2016-04-25Added a flood protection to IRC Bothemagx1-2/+24
2016-04-23Improved parsing of the server name/port in the irc bot configurationHaru1-28/+23
2016-03-20Dropped typedef from DBIteratorHaru1-3/+2
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-1/+1
2016-02-17Removed unnecessary typedefs from libconfigHaru1-7/+7
2016-02-17Renamed config->read_file to config->load_fileHaru1-1/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-3/+19
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-09-18Clarified the intent of several assignments inside conditional expressionsHaru1-1/+1
2015-09-14Add missing checks into channel.cAndrei Karas1-6/+13
2015-09-08Fixed some memory leaks in code using libconfigHaru1-1/+1
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-15Cleaned up socket interfaceHaru1-1/+1
2015-06-19Removed ".." from include directivesHaru1-18/+18
2015-06-02Follow-up to 544a75bHaru1-1/+0
2015-06-02Re-implemented clif->colormes to accept arbitrary colorsHaru1-2/+2
2015-05-17Fixed some issues detected by coverity scanHaru1-1/+1
2015-03-30Fixed Bug#8596malufett1-1/+1
2015-03-30Add channels.conf option irc_channel_autojoin for auto joining irc channel.Andrei Karas1-2/+18
2015-02-23Hercules Ultimate Localization Designshennetsind1-3/+3
2015-01-24Added script command 'channelmes'Haru1-4/+11
2015-01-24Channels refactoring: guild_*Haru1-65/+50
2015-01-24Channels refactoring: quit, leave, deleteHaru1-76/+82
2015-01-24Channels refactoring: map_joinHaru1-13/+12
2015-01-24Channels refactoring: reordered functions (no changes)Haru1-113/+116
2015-01-24Channels refactoring: searchHaru1-0/+37
2015-01-24Channels refactoring: joinHaru1-7/+79
2015-01-24Minor channel system refactoringHaru1-42/+148
2015-01-24Moved the Hercules Channel System to its own file/interfaceHaru1-0/+618