Commit Graph

39 Commits

Author SHA1 Message Date
prozacx
34321ba4d7 Added bForce to KeepNick() to be used when your original nick quits or changes nicks.. no need to wait for pending
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@374 726aef4b-f618-498e-8847-2d620e286838
2005-05-27 23:19:39 +00:00
prozacx
4508a9aeca Fixed flooding issue with KeepNick - only send NICK orignick after a 433 is sent back
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@372 726aef4b-f618-498e-8847-2d620e286838
2005-05-27 06:58:13 +00:00
prozacx
b148e65898 Call CChan::Reset() when disconnected
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@369 726aef4b-f618-498e-8847-2d620e286838
2005-05-26 21:12:57 +00:00
prozacx
3dde793e62 Added global module functionality
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@348 726aef4b-f618-498e-8847-2d620e286838
2005-05-22 00:47:36 +00:00
prozacx
94b37a2fd9 Added support for AwayPrefix
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@315 726aef4b-f618-498e-8847-2d620e286838
2005-05-16 05:07:26 +00:00
prozacx
ac19abcfa6 Added support for GetMaxNickLen() via ISUPPORT - Fixed bug with alt nick choosing
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@311 726aef4b-f618-498e-8847-2d620e286838
2005-05-16 01:27:31 +00:00
prozacx
0342ea84f0 Added owner/admin/halfops to default permissions
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@283 726aef4b-f618-498e-8847-2d620e286838
2005-05-14 00:27:31 +00:00
prozacx
93e5b8575b Added functionality for dynamic modes using ISUPPORT (raw 005)
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@278 726aef4b-f618-498e-8847-2d620e286838
2005-05-13 23:22:55 +00:00
prozacx
3485364715 Added body to ParseISupport()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@263 726aef4b-f618-498e-8847-2d620e286838
2005-05-11 06:05:13 +00:00
prozacx
5c3266adfb Added ParseISupport() for raw 005
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@262 726aef4b-f618-498e-8847-2d620e286838
2005-05-11 05:27:54 +00:00
prozacx
55b21afa8b Added force = true to JoinUser() on attach
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@260 726aef4b-f618-498e-8847-2d620e286838
2005-05-10 22:42:36 +00:00
prozacx
428baad29e Changed references to strcasecmp over to CString::CaseCmp
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@253 726aef4b-f618-498e-8847-2d620e286838
2005-05-08 10:00:20 +00:00
prozacx
0823b27f37 Moved CUtils::wildcmp() into CString class
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@251 726aef4b-f618-498e-8847-2d620e286838
2005-05-08 07:51:46 +00:00
prozacx
223a660ca1 Moved CUtils::ToString() into CString class
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@248 726aef4b-f618-498e-8847-2d620e286838
2005-05-08 06:24:40 +00:00
prozacx
511832a8d6 Moved CUtils::Trim() into CString class
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@247 726aef4b-f618-498e-8847-2d620e286838
2005-05-08 04:30:14 +00:00
prozacx
078bbcf019 Moved some more functions from CUtils into CString
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@246 726aef4b-f618-498e-8847-2d620e286838
2005-05-07 11:42:10 +00:00
prozacx
24950d24e4 Moved CUtils::Token() into CString class
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@244 726aef4b-f618-498e-8847-2d620e286838
2005-05-07 09:18:56 +00:00
prozacx
beb5b49b3f Changed all references to std::string over to CString
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@240 726aef4b-f618-498e-8847-2d620e286838
2005-05-05 18:11:04 +00:00
prozacx
3509e3712b Removed default version reply since it is now handled in CUser
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@220 726aef4b-f618-498e-8847-2d620e286838
2005-05-01 06:23:16 +00:00
prozacx
2139e51ac3 Call CUser::SetIRCNick() in SetNick()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@183 726aef4b-f618-498e-8847-2d620e286838
2005-04-24 07:34:37 +00:00
prozacx
d1444e6f8a Changed motd to CBuffer instead of vector to support nick changes
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@182 726aef4b-f618-498e-8847-2d620e286838
2005-04-24 07:03:03 +00:00
prozacx
b69a6419ab Added VersionReply config option
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@167 726aef4b-f618-498e-8847-2d620e286838
2005-04-23 16:30:57 +00:00
prozacx
77798b286a Added QuitMsg config option
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@166 726aef4b-f618-498e-8847-2d620e286838
2005-04-23 16:14:05 +00:00
prozacx
c88b835837 Changed OnNick() and OnQuit() to take a vector<CChan*> of common channels
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@164 726aef4b-f618-498e-8847-2d620e286838
2005-04-23 07:24:58 +00:00
prozacx
133efcb421 Fixed bug where motd was calling clear() on the wrong raw
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@135 726aef4b-f618-498e-8847-2d620e286838
2005-04-14 06:10:46 +00:00
prozacx
da9e5d35fa Cache the MOTD
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@130 726aef4b-f618-498e-8847-2d620e286838
2005-04-12 04:43:48 +00:00
prozacx
0d0961c674 Removed a useless line
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@117 726aef4b-f618-498e-8847-2d620e286838
2005-04-07 05:30:52 +00:00
prozacx
fa4dd02671 Added ability to retain topics
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@113 726aef4b-f618-498e-8847-2d620e286838
2005-04-05 18:48:57 +00:00
prozacx
66389db912 Improved detaching
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@112 726aef4b-f618-498e-8847-2d620e286838
2005-04-05 07:17:08 +00:00
prozacx
a7ae4ad375 Put a debug print into DEBUG_ONLY()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@68 726aef4b-f618-498e-8847-2d620e286838
2005-04-03 05:36:52 +00:00
prozacx
e24236fd9f Only show QUIT and NICK event if at least one chan with the nick in question is not detached
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@45 726aef4b-f618-498e-8847-2d620e286838
2005-03-10 07:46:06 +00:00
prozacx
d842fda068 Moved OnIRCDisconnected() module hook to Disconnected() instead of destructor to avoid crashing on exit
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@44 726aef4b-f618-498e-8847-2d620e286838
2005-03-10 07:17:37 +00:00
prozacx
03f0ff3df0 Fixed issue where topic was lost during a detach/attach cycle
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@43 726aef4b-f618-498e-8847-2d620e286838
2005-03-10 06:51:17 +00:00
prozacx
3315c349a2 Removed bad version of WildCmp() and inserted the correct version of wildcmp()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@40 726aef4b-f618-498e-8847-2d620e286838
2005-03-10 06:34:19 +00:00
prozacx
946719ba21 Added detaching channels
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@32 726aef4b-f618-498e-8847-2d620e286838
2004-11-07 08:15:57 +00:00
prozacx
5cbdb14f53 Added a missing char1 on the end of a dcc string
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@28 726aef4b-f618-498e-8847-2d620e286838
2004-10-26 18:00:22 +00:00
imaginos
68c931c913 bug where m_pUserSock is invalid and then referenced if user connects during failing irc connection (ie timeout)
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@26 726aef4b-f618-498e-8847-2d620e286838
2004-09-04 16:23:57 +00:00
prozacx
8f44a2fe87 Only look at the first token for channel name on JOIN/PART
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@17 726aef4b-f618-498e-8847-2d620e286838
2004-08-25 18:13:24 +00:00
prozacx
538d3ece4e Initial revision
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2 726aef4b-f618-498e-8847-2d620e286838
2004-08-24 00:08:51 +00:00