summaryrefslogtreecommitdiff
path: root/src/cmd_nick.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Whowas refactor - probably wont compile yetGravatar brain2006-03-071-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3523 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidying, strlen, strcasecmp where not needed.Gravatar brain2006-03-071-5/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3513 e03df62e-2008-0410-955e-edbf42e46eb7
* It didn't, there was more strlcpyGravatar w00t2006-02-211-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3271 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix this, I think.Gravatar w00t2006-02-211-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3270 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed bug with {} -> [] etc in NICK where nick == newnick apart from irc-case:Gravatar brain2006-01-161-1/+1
| | | | | | | | | | | | [15:41] --- Brain is now known as [Brain] [15:41] --- {Brain} is now known as {Brain} Now correct: [15:41] --- Brain is now known as [Brain] [15:41] --- [Brain] is now known as {Brain} Was just a strlcpy BEFORE the NICK output instead of AFTER. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2814 e03df62e-2008-0410-955e-edbf42e46eb7
* Updated copyrights in headers etc using perl inplace editGravatar brain2006-01-151-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORSGravatar brain2006-01-111-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2769 e03df62e-2008-0410-955e-edbf42e46eb7
* New system for client exits using CullList seems stable, needs testingGravatar brain2005-12-281-4/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2681 e03df62e-2008-0410-955e-edbf42e46eb7
* Changes to the way clients are exited during mainloop - MAY BE UNSTABLE USE ↵Gravatar brain2005-12-281-1/+4
| | | | | | WITH CAUTION git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2680 e03df62e-2008-0410-955e-edbf42e46eb7
* Adding hook type checking to event calls to speed them upGravatar brain2005-12-261-5/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2653 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed to not allow :Abc NICK Abc, where the case of the old and new nick are ↵Gravatar brain2005-12-201-0/+7
| | | | | | *identical* git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2586 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed case-change nicks not being propogatedGravatar brain2005-12-201-3/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2583 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow case changes in nick w00t -> w00TGravatar brain2005-12-201-1/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2582 e03df62e-2008-0410-955e-edbf42e46eb7
* Missing header in cmd_nick.cppGravatar brain2005-12-181-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2558 e03df62e-2008-0410-955e-edbf42e46eb7
* Split all commands into seperate files and redid command system to take ↵Gravatar brain2005-12-161-0/+183
classes, not function pointers (function pointers suck ass) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2534 e03df62e-2008-0410-955e-edbf42e46eb7