NeonServV5.git
12 years agoadded .gitignore
pk910 [Sun, 14 Aug 2011 17:28:18 +0000 (19:28 +0200)]
added .gitignore

12 years agofixed bot_NeonServ.c
pk910 [Sun, 14 Aug 2011 17:22:50 +0000 (19:22 +0200)]
fixed bot_NeonServ.c

12 years agofixed mysqlConn.c
pk910 [Sun, 14 Aug 2011 17:21:38 +0000 (19:21 +0200)]
fixed mysqlConn.c

12 years agoadded mysql db and loading bots from bots table
pk910 [Sun, 14 Aug 2011 17:20:25 +0000 (19:20 +0200)]
added mysql db and loading bots from bots table

12 years agoadded mysql connector
pk910 [Sun, 14 Aug 2011 00:52:32 +0000 (02:52 +0200)]
added mysql connector

12 years agofixed possible NULL access bug
pk910 [Sat, 13 Aug 2011 02:14:54 +0000 (04:14 +0200)]
fixed possible NULL access bug

12 years agothe bots need to get the right botid
pk910 [Sat, 13 Aug 2011 01:13:49 +0000 (03:13 +0200)]
the bots need to get the right botid

12 years agomoved all the bot things into bot_NeonServ.c
pk910 [Sat, 13 Aug 2011 01:12:17 +0000 (03:12 +0200)]
moved all the bot things into bot_NeonServ.c

12 years agowe shouldn't parse args if there are no args
pk910 [Sat, 13 Aug 2011 00:45:46 +0000 (02:45 +0200)]
we shouldn't parse args if there are no args

12 years agoremoved unused variable
pk910 [Sat, 13 Aug 2011 00:43:14 +0000 (02:43 +0200)]
removed unused variable

12 years agoadded bot_NeonServ.c to the Makefile
pk910 [Sat, 13 Aug 2011 00:40:02 +0000 (02:40 +0200)]
added bot_NeonServ.c to the Makefile

12 years agoadded bot_NeonServ.c file
pk910 [Sat, 13 Aug 2011 00:37:04 +0000 (02:37 +0200)]
added bot_NeonServ.c file

12 years agosome fixes
pk910 [Fri, 12 Aug 2011 23:52:23 +0000 (01:52 +0200)]
some fixes

12 years agosmall syntax fix
pk910 [Fri, 12 Aug 2011 23:49:03 +0000 (01:49 +0200)]
small syntax fix

12 years agofixed Makefile
pk910 [Fri, 12 Aug 2011 23:48:29 +0000 (01:48 +0200)]
fixed Makefile

12 years agoadded free functions to free everything (maybe a restart function later?)
pk910 [Fri, 12 Aug 2011 23:47:45 +0000 (01:47 +0200)]
added free functions to free everything (maybe a restart function later?)

12 years agoset preferred flag for TestBot
pk910 [Fri, 12 Aug 2011 22:47:49 +0000 (00:47 +0200)]
set preferred flag for TestBot

12 years agofixed last commit #4
pk910 [Fri, 12 Aug 2011 22:43:50 +0000 (00:43 +0200)]
fixed last commit #4

12 years agofixed last commit #3
pk910 [Fri, 12 Aug 2011 22:39:28 +0000 (00:39 +0200)]
fixed last commit #3

12 years agofixed last commit #2
pk910 [Fri, 12 Aug 2011 22:38:25 +0000 (00:38 +0200)]
fixed last commit #2

12 years agofixed last commit
pk910 [Fri, 12 Aug 2011 22:37:29 +0000 (00:37 +0200)]
fixed last commit

12 years agowrote modcmd bind system
pk910 [Fri, 12 Aug 2011 22:33:51 +0000 (00:33 +0200)]
wrote modcmd bind system

12 years agofixed missing includes
pk910 [Fri, 12 Aug 2011 20:40:55 +0000 (22:40 +0200)]
fixed missing includes

12 years agomodcmd added (with debug output only)
pk910 [Fri, 12 Aug 2011 20:38:57 +0000 (22:38 +0200)]
modcmd added (with debug output only)

12 years agoadded make clean
pk910 [Fri, 12 Aug 2011 14:52:37 +0000 (16:52 +0200)]
added make clean

