b865be9e33Added diffs/ directory for various patches/diffs with the features which are unuseful at this moment, but could be used later, added dyn-cmodes diff there
Valery Yatsko
2008-04-08 21:10:23 +0400
20961eeadaMake the format argument of change_nick_user_host() const.
Jilles Tjoelker
2008-04-08 18:54:58 +0200
b4cd337c77Make Message.cmd a const pointer.
Jilles Tjoelker
2008-04-08 18:51:52 +0200
03d18a46b1Fixed two places, where sendto_realops_flags was mistakenly used, and removed this function entirely
Valery Yatsko
2008-04-08 20:32:58 +0400
79c3c679adRemoving UMODE_ALL, replacing all sendto_realops_flags in sslproc.c with snomasks
Valery Yatsko
2008-04-08 20:16:19 +0400
92b8976366'S' flag meaning we use ssl link added to /stats {c,C} (connect)
Valery Yatsko
2008-04-08 18:30:53 +0400
9b2fe0ba77rb_lib_loop delay changed from 250 to 0, it really must be set to nil, 'cause there are some additional checks inside libratbox3
Valery Yatsko
2008-04-08 18:09:32 +0400
477035a4d2m_stats.c fixed not to use kb in tstats output
Valery Yatsko
2008-04-08 18:05:29 +0400
6b7c7401f9Working over zipstats bug and moving on the new ServerStats struct (without Kb counting, this style is used by code parts from ratbox3)
Valery Yatsko
2008-04-08 18:00:38 +0400
944de091feOups, declarations related to ircd.c returned from ircd_state.c
Valery Yatsko
2008-04-08 16:01:16 +0400
f0dd483776Cleaned up ircd.c a bit and added additional check to ircd_die_cb()
Valery Yatsko
2008-04-08 15:50:39 +0400
94ffe93212ircd_state.{c,h} gone - let us redesign it in future really
Valery Yatsko
2008-04-08 15:41:41 +0400
f1c998aef1ServerRunning is not used too
Valery Yatsko
2008-04-08 15:38:18 +0400
f9d784da28It seems that we don't use data structs version anywhere since 1.2.0 - removed
Valery Yatsko
2008-04-08 15:36:56 +0400
e30b893eb1show_capabilities cleanup and now show whether we are TS or TS6 and SSL link
Valery Yatsko
2008-04-07 20:21:09 +0400
fef2c7b157Make charybdis not search m_sjoin as its a core module
Valery Yatsko
2008-04-07 20:06:04 +0400
d9f98c7a59'pargs' gone from set_final_mode - should be correct
Valery Yatsko
2008-04-07 19:05:29 +0400
452382d01bm_sjoin.c gone, merged with m_join.c
Valery Yatsko
2008-04-07 18:26:59 +0400
0624f969d3If we see an invalid nick, close the local link instead of killing it. This avoids annoying users when someone links a test server with the wrong nicklen and is more likely to lead to the inconsistency being fixed than a kill.
Jilles Tjoelker
2008-04-06 22:04:42 +0200
045f362f77yes, ssl s2s, ssl c2s works good, maxconnections stuff cleared, so notice that in TODO
Valery Yatsko
2008-04-06 23:26:01 +0400
b5d9e56cfbFix SET_SS_LEN so that it also works correctly outside libratbox. Use RB_SOCKADDR_HAS_SA_LEN instead of SOCKADDR_IN_HAS_LEN which is only defined inside libratbox. This fixes creating own sockaddr structs in other programs using SET_SS_LEN, then passing them to libratbox, on 4.4BSD based systems.
Jilles Tjoelker
2008-04-05 21:08:48 +0200
7bab07d4d3Some global structs cleaned up a bit in their initalization and declarations.
Valery Yatsko
2008-04-05 22:02:59 +0400