summaryrefslogtreecommitdiff
path: root/src/map/irc-bot.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-4/+4
2018-11-14Add send packet validation for connections between server and clients.Andrei Karas1-0/+1
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-22/+38
2016-07-31Clean up hercules.ws leftovershemagx1-1/+1
2016-04-25Move irc-bot.c documentation to irc-bot.hhemagx1-86/+21
2016-04-25Added a flood protection to IRC Bothemagx1-11/+103
2016-02-24Removed several unnecessary explicit casts of the WFIFOP resultHaru1-1/+1
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-1/+1
2016-02-24Added const qualifier to several variable/argument pointersHaru1-8/+9
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-3/+22
2015-12-04Add missing checks to irc-bot.cAndrei Karas1-6/+24
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-35/+34
2015-09-18Clarified the intent of several assignments inside conditional expressionsHaru1-1/+1
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-15Moved session array into the socket interfaceHaru1-3/+3
2015-08-15Cleaned up socket interfaceHaru1-5/+5
2015-06-19Removed ".." from include directivesHaru1-11/+11
2015-06-02Follow up to 712812bMysteries1-1/+1
2015-01-24Added script command 'channelmes'Haru1-3/+9
2015-01-24Moved the Hercules Channel System to its own file/interfaceHaru1-22/+22
2015-01-18Replacing rand leftovers with the mt19937arshennetsind1-1/+1
2014-12-31Improve performance a bit by removing strlen(str) > 0.Andrei Karas1-1/+2
2014-12-06add channels config into clif interface.Andrei Karas1-16/+16
2014-11-16Whitespace cleanup (no code changes)Haru1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-10/+12
2014-05-10Revert "Fixed order of includes in all source files"panikon1-12/+10
2014-05-09Fixed order of includes in all source filesHaru1-10/+12
2013-12-17Fixed several compiler warningsHaru1-3/+4
2013-12-09Fixed some logic errorsshennetsind1-1/+1
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-1/+4
2013-10-26Changed 'tick' variables to 64 bitHaru1-3/+3
2013-09-25Renamed iTimer interface to timer.shennetsind1-9/+9
2013-08-12Added support for Nick Server GHOST commandHaru1-0/+3
2013-08-12Added support for long IRC messagesHaru1-6/+15
2013-08-12Small IRC bridge tweaksHaru1-15/+81
2013-08-12Added support for CTCP commands to the IRC bridgeHaru1-14/+55
2013-08-12Added support for JOIN, QUIT, PART, NICK in the IRC bridgeHaru1-0/+68
2013-08-12Added support for target-less commands in the IRC bridgeHaru1-4/+9
2013-07-11Fixed an issue with long hostnames/nicknames in the IRC BridgeHaru1-6/+3
2013-07-01Fixed Bug #7216shennetsind1-0/+2
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-6/+6
2013-06-01IRC Bridge Fix/Adjustmentsshennetsind1-6/+6
2013-05-30Memory Slasher - May 30 Patchshennetsind1-1/+5
2013-05-14Follow up dc16b498f6dc8621037e4a596cd47c369576fa23shennetsind1-1/+1
2013-05-14Hercules IRC Bridge Fixshennetsind1-7/+21
2013-04-24Fixed msvc warning on irc-botshennetsind1-7/+9
2013-04-22Hercules April 22 MEGA-ULTRA-LONG Patch~!shennetsind1-0/+272