fixed ssl.c bug when ssl backend returns IO_BLOCKED but IO engine doesn't get informe...
[ircu2.10.12-pk.git] / ircd /
2013-02-24 pk910fixed ssl.c bug when ssl backend returns IO_BLOCKED... master
2013-02-24 pk910added some debug information to ssl.c
2012-11-12 pk910keep in sync with OGN upstream (SVN-326)
2012-07-05 pk910added UNINVITE command
2012-07-04 pk910fixed double join bug in m_relay.c: users could join...
2012-07-04 pk910tidied up m_relay.c
2012-06-28 pk910keep in sync with OGN upstream (SVN-325)
2012-05-24 pk910keep in sync with OGN upstream (SVN-322 && SVN-323...
2012-05-11 pk910fixed parse.c after sync fail with OGN-SVN-320
2012-05-10 pk910keep in sync with OGN upstream (SVN-321)
2012-05-10 pk910keep in sync with OGN upstream (SVN-320)
2012-05-10 pk910keep in sync with OGN upstream (SVN-319)
2012-05-10 pk910keep in sync with OGN upstream (SVN-318)
2012-04-14 pk910fixed missing ENDOFNAMES reply (non-member performs...
2012-04-07 pk910allow Network Services opping themselves and removed...
2012-02-07 pk910added FEAT_CHMODE_A_NOSET to prevent +a from being...
2012-01-30 pk910fixed crash in ext_amsg_block (some systems cut off...
2012-01-25 pk910added support for halfop in MODE_NOFLOOD
2011-12-18 pk910added MODE_HALFOP (+h, %)
2011-12-13 pk910updated /version information
2011-12-13 pk910part 2: don't forward users if they are already in...
2011-12-11 pk910added Channel Mode +S (SSL): Only allow SSL Users joini...
2011-11-03 pk910reimplemented fakeident support WGN5
2011-11-02 pk910keep in sync with OGN upstream (SVN-317)
2011-11-01 pk910don't allow users to change their nick if the new nick...
2011-10-20 pk910don't forward users if they are already in the target...
2011-08-25 pk910fixed NULL pointer crash (used wrong variable) on m_names.c
2011-08-23 pk910synced with the ircu2.10.12.14 release
2011-08-14 pk910fixed ircd crashing when using /whowas
2011-07-23 pk910copy fakeuser also into Client struct
2011-07-23 pk910fixed 0 fakehost (set no fakehost)
2011-07-23 pk910extended & fixed FAKEIDENT support
2011-07-22 pk910fixed CRASH if a servers kicks a user from a channel...
2011-07-21 pk910fixed 0 fakehost if srvx tries to tell us that theres...
2011-07-20 pk910fixed FAKEIDENT handling
2011-07-18 pk910allow MODE_PARSE_FOCE flag overriding target channel...
2011-07-17 pk910fixed MODE_NOFLOOD unset (really remove it from the...
2011-07-17 pk910added possibility for FAKEIDENTS (srvx initialized)
2011-07-17 pk910Fixed m_relay altchan check
2011-07-13 pk910using commit count as additional revision id
2011-07-13 pk910adding git version as revision now
2011-07-13 pk910remove old unused stuff
2011-07-13 pk910removed configuration files (should be auto generated...
2011-07-02 pk910send KICK's only to users seeing the leaving user on...
2011-07-02 pk910send QUIT's only to users seeing the leaving user on...
2011-07-02 pk910fix
2011-07-02 pk910multiple bugfixes for last 2 commits
2011-07-02 pk910filter out invisible message content on mode +M check
2011-07-01 pk910free all MemberFlood's on mode -f
2011-07-01 pk910changed +f limits (to reduce memory usage)
2011-07-01 pk910MODE_NOFLOOD (+f [!][+@]<count>:<time>) added (prevents...
2011-06-30 pk910comment fix
2011-06-30 pk910fix n3 :D (fixed sendcmdto_one parameter order)
2011-06-30 pk910fixed last commit
2011-06-30 pk910fixed last commit
2011-06-30 pk910send JOIN/PART events to a user when getting oped/deope...
2011-06-30 pk910send PART event for opped or voiced users to ALL users...
2011-06-30 pk910send PART events to OPS on MODE_AUDITORIUM (+u) channels
2011-06-28 pk910fixed last commit
2011-06-28 pk910virtually join or part a user when he gets +-ov on...
2011-06-28 pk910only ops should be able to set/remove MODE_AUDITORIUM...
2011-06-28 pk910m_names fix (changed the wrong part all commits before...
2011-06-28 pk910bugfixes for the last commits
2011-06-28 pk910m_join forward nicklist restriction & m_names manual...
2011-06-28 pk910m_join.c flag variable fix
2011-06-28 pk910added MODE_AUDITORIUM /names refresh on op/deop
2011-06-28 pk91064bit channel mode fix
2011-06-28 pk910MODE_AUDITORIUM bugfix
2011-06-28 pk910m_relay.c bugfix
2011-06-28 pk910added MODE_AUDITORIUM (+u) to show only ops the full...
2011-06-28 pk910also check for forward dependences on RELAY (after...
2011-06-28 pk910check if the user may join the channel he's getting...
2011-06-28 pk910changed variable type for storing modes to a 64bit...
2011-06-28 pk910fixed doubled &&
2011-06-28 pk910Fix oper-on-connect to correctly broadcast +o to neighb...
2011-06-28 pk910Reset idle time only if the message is non-empty, not...
2011-06-28 pk910Fix serious ms_relay bug and drop RL requests if the...
2011-06-28 pk910Ignore second parameter of WEBIRC command
2011-06-28 pk910removed some debug output
2011-06-28 pk910fixed compiler warning
2011-06-28 pk910ircu2.10.12 pk910 fork WGN4