12 years agofixed multiple definition of stricmp
pk910 [Fri, 12 Aug 2011 14:51:30 +0000 (16:51 +0200)]
fixed multiple definition of stricmp

12 years agofixed missing includes and declarations
pk910 [Fri, 12 Aug 2011 14:49:41 +0000 (16:49 +0200)]
fixed missing includes and declarations

12 years agowrote a small Makefile
pk910 [Fri, 12 Aug 2011 14:42:03 +0000 (16:42 +0200)]
wrote a small Makefile

12 years agofix of last commit #4
pk910 [Fri, 12 Aug 2011 14:10:32 +0000 (16:10 +0200)]
fix of last commit #4

12 years agofixed last commit #3
pk910 [Fri, 12 Aug 2011 14:07:04 +0000 (16:07 +0200)]
fixed last commit #3

12 years agofixed last commit #2
pk910 [Fri, 12 Aug 2011 14:01:35 +0000 (16:01 +0200)]
fixed last commit #2

12 years agofix of last commit
pk910 [Fri, 12 Aug 2011 13:57:13 +0000 (15:57 +0200)]
fix of last commit

12 years agoimplemented bind system
pk910 [Fri, 12 Aug 2011 13:51:17 +0000 (15:51 +0200)]
implemented bind system

12 years agofixed parseModes
pk910 [Fri, 12 Aug 2011 09:08:10 +0000 (11:08 +0200)]
fixed parseModes

12 years agoremoved unused variable
pk910 [Fri, 12 Aug 2011 05:19:23 +0000 (07:19 +0200)]
removed unused variable

12 years agomoved debug outputs and added getModeString
pk910 [Fri, 12 Aug 2011 05:18:43 +0000 (07:18 +0200)]
moved debug outputs and added getModeString

12 years agoset server password for TestBot
pk910 [Fri, 12 Aug 2011 04:55:59 +0000 (06:55 +0200)]
set server password for TestBot

12 years agoadded special modes handler
pk910 [Fri, 12 Aug 2011 04:51:27 +0000 (06:51 +0200)]
added special modes handler

12 years agorequest MODE list when joining a channel and prevent mode event duplicates
pk910 [Fri, 12 Aug 2011 04:40:52 +0000 (06:40 +0200)]
request MODE list when joining a channel and prevent mode event duplicates

12 years agoinitialize chan->modes on create
pk910 [Fri, 12 Aug 2011 04:27:33 +0000 (06:27 +0200)]
initialize chan->modes on create

12 years agofixed last commit #2
pk910 [Fri, 12 Aug 2011 04:25:28 +0000 (06:25 +0200)]
fixed last commit #2

12 years agofixed last commit
pk910 [Fri, 12 Aug 2011 04:24:55 +0000 (06:24 +0200)]
fixed last commit

12 years agoadded channel mode handler
pk910 [Fri, 12 Aug 2011 04:19:08 +0000 (06:19 +0200)]
added channel mode handler

12 years agofixed last commit #2
pk910 [Fri, 12 Aug 2011 01:21:52 +0000 (03:21 +0200)]
fixed last commit #2

12 years agofixed last commit
pk910 [Fri, 12 Aug 2011 01:19:48 +0000 (03:19 +0200)]
fixed last commit

12 years agoimplemented the new events
pk910 [Fri, 12 Aug 2011 01:15:04 +0000 (03:15 +0200)]
implemented the new events

12 years agoinclude <time.h>
pk910 [Thu, 11 Aug 2011 23:59:30 +0000 (01:59 +0200)]
include <time.h>

12 years agoadded some more events and changed TempUser-Handling
pk910 [Thu, 11 Aug 2011 23:57:53 +0000 (01:57 +0200)]
added some more events and changed TempUser-Handling

12 years agoadded "channel master bot" system to prevent event duplicates
pk910 [Thu, 11 Aug 2011 22:40:42 +0000 (00:40 +0200)]
added "channel master bot" system to prevent event duplicates

12 years agoinitialize chanuser->flags on create
pk910 [Thu, 11 Aug 2011 22:12:57 +0000 (00:12 +0200)]
initialize chanuser->flags on create

