Files
znc/modules
psychon 5e070e7881 Turn CChan::m_msNicks into a map<CString, CNick>
Saving a pointer in a map seems like a bad idea and means we have to delete all
the contained stuff by hand when the channel is destroyed. This requires us to
loop through the channel which is slow. A map is meant as a container, so use it
as one and directly save the stuff we want it to save in there.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2175 726aef4b-f618-498e-8847-2d620e286838
2010-11-06 19:41:40 +00:00
..
2010-10-17 09:27:15 +00:00
2010-05-02 08:36:57 +00:00
2010-05-02 08:36:57 +00:00
2010-08-03 10:49:03 +00:00
2010-05-02 08:36:57 +00:00
2010-06-16 19:56:07 +00:00
2010-05-02 08:36:57 +00:00
2010-06-13 07:37:47 +00:00
2010-05-02 08:36:57 +00:00
2010-05-02 08:36:57 +00:00
2010-05-10 18:19:11 +00:00
2010-05-02 08:36:57 +00:00
2010-05-02 08:36:57 +00:00
2010-05-02 08:36:57 +00:00
2010-05-02 08:36:57 +00:00
2010-05-02 08:36:57 +00:00