]> arthur.barton.de Git - ngircd-alex.git/commit
Conn_SyncServerStruct(): test all connections; and work case insensitive
authorAlexander Barton <alex@barton.de>
Wed, 8 Sep 2010 00:02:01 +0000 (02:02 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 8 Sep 2010 00:02:01 +0000 (02:02 +0200)
commit6349ec8bb33d74aa73f0ffa17c29d54119ab9d77
tree90a8ba6d5902463ac8a16830576ace7711bf9100
parent8d68fe3f867732cbec094cdf7240a46e631c2838
Conn_SyncServerStruct(): test all connections; and work case insensitive

Fix synchronization of established connections and configured server
structures after a configuration update:

 - Not only test servers that already have a connection, but also check
   and update configured servers to which a new connection is beeing
   established (SERVER_WAIT state).

 - And do the server name comparision case-insensitive.
src/ngircd/conn.c