12 years agoadded some test code
pk910 [Thu, 11 Aug 2011 21:54:35 +0000 (23:54 +0200)]
added some test code

12 years agofixed syntax of last commit #2
pk910 [Thu, 11 Aug 2011 21:51:35 +0000 (23:51 +0200)]
fixed syntax of last commit #2

12 years agofixed syntax of last commit
pk910 [Thu, 11 Aug 2011 21:50:31 +0000 (23:50 +0200)]
fixed syntax of last commit

12 years agoadded raw_topic, raw_privmsg and wrote the small "dead channel garbage collector"
pk910 [Thu, 11 Aug 2011 21:45:43 +0000 (23:45 +0200)]
added raw_topic, raw_privmsg and wrote the small "dead channel garbage collector"

12 years agoaddUserMask should return a user - not NULL
pk910 [Thu, 11 Aug 2011 20:47:21 +0000 (22:47 +0200)]
addUserMask should return a user - not NULL

12 years agofixed get_userlist declaration in the header file
pk910 [Thu, 11 Aug 2011 20:33:27 +0000 (22:33 +0200)]
fixed get_userlist declaration in the header file

12 years agoadded a data parameter to get_userlist that gets passed to the callback
pk910 [Thu, 11 Aug 2011 20:32:26 +0000 (22:32 +0200)]
added a data parameter to get_userlist that gets passed to the callback

12 years agofixed test output to see if it really detects if a user is authed or not
pk910 [Thu, 11 Aug 2011 20:26:03 +0000 (22:26 +0200)]
fixed test output to see if it really detects if a user is authed or not

12 years agofixed missing return
pk910 [Thu, 11 Aug 2011 20:23:18 +0000 (22:23 +0200)]
fixed missing return

12 years agosome syntax fixes
pk910 [Thu, 11 Aug 2011 20:22:36 +0000 (22:22 +0200)]
some syntax fixes

12 years agoadded get_userlist function to WHOHandler.c and wrote some test code
pk910 [Thu, 11 Aug 2011 20:18:07 +0000 (22:18 +0200)]
added get_userlist function to WHOHandler.c and wrote some test code

12 years agoadded simple queue system to WHOHandler.c
pk910 [Thu, 11 Aug 2011 05:29:50 +0000 (07:29 +0200)]
added simple queue system to WHOHandler.c

12 years agochanged return value for USERLIST_CALLBACK functions to void
pk910 [Thu, 11 Aug 2011 05:10:19 +0000 (07:10 +0200)]
changed return value for USERLIST_CALLBACK functions to void

12 years agoadded WHOHandler.c without any functions
pk910 [Thu, 11 Aug 2011 05:09:14 +0000 (07:09 +0200)]
added WHOHandler.c without any functions

12 years agofixed last commit
pk910 [Thu, 11 Aug 2011 04:41:04 +0000 (06:41 +0200)]
fixed last commit

12 years agofixed last commit
pk910 [Thu, 11 Aug 2011 04:40:03 +0000 (06:40 +0200)]
fixed last commit

12 years agofixed last commit
pk910 [Thu, 11 Aug 2011 04:38:25 +0000 (06:38 +0200)]
fixed last commit

12 years agoadded IRCEvents.c without any functions
pk910 [Thu, 11 Aug 2011 02:30:52 +0000 (04:30 +0200)]
added IRCEvents.c without any functions

12 years agoadded ChanUser.c and basic cache system
pk910 [Thu, 11 Aug 2011 02:28:19 +0000 (04:28 +0200)]
added ChanUser.c and basic cache system

12 years agocommented out a parse error output
pk910 [Wed, 10 Aug 2011 02:24:25 +0000 (04:24 +0200)]
commented out a parse error output

12 years agofixed ChanNode "fast access" array
pk910 [Wed, 10 Aug 2011 02:22:00 +0000 (04:22 +0200)]
fixed ChanNode "fast access" array

12 years agoinit_ChanNode() needs to be called ;)
pk910 [Wed, 10 Aug 2011 02:20:11 +0000 (04:20 +0200)]
init_ChanNode() needs to be called ;)

12 years agofixed last commit
pk910 [Wed, 10 Aug 2011 02:17:38 +0000 (04:17 +0200)]
fixed last commit

