Age | Commit message (Expand) | Author | Files | Lines |
2018-11-13 | Merge pull request #2287 from EyesOfAHawk/hcs_opt_msg_delay | Haru | 1 | -1/+12 |
2018-10-16 | Add config for '@channel setopt MessageDelay <delay>'. | EyesOfAHawk | 1 | -1/+12 |
2018-10-15 | Change channel delay message to instruct time left before can message channel... | EyesOfAHawk | 1 | -1/+3 |
2018-07-30 | always set the type when doing script->add_str | gumi | 1 | -1/+1 |
2018-07-01 | Change functions to static where possible (Part 4 - map) | Haru | 1 | -22/+22 |
2017-05-12 | add channel handler events | gumi | 1 | -0/+10 |
2016-04-26 | Corrected two accidentally swapped lines of code in the ircbot flood-protecti... | Haru | 1 | -2/+2 |
2016-04-25 | Added a flood protection to IRC Bot | hemagx | 1 | -2/+24 |
2016-04-23 | Improved parsing of the server name/port in the irc bot configuration | Haru | 1 | -28/+23 |
2016-03-20 | Dropped typedef from DBIterator | Haru | 1 | -3/+2 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -1/+1 |
2016-02-17 | Removed unnecessary typedefs from libconfig | Haru | 1 | -7/+7 |
2016-02-17 | Renamed config->read_file to config->load_file | Haru | 1 | -1/+1 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -3/+19 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-09-18 | Clarified the intent of several assignments inside conditional expressions | Haru | 1 | -1/+1 |
2015-09-14 | Add missing checks into channel.c | Andrei Karas | 1 | -6/+13 |
2015-09-08 | Fixed some memory leaks in code using libconfig | Haru | 1 | -1/+1 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-08-15 | Cleaned up socket interface | Haru | 1 | -1/+1 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -18/+18 |
2015-06-02 | Follow-up to 544a75b | Haru | 1 | -1/+0 |
2015-06-02 | Re-implemented clif->colormes to accept arbitrary colors | Haru | 1 | -2/+2 |
2015-05-17 | Fixed some issues detected by coverity scan | Haru | 1 | -1/+1 |
2015-03-30 | Fixed Bug#8596 | malufett | 1 | -1/+1 |
2015-03-30 | Add channels.conf option irc_channel_autojoin for auto joining irc channel. | Andrei Karas | 1 | -2/+18 |
2015-02-23 | Hercules Ultimate Localization Design | shennetsind | 1 | -3/+3 |
2015-01-24 | Added script command 'channelmes' | Haru | 1 | -4/+11 |
2015-01-24 | Channels refactoring: guild_* | Haru | 1 | -65/+50 |
2015-01-24 | Channels refactoring: quit, leave, delete | Haru | 1 | -76/+82 |
2015-01-24 | Channels refactoring: map_join | Haru | 1 | -13/+12 |
2015-01-24 | Channels refactoring: reordered functions (no changes) | Haru | 1 | -113/+116 |
2015-01-24 | Channels refactoring: search | Haru | 1 | -0/+37 |
2015-01-24 | Channels refactoring: join | Haru | 1 | -7/+79 |
2015-01-24 | Minor channel system refactoring | Haru | 1 | -42/+148 |
2015-01-24 | Moved the Hercules Channel System to its own file/interface | Haru | 1 | -0/+618 |