Commit Graph

  • 8599009048 start logging certain events imaginos 2005-04-22 03:35:48 +00:00
  • cf835fe51d Inc'd version znc-0.030 prozacx 2005-04-21 21:38:16 +00:00
  • 48eb3373eb Added GetCommonChans() prozacx 2005-04-21 21:37:35 +00:00
  • 4a9bc771a2 Added include for main.h prozacx 2005-04-21 21:36:59 +00:00
  • 743fec50e2 Moved AutoCycle() check to the caller instead of inside of Cycle() prozacx 2005-04-20 05:35:24 +00:00
  • 10cbf756b3 cut&paste madness imaginos 2005-04-19 20:54:38 +00:00
  • 58b5a580e3 only fill the buffer if its empty imaginos 2005-04-19 20:50:24 +00:00
  • 3fe14f6ed2 Added SHUTDOWN user command by way of an exception prozacx 2005-04-19 18:26:18 +00:00
  • fb2888d007 Call OnBoot() in OnLoad() again since closing stdout bug is now fixed prozacx 2005-04-18 22:56:42 +00:00
  • 4389fc0cea move password reset into BootStrap imaginos 2005-04-18 22:32:24 +00:00
  • b1c12d2fba Removed call to daemon() since it forks and was changing our pid prozacx 2005-04-18 22:11:35 +00:00
  • d704d0511c ditch warning message imaginos 2005-04-18 17:26:23 +00:00
  • 1db82b6616 use daemon to close fd's and finally daemonize the process imaginos 2005-04-18 06:11:33 +00:00
  • 6bdbe9d2c9 Added OnLoad() and print modname in error msg prozacx 2005-04-18 05:41:43 +00:00
  • af8b2fdda7 Don't call OnBoot() in OnLoad() and print modname in error msg prozacx 2005-04-18 05:39:19 +00:00
  • 1ff65cf052 fixed bug where attempting to set a bad pass trashes existing buffer imaginos 2005-04-18 04:44:40 +00:00
  • c98c71c286 Changed output messages to use new style prozacx 2005-04-18 03:44:34 +00:00
  • eec21f9af8 Upgraded output msgs and changed path of file prozacx 2005-04-18 00:18:46 +00:00
  • c5cad585f2 Added OnLoad() for setting pass from config prozacx 2005-04-17 23:58:26 +00:00
  • 63d565ff1f Upgraded output print msgs to new schema prozacx 2005-04-17 23:46:06 +00:00
  • 1873745f1f Added PrintPrompt() and GetPass() to CUtils prozacx 2005-04-17 23:45:23 +00:00
  • 0679cf55ad Changed error msg prozacx 2005-04-17 23:44:54 +00:00
  • a9d08422f5 Added colorful printing functions prozacx 2005-04-17 19:05:06 +00:00
  • 3ec5c66fee Fixed bug with last commit where socket name was being looked up by prefix only, added username prozacx 2005-04-15 16:33:25 +00:00
  • 562a5fb93e Close color and bold 'tags' prozacx 2005-04-15 07:06:33 +00:00
  • f6ebc82ee3 Fixed lookup of USR:: socket prozacx 2005-04-15 06:43:29 +00:00
  • 133efcb421 Fixed bug where motd was calling clear() on the wrong raw prozacx 2005-04-14 06:10:46 +00:00
  • 2baac31fd9 Changed path to DataPath prozacx 2005-04-12 07:33:45 +00:00
  • c5b46394fe Added GetDataPath() prozacx 2005-04-12 07:27:27 +00:00
  • 1a4c4fc710 Added initialization of m_sDataPath prozacx 2005-04-12 07:26:50 +00:00
  • e463cdaea4 Inc'd version znc-0.029 prozacx 2005-04-12 04:55:02 +00:00
  • da9e5d35fa Cache the MOTD prozacx 2005-04-12 04:43:48 +00:00
  • 57f66b5eb9 Fixed order of raws sent to user during a reattach and cache the MOTD prozacx 2005-04-12 04:43:00 +00:00
  • d563021d43 Added nicer error message when a module fails to build prozacx 2005-04-11 18:38:00 +00:00
  • afe2534a34 Added support to compile multiple modules at once and verify existence of includes dir and source files prozacx 2005-04-11 18:33:42 +00:00
  • 131f8e52f1 Added installation of znc-buildmod prozacx 2005-04-11 05:13:16 +00:00
  • 6ef5f6cd31 Added /znc on the end of includes prozacx 2005-04-11 05:12:39 +00:00
  • 08aafe87da Added znc-buildmod, used for building modules prozacx 2005-04-11 05:12:10 +00:00
  • fb5dc19c43 Removed trailing quote prozacx 2005-04-10 21:11:55 +00:00
  • a6c1221a84 Added a HELP status command prozacx 2005-04-10 19:43:04 +00:00
  • 74e65faf37 Fixed keywords and removed S= prozacx 2005-04-10 02:17:25 +00:00
  • 8fb55b4002 Changed homepage to znc.sf.net prozacx 2005-04-08 01:26:13 +00:00
  • b1e5bd74bb Changed behavior of NAMES during reattach, znc now simulates the names list itself instead of relying on irc - Added SendBuffer() and call it in JoinUser() prozacx 2005-04-07 05:33:10 +00:00
  • 92dc3295f3 Added SendBuffer() prozacx 2005-04-07 05:31:21 +00:00
  • 0d0961c674 Removed a useless line prozacx 2005-04-07 05:30:52 +00:00
  • acf029f3ce Changed IUSE flag from nossl to ssl since ssl seems to be on by default and is a global standard prozacx 2005-04-06 19:22:40 +00:00
  • dfd8fa12ec Added TOPICS status command prozacx 2005-04-06 06:52:30 +00:00
  • 5381143e86 Fixed name of zncchk prozacx 2005-04-05 23:32:29 +00:00
  • fa4dd02671 Added ability to retain topics prozacx 2005-04-05 18:48:57 +00:00
  • 66389db912 Improved detaching prozacx 2005-04-05 07:17:08 +00:00
  • 5be5a12aaf Added gcc dependency and specific minimum version for openssl dependency prozacx 2005-04-04 07:14:58 +00:00
  • 9b9553ec4b requiring relatively newer version of openssl imaginos 2005-04-04 07:09:34 +00:00
  • 43af62d6d8 fix versioning in spec file imaginos 2005-04-04 07:04:50 +00:00
  • 1c5af2d7d2 Added zncchk to install - Changed znc permissions to 0755 prozacx 2005-04-04 06:55:12 +00:00
  • 0f70dfd948 Changed behavior to work well with a system install prozacx 2005-04-04 06:42:24 +00:00
  • 022854c3b2 Changed to string::size_type for calls to string::find() prozacx 2005-04-04 06:36:17 +00:00
  • d68cd90e7c fixed int32's that test against npos to string::size_type imaginos 2005-04-04 06:35:19 +00:00
  • d7e90add33 Changed permission to 0755 for installation prozacx 2005-04-04 06:29:19 +00:00
  • c5ee67883e Inc'd version znc-0.028 prozacx 2005-04-04 06:20:40 +00:00
  • 84c379a4e7 Changed permission on installed modules to 0644 prozacx 2005-04-04 06:20:30 +00:00
  • fb4dd0419b Inc'd version znc-0.027 prozacx 2005-04-04 05:31:51 +00:00
  • 3cf45da40c Changed source file from .tgz to tar.gz prozacx 2005-04-04 05:30:37 +00:00
  • 9ee1df88c4 Fixed header prozacx 2005-04-04 04:58:32 +00:00
  • 3630aeb52d Gentoo ebuild prozacx 2005-04-04 04:57:01 +00:00
  • 90c8d1179c eat up extra /'s as needed when included in the path imaginos 2005-04-04 04:46:59 +00:00
  • 097b281ed3 Made --makepem use GetPemLocation() and print a message on success prozacx 2005-04-04 04:21:55 +00:00
  • 525f0c140f change to DESTDIR and only install mods if enabled imaginos 2005-04-04 01:49:43 +00:00
  • 3e868c5c77 woops, need to include ssl support imaginos 2005-04-04 01:27:22 +00:00
  • 99144a5761 woops, missed my mark imaginos 2005-04-03 23:59:15 +00:00
  • e13e45dc66 Handle modules not being defined in LoadModule() and UnloadModule() prozacx 2005-04-03 23:18:52 +00:00
  • b03c90f722 don't build modules that require ssl imaginos 2005-04-03 23:03:22 +00:00
  • 916a3fb713 show this requires ssl imaginos 2005-04-03 23:03:06 +00:00
  • 788f1415e1 adjust to coding style, wrap initssl with defs imaginos 2005-04-03 20:59:25 +00:00
  • de1f9e1bcf added long options imaginos 2005-04-03 20:56:41 +00:00
  • 46daeeba2c fix compile errors imaginos 2005-04-03 20:18:36 +00:00
  • 7627ea1162 added GenerateCert imaginos 2005-04-03 18:45:00 +00:00
  • 40ba157fb7 added --disable-openssl imaginos 2005-04-03 09:18:23 +00:00
  • 6c9abd2192 Use GetPemLocation() for the pemfile path prozacx 2005-04-03 08:19:42 +00:00
  • 7dc9d6ab27 Added GetPemLocation() prozacx 2005-04-03 08:19:04 +00:00
  • 2f03306340 Added GetPemLocation() prozacx 2005-04-03 07:56:33 +00:00
  • 6bd03a84fa Renamed BinPath to CurPath - Fixed conf and pid paths prozacx 2005-04-03 07:52:29 +00:00
  • 267e2703eb Don't fill in znc.conf if no config is passed prozacx 2005-04-03 07:49:11 +00:00
  • 37641e73ca Renamed BinPath to CurPath prozacx 2005-04-03 07:48:31 +00:00
  • ec1ecf00a8 Inc'd version znc-0.025 prozacx 2005-04-03 07:05:41 +00:00
  • 6cb317060e Look in ZNCPath for config prozacx 2005-04-03 07:04:58 +00:00
  • 53db324fef Changed module load order, bindir/modules -> homedir/.znc/modules -> _MODDIR_ prozacx 2005-04-03 06:31:54 +00:00
  • 2f7d06db1c cout not cerr prozacx 2005-04-03 05:47:50 +00:00
  • 2577d618e1 #include Utils.h prozacx 2005-04-03 05:47:28 +00:00
  • 5f09d05bbd Added MakeDir for creating dirs including parents prozacx 2005-04-03 05:46:18 +00:00
  • 3ee360fc11 No longer pass unneeded path to LoadModule prozacx 2005-04-03 05:45:33 +00:00
  • 8b1a745081 Try multiple locations to find modules prozacx 2005-04-03 05:40:46 +00:00
  • 263295a1ae Removed path arg in LoadModule functions, it was not being used prozacx 2005-04-03 05:40:15 +00:00
  • 933f1cc616 Added m_sZNCPath and m_sDataPath prozacx 2005-04-03 05:39:08 +00:00
  • a7ae4ad375 Put a debug print into DEBUG_ONLY() prozacx 2005-04-03 05:36:52 +00:00
  • c207ea5079 created znc-config, added support imaginos 2005-04-03 00:55:21 +00:00
  • 0faf6d2947 install header files imaginos 2005-04-03 00:37:52 +00:00
  • 44431c46fd added distclean target imaginos 2005-04-03 00:02:02 +00:00
  • ce9c371e95 include version into spec file imaginos 2005-04-02 23:56:35 +00:00
  • f8158b9e4b fixed a couple makefile bugs, created specfile imaginos 2005-04-02 23:51:45 +00:00
  • d052efe002 use /usr/local as default imaginos 2005-04-02 23:11:56 +00:00