NeonServV5.git
11 years agoadded override log
pk910 [Thu, 27 Sep 2012 22:51:57 +0000 (00:51 +0200)]
added override log

11 years agoadded new multi log system
pk910 [Thu, 27 Sep 2012 21:44:02 +0000 (23:44 +0200)]
added new multi log system

11 years agofixed some missing includes
pk910 [Wed, 26 Sep 2012 14:15:36 +0000 (16:15 +0200)]
fixed some missing includes

11 years agofixed main.c multi thread support
pk910 [Wed, 26 Sep 2012 14:12:56 +0000 (16:12 +0200)]
fixed main.c multi thread support

11 years agofixed renameAccount function (merging mode)
pk910 [Wed, 26 Sep 2012 14:06:47 +0000 (16:06 +0200)]
fixed renameAccount function (merging mode)

11 years agowait for bots to be disconnected on shutdown
pk910 [Mon, 24 Sep 2012 14:53:48 +0000 (16:53 +0200)]
wait for bots to be disconnected on shutdown

11 years agoMerge remote-tracking branch 'IOMultiplexer.git/master' into development
pk910 [Mon, 24 Sep 2012 14:53:12 +0000 (16:53 +0200)]
Merge remote-tracking branch 'IOMultiplexer.git/master' into development

11 years agoadded additional iohandler_poll_timeout function
pk910 [Mon, 24 Sep 2012 14:40:24 +0000 (16:40 +0200)]
added additional iohandler_poll_timeout function

11 years agofixed small startup crash in main.c
pk910 [Mon, 24 Sep 2012 14:24:27 +0000 (16:24 +0200)]
fixed small startup crash in main.c

11 years agoadded some usleep milliseconds to give IOHandler the chance to disconnect the sockets...
pk910 [Mon, 24 Sep 2012 14:20:29 +0000 (16:20 +0200)]
added some usleep milliseconds to give IOHandler the chance to disconnect the sockets correctly

11 years agotidied up main.c code
pk910 [Mon, 24 Sep 2012 13:56:52 +0000 (15:56 +0200)]
tidied up main.c code