12 years agocontinued writing cache
pk910 [Wed, 10 Aug 2011 02:15:54 +0000 (04:15 +0200)]
continued writing cache

12 years agofixed parse_line
pk910 [Wed, 10 Aug 2011 01:05:40 +0000 (03:05 +0200)]
fixed parse_line

12 years agoremoved debug output
pk910 [Wed, 10 Aug 2011 01:03:34 +0000 (03:03 +0200)]
removed debug output

12 years agofixed last commit #2
pk910 [Wed, 10 Aug 2011 01:00:48 +0000 (03:00 +0200)]
fixed last commit #2

12 years agofixed last commit
pk910 [Wed, 10 Aug 2011 01:00:00 +0000 (03:00 +0200)]
fixed last commit

12 years agotried to fix parse_lines #5
pk910 [Wed, 10 Aug 2011 00:59:33 +0000 (02:59 +0200)]
tried to fix parse_lines #5

12 years agotried to fix parse_lines #4
pk910 [Wed, 10 Aug 2011 00:55:58 +0000 (02:55 +0200)]
tried to fix parse_lines #4

12 years agotried to fix parse_lines #3
pk910 [Wed, 10 Aug 2011 00:53:04 +0000 (02:53 +0200)]
tried to fix parse_lines #3

12 years agofixed debug output :D
pk910 [Wed, 10 Aug 2011 00:50:34 +0000 (02:50 +0200)]
fixed debug output :D

12 years agodebug output...
pk910 [Wed, 10 Aug 2011 00:49:50 +0000 (02:49 +0200)]
debug output...

12 years agotried to fix parse_lines #2 :D
pk910 [Wed, 10 Aug 2011 00:47:19 +0000 (02:47 +0200)]
tried to fix parse_lines #2 :D

12 years agoremoved previously added debug output & fixed PING reply (PONG)
pk910 [Wed, 10 Aug 2011 00:44:33 +0000 (02:44 +0200)]
removed previously added debug output & fixed PING reply (PONG)

12 years agotried to fix parse_lines
pk910 [Wed, 10 Aug 2011 00:42:26 +0000 (02:42 +0200)]
tried to fix parse_lines

12 years agoadded some debug output
pk910 [Wed, 10 Aug 2011 00:39:13 +0000 (02:39 +0200)]
added some debug output

12 years agofixed putsock
pk910 [Wed, 10 Aug 2011 00:34:01 +0000 (02:34 +0200)]
fixed putsock

12 years agoinclude stdarg.h
pk910 [Wed, 10 Aug 2011 00:32:52 +0000 (02:32 +0200)]
include stdarg.h

12 years agoadded raw_ping and printf-like putsock
pk910 [Wed, 10 Aug 2011 00:31:10 +0000 (02:31 +0200)]
added raw_ping and printf-like putsock

12 years agofixed a <> bug and added some debug output
pk910 [Wed, 10 Aug 2011 00:19:28 +0000 (02:19 +0200)]
fixed a <> bug and added some debug output

12 years ago*push*
pk910 [Wed, 10 Aug 2011 00:15:50 +0000 (02:15 +0200)]
*push*

12 years agochanges test server host
pk910 [Wed, 10 Aug 2011 00:12:44 +0000 (02:12 +0200)]
changes test server host

12 years agoconnect socket
pk910 [Wed, 10 Aug 2011 00:11:49 +0000 (02:11 +0200)]
connect socket

12 years agochanged Makefile a little bit :D
pk910 [Wed, 10 Aug 2011 00:09:26 +0000 (02:09 +0200)]
changed Makefile a little bit :D

12 years ago*push*
pk910 [Wed, 10 Aug 2011 00:08:24 +0000 (02:08 +0200)]
*push*

12 years ago*push*
pk910 [Wed, 10 Aug 2011 00:07:24 +0000 (02:07 +0200)]
*push*

12 years ago*push*
pk910 [Wed, 10 Aug 2011 00:05:24 +0000 (02:05 +0200)]
*push*

12 years ago*push*
pk910 [Tue, 9 Aug 2011 23:59:39 +0000 (01:59 +0200)]
*push*

12 years ago*push*
pk910 [Tue, 9 Aug 2011 23:52:32 +0000 (01:52 +0200)]
*push*