ircu2.10.12-pk.git
12 years agofilter out invisible message content on mode +M check
pk910 [Sat, 2 Jul 2011 12:44:24 +0000 (14:44 +0200)]
filter out invisible message content on mode +M check

12 years agofree all MemberFlood's on mode -f
pk910 [Fri, 1 Jul 2011 22:52:50 +0000 (00:52 +0200)]
free all MemberFlood's on mode -f

12 years agochanged +f limits (to reduce memory usage)
pk910 [Fri, 1 Jul 2011 22:29:52 +0000 (00:29 +0200)]
changed +f limits (to reduce memory usage)

12 years agoMODE_NOFLOOD (+f [!][+@]<count>:<time>) added (prevents users from flooding the channel)
pk910 [Fri, 1 Jul 2011 19:38:09 +0000 (21:38 +0200)]
MODE_NOFLOOD (+f [!][+@]<count>:<time>) added (prevents users from flooding the channel)

12 years agocomment fix
pk910 [Thu, 30 Jun 2011 21:48:04 +0000 (23:48 +0200)]
comment fix

12 years agofix n3 :D (fixed sendcmdto_one parameter order)
pk910 [Thu, 30 Jun 2011 21:43:19 +0000 (23:43 +0200)]
fix n3 :D  (fixed sendcmdto_one parameter order)

12 years agofixed last commit
pk910 [Thu, 30 Jun 2011 21:39:24 +0000 (23:39 +0200)]
fixed last commit

12 years agofixed last commit
pk910 [Thu, 30 Jun 2011 21:29:35 +0000 (23:29 +0200)]
fixed last commit

12 years agosend JOIN/PART events to a user when getting oped/deoped on a +u channel
pk910 [Thu, 30 Jun 2011 21:28:26 +0000 (23:28 +0200)]
send JOIN/PART events to a user when getting oped/deoped on a +u channel

12 years agosend PART event for opped or voiced users to ALL users in the channel (fixed status...
pk910 [Thu, 30 Jun 2011 21:21:51 +0000 (23:21 +0200)]
send PART event for opped or voiced users to ALL users in the channel (fixed status check)

12 years agosend PART events to OPS on MODE_AUDITORIUM (+u) channels
pk910 [Thu, 30 Jun 2011 20:44:13 +0000 (22:44 +0200)]
send PART events to OPS on MODE_AUDITORIUM (+u) channels

12 years agoupdated supported.h
pk910 [Tue, 28 Jun 2011 21:35:49 +0000 (23:35 +0200)]
updated supported.h

12 years agofixed last commit
pk910 [Tue, 28 Jun 2011 20:58:06 +0000 (22:58 +0200)]
fixed last commit

12 years agovirtually join or part a user when he gets +-ov on a +u channel
pk910 [Tue, 28 Jun 2011 20:55:04 +0000 (22:55 +0200)]
virtually join or part a user when he gets +-ov on a +u channel

12 years agoonly ops should be able to set/remove MODE_AUDITORIUM (+u)
pk910 [Tue, 28 Jun 2011 20:40:31 +0000 (22:40 +0200)]
only ops should be able to set/remove MODE_AUDITORIUM (+u)

12 years agom_names fix (changed the wrong part all commits before -.-)
pk910 [Tue, 28 Jun 2011 20:37:21 +0000 (22:37 +0200)]
m_names fix (changed the wrong part all commits before -.-)

12 years agobugfixes for the last commits
pk910 [Tue, 28 Jun 2011 20:33:38 +0000 (22:33 +0200)]
bugfixes for the last commits

12 years agom_join forward nicklist restriction & m_names manual nicklist restriction
pk910 [Tue, 28 Jun 2011 20:23:50 +0000 (22:23 +0200)]
m_join forward nicklist restriction & m_names manual nicklist restriction

12 years agom_join.c flag variable fix
pk910 [Tue, 28 Jun 2011 20:09:07 +0000 (22:09 +0200)]
m_join.c flag variable fix

12 years agoadded MODE_AUDITORIUM /names refresh on op/deop
pk910 [Tue, 28 Jun 2011 20:04:25 +0000 (22:04 +0200)]
added MODE_AUDITORIUM /names refresh on op/deop

12 years ago64bit channel mode fix
pk910 [Tue, 28 Jun 2011 19:24:15 +0000 (21:24 +0200)]
64bit channel mode fix

12 years agoMODE_AUDITORIUM bugfix
pk910 [Tue, 28 Jun 2011 19:16:24 +0000 (21:16 +0200)]
MODE_AUDITORIUM bugfix

12 years agom_relay.c bugfix
pk910 [Tue, 28 Jun 2011 19:11:22 +0000 (21:11 +0200)]
m_relay.c bugfix

12 years agoadded MODE_AUDITORIUM (+u) to show only ops the full userlist
pk910 [Tue, 28 Jun 2011 17:49:23 +0000 (19:49 +0200)]
added MODE_AUDITORIUM (+u) to show only ops the full userlist

12 years agoalso check for forward dependences on RELAY (after +a request)
pk910 [Tue, 28 Jun 2011 16:26:42 +0000 (18:26 +0200)]
also check for forward dependences on RELAY (after +a request)

12 years agocheck if the user may join the channel he's getting forwarded by +F
pk910 [Tue, 28 Jun 2011 15:49:03 +0000 (17:49 +0200)]
check if the user may join the channel he's getting forwarded by +F

12 years agotidied up channel mode flag definition list & changed MODE_ACCESS to 0x100000000LLU...
pk910 [Tue, 28 Jun 2011 15:15:03 +0000 (17:15 +0200)]
tidied up channel mode flag definition list & changed MODE_ACCESS to 0x100000000LLU (testing ;))

12 years agochanged variable type for storing modes to a 64bit type (unsigned long long)
pk910 [Tue, 28 Jun 2011 14:48:07 +0000 (16:48 +0200)]
changed variable type for storing modes to a 64bit type (unsigned long long)

12 years agofixed doubled &&
pk910 [Tue, 28 Jun 2011 13:46:39 +0000 (15:46 +0200)]
fixed doubled &&

12 years agoFix oper-on-connect to correctly broadcast +o to neighbour servers.
pk910 [Tue, 28 Jun 2011 13:43:30 +0000 (15:43 +0200)]
Fix oper-on-connect to correctly broadcast +o to neighbour servers.

12 years agoReset idle time only if the message is non-empty, not the same as the previous messag...
pk910 [Tue, 28 Jun 2011 13:39:27 +0000 (15:39 +0200)]
Reset idle time only if the message is non-empty, not the same as the previous message and the destination is valid.

12 years agoFix serious ms_relay bug and drop RL requests if the target server quit.
pk910 [Tue, 28 Jun 2011 13:35:47 +0000 (15:35 +0200)]
Fix serious ms_relay bug and drop RL requests if the target server quit.

12 years agoIgnore second parameter of WEBIRC command
pk910 [Tue, 28 Jun 2011 13:34:18 +0000 (15:34 +0200)]
Ignore second parameter of WEBIRC command

12 years agoremoved some debug output
pk910 [Tue, 28 Jun 2011 13:33:01 +0000 (15:33 +0200)]
removed some debug output

12 years agofixed compiler warning
pk910 [Tue, 28 Jun 2011 13:27:04 +0000 (15:27 +0200)]
fixed compiler warning

12 years agoircu2.10.12 pk910 fork WGN4
pk910 [Tue, 28 Jun 2011 13:17:43 +0000 (15:17 +0200)]
ircu2.10.12 pk910 fork