11 years agoadded "all" argument to cmd_invitemeall to get invited to all channels (not only...
pk910 [Mon, 24 Sep 2012 12:01:41 +0000 (14:01 +0200)]
added "all" argument to cmd_invitemeall to get invited to all channels (not only channels with autoinvite enabled)

11 years agoadded SUB_LINKER command flag to add a quiet sub command linker
pk910 [Sun, 23 Sep 2012 22:23:46 +0000 (00:23 +0200)]
added SUB_LINKER command flag to add a quiet sub command linker

11 years agomoved inviteme all to an own command called invitemeall
pk910 [Sun, 23 Sep 2012 22:01:03 +0000 (00:01 +0200)]
moved inviteme all to an own command called invitemeall

11 years agoadded "all" argument to inviteme to invite users to all channels they have autoinvite...
pk910 [Sun, 23 Sep 2012 19:33:19 +0000 (21:33 +0200)]
added "all" argument to inviteme to invite users to all channels they have autoinvite enabled

11 years agoMerge remote-tracking branch 'remotes/IOMultiplexer.git/master' into development
pk910 [Sat, 22 Sep 2012 05:24:43 +0000 (07:24 +0200)]
Merge remote-tracking branch 'remotes/IOMultiplexer.git/master' into development

11 years ago[IOMultiplexer] fixed copy paste fail in IOEngine_kevent.c
pk910 [Sat, 22 Sep 2012 05:24:30 +0000 (07:24 +0200)]
[IOMultiplexer] fixed copy paste fail in IOEngine_kevent.c

11 years agofixed path of mysql/errmsg.h (OSX compilation fix)
pk910 [Sat, 22 Sep 2012 05:12:08 +0000 (07:12 +0200)]
fixed path of mysql/errmsg.h (OSX compilation fix)

11 years agofixed undefined PTHREAD_MUTEX_RECURSIVE_NP (OSX has PTHREAD_MUTEX_RECURSIVE instead)
pk910 [Sat, 22 Sep 2012 04:55:22 +0000 (06:55 +0200)]
fixed undefined PTHREAD_MUTEX_RECURSIVE_NP (OSX has PTHREAD_MUTEX_RECURSIVE instead)

11 years agoMerge remote-tracking branch 'remotes/IOMultiplexer.git/master' into development
pk910 [Sat, 22 Sep 2012 04:54:22 +0000 (06:54 +0200)]
Merge remote-tracking branch 'remotes/IOMultiplexer.git/master' into development

11 years ago[IOMultiplexer] fixed undefined PTHREAD_MUTEX_RECURSIVE_NP (OSX has PTHREAD_MUTEX_REC...
pk910 [Sat, 22 Sep 2012 04:54:02 +0000 (06:54 +0200)]
[IOMultiplexer] fixed undefined PTHREAD_MUTEX_RECURSIVE_NP (OSX has PTHREAD_MUTEX_RECURSIVE instead)

11 years agoMerge remote-tracking branch 'refs/remotes/IOMultiplexer.git/master' into development
pk910 [Sat, 22 Sep 2012 04:44:06 +0000 (06:44 +0200)]
Merge remote-tracking branch 'refs/remotes/IOMultiplexer.git/master' into development

11 years ago[IOMultiplexer] fixed IOEngine_kevent.c
pk910 [Sat, 22 Sep 2012 04:40:48 +0000 (06:40 +0200)]
[IOMultiplexer] fixed IOEngine_kevent.c

11 years agofixed OSX build
pk910 [Sat, 22 Sep 2012 04:21:00 +0000 (06:21 +0200)]
fixed OSX build

11 years agoadded uptime to stats module
pk910 [Sat, 22 Sep 2012 00:35:02 +0000 (02:35 +0200)]
added uptime to stats module

11 years agosubtract REWHO_TIMEOUT from UserNode::last_who on Registered rejoin to force re-WHO
pk910 [Wed, 12 Sep 2012 20:43:21 +0000 (22:43 +0200)]
subtract REWHO_TIMEOUT from UserNode::last_who on Registered rejoin to force re-WHO

11 years agotrigger join event on Registered rejoin
pk910 [Wed, 12 Sep 2012 20:35:43 +0000 (22:35 +0200)]
trigger join event on Registered rejoin

11 years agouse putsock function instead of iohandler functions for login commands (PASS, USER...
pk910 [Tue, 11 Sep 2012 19:22:31 +0000 (21:22 +0200)]
use putsock function instead of iohandler functions for login commands (PASS, USER, NICK)

11 years agofixed cache asyncs caused by users rejoining the channel to fast
pk910 [Mon, 10 Sep 2012 13:48:08 +0000 (15:48 +0200)]
fixed cache asyncs caused by users rejoining the channel to fast
PART, JOIN, PART, JOIN instead of PART, PART, JOIN, JOIN (2 bots)

11 years agofixed cmd_neonspam_set.c neonspam_cmd_set_reaction_time: use converted value...
pk910 [Sun, 9 Sep 2012 11:29:09 +0000 (13:29 +0200)]
fixed cmd_neonspam_set.c neonspam_cmd_set_reaction_time: use converted value...

11 years agofixed cmd_neonserv_set trigger mysql query
pk910 [Sun, 9 Sep 2012 09:56:59 +0000 (11:56 +0200)]
fixed cmd_neonserv_set trigger mysql query

11 years agoremoved unused code in bots.c
pk910 [Sun, 9 Sep 2012 08:49:23 +0000 (10:49 +0200)]
removed unused code in bots.c

11 years agofixed WIN32 compilation
pk910 [Sun, 9 Sep 2012 08:43:57 +0000 (10:43 +0200)]
fixed WIN32 compilation

11 years agofixed colors in cmd_neonserv_nicklist.c (again)
pk910 [Sun, 9 Sep 2012 07:50:06 +0000 (09:50 +0200)]
fixed colors in cmd_neonserv_nicklist.c (again)

11 years agofixed colors in cmd_neonserv_nicklist.c
pk910 [Sun, 9 Sep 2012 07:41:02 +0000 (09:41 +0200)]
fixed colors in cmd_neonserv_nicklist.c

11 years agofixed possible crash (NULL pointer) in cmd_neonserv_unvisited.c
pk910 [Sun, 9 Sep 2012 07:39:57 +0000 (09:39 +0200)]
fixed possible crash (NULL pointer) in cmd_neonserv_unvisited.c

11 years agofixed multi-/zerobot support for cmd_neonserv_set trigger
pk910 [Sat, 8 Sep 2012 16:05:00 +0000 (18:05 +0200)]
fixed multi-/zerobot support for cmd_neonserv_set trigger

11 years agofixed crash in module.c if no bot is available
pk910 [Sat, 8 Sep 2012 15:33:26 +0000 (17:33 +0200)]
fixed crash in module.c if no bot is available

11 years agoremoved debug output added in d37738e35436f45fb1ff0f9b882a0de19dffb410
pk910 [Fri, 7 Sep 2012 17:17:20 +0000 (19:17 +0200)]
removed debug output added in d37738e35436f45fb1ff0f9b882a0de19dffb410

11 years agofixed multiple added bots (WHO asyncs)
pk910 [Fri, 7 Sep 2012 17:14:08 +0000 (19:14 +0200)]
fixed multiple added bots (WHO asyncs)

11 years agoadded some debug code & fixed compiler warning
pk910 [Fri, 7 Sep 2012 16:53:32 +0000 (18:53 +0200)]
added some debug code & fixed compiler warning

11 years agoadded 2 small ASCII's to cmd_funcmds.c
pk910 [Fri, 7 Sep 2012 14:24:49 +0000 (16:24 +0200)]
added 2 small ASCII's to cmd_funcmds.c

11 years agoadded bomb funcmd
pk910 [Fri, 7 Sep 2012 12:21:09 +0000 (14:21 +0200)]
added bomb funcmd

11 years agoadded free-client event
pk910 [Fri, 7 Sep 2012 10:09:12 +0000 (12:09 +0200)]
added free-client event

11 years agodo not ignore Bots and IRCOps in get_userauth
pk910 [Thu, 6 Sep 2012 13:30:38 +0000 (15:30 +0200)]
do not ignore Bots and IRCOps in get_userauth

11 years ago*** VERSION 5.6.0 ***
pk910 [Thu, 6 Sep 2012 12:21:37 +0000 (14:21 +0200)]
*** VERSION 5.6.0 ***

11 years agoMerge branch 'development' v5.5
pk910 [Thu, 6 Sep 2012 12:17:49 +0000 (14:17 +0200)]
Merge branch 'development'

11 years agochanged version numbering (separate stable and dev versions)
pk910 [Thu, 6 Sep 2012 11:41:35 +0000 (13:41 +0200)]
changed version numbering (separate stable and dev versions)

11 years agofixed file permissions (autogen.sh && src/versions.sh)
root [Thu, 6 Sep 2012 10:37:33 +0000 (12:37 +0200)]
fixed file permissions (autogen.sh && src/versions.sh)

11 years agoadded NeonKick bot (just kicking users from channels they have no access in - e.g...
pk910 [Thu, 6 Sep 2012 09:15:59 +0000 (11:15 +0200)]
added NeonKick bot (just kicking users from channels they have no access in - e.g. #kick :D)

11 years agofixed database.defaults.sql
pk910 [Thu, 6 Sep 2012 08:09:01 +0000 (10:09 +0200)]
fixed database.defaults.sql

11 years agofixed possible cache errors due receive time shifts
pk910 [Wed, 5 Sep 2012 14:23:51 +0000 (16:23 +0200)]
fixed possible cache errors due receive time shifts

11 years agoadded UserBot rejoin system
pk910 [Wed, 5 Sep 2012 02:17:16 +0000 (04:17 +0200)]
added UserBot rejoin system

11 years agofixed small memory leak in game_uno.c
pk910 [Sun, 2 Sep 2012 18:48:08 +0000 (20:48 +0200)]
fixed small memory leak in game_uno.c

11 years agofixed viscount update when another bot joins a channel
pk910 [Sat, 1 Sep 2012 21:33:35 +0000 (23:33 +0200)]
fixed viscount update when another bot joins a channel

11 years agofixed "unused variable" and some timeq errors when not using threads on compile
pk910 [Sat, 1 Sep 2012 20:33:51 +0000 (22:33 +0200)]
fixed "unused variable" and some timeq errors when not using threads on compile

11 years agofixed shutdown crash when not using QServer socket
pk910 [Sat, 1 Sep 2012 20:27:28 +0000 (22:27 +0200)]
fixed shutdown crash when not using QServer socket

11 years agoMerge branch 'IOMultiplexer'
pk910 [Tue, 28 Aug 2012 07:43:02 +0000 (09:43 +0200)]
Merge branch 'IOMultiplexer'

11 years agofixed modcmd.c: made all command functions case insensitive
pk910 [Tue, 28 Aug 2012 00:38:04 +0000 (02:38 +0200)]
fixed modcmd.c: made all command functions case insensitive

11 years agoMerge branch 'master' into IOMultiplexer
pk910 [Mon, 27 Aug 2012 04:26:14 +0000 (06:26 +0200)]
Merge branch 'master' into IOMultiplexer

11 years agofixed crash caused by startup reload event
pk910 [Mon, 27 Aug 2012 04:25:44 +0000 (06:25 +0200)]
fixed crash caused by startup reload event

11 years agoMerge branch 'master' into IOMultiplexer
pk910 [Mon, 27 Aug 2012 04:15:57 +0000 (06:15 +0200)]
Merge branch 'master' into IOMultiplexer

11 years agoadded configuration (re)load event
pk910 [Mon, 27 Aug 2012 03:49:16 +0000 (05:49 +0200)]
added configuration (re)load event

11 years agofixed viscount modification on QUIT events
pk910 [Mon, 27 Aug 2012 03:46:37 +0000 (05:46 +0200)]
fixed viscount modification on QUIT events

11 years agoMerge branch 'master' into IOMultiplexer
pk910 [Sat, 25 Aug 2012 19:23:29 +0000 (21:23 +0200)]
Merge branch 'master' into IOMultiplexer

11 years agoprevent ChanUsers from being removed when user quits with register reason
pk910 [Sat, 25 Aug 2012 19:22:41 +0000 (21:22 +0200)]
prevent ChanUsers from being removed when user quits with register reason

11 years agoprevent bots from being added twice
pk910 [Thu, 23 Aug 2012 19:17:11 +0000 (21:17 +0200)]
prevent bots from being added twice

11 years agoMerge remote-tracking branch 'remotes/IOMultiplexer.git/master' into IOMultiplexer
pk910 [Thu, 23 Aug 2012 17:15:09 +0000 (19:15 +0200)]
Merge remote-tracking branch 'remotes/IOMultiplexer.git/master' into IOMultiplexer

11 years ago[IOMultiplexer] prevent SIGPIPES from being generated
pk910 [Thu, 23 Aug 2012 16:42:30 +0000 (18:42 +0200)]
[IOMultiplexer] prevent SIGPIPES from being generated

11 years agofixed traffic_in counter in ClientSocket.c
pk910 [Wed, 22 Aug 2012 02:52:05 +0000 (04:52 +0200)]
fixed traffic_in counter in ClientSocket.c

11 years agofixed IRCQueue.c crash (added missing pointer to the queue structure)
pk910 [Wed, 22 Aug 2012 02:29:04 +0000 (04:29 +0200)]
fixed IRCQueue.c crash (added missing pointer to the queue structure)

11 years agoMerge remote-tracking branch 'remotes/IOMultiplexer.git/master' into IOMultiplexer
pk910 [Wed, 22 Aug 2012 02:17:13 +0000 (04:17 +0200)]
Merge remote-tracking branch 'remotes/IOMultiplexer.git/master' into IOMultiplexer

11 years ago[IOMultiplexer] do not request events from closed descriptors
pk910 [Wed, 22 Aug 2012 02:16:44 +0000 (04:16 +0200)]
[IOMultiplexer] do not request events from closed descriptors

11 years agoMerge branch 'master' into IOMultiplexer
pk910 [Wed, 22 Aug 2012 01:29:22 +0000 (03:29 +0200)]
Merge branch 'master' into IOMultiplexer

11 years agofixed small variable fail in version.sh
pk910 [Wed, 22 Aug 2012 01:28:37 +0000 (03:28 +0200)]
fixed small variable fail in version.sh

11 years agoinclude autotools config.h to IOHandler.h
pk910 [Wed, 22 Aug 2012 01:25:21 +0000 (03:25 +0200)]
include autotools config.h to IOHandler.h

11 years agoonly add ban timers with a duration lower than 7 days to the timeq (prevent counter...
pk910 [Wed, 22 Aug 2012 00:49:18 +0000 (02:49 +0200)]
only add ban timers with a duration lower than 7 days to the timeq (prevent counter overflows)

11 years agoMerge branch 'master' of git://git.pk910.de/IOMultiplexer into IOMultiplexer
pk910 [Wed, 22 Aug 2012 00:44:22 +0000 (02:44 +0200)]
Merge branch 'master' of git://git.pk910.de/IOMultiplexer into IOMultiplexer

11 years ago[IOMultiplexer] fixed possible endless loop when appending a timer to the descriptor...
pk910 [Wed, 22 Aug 2012 00:43:50 +0000 (02:43 +0200)]
[IOMultiplexer] fixed possible endless loop when appending a timer to the descriptor list

11 years agofixed some more coding fails
pk910 [Wed, 22 Aug 2012 00:28:23 +0000 (02:28 +0200)]
fixed some more coding fails

11 years agoMerge branch 'master' into IOMultiplexer
pk910 [Wed, 22 Aug 2012 00:25:23 +0000 (02:25 +0200)]
Merge branch 'master' into IOMultiplexer

Conflicts:
src/signal.c

11 years agofixed signal.c flag removal and modified version.sh to count master commits only
pk910 [Wed, 22 Aug 2012 00:22:25 +0000 (02:22 +0200)]
fixed signal.c flag removal and modified version.sh to count master commits only

11 years agosome fixes for previous commit
pk910 [Tue, 21 Aug 2012 23:40:19 +0000 (01:40 +0200)]
some fixes for previous commit

11 years agoMerge branch 'master' into IOMultiplexer
pk910 [Tue, 21 Aug 2012 23:34:06 +0000 (01:34 +0200)]
Merge branch 'master' into IOMultiplexer

11 years agomodified code to use IOHandler functions instead of own ones
pk910 [Tue, 21 Aug 2012 23:30:14 +0000 (01:30 +0200)]
modified code to use IOHandler functions instead of own ones

11 years agoadded missing DESYNCHRONIZE in IRCParser.c
pk910 [Tue, 21 Aug 2012 17:50:56 +0000 (19:50 +0200)]
added missing DESYNCHRONIZE in IRCParser.c

11 years agoadded bot/ircop mark to cmd_nicklist
pk910 [Tue, 21 Aug 2012 16:53:28 +0000 (18:53 +0200)]
added bot/ircop mark to cmd_nicklist

11 years agofixed table functions (color code space)
pk910 [Mon, 20 Aug 2012 23:11:37 +0000 (01:11 +0200)]
fixed table functions (color code space)

11 years agofixed ChanUser.c: even remove ChanUser from Channel List if it's invisible
pk910 [Mon, 20 Aug 2012 22:27:10 +0000 (00:27 +0200)]
fixed ChanUser.c: even remove ChanUser from Channel List if it's invisible

11 years agofixed cache update when a bot disconnects from the network / parts a channel
pk910 [Mon, 20 Aug 2012 22:00:33 +0000 (00:00 +0200)]
fixed cache update when a bot disconnects from the network / parts a channel

11 years agofixed coding fail (variable name)
pk910 [Mon, 20 Aug 2012 21:44:57 +0000 (23:44 +0200)]
fixed coding fail (variable name)

11 years agoadded more debug output to cmd_nicklist
pk910 [Mon, 20 Aug 2012 21:42:09 +0000 (23:42 +0200)]
added more debug output to cmd_nicklist

11 years agofixed initial cache buildup (increase viscount per bot on join)
pk910 [Mon, 20 Aug 2012 21:24:15 +0000 (23:24 +0200)]
fixed initial cache buildup (increase viscount per bot on join)

11 years agoadded sort function to cmd_nicklist
pk910 [Wed, 15 Aug 2012 23:48:30 +0000 (01:48 +0200)]
added sort function to cmd_nicklist

11 years agochanged Makefile.am to compile IOMultiplexer files
pk910 [Mon, 13 Aug 2012 14:37:38 +0000 (16:37 +0200)]
changed Makefile.am to compile IOMultiplexer files

11 years agoMerge remote-tracking branch 'IOMultiplexer.git/master' into IOMultiplexer
pk910 [Mon, 13 Aug 2012 14:27:58 +0000 (16:27 +0200)]
Merge remote-tracking branch 'IOMultiplexer.git/master' into IOMultiplexer

11 years ago[IOMultiplexer] added multi-thread support
pk910 [Mon, 13 Aug 2012 14:21:24 +0000 (16:21 +0200)]
[IOMultiplexer] added multi-thread support

11 years ago[IOMultiplexer] moved test program into own sub-directory
pk910 [Sun, 12 Aug 2012 23:50:47 +0000 (01:50 +0200)]
[IOMultiplexer] moved test program into own sub-directory

11 years ago[IOMultiplexer] changed example main.c to be a very very basic irc client
pk910 [Sun, 12 Aug 2012 01:20:28 +0000 (03:20 +0200)]
[IOMultiplexer] changed example main.c to be a very very basic irc client

11 years ago[IOMultiplexer] added win32 io-engine (WSAAsyncSelect)
pk910 [Sun, 12 Aug 2012 01:10:20 +0000 (03:10 +0200)]
[IOMultiplexer] added win32 io-engine (WSAAsyncSelect)